All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.config-2014-11-12-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Config module holds the client classes that are used for communicating with AWS Config Service

There is a newer version: 1.11.9
Show newest version
{
  "metadata" : {
    "apiVersion" : "2014-11-12",
    "protocol" : "json",
    "checksumFormat" : null,
    "documentation" : "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.

", "defaultEndpoint" : "config.us-east-1.amazonaws.com/", "defaultEndpointWithoutHttpProtocol" : "config.us-east-1.amazonaws.com/", "syncInterface" : "AmazonConfig", "syncClient" : "AmazonConfigClient", "asyncInterface" : "AmazonConfigAsync", "asyncClient" : "AmazonConfigAsyncClient", "packageName" : "com.amazonaws.services.config", "packagePath" : "com/amazonaws/services/config", "serviceAbbreviation" : "Config Service", "serviceFullName" : "AWS Config", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : "1.1", "endpointPrefix" : "config", "signingName" : "config", "protocolDefaultExceptionUmarshallerImpl" : null, "jsonProtocol" : true, "serviceName" : "Config Service", "cborProtocol" : false, "xmlProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller" }, "operations" : { "DeleteConfigRule" : { "documentation" : "

Deletes the specified AWS Config rule and all of its evaluation results.

AWS Config sets the state of a rule to DELETING until the deletion is complete. You cannot update a rule while it is in this state. If you make a PutConfigRule or DeleteConfigRule request for the rule, you will receive a ResourceInUseException.

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

", "operationName" : "DeleteConfigRule", "deprecated" : false, "input" : { "variableName" : "deleteConfigRuleRequest", "variableType" : "DeleteConfigRuleRequest", "variableDeclarationType" : "DeleteConfigRuleRequest", "documentation" : "", "simpleType" : "DeleteConfigRuleRequest", "variableSetterType" : "DeleteConfigRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteConfigRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "NoSuchConfigRuleException", "documentation" : "

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

" }, { "exceptionName" : "ResourceInUseException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DeleteConfigRuleResult", "asyncReturnType" : "DeleteConfigRuleResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteConfigRule" }, "DeleteConfigurationRecorder" : { "documentation" : "

Deletes the configuration recorder.

After the configuration recorder is deleted, AWS Config will not record resource configuration changes until you create a new configuration recorder.

This action does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the GetResourceConfigHistory action, but you will not be able to access this information in the AWS Config console until you create a new configuration recorder.

", "operationName" : "DeleteConfigurationRecorder", "deprecated" : false, "input" : { "variableName" : "deleteConfigurationRecorderRequest", "variableType" : "DeleteConfigurationRecorderRequest", "variableDeclarationType" : "DeleteConfigurationRecorderRequest", "documentation" : "

The request object for the DeleteConfigurationRecorder action.

", "simpleType" : "DeleteConfigurationRecorderRequest", "variableSetterType" : "DeleteConfigurationRecorderRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteConfigurationRecorderResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "NoSuchConfigurationRecorderException", "documentation" : "

You have specified a configuration recorder that does not exist.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DeleteConfigurationRecorderResult", "asyncReturnType" : "DeleteConfigurationRecorderResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteConfigurationRecorder" }, "DeleteDeliveryChannel" : { "documentation" : "

Deletes the delivery channel.

Before you can delete the delivery channel, you must stop the configuration recorder by using the StopConfigurationRecorder action.

", "operationName" : "DeleteDeliveryChannel", "deprecated" : false, "input" : { "variableName" : "deleteDeliveryChannelRequest", "variableType" : "DeleteDeliveryChannelRequest", "variableDeclarationType" : "DeleteDeliveryChannelRequest", "documentation" : "

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

", "simpleType" : "DeleteDeliveryChannelRequest", "variableSetterType" : "DeleteDeliveryChannelRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteDeliveryChannelResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "NoSuchDeliveryChannelException", "documentation" : "

You have specified a delivery channel that does not exist.

" }, { "exceptionName" : "LastDeliveryChannelDeleteFailedException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DeleteDeliveryChannelResult", "asyncReturnType" : "DeleteDeliveryChannelResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteDeliveryChannel" }, "DeliverConfigSnapshot" : { "documentation" : "

Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, AWS Config sends following notifications using an Amazon SNS topic that you have specified.

  • Notification of starting the delivery.
  • Notification of delivery completed, if the delivery was successfully completed.
  • Notification of delivery failure, if the delivery failed to complete.
", "operationName" : "DeliverConfigSnapshot", "deprecated" : false, "input" : { "variableName" : "deliverConfigSnapshotRequest", "variableType" : "DeliverConfigSnapshotRequest", "variableDeclarationType" : "DeliverConfigSnapshotRequest", "documentation" : "

The input for the DeliverConfigSnapshot action.

", "simpleType" : "DeliverConfigSnapshotRequest", "variableSetterType" : "DeliverConfigSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeliverConfigSnapshotResult", "documentation" : "

The output for the DeliverConfigSnapshot action in JSON format.

" }, "exceptions" : [ { "exceptionName" : "NoSuchDeliveryChannelException", "documentation" : "

You have specified a delivery channel that does not exist.

" }, { "exceptionName" : "NoAvailableConfigurationRecorderException", "documentation" : "

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

" }, { "exceptionName" : "NoRunningConfigurationRecorderException", "documentation" : "

There is no configuration recorder running.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DeliverConfigSnapshotResult", "asyncReturnType" : "DeliverConfigSnapshotResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deliverConfigSnapshot" }, "DescribeComplianceByConfigRule" : { "documentation" : "

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 INSUFFICIENT_DATA. This result might indicate one of the following conditions:

  • AWS Config has never invoked an evaluation for the rule. To check whether it has, use the DescribeConfigRuleEvaluationStatus action to get the LastSuccessfulInvocationTime and LastFailedInvocationTime.
  • The rule's AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role that you assigned to your configuration recorder includes the config:PutEvaluations permission. If the rule is a customer managed rule, verify that the AWS Lambda execution role includes the config:PutEvaluations permission.
  • The rule's AWS Lambda function has returned NOT_APPLICABLE for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.
", "operationName" : "DescribeComplianceByConfigRule", "deprecated" : false, "input" : { "variableName" : "describeComplianceByConfigRuleRequest", "variableType" : "DescribeComplianceByConfigRuleRequest", "variableDeclarationType" : "DescribeComplianceByConfigRuleRequest", "documentation" : "", "simpleType" : "DescribeComplianceByConfigRuleRequest", "variableSetterType" : "DescribeComplianceByConfigRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeComplianceByConfigRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

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

" }, { "exceptionName" : "NoSuchConfigRuleException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeComplianceByConfigRuleResult", "asyncReturnType" : "DescribeComplianceByConfigRuleResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeComplianceByConfigRule" }, "DescribeComplianceByResource" : { "documentation" : "

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 INSUFFICIENT_DATA. This result might indicate one of the following conditions about the rules that evaluate the resource:

  • AWS Config has never invoked an evaluation for the rule. To check whether it has, use the DescribeConfigRuleEvaluationStatus action to get the LastSuccessfulInvocationTime and LastFailedInvocationTime.
  • The rule's AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role that you assigned to your configuration recorder includes the config:PutEvaluations permission. If the rule is a customer managed rule, verify that the AWS Lambda execution role includes the config:PutEvaluations permission.
  • The rule's AWS Lambda function has returned NOT_APPLICABLE for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.
", "operationName" : "DescribeComplianceByResource", "deprecated" : false, "input" : { "variableName" : "describeComplianceByResourceRequest", "variableType" : "DescribeComplianceByResourceRequest", "variableDeclarationType" : "DescribeComplianceByResourceRequest", "documentation" : "", "simpleType" : "DescribeComplianceByResourceRequest", "variableSetterType" : "DescribeComplianceByResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeComplianceByResourceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

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

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeComplianceByResourceResult", "asyncReturnType" : "DescribeComplianceByResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeComplianceByResource" }, "DescribeConfigRuleEvaluationStatus" : { "documentation" : "

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.

", "operationName" : "DescribeConfigRuleEvaluationStatus", "deprecated" : false, "input" : { "variableName" : "describeConfigRuleEvaluationStatusRequest", "variableType" : "DescribeConfigRuleEvaluationStatusRequest", "variableDeclarationType" : "DescribeConfigRuleEvaluationStatusRequest", "documentation" : "", "simpleType" : "DescribeConfigRuleEvaluationStatusRequest", "variableSetterType" : "DescribeConfigRuleEvaluationStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeConfigRuleEvaluationStatusResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "NoSuchConfigRuleException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeConfigRuleEvaluationStatusResult", "asyncReturnType" : "DescribeConfigRuleEvaluationStatusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeConfigRuleEvaluationStatus" }, "DescribeConfigRules" : { "documentation" : "

Returns details about your AWS Config rules.

", "operationName" : "DescribeConfigRules", "deprecated" : false, "input" : { "variableName" : "describeConfigRulesRequest", "variableType" : "DescribeConfigRulesRequest", "variableDeclarationType" : "DescribeConfigRulesRequest", "documentation" : "", "simpleType" : "DescribeConfigRulesRequest", "variableSetterType" : "DescribeConfigRulesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeConfigRulesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "NoSuchConfigRuleException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeConfigRulesResult", "asyncReturnType" : "DescribeConfigRulesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeConfigRules" }, "DescribeConfigurationRecorderStatus" : { "documentation" : "

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.

", "operationName" : "DescribeConfigurationRecorderStatus", "deprecated" : false, "input" : { "variableName" : "describeConfigurationRecorderStatusRequest", "variableType" : "DescribeConfigurationRecorderStatusRequest", "variableDeclarationType" : "DescribeConfigurationRecorderStatusRequest", "documentation" : "

The input for the DescribeConfigurationRecorderStatus action.

", "simpleType" : "DescribeConfigurationRecorderStatusRequest", "variableSetterType" : "DescribeConfigurationRecorderStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeConfigurationRecorderStatusResult", "documentation" : "

The output for the DescribeConfigurationRecorderStatus action in JSON format.

" }, "exceptions" : [ { "exceptionName" : "NoSuchConfigurationRecorderException", "documentation" : "

You have specified a configuration recorder that does not exist.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeConfigurationRecorderStatusResult", "asyncReturnType" : "DescribeConfigurationRecorderStatusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeConfigurationRecorderStatus" }, "DescribeConfigurationRecorders" : { "documentation" : "

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.

", "operationName" : "DescribeConfigurationRecorders", "deprecated" : false, "input" : { "variableName" : "describeConfigurationRecordersRequest", "variableType" : "DescribeConfigurationRecordersRequest", "variableDeclarationType" : "DescribeConfigurationRecordersRequest", "documentation" : "

The input for the DescribeConfigurationRecorders action.

", "simpleType" : "DescribeConfigurationRecordersRequest", "variableSetterType" : "DescribeConfigurationRecordersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeConfigurationRecordersResult", "documentation" : "

The output for the DescribeConfigurationRecorders action.

" }, "exceptions" : [ { "exceptionName" : "NoSuchConfigurationRecorderException", "documentation" : "

You have specified a configuration recorder that does not exist.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeConfigurationRecordersResult", "asyncReturnType" : "DescribeConfigurationRecordersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeConfigurationRecorders" }, "DescribeDeliveryChannelStatus" : { "documentation" : "

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.

", "operationName" : "DescribeDeliveryChannelStatus", "deprecated" : false, "input" : { "variableName" : "describeDeliveryChannelStatusRequest", "variableType" : "DescribeDeliveryChannelStatusRequest", "variableDeclarationType" : "DescribeDeliveryChannelStatusRequest", "documentation" : "

The input for the DeliveryChannelStatus action.

", "simpleType" : "DescribeDeliveryChannelStatusRequest", "variableSetterType" : "DescribeDeliveryChannelStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDeliveryChannelStatusResult", "documentation" : "

The output for the DescribeDeliveryChannelStatus action.

" }, "exceptions" : [ { "exceptionName" : "NoSuchDeliveryChannelException", "documentation" : "

You have specified a delivery channel that does not exist.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDeliveryChannelStatusResult", "asyncReturnType" : "DescribeDeliveryChannelStatusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDeliveryChannelStatus" }, "DescribeDeliveryChannels" : { "documentation" : "

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.

", "operationName" : "DescribeDeliveryChannels", "deprecated" : false, "input" : { "variableName" : "describeDeliveryChannelsRequest", "variableType" : "DescribeDeliveryChannelsRequest", "variableDeclarationType" : "DescribeDeliveryChannelsRequest", "documentation" : "

The input for the DescribeDeliveryChannels action.

", "simpleType" : "DescribeDeliveryChannelsRequest", "variableSetterType" : "DescribeDeliveryChannelsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDeliveryChannelsResult", "documentation" : "

The output for the DescribeDeliveryChannels action.

" }, "exceptions" : [ { "exceptionName" : "NoSuchDeliveryChannelException", "documentation" : "

You have specified a delivery channel that does not exist.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDeliveryChannelsResult", "asyncReturnType" : "DescribeDeliveryChannelsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDeliveryChannels" }, "GetComplianceDetailsByConfigRule" : { "documentation" : "

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.

", "operationName" : "GetComplianceDetailsByConfigRule", "deprecated" : false, "input" : { "variableName" : "getComplianceDetailsByConfigRuleRequest", "variableType" : "GetComplianceDetailsByConfigRuleRequest", "variableDeclarationType" : "GetComplianceDetailsByConfigRuleRequest", "documentation" : "", "simpleType" : "GetComplianceDetailsByConfigRuleRequest", "variableSetterType" : "GetComplianceDetailsByConfigRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetComplianceDetailsByConfigRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

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

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

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

" }, { "exceptionName" : "NoSuchConfigRuleException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "GetComplianceDetailsByConfigRuleResult", "asyncReturnType" : "GetComplianceDetailsByConfigRuleResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "getComplianceDetailsByConfigRule" }, "GetComplianceDetailsByResource" : { "documentation" : "

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.

", "operationName" : "GetComplianceDetailsByResource", "deprecated" : false, "input" : { "variableName" : "getComplianceDetailsByResourceRequest", "variableType" : "GetComplianceDetailsByResourceRequest", "variableDeclarationType" : "GetComplianceDetailsByResourceRequest", "documentation" : "", "simpleType" : "GetComplianceDetailsByResourceRequest", "variableSetterType" : "GetComplianceDetailsByResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetComplianceDetailsByResourceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "GetComplianceDetailsByResourceResult", "asyncReturnType" : "GetComplianceDetailsByResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "getComplianceDetailsByResource" }, "GetComplianceSummaryByConfigRule" : { "documentation" : "

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

", "operationName" : "GetComplianceSummaryByConfigRule", "deprecated" : false, "input" : { "variableName" : "getComplianceSummaryByConfigRuleRequest", "variableType" : "GetComplianceSummaryByConfigRuleRequest", "variableDeclarationType" : "GetComplianceSummaryByConfigRuleRequest", "documentation" : null, "simpleType" : "GetComplianceSummaryByConfigRuleRequest", "variableSetterType" : "GetComplianceSummaryByConfigRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetComplianceSummaryByConfigRuleResult", "documentation" : null }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncReturnType" : "GetComplianceSummaryByConfigRuleResult", "asyncReturnType" : "GetComplianceSummaryByConfigRuleResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "getComplianceSummaryByConfigRule" }, "GetComplianceSummaryByResourceType" : { "documentation" : "

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.

", "operationName" : "GetComplianceSummaryByResourceType", "deprecated" : false, "input" : { "variableName" : "getComplianceSummaryByResourceTypeRequest", "variableType" : "GetComplianceSummaryByResourceTypeRequest", "variableDeclarationType" : "GetComplianceSummaryByResourceTypeRequest", "documentation" : "", "simpleType" : "GetComplianceSummaryByResourceTypeRequest", "variableSetterType" : "GetComplianceSummaryByResourceTypeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetComplianceSummaryByResourceTypeResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "GetComplianceSummaryByResourceTypeResult", "asyncReturnType" : "GetComplianceSummaryByResourceTypeResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "getComplianceSummaryByResourceType" }, "GetResourceConfigHistory" : { "documentation" : "

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.

", "operationName" : "GetResourceConfigHistory", "deprecated" : false, "input" : { "variableName" : "getResourceConfigHistoryRequest", "variableType" : "GetResourceConfigHistoryRequest", "variableDeclarationType" : "GetResourceConfigHistoryRequest", "documentation" : "

The input for the GetResourceConfigHistory action.

", "simpleType" : "GetResourceConfigHistoryRequest", "variableSetterType" : "GetResourceConfigHistoryRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetResourceConfigHistoryResult", "documentation" : "

The output for the GetResourceConfigHistory action.

" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "

The requested action is not valid.

" }, { "exceptionName" : "InvalidTimeRangeException", "documentation" : "

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

" }, { "exceptionName" : "InvalidLimitException", "documentation" : "

The specified limit is outside the allowable range.

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

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

" }, { "exceptionName" : "NoAvailableConfigurationRecorderException", "documentation" : "

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

" }, { "exceptionName" : "ResourceNotDiscoveredException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "GetResourceConfigHistoryResult", "asyncReturnType" : "GetResourceConfigHistoryResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "getResourceConfigHistory" }, "ListDiscoveredResources" : { "documentation" : "

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.

", "operationName" : "ListDiscoveredResources", "deprecated" : false, "input" : { "variableName" : "listDiscoveredResourcesRequest", "variableType" : "ListDiscoveredResourcesRequest", "variableDeclarationType" : "ListDiscoveredResourcesRequest", "documentation" : "", "simpleType" : "ListDiscoveredResourcesRequest", "variableSetterType" : "ListDiscoveredResourcesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListDiscoveredResourcesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "

The requested action is not valid.

" }, { "exceptionName" : "InvalidLimitException", "documentation" : "

The specified limit is outside the allowable range.

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

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

" }, { "exceptionName" : "NoAvailableConfigurationRecorderException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ListDiscoveredResourcesResult", "asyncReturnType" : "ListDiscoveredResourcesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "listDiscoveredResources" }, "PutConfigRule" : { "documentation" : "

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.

", "operationName" : "PutConfigRule", "deprecated" : false, "input" : { "variableName" : "putConfigRuleRequest", "variableType" : "PutConfigRuleRequest", "variableDeclarationType" : "PutConfigRuleRequest", "documentation" : "", "simpleType" : "PutConfigRuleRequest", "variableSetterType" : "PutConfigRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutConfigRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

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

" }, { "exceptionName" : "MaxNumberOfConfigRulesExceededException", "documentation" : "

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.

" }, { "exceptionName" : "ResourceInUseException", "documentation" : "

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

" }, { "exceptionName" : "InsufficientPermissionsException", "documentation" : "

Indicates one of the following errors:

  • The rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
  • The AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
" }, { "exceptionName" : "NoAvailableConfigurationRecorderException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "PutConfigRuleResult", "asyncReturnType" : "PutConfigRuleResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "putConfigRule" }, "PutConfigurationRecorder" : { "documentation" : "

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.

", "operationName" : "PutConfigurationRecorder", "deprecated" : false, "input" : { "variableName" : "putConfigurationRecorderRequest", "variableType" : "PutConfigurationRecorderRequest", "variableDeclarationType" : "PutConfigurationRecorderRequest", "documentation" : "

The input for the PutConfigurationRecorder action.

", "simpleType" : "PutConfigurationRecorderRequest", "variableSetterType" : "PutConfigurationRecorderRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutConfigurationRecorderResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "MaxNumberOfConfigurationRecordersExceededException", "documentation" : "

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

" }, { "exceptionName" : "InvalidConfigurationRecorderNameException", "documentation" : "

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

" }, { "exceptionName" : "InvalidRoleException", "documentation" : "

You have provided a null or empty role ARN.

" }, { "exceptionName" : "InvalidRecordingGroupException", "documentation" : "

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.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "PutConfigurationRecorderResult", "asyncReturnType" : "PutConfigurationRecorderResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "putConfigurationRecorder" }, "PutDeliveryChannel" : { "documentation" : "

Creates a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic.

Before you can create a delivery channel, you must create a configuration recorder.

You can use this action to change the Amazon S3 bucket or an Amazon SNS topic of the existing delivery channel. To change the Amazon S3 bucket or an Amazon SNS topic, call this action and specify the changed values for the S3 bucket and the SNS topic. If you specify a different value for either the S3 bucket or the SNS topic, this action will keep the existing value for the parameter that is not changed.

You can have only one delivery channel per AWS account.

", "operationName" : "PutDeliveryChannel", "deprecated" : false, "input" : { "variableName" : "putDeliveryChannelRequest", "variableType" : "PutDeliveryChannelRequest", "variableDeclarationType" : "PutDeliveryChannelRequest", "documentation" : "

The input for the PutDeliveryChannel action.

", "simpleType" : "PutDeliveryChannelRequest", "variableSetterType" : "PutDeliveryChannelRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutDeliveryChannelResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "MaxNumberOfDeliveryChannelsExceededException", "documentation" : "

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

" }, { "exceptionName" : "NoAvailableConfigurationRecorderException", "documentation" : "

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

" }, { "exceptionName" : "InvalidDeliveryChannelNameException", "documentation" : "

The specified delivery channel name is not valid.

" }, { "exceptionName" : "NoSuchBucketException", "documentation" : "

The specified Amazon S3 bucket does not exist.

" }, { "exceptionName" : "InvalidS3KeyPrefixException", "documentation" : "

The specified Amazon S3 key prefix is not valid.

" }, { "exceptionName" : "InvalidSNSTopicARNException", "documentation" : "

The specified Amazon SNS topic does not exist.

" }, { "exceptionName" : "InsufficientDeliveryPolicyException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "PutDeliveryChannelResult", "asyncReturnType" : "PutDeliveryChannelResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "putDeliveryChannel" }, "PutEvaluations" : { "documentation" : "

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.

", "operationName" : "PutEvaluations", "deprecated" : false, "input" : { "variableName" : "putEvaluationsRequest", "variableType" : "PutEvaluationsRequest", "variableDeclarationType" : "PutEvaluationsRequest", "documentation" : "", "simpleType" : "PutEvaluationsRequest", "variableSetterType" : "PutEvaluationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutEvaluationsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

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

" }, { "exceptionName" : "InvalidResultTokenException", "documentation" : "

The result token is invalid.

" }, { "exceptionName" : "NoSuchConfigRuleException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "PutEvaluationsResult", "asyncReturnType" : "PutEvaluationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "putEvaluations" }, "StartConfigurationRecorder" : { "documentation" : "

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.

", "operationName" : "StartConfigurationRecorder", "deprecated" : false, "input" : { "variableName" : "startConfigurationRecorderRequest", "variableType" : "StartConfigurationRecorderRequest", "variableDeclarationType" : "StartConfigurationRecorderRequest", "documentation" : "

The input for the StartConfigurationRecorder action.

", "simpleType" : "StartConfigurationRecorderRequest", "variableSetterType" : "StartConfigurationRecorderRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "StartConfigurationRecorderResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "NoSuchConfigurationRecorderException", "documentation" : "

You have specified a configuration recorder that does not exist.

" }, { "exceptionName" : "NoAvailableDeliveryChannelException", "documentation" : "

There is no delivery channel available to record configurations.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "StartConfigurationRecorderResult", "asyncReturnType" : "StartConfigurationRecorderResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "startConfigurationRecorder" }, "StopConfigurationRecorder" : { "documentation" : "

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

", "operationName" : "StopConfigurationRecorder", "deprecated" : false, "input" : { "variableName" : "stopConfigurationRecorderRequest", "variableType" : "StopConfigurationRecorderRequest", "variableDeclarationType" : "StopConfigurationRecorderRequest", "documentation" : "

The input for the StopConfigurationRecorder action.

", "simpleType" : "StopConfigurationRecorderRequest", "variableSetterType" : "StopConfigurationRecorderRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "StopConfigurationRecorderResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "NoSuchConfigurationRecorderException", "documentation" : "

You have specified a configuration recorder that does not exist.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "StopConfigurationRecorderResult", "asyncReturnType" : "StopConfigurationRecorderResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "stopConfigurationRecorder" } }, "shapes" : { "StartConfigurationRecorderResult" : { "c2jName" : "StartConfigurationRecorderResult", "documentation" : null, "shapeName" : "StartConfigurationRecorderResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "startConfigurationRecorderResult", "variableType" : "StartConfigurationRecorderResult", "variableDeclarationType" : "StartConfigurationRecorderResult", "documentation" : null, "simpleType" : "StartConfigurationRecorderResult", "variableSetterType" : "StartConfigurationRecorderResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetComplianceSummaryByConfigRuleResult" : { "c2jName" : "GetComplianceSummaryByConfigRuleResponse", "documentation" : "", "shapeName" : "GetComplianceSummaryByConfigRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

", "name" : "ComplianceSummary", "c2jName" : "ComplianceSummary", "c2jShape" : "ComplianceSummary", "variable" : { "variableName" : "complianceSummary", "variableType" : "ComplianceSummary", "variableDeclarationType" : "ComplianceSummary", "documentation" : "

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

", "simpleType" : "ComplianceSummary", "variableSetterType" : "ComplianceSummary" }, "setterModel" : { "variableName" : "complianceSummary", "variableType" : "ComplianceSummary", "variableDeclarationType" : "ComplianceSummary", "documentation" : "", "simpleType" : "ComplianceSummary", "variableSetterType" : "ComplianceSummary" }, "getterModel" : { "returnType" : "ComplianceSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceSummary", "marshallLocationName" : "ComplianceSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param complianceSummary The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.*/", "getterDocumentation" : "/**

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

\n@return The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.*/", "fluentSetterDocumentation" : "/**

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

\n@param complianceSummary The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param complianceSummary The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getComplianceSummaryByConfigRuleResult", "variableType" : "GetComplianceSummaryByConfigRuleResult", "variableDeclarationType" : "GetComplianceSummaryByConfigRuleResult", "documentation" : null, "simpleType" : "GetComplianceSummaryByConfigRuleResult", "variableSetterType" : "GetComplianceSummaryByConfigRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ComplianceSummary" : { "documentation" : "

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

", "name" : "ComplianceSummary", "c2jName" : "ComplianceSummary", "c2jShape" : "ComplianceSummary", "variable" : { "variableName" : "complianceSummary", "variableType" : "ComplianceSummary", "variableDeclarationType" : "ComplianceSummary", "documentation" : "

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

", "simpleType" : "ComplianceSummary", "variableSetterType" : "ComplianceSummary" }, "setterModel" : { "variableName" : "complianceSummary", "variableType" : "ComplianceSummary", "variableDeclarationType" : "ComplianceSummary", "documentation" : "", "simpleType" : "ComplianceSummary", "variableSetterType" : "ComplianceSummary" }, "getterModel" : { "returnType" : "ComplianceSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceSummary", "marshallLocationName" : "ComplianceSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param complianceSummary The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.*/", "getterDocumentation" : "/**

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

\n@return The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.*/", "fluentSetterDocumentation" : "/**

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

\n@param complianceSummary The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param complianceSummary The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDeliveryChannelRequest" : { "c2jName" : "DeleteDeliveryChannelRequest", "documentation" : "

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

", "shapeName" : "DeleteDeliveryChannelRequest", "deprecated" : false, "required" : [ "DeliveryChannelName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the delivery channel to delete.

", "name" : "DeliveryChannelName", "c2jName" : "DeliveryChannelName", "c2jShape" : "ChannelName", "variable" : { "variableName" : "deliveryChannelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the delivery channel to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deliveryChannelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeliveryChannelName", "marshallLocationName" : "DeliveryChannelName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the delivery channel to delete.

\n@param deliveryChannelName The name of the delivery channel to delete.*/", "getterDocumentation" : "/**

The name of the delivery channel to delete.

\n@return The name of the delivery channel to delete.*/", "fluentSetterDocumentation" : "/**

The name of the delivery channel to delete.

\n@param deliveryChannelName The name of the delivery channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the delivery channel to delete.

\n@param deliveryChannelName The name of the delivery channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDeliveryChannelRequest", "variableType" : "DeleteDeliveryChannelRequest", "variableDeclarationType" : "DeleteDeliveryChannelRequest", "documentation" : null, "simpleType" : "DeleteDeliveryChannelRequest", "variableSetterType" : "DeleteDeliveryChannelRequest" }, "marshaller" : { "action" : "DeleteDeliveryChannel", "verb" : "POST", "target" : "StarlingDoveService.DeleteDeliveryChannel", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeliveryChannelName" : { "documentation" : "

The name of the delivery channel to delete.

", "name" : "DeliveryChannelName", "c2jName" : "DeliveryChannelName", "c2jShape" : "ChannelName", "variable" : { "variableName" : "deliveryChannelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the delivery channel to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deliveryChannelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeliveryChannelName", "marshallLocationName" : "DeliveryChannelName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the delivery channel to delete.

\n@param deliveryChannelName The name of the delivery channel to delete.*/", "getterDocumentation" : "/**

The name of the delivery channel to delete.

\n@return The name of the delivery channel to delete.*/", "fluentSetterDocumentation" : "/**

The name of the delivery channel to delete.

\n@param deliveryChannelName The name of the delivery channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the delivery channel to delete.

\n@param deliveryChannelName The name of the delivery channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StopConfigurationRecorderResult" : { "c2jName" : "StopConfigurationRecorderResult", "documentation" : null, "shapeName" : "StopConfigurationRecorderResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "stopConfigurationRecorderResult", "variableType" : "StopConfigurationRecorderResult", "variableDeclarationType" : "StopConfigurationRecorderResult", "documentation" : null, "simpleType" : "StopConfigurationRecorderResult", "variableSetterType" : "StopConfigurationRecorderResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeDeliveryChannelStatusRequest" : { "c2jName" : "DescribeDeliveryChannelStatusRequest", "documentation" : "

The input for the DeliveryChannelStatus action.

", "shapeName" : "DescribeDeliveryChannelStatusRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of delivery channel names.

", "name" : "DeliveryChannelNames", "c2jName" : "DeliveryChannelNames", "c2jShape" : "DeliveryChannelNameList", "variable" : { "variableName" : "deliveryChannelNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of delivery channel names.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "deliveryChannelNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeliveryChannelNames", "marshallLocationName" : "DeliveryChannelNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ChannelName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of delivery channel names.

\n@param deliveryChannelNames A list of delivery channel names.*/", "getterDocumentation" : "/**

A list of delivery channel names.

\n@return A list of delivery channel names.*/", "fluentSetterDocumentation" : "/**

A list of delivery channel names.

\n@param deliveryChannelNames A list of delivery channel names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of delivery channel names.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDeliveryChannelNames(java.util.Collection)} or {@link #withDeliveryChannelNames(java.util.Collection)} if you want to override the existing values.

\n@param deliveryChannelNames A list of delivery channel names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDeliveryChannelStatusRequest", "variableType" : "DescribeDeliveryChannelStatusRequest", "variableDeclarationType" : "DescribeDeliveryChannelStatusRequest", "documentation" : null, "simpleType" : "DescribeDeliveryChannelStatusRequest", "variableSetterType" : "DescribeDeliveryChannelStatusRequest" }, "marshaller" : { "action" : "DescribeDeliveryChannelStatus", "verb" : "POST", "target" : "StarlingDoveService.DescribeDeliveryChannelStatus", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeliveryChannelNames" : { "documentation" : "

A list of delivery channel names.

", "name" : "DeliveryChannelNames", "c2jName" : "DeliveryChannelNames", "c2jShape" : "DeliveryChannelNameList", "variable" : { "variableName" : "deliveryChannelNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of delivery channel names.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "deliveryChannelNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeliveryChannelNames", "marshallLocationName" : "DeliveryChannelNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ChannelName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of delivery channel names.

\n@param deliveryChannelNames A list of delivery channel names.*/", "getterDocumentation" : "/**

A list of delivery channel names.

\n@return A list of delivery channel names.*/", "fluentSetterDocumentation" : "/**

A list of delivery channel names.

\n@param deliveryChannelNames A list of delivery channel names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of delivery channel names.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDeliveryChannelNames(java.util.Collection)} or {@link #withDeliveryChannelNames(java.util.Collection)} if you want to override the existing values.

\n@param deliveryChannelNames A list of delivery channel names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "documentation" : "

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

", "shapeName" : "ResourceInUseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "variableDeclarationType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeDeliveryChannelStatusResult" : { "c2jName" : "DescribeDeliveryChannelStatusResponse", "documentation" : "

The output for the DescribeDeliveryChannelStatus action.

", "shapeName" : "DescribeDeliveryChannelStatusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

", "name" : "DeliveryChannelsStatus", "c2jName" : "DeliveryChannelsStatus", "c2jShape" : "DeliveryChannelStatusList", "variable" : { "variableName" : "deliveryChannelsStatus", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "deliveryChannelsStatus", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeliveryChannelsStatus", "marshallLocationName" : "DeliveryChannelsStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DeliveryChannelStatus", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DeliveryChannelStatus", "variable" : { "variableName" : "member", "variableType" : "DeliveryChannelStatus", "variableDeclarationType" : "DeliveryChannelStatus", "documentation" : "", "simpleType" : "DeliveryChannelStatus", "variableSetterType" : "DeliveryChannelStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "DeliveryChannelStatus", "variableDeclarationType" : "DeliveryChannelStatus", "documentation" : "", "simpleType" : "DeliveryChannelStatus", "variableSetterType" : "DeliveryChannelStatus" }, "getterModel" : { "returnType" : "DeliveryChannelStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DeliveryChannelStatus", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

\n@param deliveryChannelsStatus A list that contains the status of a specified delivery channel.*/", "getterDocumentation" : "/**

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

\n@return A list that contains the status of a specified delivery channel.*/", "fluentSetterDocumentation" : "/**

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

\n@param deliveryChannelsStatus A list that contains the status of a specified delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDeliveryChannelsStatus(java.util.Collection)} or {@link #withDeliveryChannelsStatus(java.util.Collection)} if you want to override the existing values.

\n@param deliveryChannelsStatus A list that contains the status of a specified delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDeliveryChannelStatusResult", "variableType" : "DescribeDeliveryChannelStatusResult", "variableDeclarationType" : "DescribeDeliveryChannelStatusResult", "documentation" : null, "simpleType" : "DescribeDeliveryChannelStatusResult", "variableSetterType" : "DescribeDeliveryChannelStatusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeliveryChannelsStatus" : { "documentation" : "

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

", "name" : "DeliveryChannelsStatus", "c2jName" : "DeliveryChannelsStatus", "c2jShape" : "DeliveryChannelStatusList", "variable" : { "variableName" : "deliveryChannelsStatus", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "deliveryChannelsStatus", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeliveryChannelsStatus", "marshallLocationName" : "DeliveryChannelsStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DeliveryChannelStatus", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DeliveryChannelStatus", "variable" : { "variableName" : "member", "variableType" : "DeliveryChannelStatus", "variableDeclarationType" : "DeliveryChannelStatus", "documentation" : "", "simpleType" : "DeliveryChannelStatus", "variableSetterType" : "DeliveryChannelStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "DeliveryChannelStatus", "variableDeclarationType" : "DeliveryChannelStatus", "documentation" : "", "simpleType" : "DeliveryChannelStatus", "variableSetterType" : "DeliveryChannelStatus" }, "getterModel" : { "returnType" : "DeliveryChannelStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DeliveryChannelStatus", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

\n@param deliveryChannelsStatus A list that contains the status of a specified delivery channel.*/", "getterDocumentation" : "/**

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

\n@return A list that contains the status of a specified delivery channel.*/", "fluentSetterDocumentation" : "/**

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

\n@param deliveryChannelsStatus A list that contains the status of a specified delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDeliveryChannelsStatus(java.util.Collection)} or {@link #withDeliveryChannelsStatus(java.util.Collection)} if you want to override the existing values.

\n@param deliveryChannelsStatus A list that contains the status of a specified delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EventSource" : { "c2jName" : "EventSource", "documentation" : "", "shapeName" : "EventSource", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "AwsConfig", "value" : "aws.config" } ], "variable" : { "variableName" : "eventSource", "variableType" : "EventSource", "variableDeclarationType" : "EventSource", "documentation" : null, "simpleType" : "EventSource", "variableSetterType" : "EventSource" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeComplianceByResourceResult" : { "c2jName" : "DescribeComplianceByResourceResponse", "documentation" : "", "shapeName" : "DescribeComplianceByResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

", "name" : "ComplianceByResources", "c2jName" : "ComplianceByResources", "c2jShape" : "ComplianceByResources", "variable" : { "variableName" : "complianceByResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceByResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceByResources", "marshallLocationName" : "ComplianceByResources", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ComplianceByResource", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceByResource", "variable" : { "variableName" : "member", "variableType" : "ComplianceByResource", "variableDeclarationType" : "ComplianceByResource", "documentation" : "", "simpleType" : "ComplianceByResource", "variableSetterType" : "ComplianceByResource" }, "setterModel" : { "variableName" : "member", "variableType" : "ComplianceByResource", "variableDeclarationType" : "ComplianceByResource", "documentation" : "", "simpleType" : "ComplianceByResource", "variableSetterType" : "ComplianceByResource" }, "getterModel" : { "returnType" : "ComplianceByResource", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ComplianceByResource", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

\n@param complianceByResources Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.*/", "getterDocumentation" : "/**

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

\n@return Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.*/", "fluentSetterDocumentation" : "/**

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

\n@param complianceByResources Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceByResources(java.util.Collection)} or {@link #withComplianceByResources(java.util.Collection)} if you want to override the existing values.

\n@param complianceByResources Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

\n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeComplianceByResourceResult", "variableType" : "DescribeComplianceByResourceResult", "variableDeclarationType" : "DescribeComplianceByResourceResult", "documentation" : null, "simpleType" : "DescribeComplianceByResourceResult", "variableSetterType" : "DescribeComplianceByResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

\n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComplianceByResources" : { "documentation" : "

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

", "name" : "ComplianceByResources", "c2jName" : "ComplianceByResources", "c2jShape" : "ComplianceByResources", "variable" : { "variableName" : "complianceByResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceByResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceByResources", "marshallLocationName" : "ComplianceByResources", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ComplianceByResource", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceByResource", "variable" : { "variableName" : "member", "variableType" : "ComplianceByResource", "variableDeclarationType" : "ComplianceByResource", "documentation" : "", "simpleType" : "ComplianceByResource", "variableSetterType" : "ComplianceByResource" }, "setterModel" : { "variableName" : "member", "variableType" : "ComplianceByResource", "variableDeclarationType" : "ComplianceByResource", "documentation" : "", "simpleType" : "ComplianceByResource", "variableSetterType" : "ComplianceByResource" }, "getterModel" : { "returnType" : "ComplianceByResource", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ComplianceByResource", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

\n@param complianceByResources Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.*/", "getterDocumentation" : "/**

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

\n@return Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.*/", "fluentSetterDocumentation" : "/**

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

\n@param complianceByResources Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceByResources(java.util.Collection)} or {@link #withComplianceByResources(java.util.Collection)} if you want to override the existing values.

\n@param complianceByResources Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetComplianceSummaryByResourceTypeRequest" : { "c2jName" : "GetComplianceSummaryByResourceTypeRequest", "documentation" : "", "shapeName" : "GetComplianceSummaryByResourceTypeRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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.

", "name" : "ResourceTypes", "c2jName" : "ResourceTypes", "c2jShape" : "ResourceTypes", "variable" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceTypes", "marshallLocationName" : "ResourceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceTypes(java.util.Collection)} or {@link #withResourceTypes(java.util.Collection)} if you want to override the existing values.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getComplianceSummaryByResourceTypeRequest", "variableType" : "GetComplianceSummaryByResourceTypeRequest", "variableDeclarationType" : "GetComplianceSummaryByResourceTypeRequest", "documentation" : null, "simpleType" : "GetComplianceSummaryByResourceTypeRequest", "variableSetterType" : "GetComplianceSummaryByResourceTypeRequest" }, "marshaller" : { "action" : "GetComplianceSummaryByResourceType", "verb" : "POST", "target" : "StarlingDoveService.GetComplianceSummaryByResourceType", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceTypes" : { "documentation" : "

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.

", "name" : "ResourceTypes", "c2jName" : "ResourceTypes", "c2jShape" : "ResourceTypes", "variable" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceTypes", "marshallLocationName" : "ResourceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceTypes(java.util.Collection)} or {@link #withResourceTypes(java.util.Collection)} if you want to override the existing values.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NoAvailableDeliveryChannelException" : { "c2jName" : "NoAvailableDeliveryChannelException", "documentation" : "

There is no delivery channel available to record configurations.

", "shapeName" : "NoAvailableDeliveryChannelException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "noAvailableDeliveryChannelException", "variableType" : "NoAvailableDeliveryChannelException", "variableDeclarationType" : "NoAvailableDeliveryChannelException", "documentation" : null, "simpleType" : "NoAvailableDeliveryChannelException", "variableSetterType" : "NoAvailableDeliveryChannelException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoAvailableDeliveryChannelException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetComplianceDetailsByConfigRuleResult" : { "c2jName" : "GetComplianceDetailsByConfigRuleResponse", "documentation" : "", "shapeName" : "GetComplianceDetailsByConfigRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

", "name" : "EvaluationResults", "c2jName" : "EvaluationResults", "c2jShape" : "EvaluationResults", "variable" : { "variableName" : "evaluationResults", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "evaluationResults", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationResults", "marshallLocationName" : "EvaluationResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EvaluationResult", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EvaluationResult", "variable" : { "variableName" : "member", "variableType" : "EvaluationResult", "variableDeclarationType" : "EvaluationResult", "documentation" : "", "simpleType" : "EvaluationResult", "variableSetterType" : "EvaluationResult" }, "setterModel" : { "variableName" : "member", "variableType" : "EvaluationResult", "variableDeclarationType" : "EvaluationResult", "documentation" : "", "simpleType" : "EvaluationResult", "variableSetterType" : "EvaluationResult" }, "getterModel" : { "returnType" : "EvaluationResult", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "EvaluationResult", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

\n@param evaluationResults Indicates whether the AWS resource complies with the specified AWS Config rule.*/", "getterDocumentation" : "/**

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

\n@return Indicates whether the AWS resource complies with the specified AWS Config rule.*/", "fluentSetterDocumentation" : "/**

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

\n@param evaluationResults Indicates whether the AWS resource complies with the specified AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEvaluationResults(java.util.Collection)} or {@link #withEvaluationResults(java.util.Collection)} if you want to override the existing values.

\n@param evaluationResults Indicates whether the AWS resource complies with the specified AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

\n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getComplianceDetailsByConfigRuleResult", "variableType" : "GetComplianceDetailsByConfigRuleResult", "variableDeclarationType" : "GetComplianceDetailsByConfigRuleResult", "documentation" : null, "simpleType" : "GetComplianceDetailsByConfigRuleResult", "variableSetterType" : "GetComplianceDetailsByConfigRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

\n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EvaluationResults" : { "documentation" : "

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

", "name" : "EvaluationResults", "c2jName" : "EvaluationResults", "c2jShape" : "EvaluationResults", "variable" : { "variableName" : "evaluationResults", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "evaluationResults", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationResults", "marshallLocationName" : "EvaluationResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EvaluationResult", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EvaluationResult", "variable" : { "variableName" : "member", "variableType" : "EvaluationResult", "variableDeclarationType" : "EvaluationResult", "documentation" : "", "simpleType" : "EvaluationResult", "variableSetterType" : "EvaluationResult" }, "setterModel" : { "variableName" : "member", "variableType" : "EvaluationResult", "variableDeclarationType" : "EvaluationResult", "documentation" : "", "simpleType" : "EvaluationResult", "variableSetterType" : "EvaluationResult" }, "getterModel" : { "returnType" : "EvaluationResult", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "EvaluationResult", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

\n@param evaluationResults Indicates whether the AWS resource complies with the specified AWS Config rule.*/", "getterDocumentation" : "/**

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

\n@return Indicates whether the AWS resource complies with the specified AWS Config rule.*/", "fluentSetterDocumentation" : "/**

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

\n@param evaluationResults Indicates whether the AWS resource complies with the specified AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEvaluationResults(java.util.Collection)} or {@link #withEvaluationResults(java.util.Collection)} if you want to override the existing values.

\n@param evaluationResults Indicates whether the AWS resource complies with the specified AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConfigRuleEvaluationStatus" : { "c2jName" : "ConfigRuleEvaluationStatus", "documentation" : "

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.

", "shapeName" : "ConfigRuleEvaluationStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the AWS Config rule.

", "name" : "ConfigRuleName", "c2jName" : "ConfigRuleName", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the AWS Config rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleName", "marshallLocationName" : "ConfigRuleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the AWS Config rule.

\n@param configRuleName The name of the AWS Config rule.*/", "getterDocumentation" : "/**

The name of the AWS Config rule.

\n@return The name of the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

The name of the AWS Config rule.

\n@param configRuleName The name of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the AWS Config rule.

\n@param configRuleName The name of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "ConfigRuleArn", "c2jName" : "ConfigRuleArn", "c2jShape" : "String", "variable" : { "variableName" : "configRuleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleArn", "marshallLocationName" : "ConfigRuleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.*/", "getterDocumentation" : "/**

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

\n@return The Amazon Resource Name (ARN) of the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

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

\n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the AWS Config rule.

", "name" : "ConfigRuleId", "c2jName" : "ConfigRuleId", "c2jShape" : "String", "variable" : { "variableName" : "configRuleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the AWS Config rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleId", "marshallLocationName" : "ConfigRuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the AWS Config rule.

\n@param configRuleId The ID of the AWS Config rule.*/", "getterDocumentation" : "/**

The ID of the AWS Config rule.

\n@return The ID of the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

The ID of the AWS Config rule.

\n@param configRuleId The ID of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the AWS Config rule.

\n@param configRuleId The ID of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "LastSuccessfulInvocationTime", "c2jName" : "LastSuccessfulInvocationTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastSuccessfulInvocationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastSuccessfulInvocationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastSuccessfulInvocationTime", "marshallLocationName" : "LastSuccessfulInvocationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param lastSuccessfulInvocationTime The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.*/", "getterDocumentation" : "/**

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

\n@return The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.*/", "fluentSetterDocumentation" : "/**

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

\n@param lastSuccessfulInvocationTime The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param lastSuccessfulInvocationTime The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "LastFailedInvocationTime", "c2jName" : "LastFailedInvocationTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastFailedInvocationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastFailedInvocationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailedInvocationTime", "marshallLocationName" : "LastFailedInvocationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param lastFailedInvocationTime The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.*/", "getterDocumentation" : "/**

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

\n@return The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.*/", "fluentSetterDocumentation" : "/**

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

\n@param lastFailedInvocationTime The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param lastFailedInvocationTime The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "LastSuccessfulEvaluationTime", "c2jName" : "LastSuccessfulEvaluationTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastSuccessfulEvaluationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastSuccessfulEvaluationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastSuccessfulEvaluationTime", "marshallLocationName" : "LastSuccessfulEvaluationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param lastSuccessfulEvaluationTime The time that AWS Config last successfully evaluated your AWS resources against the rule.*/", "getterDocumentation" : "/**

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

\n@return The time that AWS Config last successfully evaluated your AWS resources against the rule.*/", "fluentSetterDocumentation" : "/**

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

\n@param lastSuccessfulEvaluationTime The time that AWS Config last successfully evaluated your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param lastSuccessfulEvaluationTime The time that AWS Config last successfully evaluated your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "LastFailedEvaluationTime", "c2jName" : "LastFailedEvaluationTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastFailedEvaluationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastFailedEvaluationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailedEvaluationTime", "marshallLocationName" : "LastFailedEvaluationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param lastFailedEvaluationTime The time that AWS Config last failed to evaluate your AWS resources against the rule.*/", "getterDocumentation" : "/**

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

\n@return The time that AWS Config last failed to evaluate your AWS resources against the rule.*/", "fluentSetterDocumentation" : "/**

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

\n@param lastFailedEvaluationTime The time that AWS Config last failed to evaluate your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param lastFailedEvaluationTime The time that AWS Config last failed to evaluate your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time that you first activated the AWS Config rule.

", "name" : "FirstActivatedTime", "c2jName" : "FirstActivatedTime", "c2jShape" : "Date", "variable" : { "variableName" : "firstActivatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time that you first activated the AWS Config rule.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "firstActivatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "FirstActivatedTime", "marshallLocationName" : "FirstActivatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time that you first activated the AWS Config rule.

\n@param firstActivatedTime The time that you first activated the AWS Config rule.*/", "getterDocumentation" : "/**

The time that you first activated the AWS Config rule.

\n@return The time that you first activated the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

The time that you first activated the AWS Config rule.

\n@param firstActivatedTime The time that you first activated the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time that you first activated the AWS Config rule.

\n@param firstActivatedTime The time that you first activated the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "LastErrorCode", "c2jName" : "LastErrorCode", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastErrorCode", "marshallLocationName" : "LastErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param lastErrorCode The error code that AWS Config returned when the rule last failed.*/", "getterDocumentation" : "/**

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

\n@return The error code that AWS Config returned when the rule last failed.*/", "fluentSetterDocumentation" : "/**

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

\n@param lastErrorCode The error code that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param lastErrorCode The error code that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "LastErrorMessage", "c2jName" : "LastErrorMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastErrorMessage", "marshallLocationName" : "LastErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param lastErrorMessage The error message that AWS Config returned when the rule last failed.*/", "getterDocumentation" : "/**

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

\n@return The error message that AWS Config returned when the rule last failed.*/", "fluentSetterDocumentation" : "/**

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

\n@param lastErrorMessage The error message that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param lastErrorMessage The error message that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

  • true - AWS Config has evaluated your AWS resources against the rule at least once.
  • false - AWS Config has not once finished evaluating your AWS resources against the rule.
", "name" : "FirstEvaluationStarted", "c2jName" : "FirstEvaluationStarted", "c2jShape" : "Boolean", "variable" : { "variableName" : "firstEvaluationStarted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

  • true - AWS Config has evaluated your AWS resources against the rule at least once.
  • false - AWS Config has not once finished evaluating your AWS resources against the rule.
", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "firstEvaluationStarted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "FirstEvaluationStarted", "marshallLocationName" : "FirstEvaluationStarted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

  • true - AWS Config has evaluated your AWS resources against the rule at least once.
  • false - AWS Config has not once finished evaluating your AWS resources against the rule.
\n@param firstEvaluationStarted Indicates whether AWS Config has evaluated your resources against the rule at least once.

  • true - AWS Config has evaluated your AWS resources against the rule at least once.
  • false - AWS Config has not once finished evaluating your AWS resources against the rule.
  • */", "getterDocumentation" : "/**

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

    • true - AWS Config has evaluated your AWS resources against the rule at least once.
    • false - AWS Config has not once finished evaluating your AWS resources against the rule.
    \n@return Indicates whether AWS Config has evaluated your resources against the rule at least once.

    • true - AWS Config has evaluated your AWS resources against the rule at least once.
    • false - AWS Config has not once finished evaluating your AWS resources against the rule.
    • */", "fluentSetterDocumentation" : "/**

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

      • true - AWS Config has evaluated your AWS resources against the rule at least once.
      • false - AWS Config has not once finished evaluating your AWS resources against the rule.
      \n@param firstEvaluationStarted Indicates whether AWS Config has evaluated your resources against the rule at least once.

      • true - AWS Config has evaluated your AWS resources against the rule at least once.
      • false - AWS Config has not once finished evaluating your AWS resources against the rule.
      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

        • true - AWS Config has evaluated your AWS resources against the rule at least once.
        • false - AWS Config has not once finished evaluating your AWS resources against the rule.
        \n@param firstEvaluationStarted Indicates whether AWS Config has evaluated your resources against the rule at least once.

        • true - AWS Config has evaluated your AWS resources against the rule at least once.
        • false - AWS Config has not once finished evaluating your AWS resources against the rule.
        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "configRuleEvaluationStatus", "variableType" : "ConfigRuleEvaluationStatus", "variableDeclarationType" : "ConfigRuleEvaluationStatus", "documentation" : null, "simpleType" : "ConfigRuleEvaluationStatus", "variableSetterType" : "ConfigRuleEvaluationStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LastFailedInvocationTime" : { "documentation" : "

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

          ", "name" : "LastFailedInvocationTime", "c2jName" : "LastFailedInvocationTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastFailedInvocationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastFailedInvocationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailedInvocationTime", "marshallLocationName" : "LastFailedInvocationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

          \n@param lastFailedInvocationTime The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.*/", "getterDocumentation" : "/**

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

          \n@return The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.*/", "fluentSetterDocumentation" : "/**

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

          \n@param lastFailedInvocationTime The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

          \n@param lastFailedInvocationTime The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FirstActivatedTime" : { "documentation" : "

          The time that you first activated the AWS Config rule.

          ", "name" : "FirstActivatedTime", "c2jName" : "FirstActivatedTime", "c2jShape" : "Date", "variable" : { "variableName" : "firstActivatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

          The time that you first activated the AWS Config rule.

          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "firstActivatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "FirstActivatedTime", "marshallLocationName" : "FirstActivatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

          The time that you first activated the AWS Config rule.

          \n@param firstActivatedTime The time that you first activated the AWS Config rule.*/", "getterDocumentation" : "/**

          The time that you first activated the AWS Config rule.

          \n@return The time that you first activated the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

          The time that you first activated the AWS Config rule.

          \n@param firstActivatedTime The time that you first activated the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The time that you first activated the AWS Config rule.

          \n@param firstActivatedTime The time that you first activated the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FirstEvaluationStarted" : { "documentation" : "

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

          • true - AWS Config has evaluated your AWS resources against the rule at least once.
          • false - AWS Config has not once finished evaluating your AWS resources against the rule.
          ", "name" : "FirstEvaluationStarted", "c2jName" : "FirstEvaluationStarted", "c2jShape" : "Boolean", "variable" : { "variableName" : "firstEvaluationStarted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

          • true - AWS Config has evaluated your AWS resources against the rule at least once.
          • false - AWS Config has not once finished evaluating your AWS resources against the rule.
          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "firstEvaluationStarted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "FirstEvaluationStarted", "marshallLocationName" : "FirstEvaluationStarted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

          • true - AWS Config has evaluated your AWS resources against the rule at least once.
          • false - AWS Config has not once finished evaluating your AWS resources against the rule.
          \n@param firstEvaluationStarted Indicates whether AWS Config has evaluated your resources against the rule at least once.

          • true - AWS Config has evaluated your AWS resources against the rule at least once.
          • false - AWS Config has not once finished evaluating your AWS resources against the rule.
          • */", "getterDocumentation" : "/**

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

            • true - AWS Config has evaluated your AWS resources against the rule at least once.
            • false - AWS Config has not once finished evaluating your AWS resources against the rule.
            \n@return Indicates whether AWS Config has evaluated your resources against the rule at least once.

            • true - AWS Config has evaluated your AWS resources against the rule at least once.
            • false - AWS Config has not once finished evaluating your AWS resources against the rule.
            • */", "fluentSetterDocumentation" : "/**

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

              • true - AWS Config has evaluated your AWS resources against the rule at least once.
              • false - AWS Config has not once finished evaluating your AWS resources against the rule.
              \n@param firstEvaluationStarted Indicates whether AWS Config has evaluated your resources against the rule at least once.

              • true - AWS Config has evaluated your AWS resources against the rule at least once.
              • false - AWS Config has not once finished evaluating your AWS resources against the rule.
              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                • true - AWS Config has evaluated your AWS resources against the rule at least once.
                • false - AWS Config has not once finished evaluating your AWS resources against the rule.
                \n@param firstEvaluationStarted Indicates whether AWS Config has evaluated your resources against the rule at least once.

                • true - AWS Config has evaluated your AWS resources against the rule at least once.
                • false - AWS Config has not once finished evaluating your AWS resources against the rule.
                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigRuleId" : { "documentation" : "

                  The ID of the AWS Config rule.

                  ", "name" : "ConfigRuleId", "c2jName" : "ConfigRuleId", "c2jShape" : "String", "variable" : { "variableName" : "configRuleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the AWS Config rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleId", "marshallLocationName" : "ConfigRuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the AWS Config rule.

                  \n@param configRuleId The ID of the AWS Config rule.*/", "getterDocumentation" : "/**

                  The ID of the AWS Config rule.

                  \n@return The ID of the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

                  The ID of the AWS Config rule.

                  \n@param configRuleId The ID of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the AWS Config rule.

                  \n@param configRuleId The ID of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastFailedEvaluationTime" : { "documentation" : "

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

                  ", "name" : "LastFailedEvaluationTime", "c2jName" : "LastFailedEvaluationTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastFailedEvaluationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastFailedEvaluationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailedEvaluationTime", "marshallLocationName" : "LastFailedEvaluationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param lastFailedEvaluationTime The time that AWS Config last failed to evaluate your AWS resources against the rule.*/", "getterDocumentation" : "/**

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

                  \n@return The time that AWS Config last failed to evaluate your AWS resources against the rule.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param lastFailedEvaluationTime The time that AWS Config last failed to evaluate your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param lastFailedEvaluationTime The time that AWS Config last failed to evaluate your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigRuleName" : { "documentation" : "

                  The name of the AWS Config rule.

                  ", "name" : "ConfigRuleName", "c2jName" : "ConfigRuleName", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the AWS Config rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleName", "marshallLocationName" : "ConfigRuleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the AWS Config rule.

                  \n@param configRuleName The name of the AWS Config rule.*/", "getterDocumentation" : "/**

                  The name of the AWS Config rule.

                  \n@return The name of the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

                  The name of the AWS Config rule.

                  \n@param configRuleName The name of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the AWS Config rule.

                  \n@param configRuleName The name of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastErrorCode" : { "documentation" : "

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

                  ", "name" : "LastErrorCode", "c2jName" : "LastErrorCode", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastErrorCode", "marshallLocationName" : "LastErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param lastErrorCode The error code that AWS Config returned when the rule last failed.*/", "getterDocumentation" : "/**

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

                  \n@return The error code that AWS Config returned when the rule last failed.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param lastErrorCode The error code that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param lastErrorCode The error code that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastSuccessfulEvaluationTime" : { "documentation" : "

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

                  ", "name" : "LastSuccessfulEvaluationTime", "c2jName" : "LastSuccessfulEvaluationTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastSuccessfulEvaluationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastSuccessfulEvaluationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastSuccessfulEvaluationTime", "marshallLocationName" : "LastSuccessfulEvaluationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param lastSuccessfulEvaluationTime The time that AWS Config last successfully evaluated your AWS resources against the rule.*/", "getterDocumentation" : "/**

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

                  \n@return The time that AWS Config last successfully evaluated your AWS resources against the rule.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param lastSuccessfulEvaluationTime The time that AWS Config last successfully evaluated your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param lastSuccessfulEvaluationTime The time that AWS Config last successfully evaluated your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastErrorMessage" : { "documentation" : "

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

                  ", "name" : "LastErrorMessage", "c2jName" : "LastErrorMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastErrorMessage", "marshallLocationName" : "LastErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param lastErrorMessage The error message that AWS Config returned when the rule last failed.*/", "getterDocumentation" : "/**

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

                  \n@return The error message that AWS Config returned when the rule last failed.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param lastErrorMessage The error message that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param lastErrorMessage The error message that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastSuccessfulInvocationTime" : { "documentation" : "

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

                  ", "name" : "LastSuccessfulInvocationTime", "c2jName" : "LastSuccessfulInvocationTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastSuccessfulInvocationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastSuccessfulInvocationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastSuccessfulInvocationTime", "marshallLocationName" : "LastSuccessfulInvocationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param lastSuccessfulInvocationTime The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.*/", "getterDocumentation" : "/**

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

                  \n@return The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param lastSuccessfulInvocationTime The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param lastSuccessfulInvocationTime The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigRuleArn" : { "documentation" : "

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

                  ", "name" : "ConfigRuleArn", "c2jName" : "ConfigRuleArn", "c2jShape" : "String", "variable" : { "variableName" : "configRuleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleArn", "marshallLocationName" : "ConfigRuleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.*/", "getterDocumentation" : "/**

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

                  \n@return The Amazon Resource Name (ARN) of the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceIdentifier" : { "c2jName" : "ResourceIdentifier", "documentation" : "

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

                  ", "shapeName" : "ResourceIdentifier", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The type of resource.

                  ", "name" : "ResourceType", "c2jName" : "resourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceType", "marshallLocationName" : "resourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of resource.

                  \n@param resourceType The type of resource.\n@see ResourceType*/", "getterDocumentation" : "/**

                  The type of resource.

                  \n@return The type of resource.\n@see ResourceType*/", "fluentSetterDocumentation" : "/**

                  The type of resource.

                  \n@param resourceType The type of resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**

                  The type of resource.

                  \n@param resourceType The type of resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, { "documentation" : "

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

                  ", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceId", "marshallLocationName" : "resourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).*/", "getterDocumentation" : "/**

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

                  \n@return The ID of the resource (for example., sg-xxxxxx).*/", "fluentSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The custom name of the resource (if available).

                  ", "name" : "ResourceName", "c2jName" : "resourceName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The custom name of the resource (if available).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceName", "marshallLocationName" : "resourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The custom name of the resource (if available).

                  \n@param resourceName The custom name of the resource (if available).*/", "getterDocumentation" : "/**

                  The custom name of the resource (if available).

                  \n@return The custom name of the resource (if available).*/", "fluentSetterDocumentation" : "/**

                  The custom name of the resource (if available).

                  \n@param resourceName The custom name of the resource (if available).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The custom name of the resource (if available).

                  \n@param resourceName The custom name of the resource (if available).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time that the resource was deleted.

                  ", "name" : "ResourceDeletionTime", "c2jName" : "resourceDeletionTime", "c2jShape" : "ResourceDeletionTime", "variable" : { "variableName" : "resourceDeletionTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time that the resource was deleted.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "resourceDeletionTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceDeletionTime", "marshallLocationName" : "resourceDeletionTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time that the resource was deleted.

                  \n@param resourceDeletionTime The time that the resource was deleted.*/", "getterDocumentation" : "/**

                  The time that the resource was deleted.

                  \n@return The time that the resource was deleted.*/", "fluentSetterDocumentation" : "/**

                  The time that the resource was deleted.

                  \n@param resourceDeletionTime The time that the resource was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time that the resource was deleted.

                  \n@param resourceDeletionTime The time that the resource was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resourceIdentifier", "variableType" : "ResourceIdentifier", "variableDeclarationType" : "ResourceIdentifier", "documentation" : null, "simpleType" : "ResourceIdentifier", "variableSetterType" : "ResourceIdentifier" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceType" : { "documentation" : "

                  The type of resource.

                  ", "name" : "ResourceType", "c2jName" : "resourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceType", "marshallLocationName" : "resourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of resource.

                  \n@param resourceType The type of resource.\n@see ResourceType*/", "getterDocumentation" : "/**

                  The type of resource.

                  \n@return The type of resource.\n@see ResourceType*/", "fluentSetterDocumentation" : "/**

                  The type of resource.

                  \n@param resourceType The type of resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**

                  The type of resource.

                  \n@param resourceType The type of resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, "ResourceDeletionTime" : { "documentation" : "

                  The time that the resource was deleted.

                  ", "name" : "ResourceDeletionTime", "c2jName" : "resourceDeletionTime", "c2jShape" : "ResourceDeletionTime", "variable" : { "variableName" : "resourceDeletionTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time that the resource was deleted.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "resourceDeletionTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceDeletionTime", "marshallLocationName" : "resourceDeletionTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time that the resource was deleted.

                  \n@param resourceDeletionTime The time that the resource was deleted.*/", "getterDocumentation" : "/**

                  The time that the resource was deleted.

                  \n@return The time that the resource was deleted.*/", "fluentSetterDocumentation" : "/**

                  The time that the resource was deleted.

                  \n@param resourceDeletionTime The time that the resource was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time that the resource was deleted.

                  \n@param resourceDeletionTime The time that the resource was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

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

                  ", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceId", "marshallLocationName" : "resourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).*/", "getterDocumentation" : "/**

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

                  \n@return The ID of the resource (for example., sg-xxxxxx).*/", "fluentSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceName" : { "documentation" : "

                  The custom name of the resource (if available).

                  ", "name" : "ResourceName", "c2jName" : "resourceName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The custom name of the resource (if available).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceName", "marshallLocationName" : "resourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The custom name of the resource (if available).

                  \n@param resourceName The custom name of the resource (if available).*/", "getterDocumentation" : "/**

                  The custom name of the resource (if available).

                  \n@return The custom name of the resource (if available).*/", "fluentSetterDocumentation" : "/**

                  The custom name of the resource (if available).

                  \n@param resourceName The custom name of the resource (if available).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The custom name of the resource (if available).

                  \n@param resourceName The custom name of the resource (if available).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidResultTokenException" : { "c2jName" : "InvalidResultTokenException", "documentation" : "

                  The result token is invalid.

                  ", "shapeName" : "InvalidResultTokenException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidResultTokenException", "variableType" : "InvalidResultTokenException", "variableDeclarationType" : "InvalidResultTokenException", "documentation" : null, "simpleType" : "InvalidResultTokenException", "variableSetterType" : "InvalidResultTokenException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidResultTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ConfigurationItem" : { "c2jName" : "ConfigurationItem", "documentation" : "

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

                  ", "shapeName" : "ConfigurationItem", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The version number of the resource configuration.

                  ", "name" : "Version", "c2jName" : "version", "c2jShape" : "Version", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The version number of the resource configuration.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The version number of the resource configuration.

                  \n@param version The version number of the resource configuration.*/", "getterDocumentation" : "/**

                  The version number of the resource configuration.

                  \n@return The version number of the resource configuration.*/", "fluentSetterDocumentation" : "/**

                  The version number of the resource configuration.

                  \n@param version The version number of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The version number of the resource configuration.

                  \n@param version The version number of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The 12 digit AWS account ID associated with the resource.

                  ", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "AccountId", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The 12 digit AWS account ID associated with the resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The 12 digit AWS account ID associated with the resource.

                  \n@param accountId The 12 digit AWS account ID associated with the resource.*/", "getterDocumentation" : "/**

                  The 12 digit AWS account ID associated with the resource.

                  \n@return The 12 digit AWS account ID associated with the resource.*/", "fluentSetterDocumentation" : "/**

                  The 12 digit AWS account ID associated with the resource.

                  \n@param accountId The 12 digit AWS account ID associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The 12 digit AWS account ID associated with the resource.

                  \n@param accountId The 12 digit AWS account ID associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time when the configuration recording was initiated.

                  ", "name" : "ConfigurationItemCaptureTime", "c2jName" : "configurationItemCaptureTime", "c2jShape" : "ConfigurationItemCaptureTime", "variable" : { "variableName" : "configurationItemCaptureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time when the configuration recording was initiated.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "configurationItemCaptureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "configurationItemCaptureTime", "marshallLocationName" : "configurationItemCaptureTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time when the configuration recording was initiated.

                  \n@param configurationItemCaptureTime The time when the configuration recording was initiated.*/", "getterDocumentation" : "/**

                  The time when the configuration recording was initiated.

                  \n@return The time when the configuration recording was initiated.*/", "fluentSetterDocumentation" : "/**

                  The time when the configuration recording was initiated.

                  \n@param configurationItemCaptureTime The time when the configuration recording was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time when the configuration recording was initiated.

                  \n@param configurationItemCaptureTime The time when the configuration recording was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The configuration item status.

                  ", "name" : "ConfigurationItemStatus", "c2jName" : "configurationItemStatus", "c2jShape" : "ConfigurationItemStatus", "variable" : { "variableName" : "configurationItemStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The configuration item status.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configurationItemStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "configurationItemStatus", "marshallLocationName" : "configurationItemStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ConfigurationItemStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The configuration item status.

                  \n@param configurationItemStatus The configuration item status.\n@see ConfigurationItemStatus*/", "getterDocumentation" : "/**

                  The configuration item status.

                  \n@return The configuration item status.\n@see ConfigurationItemStatus*/", "fluentSetterDocumentation" : "/**

                  The configuration item status.

                  \n@param configurationItemStatus The configuration item status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemStatus*/", "varargSetterDocumentation" : "/**

                  The configuration item status.

                  \n@param configurationItemStatus The configuration item status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemStatus*/" }, { "documentation" : "

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

                  ", "name" : "ConfigurationStateId", "c2jName" : "configurationStateId", "c2jShape" : "ConfigurationStateId", "variable" : { "variableName" : "configurationStateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configurationStateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "configurationStateId", "marshallLocationName" : "configurationStateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configurationStateId An identifier that indicates the ordering of the configuration items of a resource.*/", "getterDocumentation" : "/**

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

                  \n@return An identifier that indicates the ordering of the configuration items of a resource.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configurationStateId An identifier that indicates the ordering of the configuration items of a resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configurationStateId An identifier that indicates the ordering of the configuration items of a resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  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.

                  ", "name" : "ConfigurationItemMD5Hash", "c2jName" : "configurationItemMD5Hash", "c2jShape" : "ConfigurationItemMD5Hash", "variable" : { "variableName" : "configurationItemMD5Hash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configurationItemMD5Hash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "configurationItemMD5Hash", "marshallLocationName" : "configurationItemMD5Hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The Amazon Resource Name (ARN) of the resource.

                  ", "name" : "Arn", "c2jName" : "arn", "c2jShape" : "ARN", "variable" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "arn", "marshallLocationName" : "arn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource.

                  \n@param arn The Amazon Resource Name (ARN) of the resource.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource.

                  \n@return The Amazon Resource Name (ARN) of the resource.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource.

                  \n@param arn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource.

                  \n@param arn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The type of AWS resource.

                  ", "name" : "ResourceType", "c2jName" : "resourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of AWS resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceType", "marshallLocationName" : "resourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of AWS resource.

                  \n@param resourceType The type of AWS resource.\n@see ResourceType*/", "getterDocumentation" : "/**

                  The type of AWS resource.

                  \n@return The type of AWS resource.\n@see ResourceType*/", "fluentSetterDocumentation" : "/**

                  The type of AWS resource.

                  \n@param resourceType The type of AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**

                  The type of AWS resource.

                  \n@param resourceType The type of AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, { "documentation" : "

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

                  ", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceId", "marshallLocationName" : "resourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).*/", "getterDocumentation" : "/**

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

                  \n@return The ID of the resource (for example., sg-xxxxxx).*/", "fluentSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The custom name of the resource, if available.

                  ", "name" : "ResourceName", "c2jName" : "resourceName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The custom name of the resource, if available.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceName", "marshallLocationName" : "resourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The custom name of the resource, if available.

                  \n@param resourceName The custom name of the resource, if available.*/", "getterDocumentation" : "/**

                  The custom name of the resource, if available.

                  \n@return The custom name of the resource, if available.*/", "fluentSetterDocumentation" : "/**

                  The custom name of the resource, if available.

                  \n@param resourceName The custom name of the resource, if available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The custom name of the resource, if available.

                  \n@param resourceName The custom name of the resource, if available.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The region where the resource resides.

                  ", "name" : "AwsRegion", "c2jName" : "awsRegion", "c2jShape" : "AwsRegion", "variable" : { "variableName" : "awsRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The region where the resource resides.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "awsRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "awsRegion", "marshallLocationName" : "awsRegion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The region where the resource resides.

                  \n@param awsRegion The region where the resource resides.*/", "getterDocumentation" : "/**

                  The region where the resource resides.

                  \n@return The region where the resource resides.*/", "fluentSetterDocumentation" : "/**

                  The region where the resource resides.

                  \n@param awsRegion The region where the resource resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The region where the resource resides.

                  \n@param awsRegion The region where the resource resides.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The Availability Zone associated with the resource.

                  ", "name" : "AvailabilityZone", "c2jName" : "availabilityZone", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Availability Zone associated with the resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "availabilityZone", "marshallLocationName" : "availabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The Availability Zone associated with the resource.

                  \n@param availabilityZone The Availability Zone associated with the resource.*/", "getterDocumentation" : "/**

                  The Availability Zone associated with the resource.

                  \n@return The Availability Zone associated with the resource.*/", "fluentSetterDocumentation" : "/**

                  The Availability Zone associated with the resource.

                  \n@param availabilityZone The Availability Zone associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Availability Zone associated with the resource.

                  \n@param availabilityZone The Availability Zone associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time stamp when the resource was created.

                  ", "name" : "ResourceCreationTime", "c2jName" : "resourceCreationTime", "c2jShape" : "ResourceCreationTime", "variable" : { "variableName" : "resourceCreationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time stamp when the resource was created.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "resourceCreationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceCreationTime", "marshallLocationName" : "resourceCreationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time stamp when the resource was created.

                  \n@param resourceCreationTime The time stamp when the resource was created.*/", "getterDocumentation" : "/**

                  The time stamp when the resource was created.

                  \n@return The time stamp when the resource was created.*/", "fluentSetterDocumentation" : "/**

                  The time stamp when the resource was created.

                  \n@param resourceCreationTime The time stamp when the resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time stamp when the resource was created.

                  \n@param resourceCreationTime The time stamp when the resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  A mapping of key value tags associated with the resource.

                  ", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

                  A mapping of key value tags associated with the resource.

                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "tags", "marshallLocationName" : "tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "Value", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                  A mapping of key value tags associated with the resource.

                  \n@param tags A mapping of key value tags associated with the resource.*/", "getterDocumentation" : "/**

                  A mapping of key value tags associated with the resource.

                  \n@return A mapping of key value tags associated with the resource.*/", "fluentSetterDocumentation" : "/**

                  A mapping of key value tags associated with the resource.

                  \n@param tags A mapping of key value tags associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A mapping of key value tags associated with the resource.

                  \n@param tags A mapping of key value tags associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  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.

                  ", "name" : "RelatedEvents", "c2jName" : "relatedEvents", "c2jShape" : "RelatedEventList", "variable" : { "variableName" : "relatedEvents", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "relatedEvents", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "relatedEvents", "marshallLocationName" : "relatedEvents", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RelatedEvent", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRelatedEvents(java.util.Collection)} or {@link #withRelatedEvents(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  A list of related AWS resources.

                  ", "name" : "Relationships", "c2jName" : "relationships", "c2jShape" : "RelationshipList", "variable" : { "variableName" : "relationships", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list of related AWS resources.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "relationships", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "relationships", "marshallLocationName" : "relationships", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Relationship", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Relationship", "variable" : { "variableName" : "member", "variableType" : "Relationship", "variableDeclarationType" : "Relationship", "documentation" : "", "simpleType" : "Relationship", "variableSetterType" : "Relationship" }, "setterModel" : { "variableName" : "member", "variableType" : "Relationship", "variableDeclarationType" : "Relationship", "documentation" : "", "simpleType" : "Relationship", "variableSetterType" : "Relationship" }, "getterModel" : { "returnType" : "Relationship", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Relationship", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list of related AWS resources.

                  \n@param relationships A list of related AWS resources.*/", "getterDocumentation" : "/**

                  A list of related AWS resources.

                  \n@return A list of related AWS resources.*/", "fluentSetterDocumentation" : "/**

                  A list of related AWS resources.

                  \n@param relationships A list of related AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list of related AWS resources.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRelationships(java.util.Collection)} or {@link #withRelationships(java.util.Collection)} if you want to override the existing values.

                  \n@param relationships A list of related AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The description of the resource configuration.

                  ", "name" : "Configuration", "c2jName" : "configuration", "c2jShape" : "Configuration", "variable" : { "variableName" : "configuration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The description of the resource configuration.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configuration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "configuration", "marshallLocationName" : "configuration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The description of the resource configuration.

                  \n@param configuration The description of the resource configuration.*/", "getterDocumentation" : "/**

                  The description of the resource configuration.

                  \n@return The description of the resource configuration.*/", "fluentSetterDocumentation" : "/**

                  The description of the resource configuration.

                  \n@param configuration The description of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The description of the resource configuration.

                  \n@param configuration The description of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "configurationItem", "variableType" : "ConfigurationItem", "variableDeclarationType" : "ConfigurationItem", "documentation" : null, "simpleType" : "ConfigurationItem", "variableSetterType" : "ConfigurationItem" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigurationItemStatus" : { "documentation" : "

                  The configuration item status.

                  ", "name" : "ConfigurationItemStatus", "c2jName" : "configurationItemStatus", "c2jShape" : "ConfigurationItemStatus", "variable" : { "variableName" : "configurationItemStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The configuration item status.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configurationItemStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "configurationItemStatus", "marshallLocationName" : "configurationItemStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ConfigurationItemStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The configuration item status.

                  \n@param configurationItemStatus The configuration item status.\n@see ConfigurationItemStatus*/", "getterDocumentation" : "/**

                  The configuration item status.

                  \n@return The configuration item status.\n@see ConfigurationItemStatus*/", "fluentSetterDocumentation" : "/**

                  The configuration item status.

                  \n@param configurationItemStatus The configuration item status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemStatus*/", "varargSetterDocumentation" : "/**

                  The configuration item status.

                  \n@param configurationItemStatus The configuration item status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemStatus*/" }, "ResourceId" : { "documentation" : "

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

                  ", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceId", "marshallLocationName" : "resourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).*/", "getterDocumentation" : "/**

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

                  \n@return The ID of the resource (for example., sg-xxxxxx).*/", "fluentSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigurationStateId" : { "documentation" : "

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

                  ", "name" : "ConfigurationStateId", "c2jName" : "configurationStateId", "c2jShape" : "ConfigurationStateId", "variable" : { "variableName" : "configurationStateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configurationStateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "configurationStateId", "marshallLocationName" : "configurationStateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configurationStateId An identifier that indicates the ordering of the configuration items of a resource.*/", "getterDocumentation" : "/**

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

                  \n@return An identifier that indicates the ordering of the configuration items of a resource.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configurationStateId An identifier that indicates the ordering of the configuration items of a resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configurationStateId An identifier that indicates the ordering of the configuration items of a resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZone" : { "documentation" : "

                  The Availability Zone associated with the resource.

                  ", "name" : "AvailabilityZone", "c2jName" : "availabilityZone", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Availability Zone associated with the resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "availabilityZone", "marshallLocationName" : "availabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The Availability Zone associated with the resource.

                  \n@param availabilityZone The Availability Zone associated with the resource.*/", "getterDocumentation" : "/**

                  The Availability Zone associated with the resource.

                  \n@return The Availability Zone associated with the resource.*/", "fluentSetterDocumentation" : "/**

                  The Availability Zone associated with the resource.

                  \n@param availabilityZone The Availability Zone associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Availability Zone associated with the resource.

                  \n@param availabilityZone The Availability Zone associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceName" : { "documentation" : "

                  The custom name of the resource, if available.

                  ", "name" : "ResourceName", "c2jName" : "resourceName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The custom name of the resource, if available.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceName", "marshallLocationName" : "resourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The custom name of the resource, if available.

                  \n@param resourceName The custom name of the resource, if available.*/", "getterDocumentation" : "/**

                  The custom name of the resource, if available.

                  \n@return The custom name of the resource, if available.*/", "fluentSetterDocumentation" : "/**

                  The custom name of the resource, if available.

                  \n@param resourceName The custom name of the resource, if available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The custom name of the resource, if available.

                  \n@param resourceName The custom name of the resource, if available.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Configuration" : { "documentation" : "

                  The description of the resource configuration.

                  ", "name" : "Configuration", "c2jName" : "configuration", "c2jShape" : "Configuration", "variable" : { "variableName" : "configuration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The description of the resource configuration.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configuration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "configuration", "marshallLocationName" : "configuration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The description of the resource configuration.

                  \n@param configuration The description of the resource configuration.*/", "getterDocumentation" : "/**

                  The description of the resource configuration.

                  \n@return The description of the resource configuration.*/", "fluentSetterDocumentation" : "/**

                  The description of the resource configuration.

                  \n@param configuration The description of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The description of the resource configuration.

                  \n@param configuration The description of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RelatedEvents" : { "documentation" : "

                  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.

                  ", "name" : "RelatedEvents", "c2jName" : "relatedEvents", "c2jShape" : "RelatedEventList", "variable" : { "variableName" : "relatedEvents", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "relatedEvents", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "relatedEvents", "marshallLocationName" : "relatedEvents", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RelatedEvent", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRelatedEvents(java.util.Collection)} or {@link #withRelatedEvents(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Arn" : { "documentation" : "

                  The Amazon Resource Name (ARN) of the resource.

                  ", "name" : "Arn", "c2jName" : "arn", "c2jShape" : "ARN", "variable" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "arn", "marshallLocationName" : "arn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource.

                  \n@param arn The Amazon Resource Name (ARN) of the resource.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource.

                  \n@return The Amazon Resource Name (ARN) of the resource.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource.

                  \n@param arn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource.

                  \n@param arn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceCreationTime" : { "documentation" : "

                  The time stamp when the resource was created.

                  ", "name" : "ResourceCreationTime", "c2jName" : "resourceCreationTime", "c2jShape" : "ResourceCreationTime", "variable" : { "variableName" : "resourceCreationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time stamp when the resource was created.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "resourceCreationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceCreationTime", "marshallLocationName" : "resourceCreationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time stamp when the resource was created.

                  \n@param resourceCreationTime The time stamp when the resource was created.*/", "getterDocumentation" : "/**

                  The time stamp when the resource was created.

                  \n@return The time stamp when the resource was created.*/", "fluentSetterDocumentation" : "/**

                  The time stamp when the resource was created.

                  \n@param resourceCreationTime The time stamp when the resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time stamp when the resource was created.

                  \n@param resourceCreationTime The time stamp when the resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigurationItemMD5Hash" : { "documentation" : "

                  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.

                  ", "name" : "ConfigurationItemMD5Hash", "c2jName" : "configurationItemMD5Hash", "c2jShape" : "ConfigurationItemMD5Hash", "variable" : { "variableName" : "configurationItemMD5Hash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configurationItemMD5Hash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "configurationItemMD5Hash", "marshallLocationName" : "configurationItemMD5Hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

                  A mapping of key value tags associated with the resource.

                  ", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

                  A mapping of key value tags associated with the resource.

                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "tags", "marshallLocationName" : "tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "Value", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                  A mapping of key value tags associated with the resource.

                  \n@param tags A mapping of key value tags associated with the resource.*/", "getterDocumentation" : "/**

                  A mapping of key value tags associated with the resource.

                  \n@return A mapping of key value tags associated with the resource.*/", "fluentSetterDocumentation" : "/**

                  A mapping of key value tags associated with the resource.

                  \n@param tags A mapping of key value tags associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A mapping of key value tags associated with the resource.

                  \n@param tags A mapping of key value tags associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

                  The type of AWS resource.

                  ", "name" : "ResourceType", "c2jName" : "resourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of AWS resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceType", "marshallLocationName" : "resourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of AWS resource.

                  \n@param resourceType The type of AWS resource.\n@see ResourceType*/", "getterDocumentation" : "/**

                  The type of AWS resource.

                  \n@return The type of AWS resource.\n@see ResourceType*/", "fluentSetterDocumentation" : "/**

                  The type of AWS resource.

                  \n@param resourceType The type of AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**

                  The type of AWS resource.

                  \n@param resourceType The type of AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, "AccountId" : { "documentation" : "

                  The 12 digit AWS account ID associated with the resource.

                  ", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "AccountId", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The 12 digit AWS account ID associated with the resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The 12 digit AWS account ID associated with the resource.

                  \n@param accountId The 12 digit AWS account ID associated with the resource.*/", "getterDocumentation" : "/**

                  The 12 digit AWS account ID associated with the resource.

                  \n@return The 12 digit AWS account ID associated with the resource.*/", "fluentSetterDocumentation" : "/**

                  The 12 digit AWS account ID associated with the resource.

                  \n@param accountId The 12 digit AWS account ID associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The 12 digit AWS account ID associated with the resource.

                  \n@param accountId The 12 digit AWS account ID associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Version" : { "documentation" : "

                  The version number of the resource configuration.

                  ", "name" : "Version", "c2jName" : "version", "c2jShape" : "Version", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The version number of the resource configuration.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The version number of the resource configuration.

                  \n@param version The version number of the resource configuration.*/", "getterDocumentation" : "/**

                  The version number of the resource configuration.

                  \n@return The version number of the resource configuration.*/", "fluentSetterDocumentation" : "/**

                  The version number of the resource configuration.

                  \n@param version The version number of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The version number of the resource configuration.

                  \n@param version The version number of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigurationItemCaptureTime" : { "documentation" : "

                  The time when the configuration recording was initiated.

                  ", "name" : "ConfigurationItemCaptureTime", "c2jName" : "configurationItemCaptureTime", "c2jShape" : "ConfigurationItemCaptureTime", "variable" : { "variableName" : "configurationItemCaptureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time when the configuration recording was initiated.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "configurationItemCaptureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "configurationItemCaptureTime", "marshallLocationName" : "configurationItemCaptureTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time when the configuration recording was initiated.

                  \n@param configurationItemCaptureTime The time when the configuration recording was initiated.*/", "getterDocumentation" : "/**

                  The time when the configuration recording was initiated.

                  \n@return The time when the configuration recording was initiated.*/", "fluentSetterDocumentation" : "/**

                  The time when the configuration recording was initiated.

                  \n@param configurationItemCaptureTime The time when the configuration recording was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time when the configuration recording was initiated.

                  \n@param configurationItemCaptureTime The time when the configuration recording was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Relationships" : { "documentation" : "

                  A list of related AWS resources.

                  ", "name" : "Relationships", "c2jName" : "relationships", "c2jShape" : "RelationshipList", "variable" : { "variableName" : "relationships", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list of related AWS resources.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "relationships", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "relationships", "marshallLocationName" : "relationships", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Relationship", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Relationship", "variable" : { "variableName" : "member", "variableType" : "Relationship", "variableDeclarationType" : "Relationship", "documentation" : "", "simpleType" : "Relationship", "variableSetterType" : "Relationship" }, "setterModel" : { "variableName" : "member", "variableType" : "Relationship", "variableDeclarationType" : "Relationship", "documentation" : "", "simpleType" : "Relationship", "variableSetterType" : "Relationship" }, "getterModel" : { "returnType" : "Relationship", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Relationship", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list of related AWS resources.

                  \n@param relationships A list of related AWS resources.*/", "getterDocumentation" : "/**

                  A list of related AWS resources.

                  \n@return A list of related AWS resources.*/", "fluentSetterDocumentation" : "/**

                  A list of related AWS resources.

                  \n@param relationships A list of related AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list of related AWS resources.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRelationships(java.util.Collection)} or {@link #withRelationships(java.util.Collection)} if you want to override the existing values.

                  \n@param relationships A list of related AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AwsRegion" : { "documentation" : "

                  The region where the resource resides.

                  ", "name" : "AwsRegion", "c2jName" : "awsRegion", "c2jShape" : "AwsRegion", "variable" : { "variableName" : "awsRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The region where the resource resides.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "awsRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "awsRegion", "marshallLocationName" : "awsRegion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The region where the resource resides.

                  \n@param awsRegion The region where the resource resides.*/", "getterDocumentation" : "/**

                  The region where the resource resides.

                  \n@return The region where the resource resides.*/", "fluentSetterDocumentation" : "/**

                  The region where the resource resides.

                  \n@param awsRegion The region where the resource resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The region where the resource resides.

                  \n@param awsRegion The region where the resource resides.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StartConfigurationRecorderRequest" : { "c2jName" : "StartConfigurationRecorderRequest", "documentation" : "

                  The input for the StartConfigurationRecorder action.

                  ", "shapeName" : "StartConfigurationRecorderRequest", "deprecated" : false, "required" : [ "ConfigurationRecorderName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "ConfigurationRecorderName", "c2jName" : "ConfigurationRecorderName", "c2jShape" : "RecorderName", "variable" : { "variableName" : "configurationRecorderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configurationRecorderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorderName", "marshallLocationName" : "ConfigurationRecorderName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configurationRecorderName The name of the recorder object that records each configuration change made to the resources.*/", "getterDocumentation" : "/**

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

                  \n@return The name of the recorder object that records each configuration change made to the resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configurationRecorderName The name of the recorder object that records each configuration change made to the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configurationRecorderName The name of the recorder object that records each configuration change made to the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "startConfigurationRecorderRequest", "variableType" : "StartConfigurationRecorderRequest", "variableDeclarationType" : "StartConfigurationRecorderRequest", "documentation" : null, "simpleType" : "StartConfigurationRecorderRequest", "variableSetterType" : "StartConfigurationRecorderRequest" }, "marshaller" : { "action" : "StartConfigurationRecorder", "verb" : "POST", "target" : "StarlingDoveService.StartConfigurationRecorder", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigurationRecorderName" : { "documentation" : "

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

                  ", "name" : "ConfigurationRecorderName", "c2jName" : "ConfigurationRecorderName", "c2jShape" : "RecorderName", "variable" : { "variableName" : "configurationRecorderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configurationRecorderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorderName", "marshallLocationName" : "ConfigurationRecorderName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configurationRecorderName The name of the recorder object that records each configuration change made to the resources.*/", "getterDocumentation" : "/**

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

                  \n@return The name of the recorder object that records each configuration change made to the resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configurationRecorderName The name of the recorder object that records each configuration change made to the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configurationRecorderName The name of the recorder object that records each configuration change made to the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RecorderStatus" : { "c2jName" : "RecorderStatus", "documentation" : "", "shapeName" : "RecorderStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Pending", "value" : "Pending" }, { "name" : "Success", "value" : "Success" }, { "name" : "Failure", "value" : "Failure" } ], "variable" : { "variableName" : "recorderStatus", "variableType" : "RecorderStatus", "variableDeclarationType" : "RecorderStatus", "documentation" : null, "simpleType" : "RecorderStatus", "variableSetterType" : "RecorderStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ComplianceContributorCount" : { "c2jName" : "ComplianceContributorCount", "documentation" : "

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

                  ", "shapeName" : "ComplianceContributorCount", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "CappedCount", "c2jName" : "CappedCount", "c2jShape" : "Integer", "variable" : { "variableName" : "cappedCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cappedCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CappedCount", "marshallLocationName" : "CappedCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param cappedCount The number of AWS resources or AWS Config rules responsible for the current compliance of the item.*/", "getterDocumentation" : "/**

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

                  \n@return The number of AWS resources or AWS Config rules responsible for the current compliance of the item.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param cappedCount The number of AWS resources or AWS Config rules responsible for the current compliance of the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param cappedCount The number of AWS resources or AWS Config rules responsible for the current compliance of the item.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Indicates whether the maximum count is reached.

                  ", "name" : "CapExceeded", "c2jName" : "CapExceeded", "c2jShape" : "Boolean", "variable" : { "variableName" : "capExceeded", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Indicates whether the maximum count is reached.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "capExceeded", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "CapExceeded", "marshallLocationName" : "CapExceeded", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Indicates whether the maximum count is reached.

                  \n@param capExceeded Indicates whether the maximum count is reached.*/", "getterDocumentation" : "/**

                  Indicates whether the maximum count is reached.

                  \n@return Indicates whether the maximum count is reached.*/", "fluentSetterDocumentation" : "/**

                  Indicates whether the maximum count is reached.

                  \n@param capExceeded Indicates whether the maximum count is reached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Indicates whether the maximum count is reached.

                  \n@param capExceeded Indicates whether the maximum count is reached.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "complianceContributorCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : null, "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CappedCount" : { "documentation" : "

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

                  ", "name" : "CappedCount", "c2jName" : "CappedCount", "c2jShape" : "Integer", "variable" : { "variableName" : "cappedCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cappedCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CappedCount", "marshallLocationName" : "CappedCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param cappedCount The number of AWS resources or AWS Config rules responsible for the current compliance of the item.*/", "getterDocumentation" : "/**

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

                  \n@return The number of AWS resources or AWS Config rules responsible for the current compliance of the item.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param cappedCount The number of AWS resources or AWS Config rules responsible for the current compliance of the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param cappedCount The number of AWS resources or AWS Config rules responsible for the current compliance of the item.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CapExceeded" : { "documentation" : "

                  Indicates whether the maximum count is reached.

                  ", "name" : "CapExceeded", "c2jName" : "CapExceeded", "c2jShape" : "Boolean", "variable" : { "variableName" : "capExceeded", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Indicates whether the maximum count is reached.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "capExceeded", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "CapExceeded", "marshallLocationName" : "CapExceeded", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Indicates whether the maximum count is reached.

                  \n@param capExceeded Indicates whether the maximum count is reached.*/", "getterDocumentation" : "/**

                  Indicates whether the maximum count is reached.

                  \n@return Indicates whether the maximum count is reached.*/", "fluentSetterDocumentation" : "/**

                  Indicates whether the maximum count is reached.

                  \n@param capExceeded Indicates whether the maximum count is reached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Indicates whether the maximum count is reached.

                  \n@param capExceeded Indicates whether the maximum count is reached.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConfigRuleState" : { "c2jName" : "ConfigRuleState", "documentation" : "", "shapeName" : "ConfigRuleState", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "DELETING", "value" : "DELETING" } ], "variable" : { "variableName" : "configRuleState", "variableType" : "ConfigRuleState", "variableDeclarationType" : "ConfigRuleState", "documentation" : null, "simpleType" : "ConfigRuleState", "variableSetterType" : "ConfigRuleState" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidParameterValueException" : { "c2jName" : "InvalidParameterValueException", "documentation" : "

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

                  ", "shapeName" : "InvalidParameterValueException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidParameterValueException", "variableType" : "InvalidParameterValueException", "variableDeclarationType" : "InvalidParameterValueException", "documentation" : null, "simpleType" : "InvalidParameterValueException", "variableSetterType" : "InvalidParameterValueException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidParameterValueException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PutConfigurationRecorderRequest" : { "c2jName" : "PutConfigurationRecorderRequest", "documentation" : "

                  The input for the PutConfigurationRecorder action.

                  ", "shapeName" : "PutConfigurationRecorderRequest", "deprecated" : false, "required" : [ "ConfigurationRecorder" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "ConfigurationRecorder", "c2jName" : "ConfigurationRecorder", "c2jShape" : "ConfigurationRecorder", "variable" : { "variableName" : "configurationRecorder", "variableType" : "ConfigurationRecorder", "variableDeclarationType" : "ConfigurationRecorder", "documentation" : "

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

                  ", "simpleType" : "ConfigurationRecorder", "variableSetterType" : "ConfigurationRecorder" }, "setterModel" : { "variableName" : "configurationRecorder", "variableType" : "ConfigurationRecorder", "variableDeclarationType" : "ConfigurationRecorder", "documentation" : "", "simpleType" : "ConfigurationRecorder", "variableSetterType" : "ConfigurationRecorder" }, "getterModel" : { "returnType" : "ConfigurationRecorder", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorder", "marshallLocationName" : "ConfigurationRecorder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configurationRecorder The configuration recorder object that records each configuration change made to the resources.*/", "getterDocumentation" : "/**

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

                  \n@return The configuration recorder object that records each configuration change made to the resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configurationRecorder The configuration recorder object that records each configuration change made to the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configurationRecorder The configuration recorder object that records each configuration change made to the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putConfigurationRecorderRequest", "variableType" : "PutConfigurationRecorderRequest", "variableDeclarationType" : "PutConfigurationRecorderRequest", "documentation" : null, "simpleType" : "PutConfigurationRecorderRequest", "variableSetterType" : "PutConfigurationRecorderRequest" }, "marshaller" : { "action" : "PutConfigurationRecorder", "verb" : "POST", "target" : "StarlingDoveService.PutConfigurationRecorder", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigurationRecorder" : { "documentation" : "

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

                  ", "name" : "ConfigurationRecorder", "c2jName" : "ConfigurationRecorder", "c2jShape" : "ConfigurationRecorder", "variable" : { "variableName" : "configurationRecorder", "variableType" : "ConfigurationRecorder", "variableDeclarationType" : "ConfigurationRecorder", "documentation" : "

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

                  ", "simpleType" : "ConfigurationRecorder", "variableSetterType" : "ConfigurationRecorder" }, "setterModel" : { "variableName" : "configurationRecorder", "variableType" : "ConfigurationRecorder", "variableDeclarationType" : "ConfigurationRecorder", "documentation" : "", "simpleType" : "ConfigurationRecorder", "variableSetterType" : "ConfigurationRecorder" }, "getterModel" : { "returnType" : "ConfigurationRecorder", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorder", "marshallLocationName" : "ConfigurationRecorder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configurationRecorder The configuration recorder object that records each configuration change made to the resources.*/", "getterDocumentation" : "/**

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

                  \n@return The configuration recorder object that records each configuration change made to the resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configurationRecorder The configuration recorder object that records each configuration change made to the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configurationRecorder The configuration recorder object that records each configuration change made to the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeConfigRuleEvaluationStatusResult" : { "c2jName" : "DescribeConfigRuleEvaluationStatusResponse", "documentation" : "", "shapeName" : "DescribeConfigRuleEvaluationStatusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  Status information about your AWS managed Config rules.

                  ", "name" : "ConfigRulesEvaluationStatus", "c2jName" : "ConfigRulesEvaluationStatus", "c2jShape" : "ConfigRuleEvaluationStatusList", "variable" : { "variableName" : "configRulesEvaluationStatus", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Status information about your AWS managed Config rules.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configRulesEvaluationStatus", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRulesEvaluationStatus", "marshallLocationName" : "ConfigRulesEvaluationStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConfigRuleEvaluationStatus", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConfigRuleEvaluationStatus", "variable" : { "variableName" : "member", "variableType" : "ConfigRuleEvaluationStatus", "variableDeclarationType" : "ConfigRuleEvaluationStatus", "documentation" : "", "simpleType" : "ConfigRuleEvaluationStatus", "variableSetterType" : "ConfigRuleEvaluationStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "ConfigRuleEvaluationStatus", "variableDeclarationType" : "ConfigRuleEvaluationStatus", "documentation" : "", "simpleType" : "ConfigRuleEvaluationStatus", "variableSetterType" : "ConfigRuleEvaluationStatus" }, "getterModel" : { "returnType" : "ConfigRuleEvaluationStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConfigRuleEvaluationStatus", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Status information about your AWS managed Config rules.

                  \n@param configRulesEvaluationStatus Status information about your AWS managed Config rules.*/", "getterDocumentation" : "/**

                  Status information about your AWS managed Config rules.

                  \n@return Status information about your AWS managed Config rules.*/", "fluentSetterDocumentation" : "/**

                  Status information about your AWS managed Config rules.

                  \n@param configRulesEvaluationStatus Status information about your AWS managed Config rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Status information about your AWS managed Config rules.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigRulesEvaluationStatus(java.util.Collection)} or {@link #withConfigRulesEvaluationStatus(java.util.Collection)} if you want to override the existing values.

                  \n@param configRulesEvaluationStatus Status information about your AWS managed Config rules.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeConfigRuleEvaluationStatusResult", "variableType" : "DescribeConfigRuleEvaluationStatusResult", "variableDeclarationType" : "DescribeConfigRuleEvaluationStatusResult", "documentation" : null, "simpleType" : "DescribeConfigRuleEvaluationStatusResult", "variableSetterType" : "DescribeConfigRuleEvaluationStatusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigRulesEvaluationStatus" : { "documentation" : "

                  Status information about your AWS managed Config rules.

                  ", "name" : "ConfigRulesEvaluationStatus", "c2jName" : "ConfigRulesEvaluationStatus", "c2jShape" : "ConfigRuleEvaluationStatusList", "variable" : { "variableName" : "configRulesEvaluationStatus", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Status information about your AWS managed Config rules.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configRulesEvaluationStatus", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRulesEvaluationStatus", "marshallLocationName" : "ConfigRulesEvaluationStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConfigRuleEvaluationStatus", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConfigRuleEvaluationStatus", "variable" : { "variableName" : "member", "variableType" : "ConfigRuleEvaluationStatus", "variableDeclarationType" : "ConfigRuleEvaluationStatus", "documentation" : "", "simpleType" : "ConfigRuleEvaluationStatus", "variableSetterType" : "ConfigRuleEvaluationStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "ConfigRuleEvaluationStatus", "variableDeclarationType" : "ConfigRuleEvaluationStatus", "documentation" : "", "simpleType" : "ConfigRuleEvaluationStatus", "variableSetterType" : "ConfigRuleEvaluationStatus" }, "getterModel" : { "returnType" : "ConfigRuleEvaluationStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConfigRuleEvaluationStatus", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Status information about your AWS managed Config rules.

                  \n@param configRulesEvaluationStatus Status information about your AWS managed Config rules.*/", "getterDocumentation" : "/**

                  Status information about your AWS managed Config rules.

                  \n@return Status information about your AWS managed Config rules.*/", "fluentSetterDocumentation" : "/**

                  Status information about your AWS managed Config rules.

                  \n@param configRulesEvaluationStatus Status information about your AWS managed Config rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Status information about your AWS managed Config rules.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigRulesEvaluationStatus(java.util.Collection)} or {@link #withConfigRulesEvaluationStatus(java.util.Collection)} if you want to override the existing values.

                  \n@param configRulesEvaluationStatus Status information about your AWS managed Config rules.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutEvaluationsRequest" : { "c2jName" : "PutEvaluationsRequest", "documentation" : "", "shapeName" : "PutEvaluationsRequest", "deprecated" : false, "required" : [ "ResultToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  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.

                  ", "name" : "Evaluations", "c2jName" : "Evaluations", "c2jShape" : "Evaluations", "variable" : { "variableName" : "evaluations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "evaluations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Evaluations", "marshallLocationName" : "Evaluations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Evaluation", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Evaluation", "variable" : { "variableName" : "member", "variableType" : "Evaluation", "variableDeclarationType" : "Evaluation", "documentation" : "", "simpleType" : "Evaluation", "variableSetterType" : "Evaluation" }, "setterModel" : { "variableName" : "member", "variableType" : "Evaluation", "variableDeclarationType" : "Evaluation", "documentation" : "", "simpleType" : "Evaluation", "variableSetterType" : "Evaluation" }, "getterModel" : { "returnType" : "Evaluation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Evaluation", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEvaluations(java.util.Collection)} or {@link #withEvaluations(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "ResultToken", "c2jName" : "ResultToken", "c2jShape" : "String", "variable" : { "variableName" : "resultToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resultToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResultToken", "marshallLocationName" : "ResultToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param resultToken An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation*/", "getterDocumentation" : "/**

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

                  \n@return An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation*/", "fluentSetterDocumentation" : "/**

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

                  \n@param resultToken An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param resultToken An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putEvaluationsRequest", "variableType" : "PutEvaluationsRequest", "variableDeclarationType" : "PutEvaluationsRequest", "documentation" : null, "simpleType" : "PutEvaluationsRequest", "variableSetterType" : "PutEvaluationsRequest" }, "marshaller" : { "action" : "PutEvaluations", "verb" : "POST", "target" : "StarlingDoveService.PutEvaluations", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Evaluations" : { "documentation" : "

                  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.

                  ", "name" : "Evaluations", "c2jName" : "Evaluations", "c2jShape" : "Evaluations", "variable" : { "variableName" : "evaluations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "evaluations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Evaluations", "marshallLocationName" : "Evaluations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Evaluation", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Evaluation", "variable" : { "variableName" : "member", "variableType" : "Evaluation", "variableDeclarationType" : "Evaluation", "documentation" : "", "simpleType" : "Evaluation", "variableSetterType" : "Evaluation" }, "setterModel" : { "variableName" : "member", "variableType" : "Evaluation", "variableDeclarationType" : "Evaluation", "documentation" : "", "simpleType" : "Evaluation", "variableSetterType" : "Evaluation" }, "getterModel" : { "returnType" : "Evaluation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Evaluation", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEvaluations(java.util.Collection)} or {@link #withEvaluations(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResultToken" : { "documentation" : "

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

                  ", "name" : "ResultToken", "c2jName" : "ResultToken", "c2jShape" : "String", "variable" : { "variableName" : "resultToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resultToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResultToken", "marshallLocationName" : "ResultToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param resultToken An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation*/", "getterDocumentation" : "/**

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

                  \n@return An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation*/", "fluentSetterDocumentation" : "/**

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

                  \n@param resultToken An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param resultToken An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteConfigRuleRequest" : { "c2jName" : "DeleteConfigRuleRequest", "documentation" : "", "shapeName" : "DeleteConfigRuleRequest", "deprecated" : false, "required" : [ "ConfigRuleName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "ConfigRuleName", "c2jName" : "ConfigRuleName", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleName", "marshallLocationName" : "ConfigRuleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule that you want to delete.*/", "getterDocumentation" : "/**

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

                  \n@return The name of the AWS Config rule that you want to delete.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteConfigRuleRequest", "variableType" : "DeleteConfigRuleRequest", "variableDeclarationType" : "DeleteConfigRuleRequest", "documentation" : null, "simpleType" : "DeleteConfigRuleRequest", "variableSetterType" : "DeleteConfigRuleRequest" }, "marshaller" : { "action" : "DeleteConfigRule", "verb" : "POST", "target" : "StarlingDoveService.DeleteConfigRule", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigRuleName" : { "documentation" : "

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

                  ", "name" : "ConfigRuleName", "c2jName" : "ConfigRuleName", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleName", "marshallLocationName" : "ConfigRuleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule that you want to delete.*/", "getterDocumentation" : "/**

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

                  \n@return The name of the AWS Config rule that you want to delete.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EvaluationResultQualifier" : { "c2jName" : "EvaluationResultQualifier", "documentation" : "

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

                  ", "shapeName" : "EvaluationResultQualifier", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "ConfigRuleName", "c2jName" : "ConfigRuleName", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleName", "marshallLocationName" : "ConfigRuleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule that was used in the evaluation.*/", "getterDocumentation" : "/**

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

                  \n@return The name of the AWS Config rule that was used in the evaluation.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule that was used in the evaluation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule that was used in the evaluation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The type of AWS resource that was evaluated.

                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of AWS resource that was evaluated.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@param resourceType The type of AWS resource that was evaluated.*/", "getterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@return The type of AWS resource that was evaluated.*/", "fluentSetterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@param resourceType The type of AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@param resourceType The type of AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The ID of the evaluated AWS resource.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the evaluated AWS resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the evaluated AWS resource.

                  \n@param resourceId The ID of the evaluated AWS resource.*/", "getterDocumentation" : "/**

                  The ID of the evaluated AWS resource.

                  \n@return The ID of the evaluated AWS resource.*/", "fluentSetterDocumentation" : "/**

                  The ID of the evaluated AWS resource.

                  \n@param resourceId The ID of the evaluated AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the evaluated AWS resource.

                  \n@param resourceId The ID of the evaluated AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "evaluationResultQualifier", "variableType" : "EvaluationResultQualifier", "variableDeclarationType" : "EvaluationResultQualifier", "documentation" : null, "simpleType" : "EvaluationResultQualifier", "variableSetterType" : "EvaluationResultQualifier" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceType" : { "documentation" : "

                  The type of AWS resource that was evaluated.

                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of AWS resource that was evaluated.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@param resourceType The type of AWS resource that was evaluated.*/", "getterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@return The type of AWS resource that was evaluated.*/", "fluentSetterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@param resourceType The type of AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@param resourceType The type of AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

                  The ID of the evaluated AWS resource.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the evaluated AWS resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the evaluated AWS resource.

                  \n@param resourceId The ID of the evaluated AWS resource.*/", "getterDocumentation" : "/**

                  The ID of the evaluated AWS resource.

                  \n@return The ID of the evaluated AWS resource.*/", "fluentSetterDocumentation" : "/**

                  The ID of the evaluated AWS resource.

                  \n@param resourceId The ID of the evaluated AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the evaluated AWS resource.

                  \n@param resourceId The ID of the evaluated AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigRuleName" : { "documentation" : "

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

                  ", "name" : "ConfigRuleName", "c2jName" : "ConfigRuleName", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleName", "marshallLocationName" : "ConfigRuleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule that was used in the evaluation.*/", "getterDocumentation" : "/**

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

                  \n@return The name of the AWS Config rule that was used in the evaluation.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule that was used in the evaluation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule that was used in the evaluation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeliveryStatus" : { "c2jName" : "DeliveryStatus", "documentation" : "", "shapeName" : "DeliveryStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Success", "value" : "Success" }, { "name" : "Failure", "value" : "Failure" }, { "name" : "Not_Applicable", "value" : "Not_Applicable" } ], "variable" : { "variableName" : "deliveryStatus", "variableType" : "DeliveryStatus", "variableDeclarationType" : "DeliveryStatus", "documentation" : null, "simpleType" : "DeliveryStatus", "variableSetterType" : "DeliveryStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidLimitException" : { "c2jName" : "InvalidLimitException", "documentation" : "

                  The specified limit is outside the allowable range.

                  ", "shapeName" : "InvalidLimitException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidLimitException", "variableType" : "InvalidLimitException", "variableDeclarationType" : "InvalidLimitException", "documentation" : null, "simpleType" : "InvalidLimitException", "variableSetterType" : "InvalidLimitException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidLimitException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeComplianceByConfigRuleRequest" : { "c2jName" : "DescribeComplianceByConfigRuleRequest", "documentation" : "", "shapeName" : "DescribeComplianceByConfigRuleRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "ConfigRuleNames", "c2jName" : "ConfigRuleNames", "c2jShape" : "ConfigRuleNames", "variable" : { "variableName" : "configRuleNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configRuleNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleNames", "marshallLocationName" : "ConfigRuleNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleNames Specify one or more AWS Config rule names to filter the results by rule.*/", "getterDocumentation" : "/**

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

                  \n@return Specify one or more AWS Config rule names to filter the results by rule.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleNames Specify one or more AWS Config rule names to filter the results by rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigRuleNames(java.util.Collection)} or {@link #withConfigRuleNames(java.util.Collection)} if you want to override the existing values.

                  \n@param configRuleNames Specify one or more AWS Config rule names to filter the results by rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  ", "name" : "ComplianceTypes", "c2jName" : "ComplianceTypes", "c2jShape" : "ComplianceTypes", "variable" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceTypes", "marshallLocationName" : "ComplianceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see ComplianceType*/", "getterDocumentation" : "/**\n@return \n@see ComplianceType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@see ComplianceType*/", "getterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n@return Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceTypes(java.util.Collection)} or {@link #withComplianceTypes(java.util.Collection)} if you want to override the existing values.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeComplianceByConfigRuleRequest", "variableType" : "DescribeComplianceByConfigRuleRequest", "variableDeclarationType" : "DescribeComplianceByConfigRuleRequest", "documentation" : null, "simpleType" : "DescribeComplianceByConfigRuleRequest", "variableSetterType" : "DescribeComplianceByConfigRuleRequest" }, "marshaller" : { "action" : "DescribeComplianceByConfigRule", "verb" : "POST", "target" : "StarlingDoveService.DescribeComplianceByConfigRule", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigRuleNames" : { "documentation" : "

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

                  ", "name" : "ConfigRuleNames", "c2jName" : "ConfigRuleNames", "c2jShape" : "ConfigRuleNames", "variable" : { "variableName" : "configRuleNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configRuleNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleNames", "marshallLocationName" : "ConfigRuleNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleNames Specify one or more AWS Config rule names to filter the results by rule.*/", "getterDocumentation" : "/**

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

                  \n@return Specify one or more AWS Config rule names to filter the results by rule.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleNames Specify one or more AWS Config rule names to filter the results by rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigRuleNames(java.util.Collection)} or {@link #withConfigRuleNames(java.util.Collection)} if you want to override the existing values.

                  \n@param configRuleNames Specify one or more AWS Config rule names to filter the results by rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComplianceTypes" : { "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  ", "name" : "ComplianceTypes", "c2jName" : "ComplianceTypes", "c2jShape" : "ComplianceTypes", "variable" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceTypes", "marshallLocationName" : "ComplianceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see ComplianceType*/", "getterDocumentation" : "/**\n@return \n@see ComplianceType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@see ComplianceType*/", "getterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n@return Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceTypes(java.util.Collection)} or {@link #withComplianceTypes(java.util.Collection)} if you want to override the existing values.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" } } }, "MessageType" : { "c2jName" : "MessageType", "documentation" : "", "shapeName" : "MessageType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ConfigurationItemChangeNotification", "value" : "ConfigurationItemChangeNotification" }, { "name" : "ConfigurationSnapshotDeliveryCompleted", "value" : "ConfigurationSnapshotDeliveryCompleted" } ], "variable" : { "variableName" : "messageType", "variableType" : "MessageType", "variableDeclarationType" : "MessageType", "documentation" : null, "simpleType" : "MessageType", "variableSetterType" : "MessageType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeConfigRulesRequest" : { "c2jName" : "DescribeConfigRulesRequest", "documentation" : "", "shapeName" : "DescribeConfigRulesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  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.

                  ", "name" : "ConfigRuleNames", "c2jName" : "ConfigRuleNames", "c2jShape" : "ConfigRuleNames", "variable" : { "variableName" : "configRuleNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configRuleNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleNames", "marshallLocationName" : "ConfigRuleNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigRuleNames(java.util.Collection)} or {@link #withConfigRuleNames(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeConfigRulesRequest", "variableType" : "DescribeConfigRulesRequest", "variableDeclarationType" : "DescribeConfigRulesRequest", "documentation" : null, "simpleType" : "DescribeConfigRulesRequest", "variableSetterType" : "DescribeConfigRulesRequest" }, "marshaller" : { "action" : "DescribeConfigRules", "verb" : "POST", "target" : "StarlingDoveService.DescribeConfigRules", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigRuleNames" : { "documentation" : "

                  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.

                  ", "name" : "ConfigRuleNames", "c2jName" : "ConfigRuleNames", "c2jShape" : "ConfigRuleNames", "variable" : { "variableName" : "configRuleNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configRuleNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleNames", "marshallLocationName" : "ConfigRuleNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigRuleNames(java.util.Collection)} or {@link #withConfigRuleNames(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConfigurationRecorder" : { "c2jName" : "ConfigurationRecorder", "documentation" : "

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

                  ", "shapeName" : "ConfigurationRecorder", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  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.

                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "RecorderName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "RoleARN", "c2jName" : "roleARN", "c2jShape" : "String", "variable" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleARN", "marshallLocationName" : "roleARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param roleARN Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.*/", "getterDocumentation" : "/**

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

                  \n@return Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param roleARN Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param roleARN Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "RecordingGroup", "c2jName" : "recordingGroup", "c2jShape" : "RecordingGroup", "variable" : { "variableName" : "recordingGroup", "variableType" : "RecordingGroup", "variableDeclarationType" : "RecordingGroup", "documentation" : "

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

                  ", "simpleType" : "RecordingGroup", "variableSetterType" : "RecordingGroup" }, "setterModel" : { "variableName" : "recordingGroup", "variableType" : "RecordingGroup", "variableDeclarationType" : "RecordingGroup", "documentation" : "", "simpleType" : "RecordingGroup", "variableSetterType" : "RecordingGroup" }, "getterModel" : { "returnType" : "RecordingGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "recordingGroup", "marshallLocationName" : "recordingGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param recordingGroup Specifies the types of AWS resource for which AWS Config records configuration changes.*/", "getterDocumentation" : "/**

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

                  \n@return Specifies the types of AWS resource for which AWS Config records configuration changes.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param recordingGroup Specifies the types of AWS resource for which AWS Config records configuration changes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param recordingGroup Specifies the types of AWS resource for which AWS Config records configuration changes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "configurationRecorder", "variableType" : "ConfigurationRecorder", "variableDeclarationType" : "ConfigurationRecorder", "documentation" : null, "simpleType" : "ConfigurationRecorder", "variableSetterType" : "ConfigurationRecorder" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                  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.

                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "RecorderName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecordingGroup" : { "documentation" : "

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

                  ", "name" : "RecordingGroup", "c2jName" : "recordingGroup", "c2jShape" : "RecordingGroup", "variable" : { "variableName" : "recordingGroup", "variableType" : "RecordingGroup", "variableDeclarationType" : "RecordingGroup", "documentation" : "

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

                  ", "simpleType" : "RecordingGroup", "variableSetterType" : "RecordingGroup" }, "setterModel" : { "variableName" : "recordingGroup", "variableType" : "RecordingGroup", "variableDeclarationType" : "RecordingGroup", "documentation" : "", "simpleType" : "RecordingGroup", "variableSetterType" : "RecordingGroup" }, "getterModel" : { "returnType" : "RecordingGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "recordingGroup", "marshallLocationName" : "recordingGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param recordingGroup Specifies the types of AWS resource for which AWS Config records configuration changes.*/", "getterDocumentation" : "/**

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

                  \n@return Specifies the types of AWS resource for which AWS Config records configuration changes.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param recordingGroup Specifies the types of AWS resource for which AWS Config records configuration changes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param recordingGroup Specifies the types of AWS resource for which AWS Config records configuration changes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleARN" : { "documentation" : "

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

                  ", "name" : "RoleARN", "c2jName" : "roleARN", "c2jShape" : "String", "variable" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleARN", "marshallLocationName" : "roleARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param roleARN Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.*/", "getterDocumentation" : "/**

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

                  \n@return Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param roleARN Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param roleARN Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidConfigurationRecorderNameException" : { "c2jName" : "InvalidConfigurationRecorderNameException", "documentation" : "

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

                  ", "shapeName" : "InvalidConfigurationRecorderNameException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidConfigurationRecorderNameException", "variableType" : "InvalidConfigurationRecorderNameException", "variableDeclarationType" : "InvalidConfigurationRecorderNameException", "documentation" : null, "simpleType" : "InvalidConfigurationRecorderNameException", "variableSetterType" : "InvalidConfigurationRecorderNameException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidConfigurationRecorderNameException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetResourceConfigHistoryRequest" : { "c2jName" : "GetResourceConfigHistoryRequest", "documentation" : "

                  The input for the GetResourceConfigHistory action.

                  ", "shapeName" : "GetResourceConfigHistoryRequest", "deprecated" : false, "required" : [ "resourceType", "resourceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The resource type.

                  ", "name" : "ResourceType", "c2jName" : "resourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The resource type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceType", "marshallLocationName" : "resourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The resource type.

                  \n@param resourceType The resource type.\n@see ResourceType*/", "getterDocumentation" : "/**

                  The resource type.

                  \n@return The resource type.\n@see ResourceType*/", "fluentSetterDocumentation" : "/**

                  The resource type.

                  \n@param resourceType The resource type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**

                  The resource type.

                  \n@param resourceType The resource type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, { "documentation" : "

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

                  ", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceId", "marshallLocationName" : "resourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).*/", "getterDocumentation" : "/**

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

                  \n@return The ID of the resource (for example., sg-xxxxxx).*/", "fluentSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "LaterTime", "c2jName" : "laterTime", "c2jShape" : "LaterTime", "variable" : { "variableName" : "laterTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "laterTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "laterTime", "marshallLocationName" : "laterTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param laterTime The time stamp that indicates a later time. If not specified, current time is taken.*/", "getterDocumentation" : "/**

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

                  \n@return The time stamp that indicates a later time. If not specified, current time is taken.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param laterTime The time stamp that indicates a later time. If not specified, current time is taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param laterTime The time stamp that indicates a later time. If not specified, current time is taken.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  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.

                  ", "name" : "EarlierTime", "c2jName" : "earlierTime", "c2jShape" : "EarlierTime", "variable" : { "variableName" : "earlierTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  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.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "earlierTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "earlierTime", "marshallLocationName" : "earlierTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "ChronologicalOrder", "c2jName" : "chronologicalOrder", "c2jShape" : "ChronologicalOrder", "variable" : { "variableName" : "chronologicalOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "chronologicalOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "chronologicalOrder", "marshallLocationName" : "chronologicalOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChronologicalOrder", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param chronologicalOrder The chronological order for configuration items listed. By default the results are listed in reverse chronological order.\n@see ChronologicalOrder*/", "getterDocumentation" : "/**

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

                  \n@return The chronological order for configuration items listed. By default the results are listed in reverse chronological order.\n@see ChronologicalOrder*/", "fluentSetterDocumentation" : "/**

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

                  \n@param chronologicalOrder The chronological order for configuration items listed. By default the results are listed in reverse chronological order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChronologicalOrder*/", "varargSetterDocumentation" : "/**

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

                  \n@param chronologicalOrder The chronological order for configuration items listed. By default the results are listed in reverse chronological order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChronologicalOrder*/" }, { "documentation" : "

                  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.

                  ", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getResourceConfigHistoryRequest", "variableType" : "GetResourceConfigHistoryRequest", "variableDeclarationType" : "GetResourceConfigHistoryRequest", "documentation" : null, "simpleType" : "GetResourceConfigHistoryRequest", "variableSetterType" : "GetResourceConfigHistoryRequest" }, "marshaller" : { "action" : "GetResourceConfigHistory", "verb" : "POST", "target" : "StarlingDoveService.GetResourceConfigHistory", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EarlierTime" : { "documentation" : "

                  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.

                  ", "name" : "EarlierTime", "c2jName" : "earlierTime", "c2jShape" : "EarlierTime", "variable" : { "variableName" : "earlierTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  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.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "earlierTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "earlierTime", "marshallLocationName" : "earlierTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

                  The resource type.

                  ", "name" : "ResourceType", "c2jName" : "resourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The resource type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceType", "marshallLocationName" : "resourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The resource type.

                  \n@param resourceType The resource type.\n@see ResourceType*/", "getterDocumentation" : "/**

                  The resource type.

                  \n@return The resource type.\n@see ResourceType*/", "fluentSetterDocumentation" : "/**

                  The resource type.

                  \n@param resourceType The resource type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**

                  The resource type.

                  \n@param resourceType The resource type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, "ResourceId" : { "documentation" : "

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

                  ", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceId", "marshallLocationName" : "resourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).*/", "getterDocumentation" : "/**

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

                  \n@return The ID of the resource (for example., sg-xxxxxx).*/", "fluentSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the resource (for example., sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LaterTime" : { "documentation" : "

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

                  ", "name" : "LaterTime", "c2jName" : "laterTime", "c2jShape" : "LaterTime", "variable" : { "variableName" : "laterTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "laterTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "laterTime", "marshallLocationName" : "laterTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param laterTime The time stamp that indicates a later time. If not specified, current time is taken.*/", "getterDocumentation" : "/**

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

                  \n@return The time stamp that indicates a later time. If not specified, current time is taken.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param laterTime The time stamp that indicates a later time. If not specified, current time is taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param laterTime The time stamp that indicates a later time. If not specified, current time is taken.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChronologicalOrder" : { "documentation" : "

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

                  ", "name" : "ChronologicalOrder", "c2jName" : "chronologicalOrder", "c2jShape" : "ChronologicalOrder", "variable" : { "variableName" : "chronologicalOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "chronologicalOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "chronologicalOrder", "marshallLocationName" : "chronologicalOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChronologicalOrder", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param chronologicalOrder The chronological order for configuration items listed. By default the results are listed in reverse chronological order.\n@see ChronologicalOrder*/", "getterDocumentation" : "/**

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

                  \n@return The chronological order for configuration items listed. By default the results are listed in reverse chronological order.\n@see ChronologicalOrder*/", "fluentSetterDocumentation" : "/**

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

                  \n@param chronologicalOrder The chronological order for configuration items listed. By default the results are listed in reverse chronological order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChronologicalOrder*/", "varargSetterDocumentation" : "/**

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

                  \n@param chronologicalOrder The chronological order for configuration items listed. By default the results are listed in reverse chronological order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChronologicalOrder*/" }, "Limit" : { "documentation" : "

                  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.

                  ", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MaxNumberOfConfigurationRecordersExceededException" : { "c2jName" : "MaxNumberOfConfigurationRecordersExceededException", "documentation" : "

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

                  ", "shapeName" : "MaxNumberOfConfigurationRecordersExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "maxNumberOfConfigurationRecordersExceededException", "variableType" : "MaxNumberOfConfigurationRecordersExceededException", "variableDeclarationType" : "MaxNumberOfConfigurationRecordersExceededException", "documentation" : null, "simpleType" : "MaxNumberOfConfigurationRecordersExceededException", "variableSetterType" : "MaxNumberOfConfigurationRecordersExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "MaxNumberOfConfigurationRecordersExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ConfigRule" : { "c2jName" : "ConfigRule", "documentation" : "

                  An AWS Lambda function that evaluates configuration items to assess whether your AWS resources comply with your desired configurations. This function can run when AWS Config detects a configuration change to an AWS resource, or when it delivers a configuration snapshot of the resources in the account.

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

                  ", "shapeName" : "ConfigRule", "deprecated" : false, "required" : [ "Source" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "ConfigRuleName", "c2jName" : "ConfigRuleName", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleName", "marshallLocationName" : "ConfigRuleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleName The name that you assign to the AWS Config rule. The name is required if you are adding a new rule.*/", "getterDocumentation" : "/**

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

                  \n@return The name that you assign to the AWS Config rule. The name is required if you are adding a new rule.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleName The name that you assign to the AWS Config rule. The name is required if you are adding a new rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configRuleName The name that you assign to the AWS Config rule. The name is required if you are adding a new rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "ConfigRuleArn", "c2jName" : "ConfigRuleArn", "c2jShape" : "String", "variable" : { "variableName" : "configRuleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleArn", "marshallLocationName" : "ConfigRuleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.*/", "getterDocumentation" : "/**

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

                  \n@return The Amazon Resource Name (ARN) of the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The ID of the AWS Config rule.

                  ", "name" : "ConfigRuleId", "c2jName" : "ConfigRuleId", "c2jShape" : "String", "variable" : { "variableName" : "configRuleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the AWS Config rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleId", "marshallLocationName" : "ConfigRuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the AWS Config rule.

                  \n@param configRuleId The ID of the AWS Config rule.*/", "getterDocumentation" : "/**

                  The ID of the AWS Config rule.

                  \n@return The ID of the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

                  The ID of the AWS Config rule.

                  \n@param configRuleId The ID of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the AWS Config rule.

                  \n@param configRuleId The ID of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The description that you provide for the AWS Config rule.

                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "EmptiableStringWithCharLimit256", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The description that you provide for the AWS Config rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The description that you provide for the AWS Config rule.

                  \n@param description The description that you provide for the AWS Config rule.*/", "getterDocumentation" : "/**

                  The description that you provide for the AWS Config rule.

                  \n@return The description that you provide for the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

                  The description that you provide for the AWS Config rule.

                  \n@param description The description that you provide for the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The description that you provide for the AWS Config rule.

                  \n@param description The description that you provide for the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

                  ", "name" : "Scope", "c2jName" : "Scope", "c2jShape" : "Scope", "variable" : { "variableName" : "scope", "variableType" : "Scope", "variableDeclarationType" : "Scope", "documentation" : "

                  Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

                  ", "simpleType" : "Scope", "variableSetterType" : "Scope" }, "setterModel" : { "variableName" : "scope", "variableType" : "Scope", "variableDeclarationType" : "Scope", "documentation" : "", "simpleType" : "Scope", "variableSetterType" : "Scope" }, "getterModel" : { "returnType" : "Scope", "documentation" : null }, "http" : { "unmarshallLocationName" : "Scope", "marshallLocationName" : "Scope", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

                  \n@param scope Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.*/", "getterDocumentation" : "/**

                  Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

                  \n@return Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.*/", "fluentSetterDocumentation" : "/**

                  Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

                  \n@param scope Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

                  \n@param scope Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "Source", "variable" : { "variableName" : "source", "variableType" : "Source", "variableDeclarationType" : "Source", "documentation" : "

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

                  ", "simpleType" : "Source", "variableSetterType" : "Source" }, "setterModel" : { "variableName" : "source", "variableType" : "Source", "variableDeclarationType" : "Source", "documentation" : "", "simpleType" : "Source", "variableSetterType" : "Source" }, "getterModel" : { "returnType" : "Source", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param source Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.*/", "getterDocumentation" : "/**

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

                  \n@return Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param source Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param source Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "InputParameters", "c2jName" : "InputParameters", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "inputParameters", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "inputParameters", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InputParameters", "marshallLocationName" : "InputParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param inputParameters A string in JSON format that is passed to the AWS Config rule Lambda function.*/", "getterDocumentation" : "/**

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

                  \n@return A string in JSON format that is passed to the AWS Config rule Lambda function.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param inputParameters A string in JSON format that is passed to the AWS Config rule Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param inputParameters A string in JSON format that is passed to the AWS Config rule Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  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.

                  ", "name" : "MaximumExecutionFrequency", "c2jName" : "MaximumExecutionFrequency", "c2jShape" : "MaximumExecutionFrequency", "variable" : { "variableName" : "maximumExecutionFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "maximumExecutionFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaximumExecutionFrequency", "marshallLocationName" : "MaximumExecutionFrequency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "MaximumExecutionFrequency", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.\n@see MaximumExecutionFrequency*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.\n@see MaximumExecutionFrequency*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MaximumExecutionFrequency*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MaximumExecutionFrequency*/" }, { "documentation" : "

                  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.

                  ", "name" : "ConfigRuleState", "c2jName" : "ConfigRuleState", "c2jShape" : "ConfigRuleState", "variable" : { "variableName" : "configRuleState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleState", "marshallLocationName" : "ConfigRuleState", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ConfigRuleState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.\n@see ConfigRuleState*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.\n@see ConfigRuleState*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigRuleState*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigRuleState*/" } ], "enums" : null, "variable" : { "variableName" : "configRule", "variableType" : "ConfigRule", "variableDeclarationType" : "ConfigRule", "documentation" : null, "simpleType" : "ConfigRule", "variableSetterType" : "ConfigRule" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InputParameters" : { "documentation" : "

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

                  ", "name" : "InputParameters", "c2jName" : "InputParameters", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "inputParameters", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "inputParameters", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InputParameters", "marshallLocationName" : "InputParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param inputParameters A string in JSON format that is passed to the AWS Config rule Lambda function.*/", "getterDocumentation" : "/**

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

                  \n@return A string in JSON format that is passed to the AWS Config rule Lambda function.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param inputParameters A string in JSON format that is passed to the AWS Config rule Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param inputParameters A string in JSON format that is passed to the AWS Config rule Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Source" : { "documentation" : "

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

                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "Source", "variable" : { "variableName" : "source", "variableType" : "Source", "variableDeclarationType" : "Source", "documentation" : "

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

                  ", "simpleType" : "Source", "variableSetterType" : "Source" }, "setterModel" : { "variableName" : "source", "variableType" : "Source", "variableDeclarationType" : "Source", "documentation" : "", "simpleType" : "Source", "variableSetterType" : "Source" }, "getterModel" : { "returnType" : "Source", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param source Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.*/", "getterDocumentation" : "/**

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

                  \n@return Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param source Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param source Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                  The description that you provide for the AWS Config rule.

                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "EmptiableStringWithCharLimit256", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The description that you provide for the AWS Config rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The description that you provide for the AWS Config rule.

                  \n@param description The description that you provide for the AWS Config rule.*/", "getterDocumentation" : "/**

                  The description that you provide for the AWS Config rule.

                  \n@return The description that you provide for the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

                  The description that you provide for the AWS Config rule.

                  \n@param description The description that you provide for the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The description that you provide for the AWS Config rule.

                  \n@param description The description that you provide for the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigRuleState" : { "documentation" : "

                  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.

                  ", "name" : "ConfigRuleState", "c2jName" : "ConfigRuleState", "c2jShape" : "ConfigRuleState", "variable" : { "variableName" : "configRuleState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleState", "marshallLocationName" : "ConfigRuleState", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ConfigRuleState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.\n@see ConfigRuleState*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.\n@see ConfigRuleState*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigRuleState*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigRuleState*/" }, "MaximumExecutionFrequency" : { "documentation" : "

                  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.

                  ", "name" : "MaximumExecutionFrequency", "c2jName" : "MaximumExecutionFrequency", "c2jShape" : "MaximumExecutionFrequency", "variable" : { "variableName" : "maximumExecutionFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "maximumExecutionFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaximumExecutionFrequency", "marshallLocationName" : "MaximumExecutionFrequency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "MaximumExecutionFrequency", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.\n@see MaximumExecutionFrequency*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.\n@see MaximumExecutionFrequency*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MaximumExecutionFrequency*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MaximumExecutionFrequency*/" }, "ConfigRuleId" : { "documentation" : "

                  The ID of the AWS Config rule.

                  ", "name" : "ConfigRuleId", "c2jName" : "ConfigRuleId", "c2jShape" : "String", "variable" : { "variableName" : "configRuleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the AWS Config rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleId", "marshallLocationName" : "ConfigRuleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the AWS Config rule.

                  \n@param configRuleId The ID of the AWS Config rule.*/", "getterDocumentation" : "/**

                  The ID of the AWS Config rule.

                  \n@return The ID of the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

                  The ID of the AWS Config rule.

                  \n@param configRuleId The ID of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the AWS Config rule.

                  \n@param configRuleId The ID of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigRuleName" : { "documentation" : "

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

                  ", "name" : "ConfigRuleName", "c2jName" : "ConfigRuleName", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleName", "marshallLocationName" : "ConfigRuleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleName The name that you assign to the AWS Config rule. The name is required if you are adding a new rule.*/", "getterDocumentation" : "/**

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

                  \n@return The name that you assign to the AWS Config rule. The name is required if you are adding a new rule.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleName The name that you assign to the AWS Config rule. The name is required if you are adding a new rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configRuleName The name that you assign to the AWS Config rule. The name is required if you are adding a new rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigRuleArn" : { "documentation" : "

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

                  ", "name" : "ConfigRuleArn", "c2jName" : "ConfigRuleArn", "c2jShape" : "String", "variable" : { "variableName" : "configRuleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleArn", "marshallLocationName" : "ConfigRuleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.*/", "getterDocumentation" : "/**

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

                  \n@return The Amazon Resource Name (ARN) of the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Scope" : { "documentation" : "

                  Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

                  ", "name" : "Scope", "c2jName" : "Scope", "c2jShape" : "Scope", "variable" : { "variableName" : "scope", "variableType" : "Scope", "variableDeclarationType" : "Scope", "documentation" : "

                  Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

                  ", "simpleType" : "Scope", "variableSetterType" : "Scope" }, "setterModel" : { "variableName" : "scope", "variableType" : "Scope", "variableDeclarationType" : "Scope", "documentation" : "", "simpleType" : "Scope", "variableSetterType" : "Scope" }, "getterModel" : { "returnType" : "Scope", "documentation" : null }, "http" : { "unmarshallLocationName" : "Scope", "marshallLocationName" : "Scope", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

                  \n@param scope Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.*/", "getterDocumentation" : "/**

                  Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

                  \n@return Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.*/", "fluentSetterDocumentation" : "/**

                  Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

                  \n@param scope Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

                  \n@param scope Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetComplianceDetailsByResourceRequest" : { "c2jName" : "GetComplianceDetailsByResourceRequest", "documentation" : "", "shapeName" : "GetComplianceDetailsByResourceRequest", "deprecated" : false, "required" : [ "ResourceType", "ResourceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param resourceType The type of the AWS resource for which you want compliance information.*/", "getterDocumentation" : "/**

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

                  \n@return The type of the AWS resource for which you want compliance information.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param resourceType The type of the AWS resource for which you want compliance information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param resourceType The type of the AWS resource for which you want compliance information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param resourceId The ID of the AWS resource for which you want compliance information.*/", "getterDocumentation" : "/**

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

                  \n@return The ID of the AWS resource for which you want compliance information.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the AWS resource for which you want compliance information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the AWS resource for which you want compliance information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  ", "name" : "ComplianceTypes", "c2jName" : "ComplianceTypes", "c2jShape" : "ComplianceTypes", "variable" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceTypes", "marshallLocationName" : "ComplianceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see ComplianceType*/", "getterDocumentation" : "/**\n@return \n@see ComplianceType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@see ComplianceType*/", "getterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n@return Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceTypes(java.util.Collection)} or {@link #withComplianceTypes(java.util.Collection)} if you want to override the existing values.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getComplianceDetailsByResourceRequest", "variableType" : "GetComplianceDetailsByResourceRequest", "variableDeclarationType" : "GetComplianceDetailsByResourceRequest", "documentation" : null, "simpleType" : "GetComplianceDetailsByResourceRequest", "variableSetterType" : "GetComplianceDetailsByResourceRequest" }, "marshaller" : { "action" : "GetComplianceDetailsByResource", "verb" : "POST", "target" : "StarlingDoveService.GetComplianceDetailsByResource", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComplianceTypes" : { "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  ", "name" : "ComplianceTypes", "c2jName" : "ComplianceTypes", "c2jShape" : "ComplianceTypes", "variable" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceTypes", "marshallLocationName" : "ComplianceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see ComplianceType*/", "getterDocumentation" : "/**\n@return \n@see ComplianceType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@see ComplianceType*/", "getterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n@return Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceTypes(java.util.Collection)} or {@link #withComplianceTypes(java.util.Collection)} if you want to override the existing values.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "ResourceType" : { "documentation" : "

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

                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param resourceType The type of the AWS resource for which you want compliance information.*/", "getterDocumentation" : "/**

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

                  \n@return The type of the AWS resource for which you want compliance information.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param resourceType The type of the AWS resource for which you want compliance information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param resourceType The type of the AWS resource for which you want compliance information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

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

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param resourceId The ID of the AWS resource for which you want compliance information.*/", "getterDocumentation" : "/**

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

                  \n@return The ID of the AWS resource for which you want compliance information.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the AWS resource for which you want compliance information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param resourceId The ID of the AWS resource for which you want compliance information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetComplianceDetailsByConfigRuleRequest" : { "c2jName" : "GetComplianceDetailsByConfigRuleRequest", "documentation" : "", "shapeName" : "GetComplianceDetailsByConfigRuleRequest", "deprecated" : false, "required" : [ "ConfigRuleName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "ConfigRuleName", "c2jName" : "ConfigRuleName", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleName", "marshallLocationName" : "ConfigRuleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule for which you want compliance information.*/", "getterDocumentation" : "/**

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

                  \n@return The name of the AWS Config rule for which you want compliance information.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule for which you want compliance information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule for which you want compliance information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  ", "name" : "ComplianceTypes", "c2jName" : "ComplianceTypes", "c2jShape" : "ComplianceTypes", "variable" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceTypes", "marshallLocationName" : "ComplianceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see ComplianceType*/", "getterDocumentation" : "/**\n@return \n@see ComplianceType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@see ComplianceType*/", "getterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n@return Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceTypes(java.util.Collection)} or {@link #withComplianceTypes(java.util.Collection)} if you want to override the existing values.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, { "documentation" : "

                  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.

                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getComplianceDetailsByConfigRuleRequest", "variableType" : "GetComplianceDetailsByConfigRuleRequest", "variableDeclarationType" : "GetComplianceDetailsByConfigRuleRequest", "documentation" : null, "simpleType" : "GetComplianceDetailsByConfigRuleRequest", "variableSetterType" : "GetComplianceDetailsByConfigRuleRequest" }, "marshaller" : { "action" : "GetComplianceDetailsByConfigRule", "verb" : "POST", "target" : "StarlingDoveService.GetComplianceDetailsByConfigRule", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComplianceTypes" : { "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  ", "name" : "ComplianceTypes", "c2jName" : "ComplianceTypes", "c2jShape" : "ComplianceTypes", "variable" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceTypes", "marshallLocationName" : "ComplianceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see ComplianceType*/", "getterDocumentation" : "/**\n@return \n@see ComplianceType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@see ComplianceType*/", "getterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n@return Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceTypes(java.util.Collection)} or {@link #withComplianceTypes(java.util.Collection)} if you want to override the existing values.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "ConfigRuleName" : { "documentation" : "

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

                  ", "name" : "ConfigRuleName", "c2jName" : "ConfigRuleName", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleName", "marshallLocationName" : "ConfigRuleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule for which you want compliance information.*/", "getterDocumentation" : "/**

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

                  \n@return The name of the AWS Config rule for which you want compliance information.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule for which you want compliance information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configRuleName The name of the AWS Config rule for which you want compliance information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

                  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.

                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeConfigurationRecorderStatusResult" : { "c2jName" : "DescribeConfigurationRecorderStatusResponse", "documentation" : "

                  The output for the DescribeConfigurationRecorderStatus action in JSON format.

                  ", "shapeName" : "DescribeConfigurationRecorderStatusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  A list that contains status of the specified recorders.

                  ", "name" : "ConfigurationRecordersStatus", "c2jName" : "ConfigurationRecordersStatus", "c2jShape" : "ConfigurationRecorderStatusList", "variable" : { "variableName" : "configurationRecordersStatus", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list that contains status of the specified recorders.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configurationRecordersStatus", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecordersStatus", "marshallLocationName" : "ConfigurationRecordersStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConfigurationRecorderStatus", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConfigurationRecorderStatus", "variable" : { "variableName" : "member", "variableType" : "ConfigurationRecorderStatus", "variableDeclarationType" : "ConfigurationRecorderStatus", "documentation" : "", "simpleType" : "ConfigurationRecorderStatus", "variableSetterType" : "ConfigurationRecorderStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "ConfigurationRecorderStatus", "variableDeclarationType" : "ConfigurationRecorderStatus", "documentation" : "", "simpleType" : "ConfigurationRecorderStatus", "variableSetterType" : "ConfigurationRecorderStatus" }, "getterModel" : { "returnType" : "ConfigurationRecorderStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConfigurationRecorderStatus", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list that contains status of the specified recorders.

                  \n@param configurationRecordersStatus A list that contains status of the specified recorders.*/", "getterDocumentation" : "/**

                  A list that contains status of the specified recorders.

                  \n@return A list that contains status of the specified recorders.*/", "fluentSetterDocumentation" : "/**

                  A list that contains status of the specified recorders.

                  \n@param configurationRecordersStatus A list that contains status of the specified recorders.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list that contains status of the specified recorders.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationRecordersStatus(java.util.Collection)} or {@link #withConfigurationRecordersStatus(java.util.Collection)} if you want to override the existing values.

                  \n@param configurationRecordersStatus A list that contains status of the specified recorders.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeConfigurationRecorderStatusResult", "variableType" : "DescribeConfigurationRecorderStatusResult", "variableDeclarationType" : "DescribeConfigurationRecorderStatusResult", "documentation" : null, "simpleType" : "DescribeConfigurationRecorderStatusResult", "variableSetterType" : "DescribeConfigurationRecorderStatusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigurationRecordersStatus" : { "documentation" : "

                  A list that contains status of the specified recorders.

                  ", "name" : "ConfigurationRecordersStatus", "c2jName" : "ConfigurationRecordersStatus", "c2jShape" : "ConfigurationRecorderStatusList", "variable" : { "variableName" : "configurationRecordersStatus", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list that contains status of the specified recorders.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configurationRecordersStatus", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecordersStatus", "marshallLocationName" : "ConfigurationRecordersStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConfigurationRecorderStatus", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConfigurationRecorderStatus", "variable" : { "variableName" : "member", "variableType" : "ConfigurationRecorderStatus", "variableDeclarationType" : "ConfigurationRecorderStatus", "documentation" : "", "simpleType" : "ConfigurationRecorderStatus", "variableSetterType" : "ConfigurationRecorderStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "ConfigurationRecorderStatus", "variableDeclarationType" : "ConfigurationRecorderStatus", "documentation" : "", "simpleType" : "ConfigurationRecorderStatus", "variableSetterType" : "ConfigurationRecorderStatus" }, "getterModel" : { "returnType" : "ConfigurationRecorderStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConfigurationRecorderStatus", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list that contains status of the specified recorders.

                  \n@param configurationRecordersStatus A list that contains status of the specified recorders.*/", "getterDocumentation" : "/**

                  A list that contains status of the specified recorders.

                  \n@return A list that contains status of the specified recorders.*/", "fluentSetterDocumentation" : "/**

                  A list that contains status of the specified recorders.

                  \n@param configurationRecordersStatus A list that contains status of the specified recorders.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list that contains status of the specified recorders.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationRecordersStatus(java.util.Collection)} or {@link #withConfigurationRecordersStatus(java.util.Collection)} if you want to override the existing values.

                  \n@param configurationRecordersStatus A list that contains status of the specified recorders.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeComplianceByResourceRequest" : { "c2jName" : "DescribeComplianceByResourceRequest", "documentation" : "", "shapeName" : "DescribeComplianceByResourceRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  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.

                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  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.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  ", "name" : "ComplianceTypes", "c2jName" : "ComplianceTypes", "c2jShape" : "ComplianceTypes", "variable" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceTypes", "marshallLocationName" : "ComplianceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see ComplianceType*/", "getterDocumentation" : "/**\n@return \n@see ComplianceType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@see ComplianceType*/", "getterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n@return Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceTypes(java.util.Collection)} or {@link #withComplianceTypes(java.util.Collection)} if you want to override the existing values.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, { "documentation" : "

                  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.

                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeComplianceByResourceRequest", "variableType" : "DescribeComplianceByResourceRequest", "variableDeclarationType" : "DescribeComplianceByResourceRequest", "documentation" : null, "simpleType" : "DescribeComplianceByResourceRequest", "variableSetterType" : "DescribeComplianceByResourceRequest" }, "marshaller" : { "action" : "DescribeComplianceByResource", "verb" : "POST", "target" : "StarlingDoveService.DescribeComplianceByResource", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComplianceTypes" : { "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  ", "name" : "ComplianceTypes", "c2jName" : "ComplianceTypes", "c2jShape" : "ComplianceTypes", "variable" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceTypes", "marshallLocationName" : "ComplianceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see ComplianceType*/", "getterDocumentation" : "/**\n@return \n@see ComplianceType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@see ComplianceType*/", "getterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n@return Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

                  Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceTypes(java.util.Collection)} or {@link #withComplianceTypes(java.util.Collection)} if you want to override the existing values.

                  \n@param complianceTypes Filters the results by compliance.

                  The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "ResourceType" : { "documentation" : "

                  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.

                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

                  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.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

                  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.

                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Compliance" : { "c2jName" : "Compliance", "documentation" : "

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

                  ", "shapeName" : "Compliance", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

                  ", "name" : "ComplianceType", "c2jName" : "ComplianceType", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "complianceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "complianceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceType", "marshallLocationName" : "ComplianceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

                  \n@param 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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.\n@see ComplianceType*/", "getterDocumentation" : "/**

                  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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

                  \n@return 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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

                  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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

                  \n@param 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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

                  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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

                  \n@param 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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, { "documentation" : "

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

                  ", "name" : "ComplianceContributorCount", "c2jName" : "ComplianceContributorCount", "c2jShape" : "ComplianceContributorCount", "variable" : { "variableName" : "complianceContributorCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : "

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

                  ", "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "setterModel" : { "variableName" : "complianceContributorCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : "", "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "getterModel" : { "returnType" : "ComplianceContributorCount", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceContributorCount", "marshallLocationName" : "ComplianceContributorCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param complianceContributorCount The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum number.*/", "getterDocumentation" : "/**

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

                  \n@return The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum number.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param complianceContributorCount The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param complianceContributorCount The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum number.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "compliance", "variableType" : "Compliance", "variableDeclarationType" : "Compliance", "documentation" : null, "simpleType" : "Compliance", "variableSetterType" : "Compliance" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ComplianceType" : { "documentation" : "

                  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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

                  ", "name" : "ComplianceType", "c2jName" : "ComplianceType", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "complianceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "complianceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceType", "marshallLocationName" : "ComplianceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

                  \n@param 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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.\n@see ComplianceType*/", "getterDocumentation" : "/**

                  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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

                  \n@return 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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

                  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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

                  \n@param 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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

                  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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

                  \n@param 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.

                  AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

                  For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "ComplianceContributorCount" : { "documentation" : "

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

                  ", "name" : "ComplianceContributorCount", "c2jName" : "ComplianceContributorCount", "c2jShape" : "ComplianceContributorCount", "variable" : { "variableName" : "complianceContributorCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : "

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

                  ", "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "setterModel" : { "variableName" : "complianceContributorCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : "", "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "getterModel" : { "returnType" : "ComplianceContributorCount", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceContributorCount", "marshallLocationName" : "ComplianceContributorCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param complianceContributorCount The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum number.*/", "getterDocumentation" : "/**

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

                  \n@return The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum number.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param complianceContributorCount The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param complianceContributorCount The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum number.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutDeliveryChannelResult" : { "c2jName" : "PutDeliveryChannelResult", "documentation" : null, "shapeName" : "PutDeliveryChannelResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "putDeliveryChannelResult", "variableType" : "PutDeliveryChannelResult", "variableDeclarationType" : "PutDeliveryChannelResult", "documentation" : null, "simpleType" : "PutDeliveryChannelResult", "variableSetterType" : "PutDeliveryChannelResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ConfigExportDeliveryInfo" : { "c2jName" : "ConfigExportDeliveryInfo", "documentation" : "

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

                  ", "shapeName" : "ConfigExportDeliveryInfo", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  Status of the last attempted delivery.

                  ", "name" : "LastStatus", "c2jName" : "lastStatus", "c2jShape" : "DeliveryStatus", "variable" : { "variableName" : "lastStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Status of the last attempted delivery.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStatus", "marshallLocationName" : "lastStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DeliveryStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Status of the last attempted delivery.

                  \n@param lastStatus Status of the last attempted delivery.\n@see DeliveryStatus*/", "getterDocumentation" : "/**

                  Status of the last attempted delivery.

                  \n@return Status of the last attempted delivery.\n@see DeliveryStatus*/", "fluentSetterDocumentation" : "/**

                  Status of the last attempted delivery.

                  \n@param lastStatus Status of the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeliveryStatus*/", "varargSetterDocumentation" : "/**

                  Status of the last attempted delivery.

                  \n@param lastStatus Status of the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeliveryStatus*/" }, { "documentation" : "

                  The error code from the last attempted delivery.

                  ", "name" : "LastErrorCode", "c2jName" : "lastErrorCode", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The error code from the last attempted delivery.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastErrorCode", "marshallLocationName" : "lastErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@param lastErrorCode The error code from the last attempted delivery.*/", "getterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@return The error code from the last attempted delivery.*/", "fluentSetterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@param lastErrorCode The error code from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@param lastErrorCode The error code from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The error message from the last attempted delivery.

                  ", "name" : "LastErrorMessage", "c2jName" : "lastErrorMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The error message from the last attempted delivery.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastErrorMessage", "marshallLocationName" : "lastErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@param lastErrorMessage The error message from the last attempted delivery.*/", "getterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@return The error message from the last attempted delivery.*/", "fluentSetterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@param lastErrorMessage The error message from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@param lastErrorMessage The error message from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time of the last attempted delivery.

                  ", "name" : "LastAttemptTime", "c2jName" : "lastAttemptTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastAttemptTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time of the last attempted delivery.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastAttemptTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastAttemptTime", "marshallLocationName" : "lastAttemptTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time of the last attempted delivery.

                  \n@param lastAttemptTime The time of the last attempted delivery.*/", "getterDocumentation" : "/**

                  The time of the last attempted delivery.

                  \n@return The time of the last attempted delivery.*/", "fluentSetterDocumentation" : "/**

                  The time of the last attempted delivery.

                  \n@param lastAttemptTime The time of the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time of the last attempted delivery.

                  \n@param lastAttemptTime The time of the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time of the last successful delivery.

                  ", "name" : "LastSuccessfulTime", "c2jName" : "lastSuccessfulTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastSuccessfulTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time of the last successful delivery.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastSuccessfulTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastSuccessfulTime", "marshallLocationName" : "lastSuccessfulTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time of the last successful delivery.

                  \n@param lastSuccessfulTime The time of the last successful delivery.*/", "getterDocumentation" : "/**

                  The time of the last successful delivery.

                  \n@return The time of the last successful delivery.*/", "fluentSetterDocumentation" : "/**

                  The time of the last successful delivery.

                  \n@param lastSuccessfulTime The time of the last successful delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time of the last successful delivery.

                  \n@param lastSuccessfulTime The time of the last successful delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time that the next delivery occurs.

                  ", "name" : "NextDeliveryTime", "c2jName" : "nextDeliveryTime", "c2jShape" : "Date", "variable" : { "variableName" : "nextDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time that the next delivery occurs.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "nextDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextDeliveryTime", "marshallLocationName" : "nextDeliveryTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time that the next delivery occurs.

                  \n@param nextDeliveryTime The time that the next delivery occurs.*/", "getterDocumentation" : "/**

                  The time that the next delivery occurs.

                  \n@return The time that the next delivery occurs.*/", "fluentSetterDocumentation" : "/**

                  The time that the next delivery occurs.

                  \n@param nextDeliveryTime The time that the next delivery occurs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time that the next delivery occurs.

                  \n@param nextDeliveryTime The time that the next delivery occurs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "configExportDeliveryInfo", "variableType" : "ConfigExportDeliveryInfo", "variableDeclarationType" : "ConfigExportDeliveryInfo", "documentation" : null, "simpleType" : "ConfigExportDeliveryInfo", "variableSetterType" : "ConfigExportDeliveryInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextDeliveryTime" : { "documentation" : "

                  The time that the next delivery occurs.

                  ", "name" : "NextDeliveryTime", "c2jName" : "nextDeliveryTime", "c2jShape" : "Date", "variable" : { "variableName" : "nextDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time that the next delivery occurs.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "nextDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextDeliveryTime", "marshallLocationName" : "nextDeliveryTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time that the next delivery occurs.

                  \n@param nextDeliveryTime The time that the next delivery occurs.*/", "getterDocumentation" : "/**

                  The time that the next delivery occurs.

                  \n@return The time that the next delivery occurs.*/", "fluentSetterDocumentation" : "/**

                  The time that the next delivery occurs.

                  \n@param nextDeliveryTime The time that the next delivery occurs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time that the next delivery occurs.

                  \n@param nextDeliveryTime The time that the next delivery occurs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastStatus" : { "documentation" : "

                  Status of the last attempted delivery.

                  ", "name" : "LastStatus", "c2jName" : "lastStatus", "c2jShape" : "DeliveryStatus", "variable" : { "variableName" : "lastStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Status of the last attempted delivery.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStatus", "marshallLocationName" : "lastStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DeliveryStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Status of the last attempted delivery.

                  \n@param lastStatus Status of the last attempted delivery.\n@see DeliveryStatus*/", "getterDocumentation" : "/**

                  Status of the last attempted delivery.

                  \n@return Status of the last attempted delivery.\n@see DeliveryStatus*/", "fluentSetterDocumentation" : "/**

                  Status of the last attempted delivery.

                  \n@param lastStatus Status of the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeliveryStatus*/", "varargSetterDocumentation" : "/**

                  Status of the last attempted delivery.

                  \n@param lastStatus Status of the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeliveryStatus*/" }, "LastErrorCode" : { "documentation" : "

                  The error code from the last attempted delivery.

                  ", "name" : "LastErrorCode", "c2jName" : "lastErrorCode", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The error code from the last attempted delivery.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastErrorCode", "marshallLocationName" : "lastErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@param lastErrorCode The error code from the last attempted delivery.*/", "getterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@return The error code from the last attempted delivery.*/", "fluentSetterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@param lastErrorCode The error code from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@param lastErrorCode The error code from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastSuccessfulTime" : { "documentation" : "

                  The time of the last successful delivery.

                  ", "name" : "LastSuccessfulTime", "c2jName" : "lastSuccessfulTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastSuccessfulTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time of the last successful delivery.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastSuccessfulTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastSuccessfulTime", "marshallLocationName" : "lastSuccessfulTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time of the last successful delivery.

                  \n@param lastSuccessfulTime The time of the last successful delivery.*/", "getterDocumentation" : "/**

                  The time of the last successful delivery.

                  \n@return The time of the last successful delivery.*/", "fluentSetterDocumentation" : "/**

                  The time of the last successful delivery.

                  \n@param lastSuccessfulTime The time of the last successful delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time of the last successful delivery.

                  \n@param lastSuccessfulTime The time of the last successful delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastErrorMessage" : { "documentation" : "

                  The error message from the last attempted delivery.

                  ", "name" : "LastErrorMessage", "c2jName" : "lastErrorMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The error message from the last attempted delivery.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastErrorMessage", "marshallLocationName" : "lastErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@param lastErrorMessage The error message from the last attempted delivery.*/", "getterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@return The error message from the last attempted delivery.*/", "fluentSetterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@param lastErrorMessage The error message from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@param lastErrorMessage The error message from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastAttemptTime" : { "documentation" : "

                  The time of the last attempted delivery.

                  ", "name" : "LastAttemptTime", "c2jName" : "lastAttemptTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastAttemptTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time of the last attempted delivery.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastAttemptTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastAttemptTime", "marshallLocationName" : "lastAttemptTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time of the last attempted delivery.

                  \n@param lastAttemptTime The time of the last attempted delivery.*/", "getterDocumentation" : "/**

                  The time of the last attempted delivery.

                  \n@return The time of the last attempted delivery.*/", "fluentSetterDocumentation" : "/**

                  The time of the last attempted delivery.

                  \n@param lastAttemptTime The time of the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time of the last attempted delivery.

                  \n@param lastAttemptTime The time of the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDeliveryChannelsResult" : { "c2jName" : "DescribeDeliveryChannelsResponse", "documentation" : "

                  The output for the DescribeDeliveryChannels action.

                  ", "shapeName" : "DescribeDeliveryChannelsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "DeliveryChannels", "c2jName" : "DeliveryChannels", "c2jShape" : "DeliveryChannelList", "variable" : { "variableName" : "deliveryChannels", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "deliveryChannels", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeliveryChannels", "marshallLocationName" : "DeliveryChannels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DeliveryChannel", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DeliveryChannel", "variable" : { "variableName" : "member", "variableType" : "DeliveryChannel", "variableDeclarationType" : "DeliveryChannel", "documentation" : "", "simpleType" : "DeliveryChannel", "variableSetterType" : "DeliveryChannel" }, "setterModel" : { "variableName" : "member", "variableType" : "DeliveryChannel", "variableDeclarationType" : "DeliveryChannel", "documentation" : "", "simpleType" : "DeliveryChannel", "variableSetterType" : "DeliveryChannel" }, "getterModel" : { "returnType" : "DeliveryChannel", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DeliveryChannel", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                  \n@param deliveryChannels A list that contains the descriptions of the specified delivery channel.*/", "getterDocumentation" : "/**

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

                  \n@return A list that contains the descriptions of the specified delivery channel.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param deliveryChannels A list that contains the descriptions of the specified delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDeliveryChannels(java.util.Collection)} or {@link #withDeliveryChannels(java.util.Collection)} if you want to override the existing values.

                  \n@param deliveryChannels A list that contains the descriptions of the specified delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDeliveryChannelsResult", "variableType" : "DescribeDeliveryChannelsResult", "variableDeclarationType" : "DescribeDeliveryChannelsResult", "documentation" : null, "simpleType" : "DescribeDeliveryChannelsResult", "variableSetterType" : "DescribeDeliveryChannelsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeliveryChannels" : { "documentation" : "

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

                  ", "name" : "DeliveryChannels", "c2jName" : "DeliveryChannels", "c2jShape" : "DeliveryChannelList", "variable" : { "variableName" : "deliveryChannels", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "deliveryChannels", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeliveryChannels", "marshallLocationName" : "DeliveryChannels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DeliveryChannel", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DeliveryChannel", "variable" : { "variableName" : "member", "variableType" : "DeliveryChannel", "variableDeclarationType" : "DeliveryChannel", "documentation" : "", "simpleType" : "DeliveryChannel", "variableSetterType" : "DeliveryChannel" }, "setterModel" : { "variableName" : "member", "variableType" : "DeliveryChannel", "variableDeclarationType" : "DeliveryChannel", "documentation" : "", "simpleType" : "DeliveryChannel", "variableSetterType" : "DeliveryChannel" }, "getterModel" : { "returnType" : "DeliveryChannel", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DeliveryChannel", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                  \n@param deliveryChannels A list that contains the descriptions of the specified delivery channel.*/", "getterDocumentation" : "/**

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

                  \n@return A list that contains the descriptions of the specified delivery channel.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param deliveryChannels A list that contains the descriptions of the specified delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDeliveryChannels(java.util.Collection)} or {@link #withDeliveryChannels(java.util.Collection)} if you want to override the existing values.

                  \n@param deliveryChannels A list that contains the descriptions of the specified delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceType" : { "c2jName" : "ResourceType", "documentation" : "", "shapeName" : "ResourceType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "AWSEC2CustomerGateway", "value" : "AWS::EC2::CustomerGateway" }, { "name" : "AWSEC2EIP", "value" : "AWS::EC2::EIP" }, { "name" : "AWSEC2Host", "value" : "AWS::EC2::Host" }, { "name" : "AWSEC2Instance", "value" : "AWS::EC2::Instance" }, { "name" : "AWSEC2InternetGateway", "value" : "AWS::EC2::InternetGateway" }, { "name" : "AWSEC2NetworkAcl", "value" : "AWS::EC2::NetworkAcl" }, { "name" : "AWSEC2NetworkInterface", "value" : "AWS::EC2::NetworkInterface" }, { "name" : "AWSEC2RouteTable", "value" : "AWS::EC2::RouteTable" }, { "name" : "AWSEC2SecurityGroup", "value" : "AWS::EC2::SecurityGroup" }, { "name" : "AWSEC2Subnet", "value" : "AWS::EC2::Subnet" }, { "name" : "AWSCloudTrailTrail", "value" : "AWS::CloudTrail::Trail" }, { "name" : "AWSEC2Volume", "value" : "AWS::EC2::Volume" }, { "name" : "AWSEC2VPC", "value" : "AWS::EC2::VPC" }, { "name" : "AWSEC2VPNConnection", "value" : "AWS::EC2::VPNConnection" }, { "name" : "AWSEC2VPNGateway", "value" : "AWS::EC2::VPNGateway" }, { "name" : "AWSIAMGroup", "value" : "AWS::IAM::Group" }, { "name" : "AWSIAMPolicy", "value" : "AWS::IAM::Policy" }, { "name" : "AWSIAMRole", "value" : "AWS::IAM::Role" }, { "name" : "AWSIAMUser", "value" : "AWS::IAM::User" } ], "variable" : { "variableName" : "resourceType", "variableType" : "ResourceType", "variableDeclarationType" : "ResourceType", "documentation" : null, "simpleType" : "ResourceType", "variableSetterType" : "ResourceType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "LastDeliveryChannelDeleteFailedException" : { "c2jName" : "LastDeliveryChannelDeleteFailedException", "documentation" : "

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

                  ", "shapeName" : "LastDeliveryChannelDeleteFailedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "lastDeliveryChannelDeleteFailedException", "variableType" : "LastDeliveryChannelDeleteFailedException", "variableDeclarationType" : "LastDeliveryChannelDeleteFailedException", "documentation" : null, "simpleType" : "LastDeliveryChannelDeleteFailedException", "variableSetterType" : "LastDeliveryChannelDeleteFailedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LastDeliveryChannelDeleteFailedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetComplianceSummaryByResourceTypeResult" : { "c2jName" : "GetComplianceSummaryByResourceTypeResponse", "documentation" : "", "shapeName" : "GetComplianceSummaryByResourceTypeResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  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.

                  ", "name" : "ComplianceSummariesByResourceType", "c2jName" : "ComplianceSummariesByResourceType", "c2jShape" : "ComplianceSummariesByResourceType", "variable" : { "variableName" : "complianceSummariesByResourceType", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceSummariesByResourceType", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceSummariesByResourceType", "marshallLocationName" : "ComplianceSummariesByResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ComplianceSummaryByResourceType", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceSummaryByResourceType", "variable" : { "variableName" : "member", "variableType" : "ComplianceSummaryByResourceType", "variableDeclarationType" : "ComplianceSummaryByResourceType", "documentation" : "", "simpleType" : "ComplianceSummaryByResourceType", "variableSetterType" : "ComplianceSummaryByResourceType" }, "setterModel" : { "variableName" : "member", "variableType" : "ComplianceSummaryByResourceType", "variableDeclarationType" : "ComplianceSummaryByResourceType", "documentation" : "", "simpleType" : "ComplianceSummaryByResourceType", "variableSetterType" : "ComplianceSummaryByResourceType" }, "getterModel" : { "returnType" : "ComplianceSummaryByResourceType", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ComplianceSummaryByResourceType", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceSummariesByResourceType(java.util.Collection)} or {@link #withComplianceSummariesByResourceType(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getComplianceSummaryByResourceTypeResult", "variableType" : "GetComplianceSummaryByResourceTypeResult", "variableDeclarationType" : "GetComplianceSummaryByResourceTypeResult", "documentation" : null, "simpleType" : "GetComplianceSummaryByResourceTypeResult", "variableSetterType" : "GetComplianceSummaryByResourceTypeResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ComplianceSummariesByResourceType" : { "documentation" : "

                  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.

                  ", "name" : "ComplianceSummariesByResourceType", "c2jName" : "ComplianceSummariesByResourceType", "c2jShape" : "ComplianceSummariesByResourceType", "variable" : { "variableName" : "complianceSummariesByResourceType", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceSummariesByResourceType", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceSummariesByResourceType", "marshallLocationName" : "ComplianceSummariesByResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ComplianceSummaryByResourceType", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceSummaryByResourceType", "variable" : { "variableName" : "member", "variableType" : "ComplianceSummaryByResourceType", "variableDeclarationType" : "ComplianceSummaryByResourceType", "documentation" : "", "simpleType" : "ComplianceSummaryByResourceType", "variableSetterType" : "ComplianceSummaryByResourceType" }, "setterModel" : { "variableName" : "member", "variableType" : "ComplianceSummaryByResourceType", "variableDeclarationType" : "ComplianceSummaryByResourceType", "documentation" : "", "simpleType" : "ComplianceSummaryByResourceType", "variableSetterType" : "ComplianceSummaryByResourceType" }, "getterModel" : { "returnType" : "ComplianceSummaryByResourceType", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ComplianceSummaryByResourceType", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceSummariesByResourceType(java.util.Collection)} or {@link #withComplianceSummariesByResourceType(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConfigSnapshotDeliveryProperties" : { "c2jName" : "ConfigSnapshotDeliveryProperties", "documentation" : "

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

                  ", "shapeName" : "ConfigSnapshotDeliveryProperties", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The frequency with which AWS Config recurringly delivers configuration snapshots.

                  ", "name" : "DeliveryFrequency", "c2jName" : "deliveryFrequency", "c2jShape" : "MaximumExecutionFrequency", "variable" : { "variableName" : "deliveryFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The frequency with which AWS Config recurringly delivers configuration snapshots.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deliveryFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deliveryFrequency", "marshallLocationName" : "deliveryFrequency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "MaximumExecutionFrequency", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The frequency with which AWS Config recurringly delivers configuration snapshots.

                  \n@param deliveryFrequency The frequency with which AWS Config recurringly delivers configuration snapshots.\n@see MaximumExecutionFrequency*/", "getterDocumentation" : "/**

                  The frequency with which AWS Config recurringly delivers configuration snapshots.

                  \n@return The frequency with which AWS Config recurringly delivers configuration snapshots.\n@see MaximumExecutionFrequency*/", "fluentSetterDocumentation" : "/**

                  The frequency with which AWS Config recurringly delivers configuration snapshots.

                  \n@param deliveryFrequency The frequency with which AWS Config recurringly delivers configuration snapshots.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MaximumExecutionFrequency*/", "varargSetterDocumentation" : "/**

                  The frequency with which AWS Config recurringly delivers configuration snapshots.

                  \n@param deliveryFrequency The frequency with which AWS Config recurringly delivers configuration snapshots.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MaximumExecutionFrequency*/" } ], "enums" : null, "variable" : { "variableName" : "configSnapshotDeliveryProperties", "variableType" : "ConfigSnapshotDeliveryProperties", "variableDeclarationType" : "ConfigSnapshotDeliveryProperties", "documentation" : null, "simpleType" : "ConfigSnapshotDeliveryProperties", "variableSetterType" : "ConfigSnapshotDeliveryProperties" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeliveryFrequency" : { "documentation" : "

                  The frequency with which AWS Config recurringly delivers configuration snapshots.

                  ", "name" : "DeliveryFrequency", "c2jName" : "deliveryFrequency", "c2jShape" : "MaximumExecutionFrequency", "variable" : { "variableName" : "deliveryFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The frequency with which AWS Config recurringly delivers configuration snapshots.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deliveryFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deliveryFrequency", "marshallLocationName" : "deliveryFrequency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "MaximumExecutionFrequency", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The frequency with which AWS Config recurringly delivers configuration snapshots.

                  \n@param deliveryFrequency The frequency with which AWS Config recurringly delivers configuration snapshots.\n@see MaximumExecutionFrequency*/", "getterDocumentation" : "/**

                  The frequency with which AWS Config recurringly delivers configuration snapshots.

                  \n@return The frequency with which AWS Config recurringly delivers configuration snapshots.\n@see MaximumExecutionFrequency*/", "fluentSetterDocumentation" : "/**

                  The frequency with which AWS Config recurringly delivers configuration snapshots.

                  \n@param deliveryFrequency The frequency with which AWS Config recurringly delivers configuration snapshots.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MaximumExecutionFrequency*/", "varargSetterDocumentation" : "/**

                  The frequency with which AWS Config recurringly delivers configuration snapshots.

                  \n@param deliveryFrequency The frequency with which AWS Config recurringly delivers configuration snapshots.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MaximumExecutionFrequency*/" } } }, "GetComplianceSummaryByConfigRuleRequest" : { "c2jName" : "GetComplianceSummaryByConfigRuleRequest", "documentation" : null, "shapeName" : "GetComplianceSummaryByConfigRuleRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "getComplianceSummaryByConfigRuleRequest", "variableType" : "GetComplianceSummaryByConfigRuleRequest", "variableDeclarationType" : "GetComplianceSummaryByConfigRuleRequest", "documentation" : null, "simpleType" : "GetComplianceSummaryByConfigRuleRequest", "variableSetterType" : "GetComplianceSummaryByConfigRuleRequest" }, "marshaller" : { "action" : "GetComplianceSummaryByConfigRule", "verb" : "POST", "target" : "StarlingDoveService.GetComplianceSummaryByConfigRule", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "EvaluationResultIdentifier" : { "c2jName" : "EvaluationResultIdentifier", "documentation" : "

                  Uniquely identifies an evaluation result.

                  ", "shapeName" : "EvaluationResultIdentifier", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "EvaluationResultQualifier", "c2jName" : "EvaluationResultQualifier", "c2jShape" : "EvaluationResultQualifier", "variable" : { "variableName" : "evaluationResultQualifier", "variableType" : "EvaluationResultQualifier", "variableDeclarationType" : "EvaluationResultQualifier", "documentation" : "

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

                  ", "simpleType" : "EvaluationResultQualifier", "variableSetterType" : "EvaluationResultQualifier" }, "setterModel" : { "variableName" : "evaluationResultQualifier", "variableType" : "EvaluationResultQualifier", "variableDeclarationType" : "EvaluationResultQualifier", "documentation" : "", "simpleType" : "EvaluationResultQualifier", "variableSetterType" : "EvaluationResultQualifier" }, "getterModel" : { "returnType" : "EvaluationResultQualifier", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationResultQualifier", "marshallLocationName" : "EvaluationResultQualifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param evaluationResultQualifier Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.*/", "getterDocumentation" : "/**

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

                  \n@return Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param evaluationResultQualifier Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param evaluationResultQualifier Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  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.

                  ", "name" : "OrderingTimestamp", "c2jName" : "OrderingTimestamp", "c2jShape" : "Date", "variable" : { "variableName" : "orderingTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  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.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "orderingTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrderingTimestamp", "marshallLocationName" : "OrderingTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "evaluationResultIdentifier", "variableType" : "EvaluationResultIdentifier", "variableDeclarationType" : "EvaluationResultIdentifier", "documentation" : null, "simpleType" : "EvaluationResultIdentifier", "variableSetterType" : "EvaluationResultIdentifier" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EvaluationResultQualifier" : { "documentation" : "

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

                  ", "name" : "EvaluationResultQualifier", "c2jName" : "EvaluationResultQualifier", "c2jShape" : "EvaluationResultQualifier", "variable" : { "variableName" : "evaluationResultQualifier", "variableType" : "EvaluationResultQualifier", "variableDeclarationType" : "EvaluationResultQualifier", "documentation" : "

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

                  ", "simpleType" : "EvaluationResultQualifier", "variableSetterType" : "EvaluationResultQualifier" }, "setterModel" : { "variableName" : "evaluationResultQualifier", "variableType" : "EvaluationResultQualifier", "variableDeclarationType" : "EvaluationResultQualifier", "documentation" : "", "simpleType" : "EvaluationResultQualifier", "variableSetterType" : "EvaluationResultQualifier" }, "getterModel" : { "returnType" : "EvaluationResultQualifier", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationResultQualifier", "marshallLocationName" : "EvaluationResultQualifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param evaluationResultQualifier Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.*/", "getterDocumentation" : "/**

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

                  \n@return Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param evaluationResultQualifier Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param evaluationResultQualifier Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OrderingTimestamp" : { "documentation" : "

                  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.

                  ", "name" : "OrderingTimestamp", "c2jName" : "OrderingTimestamp", "c2jShape" : "Date", "variable" : { "variableName" : "orderingTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  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.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "orderingTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrderingTimestamp", "marshallLocationName" : "OrderingTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Scope" : { "c2jName" : "Scope", "documentation" : "

                  Defines which resources trigger an evaluation for an AWS Config rule. The scope can include one or more resource types, a combination of a tag key and value, or a combination of one resource type and one resource ID. Specify a scope to constrain which resources trigger an evaluation for a rule. Otherwise, evaluations for the rule are triggered when any resource in your recording group changes in configuration.

                  ", "shapeName" : "Scope", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

                  ", "name" : "ComplianceResourceTypes", "c2jName" : "ComplianceResourceTypes", "c2jShape" : "ComplianceResourceTypes", "variable" : { "variableName" : "complianceResourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceResourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceResourceTypes", "marshallLocationName" : "ComplianceResourceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

                  \n@param complianceResourceTypes The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.*/", "getterDocumentation" : "/**

                  The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

                  \n@return The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.*/", "fluentSetterDocumentation" : "/**

                  The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

                  \n@param complianceResourceTypes The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceResourceTypes(java.util.Collection)} or {@link #withComplianceResourceTypes(java.util.Collection)} if you want to override the existing values.

                  \n@param complianceResourceTypes The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

                  ", "name" : "TagKey", "c2jName" : "TagKey", "c2jShape" : "StringWithCharLimit128", "variable" : { "variableName" : "tagKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "tagKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

                  \n@param tagKey The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.*/", "getterDocumentation" : "/**

                  The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

                  \n@return The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.*/", "fluentSetterDocumentation" : "/**

                  The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

                  \n@param tagKey The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

                  \n@param tagKey The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "TagValue", "c2jName" : "TagValue", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "tagValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "tagValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param tagValue The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule. If you specify a value for TagValue, you must also specify a value for TagKey.*/", "getterDocumentation" : "/**

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

                  \n@return The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule. If you specify a value for TagValue, you must also specify a value for TagKey.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param tagValue The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule. If you specify a value for TagValue, you must also specify a value for TagKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param tagValue The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule. If you specify a value for TagValue, you must also specify a value for TagKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

                  ", "name" : "ComplianceResourceId", "c2jName" : "ComplianceResourceId", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "complianceResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "complianceResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceResourceId", "marshallLocationName" : "ComplianceResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

                  \n@param complianceResourceId The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.*/", "getterDocumentation" : "/**

                  The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

                  \n@return The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

                  \n@param complianceResourceId The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

                  \n@param complianceResourceId The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "scope", "variableType" : "Scope", "variableDeclarationType" : "Scope", "documentation" : null, "simpleType" : "Scope", "variableSetterType" : "Scope" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagValue" : { "documentation" : "

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

                  ", "name" : "TagValue", "c2jName" : "TagValue", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "tagValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "tagValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param tagValue The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule. If you specify a value for TagValue, you must also specify a value for TagKey.*/", "getterDocumentation" : "/**

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

                  \n@return The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule. If you specify a value for TagValue, you must also specify a value for TagKey.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param tagValue The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule. If you specify a value for TagValue, you must also specify a value for TagKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param tagValue The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule. If you specify a value for TagValue, you must also specify a value for TagKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TagKey" : { "documentation" : "

                  The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

                  ", "name" : "TagKey", "c2jName" : "TagKey", "c2jShape" : "StringWithCharLimit128", "variable" : { "variableName" : "tagKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "tagKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

                  \n@param tagKey The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.*/", "getterDocumentation" : "/**

                  The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

                  \n@return The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.*/", "fluentSetterDocumentation" : "/**

                  The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

                  \n@param tagKey The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

                  \n@param tagKey The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComplianceResourceId" : { "documentation" : "

                  The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

                  ", "name" : "ComplianceResourceId", "c2jName" : "ComplianceResourceId", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "complianceResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "complianceResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceResourceId", "marshallLocationName" : "ComplianceResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

                  \n@param complianceResourceId The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.*/", "getterDocumentation" : "/**

                  The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

                  \n@return The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

                  \n@param complianceResourceId The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

                  \n@param complianceResourceId The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComplianceResourceTypes" : { "documentation" : "

                  The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

                  ", "name" : "ComplianceResourceTypes", "c2jName" : "ComplianceResourceTypes", "c2jShape" : "ComplianceResourceTypes", "variable" : { "variableName" : "complianceResourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceResourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceResourceTypes", "marshallLocationName" : "ComplianceResourceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

                  \n@param complianceResourceTypes The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.*/", "getterDocumentation" : "/**

                  The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

                  \n@return The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.*/", "fluentSetterDocumentation" : "/**

                  The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

                  \n@param complianceResourceTypes The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceResourceTypes(java.util.Collection)} or {@link #withComplianceResourceTypes(java.util.Collection)} if you want to override the existing values.

                  \n@param complianceResourceTypes The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteConfigRuleResult" : { "c2jName" : "DeleteConfigRuleResult", "documentation" : null, "shapeName" : "DeleteConfigRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteConfigRuleResult", "variableType" : "DeleteConfigRuleResult", "variableDeclarationType" : "DeleteConfigRuleResult", "documentation" : null, "simpleType" : "DeleteConfigRuleResult", "variableSetterType" : "DeleteConfigRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ConfigStreamDeliveryInfo" : { "c2jName" : "ConfigStreamDeliveryInfo", "documentation" : "

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

                  ", "shapeName" : "ConfigStreamDeliveryInfo", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  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.

                  ", "name" : "LastStatus", "c2jName" : "lastStatus", "c2jShape" : "DeliveryStatus", "variable" : { "variableName" : "lastStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStatus", "marshallLocationName" : "lastStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DeliveryStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.\n@see DeliveryStatus*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.\n@see DeliveryStatus*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeliveryStatus*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeliveryStatus*/" }, { "documentation" : "

                  The error code from the last attempted delivery.

                  ", "name" : "LastErrorCode", "c2jName" : "lastErrorCode", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The error code from the last attempted delivery.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastErrorCode", "marshallLocationName" : "lastErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@param lastErrorCode The error code from the last attempted delivery.*/", "getterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@return The error code from the last attempted delivery.*/", "fluentSetterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@param lastErrorCode The error code from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@param lastErrorCode The error code from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The error message from the last attempted delivery.

                  ", "name" : "LastErrorMessage", "c2jName" : "lastErrorMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The error message from the last attempted delivery.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastErrorMessage", "marshallLocationName" : "lastErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@param lastErrorMessage The error message from the last attempted delivery.*/", "getterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@return The error message from the last attempted delivery.*/", "fluentSetterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@param lastErrorMessage The error message from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@param lastErrorMessage The error message from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time from the last status change.

                  ", "name" : "LastStatusChangeTime", "c2jName" : "lastStatusChangeTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastStatusChangeTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time from the last status change.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastStatusChangeTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStatusChangeTime", "marshallLocationName" : "lastStatusChangeTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time from the last status change.

                  \n@param lastStatusChangeTime The time from the last status change.*/", "getterDocumentation" : "/**

                  The time from the last status change.

                  \n@return The time from the last status change.*/", "fluentSetterDocumentation" : "/**

                  The time from the last status change.

                  \n@param lastStatusChangeTime The time from the last status change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time from the last status change.

                  \n@param lastStatusChangeTime The time from the last status change.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "configStreamDeliveryInfo", "variableType" : "ConfigStreamDeliveryInfo", "variableDeclarationType" : "ConfigStreamDeliveryInfo", "documentation" : null, "simpleType" : "ConfigStreamDeliveryInfo", "variableSetterType" : "ConfigStreamDeliveryInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LastStatusChangeTime" : { "documentation" : "

                  The time from the last status change.

                  ", "name" : "LastStatusChangeTime", "c2jName" : "lastStatusChangeTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastStatusChangeTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time from the last status change.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastStatusChangeTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStatusChangeTime", "marshallLocationName" : "lastStatusChangeTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time from the last status change.

                  \n@param lastStatusChangeTime The time from the last status change.*/", "getterDocumentation" : "/**

                  The time from the last status change.

                  \n@return The time from the last status change.*/", "fluentSetterDocumentation" : "/**

                  The time from the last status change.

                  \n@param lastStatusChangeTime The time from the last status change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time from the last status change.

                  \n@param lastStatusChangeTime The time from the last status change.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastStatus" : { "documentation" : "

                  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.

                  ", "name" : "LastStatus", "c2jName" : "lastStatus", "c2jShape" : "DeliveryStatus", "variable" : { "variableName" : "lastStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStatus", "marshallLocationName" : "lastStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DeliveryStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.\n@see DeliveryStatus*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.\n@see DeliveryStatus*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeliveryStatus*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeliveryStatus*/" }, "LastErrorCode" : { "documentation" : "

                  The error code from the last attempted delivery.

                  ", "name" : "LastErrorCode", "c2jName" : "lastErrorCode", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The error code from the last attempted delivery.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastErrorCode", "marshallLocationName" : "lastErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@param lastErrorCode The error code from the last attempted delivery.*/", "getterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@return The error code from the last attempted delivery.*/", "fluentSetterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@param lastErrorCode The error code from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The error code from the last attempted delivery.

                  \n@param lastErrorCode The error code from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastErrorMessage" : { "documentation" : "

                  The error message from the last attempted delivery.

                  ", "name" : "LastErrorMessage", "c2jName" : "lastErrorMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The error message from the last attempted delivery.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastErrorMessage", "marshallLocationName" : "lastErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@param lastErrorMessage The error message from the last attempted delivery.*/", "getterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@return The error message from the last attempted delivery.*/", "fluentSetterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@param lastErrorMessage The error message from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The error message from the last attempted delivery.

                  \n@param lastErrorMessage The error message from the last attempted delivery.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutConfigRuleResult" : { "c2jName" : "PutConfigRuleResult", "documentation" : null, "shapeName" : "PutConfigRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "putConfigRuleResult", "variableType" : "PutConfigRuleResult", "variableDeclarationType" : "PutConfigRuleResult", "documentation" : null, "simpleType" : "PutConfigRuleResult", "variableSetterType" : "PutConfigRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListDiscoveredResourcesResult" : { "c2jName" : "ListDiscoveredResourcesResponse", "documentation" : "", "shapeName" : "ListDiscoveredResourcesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "ResourceIdentifiers", "c2jName" : "resourceIdentifiers", "c2jShape" : "ResourceIdentifierList", "variable" : { "variableName" : "resourceIdentifiers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceIdentifiers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceIdentifiers", "marshallLocationName" : "resourceIdentifiers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ResourceIdentifier", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceIdentifier", "variable" : { "variableName" : "member", "variableType" : "ResourceIdentifier", "variableDeclarationType" : "ResourceIdentifier", "documentation" : "", "simpleType" : "ResourceIdentifier", "variableSetterType" : "ResourceIdentifier" }, "setterModel" : { "variableName" : "member", "variableType" : "ResourceIdentifier", "variableDeclarationType" : "ResourceIdentifier", "documentation" : "", "simpleType" : "ResourceIdentifier", "variableSetterType" : "ResourceIdentifier" }, "getterModel" : { "returnType" : "ResourceIdentifier", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ResourceIdentifier", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                  \n@param 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.*/", "getterDocumentation" : "/**

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

                  \n@return The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceIdentifiers(java.util.Collection)} or {@link #withResourceIdentifiers(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDiscoveredResourcesResult", "variableType" : "ListDiscoveredResourcesResult", "variableDeclarationType" : "ListDiscoveredResourcesResult", "documentation" : null, "simpleType" : "ListDiscoveredResourcesResult", "variableSetterType" : "ListDiscoveredResourcesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceIdentifiers" : { "documentation" : "

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

                  ", "name" : "ResourceIdentifiers", "c2jName" : "resourceIdentifiers", "c2jShape" : "ResourceIdentifierList", "variable" : { "variableName" : "resourceIdentifiers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceIdentifiers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceIdentifiers", "marshallLocationName" : "resourceIdentifiers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ResourceIdentifier", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceIdentifier", "variable" : { "variableName" : "member", "variableType" : "ResourceIdentifier", "variableDeclarationType" : "ResourceIdentifier", "documentation" : "", "simpleType" : "ResourceIdentifier", "variableSetterType" : "ResourceIdentifier" }, "setterModel" : { "variableName" : "member", "variableType" : "ResourceIdentifier", "variableDeclarationType" : "ResourceIdentifier", "documentation" : "", "simpleType" : "ResourceIdentifier", "variableSetterType" : "ResourceIdentifier" }, "getterModel" : { "returnType" : "ResourceIdentifier", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ResourceIdentifier", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                  \n@param 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.*/", "getterDocumentation" : "/**

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

                  \n@return The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceIdentifiers(java.util.Collection)} or {@link #withResourceIdentifiers(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ValidationException" : { "c2jName" : "ValidationException", "documentation" : "

                  The requested action is not valid.

                  ", "shapeName" : "ValidationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "validationException", "variableType" : "ValidationException", "variableDeclarationType" : "ValidationException", "documentation" : null, "simpleType" : "ValidationException", "variableSetterType" : "ValidationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ValidationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeliveryChannelStatus" : { "c2jName" : "DeliveryChannelStatus", "documentation" : "

                  The status of a specified delivery channel.

                  Valid values: Success | Failure

                  ", "shapeName" : "DeliveryChannelStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The name of the delivery channel.

                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the delivery channel.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the delivery channel.

                  \n@param name The name of the delivery channel.*/", "getterDocumentation" : "/**

                  The name of the delivery channel.

                  \n@return The name of the delivery channel.*/", "fluentSetterDocumentation" : "/**

                  The name of the delivery channel.

                  \n@param name The name of the delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the delivery channel.

                  \n@param name The name of the delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "ConfigSnapshotDeliveryInfo", "c2jName" : "configSnapshotDeliveryInfo", "c2jShape" : "ConfigExportDeliveryInfo", "variable" : { "variableName" : "configSnapshotDeliveryInfo", "variableType" : "ConfigExportDeliveryInfo", "variableDeclarationType" : "ConfigExportDeliveryInfo", "documentation" : "

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

                  ", "simpleType" : "ConfigExportDeliveryInfo", "variableSetterType" : "ConfigExportDeliveryInfo" }, "setterModel" : { "variableName" : "configSnapshotDeliveryInfo", "variableType" : "ConfigExportDeliveryInfo", "variableDeclarationType" : "ConfigExportDeliveryInfo", "documentation" : "", "simpleType" : "ConfigExportDeliveryInfo", "variableSetterType" : "ConfigExportDeliveryInfo" }, "getterModel" : { "returnType" : "ConfigExportDeliveryInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "configSnapshotDeliveryInfo", "marshallLocationName" : "configSnapshotDeliveryInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configSnapshotDeliveryInfo A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.*/", "getterDocumentation" : "/**

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

                  \n@return A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configSnapshotDeliveryInfo A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configSnapshotDeliveryInfo A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "ConfigHistoryDeliveryInfo", "c2jName" : "configHistoryDeliveryInfo", "c2jShape" : "ConfigExportDeliveryInfo", "variable" : { "variableName" : "configHistoryDeliveryInfo", "variableType" : "ConfigExportDeliveryInfo", "variableDeclarationType" : "ConfigExportDeliveryInfo", "documentation" : "

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

                  ", "simpleType" : "ConfigExportDeliveryInfo", "variableSetterType" : "ConfigExportDeliveryInfo" }, "setterModel" : { "variableName" : "configHistoryDeliveryInfo", "variableType" : "ConfigExportDeliveryInfo", "variableDeclarationType" : "ConfigExportDeliveryInfo", "documentation" : "", "simpleType" : "ConfigExportDeliveryInfo", "variableSetterType" : "ConfigExportDeliveryInfo" }, "getterModel" : { "returnType" : "ConfigExportDeliveryInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "configHistoryDeliveryInfo", "marshallLocationName" : "configHistoryDeliveryInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configHistoryDeliveryInfo A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.*/", "getterDocumentation" : "/**

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

                  \n@return A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configHistoryDeliveryInfo A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configHistoryDeliveryInfo A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "ConfigStreamDeliveryInfo", "c2jName" : "configStreamDeliveryInfo", "c2jShape" : "ConfigStreamDeliveryInfo", "variable" : { "variableName" : "configStreamDeliveryInfo", "variableType" : "ConfigStreamDeliveryInfo", "variableDeclarationType" : "ConfigStreamDeliveryInfo", "documentation" : "

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

                  ", "simpleType" : "ConfigStreamDeliveryInfo", "variableSetterType" : "ConfigStreamDeliveryInfo" }, "setterModel" : { "variableName" : "configStreamDeliveryInfo", "variableType" : "ConfigStreamDeliveryInfo", "variableDeclarationType" : "ConfigStreamDeliveryInfo", "documentation" : "", "simpleType" : "ConfigStreamDeliveryInfo", "variableSetterType" : "ConfigStreamDeliveryInfo" }, "getterModel" : { "returnType" : "ConfigStreamDeliveryInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "configStreamDeliveryInfo", "marshallLocationName" : "configStreamDeliveryInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configStreamDeliveryInfo A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.*/", "getterDocumentation" : "/**

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

                  \n@return A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configStreamDeliveryInfo A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configStreamDeliveryInfo A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deliveryChannelStatus", "variableType" : "DeliveryChannelStatus", "variableDeclarationType" : "DeliveryChannelStatus", "documentation" : null, "simpleType" : "DeliveryChannelStatus", "variableSetterType" : "DeliveryChannelStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                  The name of the delivery channel.

                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the delivery channel.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the delivery channel.

                  \n@param name The name of the delivery channel.*/", "getterDocumentation" : "/**

                  The name of the delivery channel.

                  \n@return The name of the delivery channel.*/", "fluentSetterDocumentation" : "/**

                  The name of the delivery channel.

                  \n@param name The name of the delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the delivery channel.

                  \n@param name The name of the delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigSnapshotDeliveryInfo" : { "documentation" : "

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

                  ", "name" : "ConfigSnapshotDeliveryInfo", "c2jName" : "configSnapshotDeliveryInfo", "c2jShape" : "ConfigExportDeliveryInfo", "variable" : { "variableName" : "configSnapshotDeliveryInfo", "variableType" : "ConfigExportDeliveryInfo", "variableDeclarationType" : "ConfigExportDeliveryInfo", "documentation" : "

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

                  ", "simpleType" : "ConfigExportDeliveryInfo", "variableSetterType" : "ConfigExportDeliveryInfo" }, "setterModel" : { "variableName" : "configSnapshotDeliveryInfo", "variableType" : "ConfigExportDeliveryInfo", "variableDeclarationType" : "ConfigExportDeliveryInfo", "documentation" : "", "simpleType" : "ConfigExportDeliveryInfo", "variableSetterType" : "ConfigExportDeliveryInfo" }, "getterModel" : { "returnType" : "ConfigExportDeliveryInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "configSnapshotDeliveryInfo", "marshallLocationName" : "configSnapshotDeliveryInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configSnapshotDeliveryInfo A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.*/", "getterDocumentation" : "/**

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

                  \n@return A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configSnapshotDeliveryInfo A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configSnapshotDeliveryInfo A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigStreamDeliveryInfo" : { "documentation" : "

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

                  ", "name" : "ConfigStreamDeliveryInfo", "c2jName" : "configStreamDeliveryInfo", "c2jShape" : "ConfigStreamDeliveryInfo", "variable" : { "variableName" : "configStreamDeliveryInfo", "variableType" : "ConfigStreamDeliveryInfo", "variableDeclarationType" : "ConfigStreamDeliveryInfo", "documentation" : "

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

                  ", "simpleType" : "ConfigStreamDeliveryInfo", "variableSetterType" : "ConfigStreamDeliveryInfo" }, "setterModel" : { "variableName" : "configStreamDeliveryInfo", "variableType" : "ConfigStreamDeliveryInfo", "variableDeclarationType" : "ConfigStreamDeliveryInfo", "documentation" : "", "simpleType" : "ConfigStreamDeliveryInfo", "variableSetterType" : "ConfigStreamDeliveryInfo" }, "getterModel" : { "returnType" : "ConfigStreamDeliveryInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "configStreamDeliveryInfo", "marshallLocationName" : "configStreamDeliveryInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configStreamDeliveryInfo A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.*/", "getterDocumentation" : "/**

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

                  \n@return A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configStreamDeliveryInfo A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configStreamDeliveryInfo A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigHistoryDeliveryInfo" : { "documentation" : "

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

                  ", "name" : "ConfigHistoryDeliveryInfo", "c2jName" : "configHistoryDeliveryInfo", "c2jShape" : "ConfigExportDeliveryInfo", "variable" : { "variableName" : "configHistoryDeliveryInfo", "variableType" : "ConfigExportDeliveryInfo", "variableDeclarationType" : "ConfigExportDeliveryInfo", "documentation" : "

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

                  ", "simpleType" : "ConfigExportDeliveryInfo", "variableSetterType" : "ConfigExportDeliveryInfo" }, "setterModel" : { "variableName" : "configHistoryDeliveryInfo", "variableType" : "ConfigExportDeliveryInfo", "variableDeclarationType" : "ConfigExportDeliveryInfo", "documentation" : "", "simpleType" : "ConfigExportDeliveryInfo", "variableSetterType" : "ConfigExportDeliveryInfo" }, "getterModel" : { "returnType" : "ConfigExportDeliveryInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "configHistoryDeliveryInfo", "marshallLocationName" : "configHistoryDeliveryInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configHistoryDeliveryInfo A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.*/", "getterDocumentation" : "/**

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

                  \n@return A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configHistoryDeliveryInfo A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configHistoryDeliveryInfo A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeConfigurationRecordersResult" : { "c2jName" : "DescribeConfigurationRecordersResponse", "documentation" : "

                  The output for the DescribeConfigurationRecorders action.

                  ", "shapeName" : "DescribeConfigurationRecordersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "ConfigurationRecorders", "c2jName" : "ConfigurationRecorders", "c2jShape" : "ConfigurationRecorderList", "variable" : { "variableName" : "configurationRecorders", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configurationRecorders", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorders", "marshallLocationName" : "ConfigurationRecorders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConfigurationRecorder", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConfigurationRecorder", "variable" : { "variableName" : "member", "variableType" : "ConfigurationRecorder", "variableDeclarationType" : "ConfigurationRecorder", "documentation" : "", "simpleType" : "ConfigurationRecorder", "variableSetterType" : "ConfigurationRecorder" }, "setterModel" : { "variableName" : "member", "variableType" : "ConfigurationRecorder", "variableDeclarationType" : "ConfigurationRecorder", "documentation" : "", "simpleType" : "ConfigurationRecorder", "variableSetterType" : "ConfigurationRecorder" }, "getterModel" : { "returnType" : "ConfigurationRecorder", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConfigurationRecorder", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configurationRecorders A list that contains the descriptions of the specified configuration recorders.*/", "getterDocumentation" : "/**

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

                  \n@return A list that contains the descriptions of the specified configuration recorders.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configurationRecorders A list that contains the descriptions of the specified configuration recorders.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationRecorders(java.util.Collection)} or {@link #withConfigurationRecorders(java.util.Collection)} if you want to override the existing values.

                  \n@param configurationRecorders A list that contains the descriptions of the specified configuration recorders.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeConfigurationRecordersResult", "variableType" : "DescribeConfigurationRecordersResult", "variableDeclarationType" : "DescribeConfigurationRecordersResult", "documentation" : null, "simpleType" : "DescribeConfigurationRecordersResult", "variableSetterType" : "DescribeConfigurationRecordersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigurationRecorders" : { "documentation" : "

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

                  ", "name" : "ConfigurationRecorders", "c2jName" : "ConfigurationRecorders", "c2jShape" : "ConfigurationRecorderList", "variable" : { "variableName" : "configurationRecorders", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configurationRecorders", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorders", "marshallLocationName" : "ConfigurationRecorders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConfigurationRecorder", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConfigurationRecorder", "variable" : { "variableName" : "member", "variableType" : "ConfigurationRecorder", "variableDeclarationType" : "ConfigurationRecorder", "documentation" : "", "simpleType" : "ConfigurationRecorder", "variableSetterType" : "ConfigurationRecorder" }, "setterModel" : { "variableName" : "member", "variableType" : "ConfigurationRecorder", "variableDeclarationType" : "ConfigurationRecorder", "documentation" : "", "simpleType" : "ConfigurationRecorder", "variableSetterType" : "ConfigurationRecorder" }, "getterModel" : { "returnType" : "ConfigurationRecorder", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConfigurationRecorder", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configurationRecorders A list that contains the descriptions of the specified configuration recorders.*/", "getterDocumentation" : "/**

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

                  \n@return A list that contains the descriptions of the specified configuration recorders.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configurationRecorders A list that contains the descriptions of the specified configuration recorders.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationRecorders(java.util.Collection)} or {@link #withConfigurationRecorders(java.util.Collection)} if you want to override the existing values.

                  \n@param configurationRecorders A list that contains the descriptions of the specified configuration recorders.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDeliveryChannelsRequest" : { "c2jName" : "DescribeDeliveryChannelsRequest", "documentation" : "

                  The input for the DescribeDeliveryChannels action.

                  ", "shapeName" : "DescribeDeliveryChannelsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  A list of delivery channel names.

                  ", "name" : "DeliveryChannelNames", "c2jName" : "DeliveryChannelNames", "c2jShape" : "DeliveryChannelNameList", "variable" : { "variableName" : "deliveryChannelNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list of delivery channel names.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "deliveryChannelNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeliveryChannelNames", "marshallLocationName" : "DeliveryChannelNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ChannelName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list of delivery channel names.

                  \n@param deliveryChannelNames A list of delivery channel names.*/", "getterDocumentation" : "/**

                  A list of delivery channel names.

                  \n@return A list of delivery channel names.*/", "fluentSetterDocumentation" : "/**

                  A list of delivery channel names.

                  \n@param deliveryChannelNames A list of delivery channel names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list of delivery channel names.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDeliveryChannelNames(java.util.Collection)} or {@link #withDeliveryChannelNames(java.util.Collection)} if you want to override the existing values.

                  \n@param deliveryChannelNames A list of delivery channel names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDeliveryChannelsRequest", "variableType" : "DescribeDeliveryChannelsRequest", "variableDeclarationType" : "DescribeDeliveryChannelsRequest", "documentation" : null, "simpleType" : "DescribeDeliveryChannelsRequest", "variableSetterType" : "DescribeDeliveryChannelsRequest" }, "marshaller" : { "action" : "DescribeDeliveryChannels", "verb" : "POST", "target" : "StarlingDoveService.DescribeDeliveryChannels", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeliveryChannelNames" : { "documentation" : "

                  A list of delivery channel names.

                  ", "name" : "DeliveryChannelNames", "c2jName" : "DeliveryChannelNames", "c2jShape" : "DeliveryChannelNameList", "variable" : { "variableName" : "deliveryChannelNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list of delivery channel names.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "deliveryChannelNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeliveryChannelNames", "marshallLocationName" : "DeliveryChannelNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ChannelName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list of delivery channel names.

                  \n@param deliveryChannelNames A list of delivery channel names.*/", "getterDocumentation" : "/**

                  A list of delivery channel names.

                  \n@return A list of delivery channel names.*/", "fluentSetterDocumentation" : "/**

                  A list of delivery channel names.

                  \n@param deliveryChannelNames A list of delivery channel names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list of delivery channel names.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDeliveryChannelNames(java.util.Collection)} or {@link #withDeliveryChannelNames(java.util.Collection)} if you want to override the existing values.

                  \n@param deliveryChannelNames A list of delivery channel names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutEvaluationsResult" : { "c2jName" : "PutEvaluationsResponse", "documentation" : "", "shapeName" : "PutEvaluationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  Requests that failed because of a client or server error.

                  ", "name" : "FailedEvaluations", "c2jName" : "FailedEvaluations", "c2jShape" : "Evaluations", "variable" : { "variableName" : "failedEvaluations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Requests that failed because of a client or server error.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "failedEvaluations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "FailedEvaluations", "marshallLocationName" : "FailedEvaluations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Evaluation", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Evaluation", "variable" : { "variableName" : "member", "variableType" : "Evaluation", "variableDeclarationType" : "Evaluation", "documentation" : "", "simpleType" : "Evaluation", "variableSetterType" : "Evaluation" }, "setterModel" : { "variableName" : "member", "variableType" : "Evaluation", "variableDeclarationType" : "Evaluation", "documentation" : "", "simpleType" : "Evaluation", "variableSetterType" : "Evaluation" }, "getterModel" : { "returnType" : "Evaluation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Evaluation", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Requests that failed because of a client or server error.

                  \n@param failedEvaluations Requests that failed because of a client or server error.*/", "getterDocumentation" : "/**

                  Requests that failed because of a client or server error.

                  \n@return Requests that failed because of a client or server error.*/", "fluentSetterDocumentation" : "/**

                  Requests that failed because of a client or server error.

                  \n@param failedEvaluations Requests that failed because of a client or server error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Requests that failed because of a client or server error.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedEvaluations(java.util.Collection)} or {@link #withFailedEvaluations(java.util.Collection)} if you want to override the existing values.

                  \n@param failedEvaluations Requests that failed because of a client or server error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putEvaluationsResult", "variableType" : "PutEvaluationsResult", "variableDeclarationType" : "PutEvaluationsResult", "documentation" : null, "simpleType" : "PutEvaluationsResult", "variableSetterType" : "PutEvaluationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FailedEvaluations" : { "documentation" : "

                  Requests that failed because of a client or server error.

                  ", "name" : "FailedEvaluations", "c2jName" : "FailedEvaluations", "c2jShape" : "Evaluations", "variable" : { "variableName" : "failedEvaluations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Requests that failed because of a client or server error.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "failedEvaluations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "FailedEvaluations", "marshallLocationName" : "FailedEvaluations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Evaluation", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Evaluation", "variable" : { "variableName" : "member", "variableType" : "Evaluation", "variableDeclarationType" : "Evaluation", "documentation" : "", "simpleType" : "Evaluation", "variableSetterType" : "Evaluation" }, "setterModel" : { "variableName" : "member", "variableType" : "Evaluation", "variableDeclarationType" : "Evaluation", "documentation" : "", "simpleType" : "Evaluation", "variableSetterType" : "Evaluation" }, "getterModel" : { "returnType" : "Evaluation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Evaluation", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Requests that failed because of a client or server error.

                  \n@param failedEvaluations Requests that failed because of a client or server error.*/", "getterDocumentation" : "/**

                  Requests that failed because of a client or server error.

                  \n@return Requests that failed because of a client or server error.*/", "fluentSetterDocumentation" : "/**

                  Requests that failed because of a client or server error.

                  \n@param failedEvaluations Requests that failed because of a client or server error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Requests that failed because of a client or server error.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedEvaluations(java.util.Collection)} or {@link #withFailedEvaluations(java.util.Collection)} if you want to override the existing values.

                  \n@param failedEvaluations Requests that failed because of a client or server error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeConfigRuleEvaluationStatusRequest" : { "c2jName" : "DescribeConfigRuleEvaluationStatusRequest", "documentation" : "", "shapeName" : "DescribeConfigRuleEvaluationStatusRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  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.

                  ", "name" : "ConfigRuleNames", "c2jName" : "ConfigRuleNames", "c2jShape" : "ConfigRuleNames", "variable" : { "variableName" : "configRuleNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configRuleNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleNames", "marshallLocationName" : "ConfigRuleNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigRuleNames(java.util.Collection)} or {@link #withConfigRuleNames(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeConfigRuleEvaluationStatusRequest", "variableType" : "DescribeConfigRuleEvaluationStatusRequest", "variableDeclarationType" : "DescribeConfigRuleEvaluationStatusRequest", "documentation" : null, "simpleType" : "DescribeConfigRuleEvaluationStatusRequest", "variableSetterType" : "DescribeConfigRuleEvaluationStatusRequest" }, "marshaller" : { "action" : "DescribeConfigRuleEvaluationStatus", "verb" : "POST", "target" : "StarlingDoveService.DescribeConfigRuleEvaluationStatus", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigRuleNames" : { "documentation" : "

                  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.

                  ", "name" : "ConfigRuleNames", "c2jName" : "ConfigRuleNames", "c2jShape" : "ConfigRuleNames", "variable" : { "variableName" : "configRuleNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configRuleNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleNames", "marshallLocationName" : "ConfigRuleNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigRuleNames(java.util.Collection)} or {@link #withConfigRuleNames(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeComplianceByConfigRuleResult" : { "c2jName" : "DescribeComplianceByConfigRuleResponse", "documentation" : "", "shapeName" : "DescribeComplianceByConfigRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "ComplianceByConfigRules", "c2jName" : "ComplianceByConfigRules", "c2jShape" : "ComplianceByConfigRules", "variable" : { "variableName" : "complianceByConfigRules", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceByConfigRules", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceByConfigRules", "marshallLocationName" : "ComplianceByConfigRules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ComplianceByConfigRule", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceByConfigRule", "variable" : { "variableName" : "member", "variableType" : "ComplianceByConfigRule", "variableDeclarationType" : "ComplianceByConfigRule", "documentation" : "", "simpleType" : "ComplianceByConfigRule", "variableSetterType" : "ComplianceByConfigRule" }, "setterModel" : { "variableName" : "member", "variableType" : "ComplianceByConfigRule", "variableDeclarationType" : "ComplianceByConfigRule", "documentation" : "", "simpleType" : "ComplianceByConfigRule", "variableSetterType" : "ComplianceByConfigRule" }, "getterModel" : { "returnType" : "ComplianceByConfigRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ComplianceByConfigRule", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                  \n@param complianceByConfigRules Indicates whether each of the specified AWS Config rules is compliant.*/", "getterDocumentation" : "/**

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

                  \n@return Indicates whether each of the specified AWS Config rules is compliant.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param complianceByConfigRules Indicates whether each of the specified AWS Config rules is compliant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceByConfigRules(java.util.Collection)} or {@link #withComplianceByConfigRules(java.util.Collection)} if you want to override the existing values.

                  \n@param complianceByConfigRules Indicates whether each of the specified AWS Config rules is compliant.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeComplianceByConfigRuleResult", "variableType" : "DescribeComplianceByConfigRuleResult", "variableDeclarationType" : "DescribeComplianceByConfigRuleResult", "documentation" : null, "simpleType" : "DescribeComplianceByConfigRuleResult", "variableSetterType" : "DescribeComplianceByConfigRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComplianceByConfigRules" : { "documentation" : "

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

                  ", "name" : "ComplianceByConfigRules", "c2jName" : "ComplianceByConfigRules", "c2jShape" : "ComplianceByConfigRules", "variable" : { "variableName" : "complianceByConfigRules", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "complianceByConfigRules", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceByConfigRules", "marshallLocationName" : "ComplianceByConfigRules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ComplianceByConfigRule", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ComplianceByConfigRule", "variable" : { "variableName" : "member", "variableType" : "ComplianceByConfigRule", "variableDeclarationType" : "ComplianceByConfigRule", "documentation" : "", "simpleType" : "ComplianceByConfigRule", "variableSetterType" : "ComplianceByConfigRule" }, "setterModel" : { "variableName" : "member", "variableType" : "ComplianceByConfigRule", "variableDeclarationType" : "ComplianceByConfigRule", "documentation" : "", "simpleType" : "ComplianceByConfigRule", "variableSetterType" : "ComplianceByConfigRule" }, "getterModel" : { "returnType" : "ComplianceByConfigRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ComplianceByConfigRule", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                  \n@param complianceByConfigRules Indicates whether each of the specified AWS Config rules is compliant.*/", "getterDocumentation" : "/**

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

                  \n@return Indicates whether each of the specified AWS Config rules is compliant.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param complianceByConfigRules Indicates whether each of the specified AWS Config rules is compliant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceByConfigRules(java.util.Collection)} or {@link #withComplianceByConfigRules(java.util.Collection)} if you want to override the existing values.

                  \n@param complianceByConfigRules Indicates whether each of the specified AWS Config rules is compliant.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutDeliveryChannelRequest" : { "c2jName" : "PutDeliveryChannelRequest", "documentation" : "

                  The input for the PutDeliveryChannel action.

                  ", "shapeName" : "PutDeliveryChannelRequest", "deprecated" : false, "required" : [ "DeliveryChannel" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "DeliveryChannel", "c2jName" : "DeliveryChannel", "c2jShape" : "DeliveryChannel", "variable" : { "variableName" : "deliveryChannel", "variableType" : "DeliveryChannel", "variableDeclarationType" : "DeliveryChannel", "documentation" : "

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

                  ", "simpleType" : "DeliveryChannel", "variableSetterType" : "DeliveryChannel" }, "setterModel" : { "variableName" : "deliveryChannel", "variableType" : "DeliveryChannel", "variableDeclarationType" : "DeliveryChannel", "documentation" : "", "simpleType" : "DeliveryChannel", "variableSetterType" : "DeliveryChannel" }, "getterModel" : { "returnType" : "DeliveryChannel", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeliveryChannel", "marshallLocationName" : "DeliveryChannel", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param deliveryChannel The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.*/", "getterDocumentation" : "/**

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

                  \n@return The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param deliveryChannel The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param deliveryChannel The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putDeliveryChannelRequest", "variableType" : "PutDeliveryChannelRequest", "variableDeclarationType" : "PutDeliveryChannelRequest", "documentation" : null, "simpleType" : "PutDeliveryChannelRequest", "variableSetterType" : "PutDeliveryChannelRequest" }, "marshaller" : { "action" : "PutDeliveryChannel", "verb" : "POST", "target" : "StarlingDoveService.PutDeliveryChannel", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeliveryChannel" : { "documentation" : "

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

                  ", "name" : "DeliveryChannel", "c2jName" : "DeliveryChannel", "c2jShape" : "DeliveryChannel", "variable" : { "variableName" : "deliveryChannel", "variableType" : "DeliveryChannel", "variableDeclarationType" : "DeliveryChannel", "documentation" : "

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

                  ", "simpleType" : "DeliveryChannel", "variableSetterType" : "DeliveryChannel" }, "setterModel" : { "variableName" : "deliveryChannel", "variableType" : "DeliveryChannel", "variableDeclarationType" : "DeliveryChannel", "documentation" : "", "simpleType" : "DeliveryChannel", "variableSetterType" : "DeliveryChannel" }, "getterModel" : { "returnType" : "DeliveryChannel", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeliveryChannel", "marshallLocationName" : "DeliveryChannel", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param deliveryChannel The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.*/", "getterDocumentation" : "/**

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

                  \n@return The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param deliveryChannel The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param deliveryChannel The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextTokenException", "documentation" : "

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

                  ", "shapeName" : "InvalidNextTokenException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "variableDeclarationType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidNextTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "MaximumExecutionFrequency" : { "c2jName" : "MaximumExecutionFrequency", "documentation" : "", "shapeName" : "MaximumExecutionFrequency", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "One_Hour", "value" : "One_Hour" }, { "name" : "Three_Hours", "value" : "Three_Hours" }, { "name" : "Six_Hours", "value" : "Six_Hours" }, { "name" : "Twelve_Hours", "value" : "Twelve_Hours" }, { "name" : "TwentyFour_Hours", "value" : "TwentyFour_Hours" } ], "variable" : { "variableName" : "maximumExecutionFrequency", "variableType" : "MaximumExecutionFrequency", "variableDeclarationType" : "MaximumExecutionFrequency", "documentation" : null, "simpleType" : "MaximumExecutionFrequency", "variableSetterType" : "MaximumExecutionFrequency" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ComplianceSummaryByResourceType" : { "c2jName" : "ComplianceSummaryByResourceType", "documentation" : "

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

                  ", "shapeName" : "ComplianceSummaryByResourceType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The type of AWS resource.

                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of AWS resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of AWS resource.

                  \n@param resourceType The type of AWS resource.*/", "getterDocumentation" : "/**

                  The type of AWS resource.

                  \n@return The type of AWS resource.*/", "fluentSetterDocumentation" : "/**

                  The type of AWS resource.

                  \n@param resourceType The type of AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of AWS resource.

                  \n@param resourceType The type of AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "ComplianceSummary", "c2jName" : "ComplianceSummary", "c2jShape" : "ComplianceSummary", "variable" : { "variableName" : "complianceSummary", "variableType" : "ComplianceSummary", "variableDeclarationType" : "ComplianceSummary", "documentation" : "

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

                  ", "simpleType" : "ComplianceSummary", "variableSetterType" : "ComplianceSummary" }, "setterModel" : { "variableName" : "complianceSummary", "variableType" : "ComplianceSummary", "variableDeclarationType" : "ComplianceSummary", "documentation" : "", "simpleType" : "ComplianceSummary", "variableSetterType" : "ComplianceSummary" }, "getterModel" : { "returnType" : "ComplianceSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceSummary", "marshallLocationName" : "ComplianceSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param complianceSummary The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.*/", "getterDocumentation" : "/**

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

                  \n@return The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param complianceSummary The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param complianceSummary The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "complianceSummaryByResourceType", "variableType" : "ComplianceSummaryByResourceType", "variableDeclarationType" : "ComplianceSummaryByResourceType", "documentation" : null, "simpleType" : "ComplianceSummaryByResourceType", "variableSetterType" : "ComplianceSummaryByResourceType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceType" : { "documentation" : "

                  The type of AWS resource.

                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of AWS resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of AWS resource.

                  \n@param resourceType The type of AWS resource.*/", "getterDocumentation" : "/**

                  The type of AWS resource.

                  \n@return The type of AWS resource.*/", "fluentSetterDocumentation" : "/**

                  The type of AWS resource.

                  \n@param resourceType The type of AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of AWS resource.

                  \n@param resourceType The type of AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComplianceSummary" : { "documentation" : "

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

                  ", "name" : "ComplianceSummary", "c2jName" : "ComplianceSummary", "c2jShape" : "ComplianceSummary", "variable" : { "variableName" : "complianceSummary", "variableType" : "ComplianceSummary", "variableDeclarationType" : "ComplianceSummary", "documentation" : "

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

                  ", "simpleType" : "ComplianceSummary", "variableSetterType" : "ComplianceSummary" }, "setterModel" : { "variableName" : "complianceSummary", "variableType" : "ComplianceSummary", "variableDeclarationType" : "ComplianceSummary", "documentation" : "", "simpleType" : "ComplianceSummary", "variableSetterType" : "ComplianceSummary" }, "getterModel" : { "returnType" : "ComplianceSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceSummary", "marshallLocationName" : "ComplianceSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param complianceSummary The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.*/", "getterDocumentation" : "/**

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

                  \n@return The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param complianceSummary The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param complianceSummary The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Evaluation" : { "c2jName" : "Evaluation", "documentation" : "

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

                  ", "shapeName" : "Evaluation", "deprecated" : false, "required" : [ "ComplianceResourceType", "ComplianceResourceId", "ComplianceType", "OrderingTimestamp" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The type of AWS resource that was evaluated.

                  ", "name" : "ComplianceResourceType", "c2jName" : "ComplianceResourceType", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "complianceResourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of AWS resource that was evaluated.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "complianceResourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceResourceType", "marshallLocationName" : "ComplianceResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@param complianceResourceType The type of AWS resource that was evaluated.*/", "getterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@return The type of AWS resource that was evaluated.*/", "fluentSetterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@param complianceResourceType The type of AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@param complianceResourceType The type of AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The ID of the AWS resource that was evaluated.

                  ", "name" : "ComplianceResourceId", "c2jName" : "ComplianceResourceId", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "complianceResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the AWS resource that was evaluated.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "complianceResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceResourceId", "marshallLocationName" : "ComplianceResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@param complianceResourceId The ID of the AWS resource that was evaluated.*/", "getterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@return The ID of the AWS resource that was evaluated.*/", "fluentSetterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@param complianceResourceId The ID of the AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@param complianceResourceId The ID of the AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

                  ", "name" : "ComplianceType", "c2jName" : "ComplianceType", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "complianceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "complianceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceType", "marshallLocationName" : "ComplianceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

                  \n@param complianceType Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.\n@see ComplianceType*/", "getterDocumentation" : "/**

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

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

                  \n@return Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

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

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

                  \n@param complianceType Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

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

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

                  \n@param complianceType Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, { "documentation" : "

                  Supplementary information about how the evaluation determined the compliance.

                  ", "name" : "Annotation", "c2jName" : "Annotation", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "annotation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Supplementary information about how the evaluation determined the compliance.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "annotation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Annotation", "marshallLocationName" : "Annotation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@param annotation Supplementary information about how the evaluation determined the compliance.*/", "getterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@return Supplementary information about how the evaluation determined the compliance.*/", "fluentSetterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@param annotation Supplementary information about how the evaluation determined the compliance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@param annotation Supplementary information about how the evaluation determined the compliance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  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.

                  ", "name" : "OrderingTimestamp", "c2jName" : "OrderingTimestamp", "c2jShape" : "OrderingTimestamp", "variable" : { "variableName" : "orderingTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  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.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "orderingTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrderingTimestamp", "marshallLocationName" : "OrderingTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "evaluation", "variableType" : "Evaluation", "variableDeclarationType" : "Evaluation", "documentation" : null, "simpleType" : "Evaluation", "variableSetterType" : "Evaluation" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ComplianceType" : { "documentation" : "

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

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

                  ", "name" : "ComplianceType", "c2jName" : "ComplianceType", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "complianceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "complianceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceType", "marshallLocationName" : "ComplianceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

                  \n@param complianceType Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.\n@see ComplianceType*/", "getterDocumentation" : "/**

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

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

                  \n@return Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

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

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

                  \n@param complianceType Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

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

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

                  \n@param complianceType Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

                  For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

                  Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "Annotation" : { "documentation" : "

                  Supplementary information about how the evaluation determined the compliance.

                  ", "name" : "Annotation", "c2jName" : "Annotation", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "annotation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Supplementary information about how the evaluation determined the compliance.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "annotation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Annotation", "marshallLocationName" : "Annotation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@param annotation Supplementary information about how the evaluation determined the compliance.*/", "getterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@return Supplementary information about how the evaluation determined the compliance.*/", "fluentSetterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@param annotation Supplementary information about how the evaluation determined the compliance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@param annotation Supplementary information about how the evaluation determined the compliance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComplianceResourceId" : { "documentation" : "

                  The ID of the AWS resource that was evaluated.

                  ", "name" : "ComplianceResourceId", "c2jName" : "ComplianceResourceId", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "complianceResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the AWS resource that was evaluated.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "complianceResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceResourceId", "marshallLocationName" : "ComplianceResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@param complianceResourceId The ID of the AWS resource that was evaluated.*/", "getterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@return The ID of the AWS resource that was evaluated.*/", "fluentSetterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@param complianceResourceId The ID of the AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@param complianceResourceId The ID of the AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComplianceResourceType" : { "documentation" : "

                  The type of AWS resource that was evaluated.

                  ", "name" : "ComplianceResourceType", "c2jName" : "ComplianceResourceType", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "complianceResourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of AWS resource that was evaluated.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "complianceResourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceResourceType", "marshallLocationName" : "ComplianceResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@param complianceResourceType The type of AWS resource that was evaluated.*/", "getterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@return The type of AWS resource that was evaluated.*/", "fluentSetterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@param complianceResourceType The type of AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of AWS resource that was evaluated.

                  \n@param complianceResourceType The type of AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OrderingTimestamp" : { "documentation" : "

                  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.

                  ", "name" : "OrderingTimestamp", "c2jName" : "OrderingTimestamp", "c2jShape" : "OrderingTimestamp", "variable" : { "variableName" : "orderingTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  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.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "orderingTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrderingTimestamp", "marshallLocationName" : "OrderingTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDeliveryChannelResult" : { "c2jName" : "DeleteDeliveryChannelResult", "documentation" : null, "shapeName" : "DeleteDeliveryChannelResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteDeliveryChannelResult", "variableType" : "DeleteDeliveryChannelResult", "variableDeclarationType" : "DeleteDeliveryChannelResult", "documentation" : null, "simpleType" : "DeleteDeliveryChannelResult", "variableSetterType" : "DeleteDeliveryChannelResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidS3KeyPrefixException" : { "c2jName" : "InvalidS3KeyPrefixException", "documentation" : "

                  The specified Amazon S3 key prefix is not valid.

                  ", "shapeName" : "InvalidS3KeyPrefixException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidS3KeyPrefixException", "variableType" : "InvalidS3KeyPrefixException", "variableDeclarationType" : "InvalidS3KeyPrefixException", "documentation" : null, "simpleType" : "InvalidS3KeyPrefixException", "variableSetterType" : "InvalidS3KeyPrefixException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidS3KeyPrefixException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeliverConfigSnapshotResult" : { "c2jName" : "DeliverConfigSnapshotResponse", "documentation" : "

                  The output for the DeliverConfigSnapshot action in JSON format.

                  ", "shapeName" : "DeliverConfigSnapshotResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The ID of the snapshot that is being created.

                  ", "name" : "ConfigSnapshotId", "c2jName" : "configSnapshotId", "c2jShape" : "String", "variable" : { "variableName" : "configSnapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the snapshot that is being created.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configSnapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "configSnapshotId", "marshallLocationName" : "configSnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the snapshot that is being created.

                  \n@param configSnapshotId The ID of the snapshot that is being created.*/", "getterDocumentation" : "/**

                  The ID of the snapshot that is being created.

                  \n@return The ID of the snapshot that is being created.*/", "fluentSetterDocumentation" : "/**

                  The ID of the snapshot that is being created.

                  \n@param configSnapshotId The ID of the snapshot that is being created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the snapshot that is being created.

                  \n@param configSnapshotId The ID of the snapshot that is being created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deliverConfigSnapshotResult", "variableType" : "DeliverConfigSnapshotResult", "variableDeclarationType" : "DeliverConfigSnapshotResult", "documentation" : null, "simpleType" : "DeliverConfigSnapshotResult", "variableSetterType" : "DeliverConfigSnapshotResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigSnapshotId" : { "documentation" : "

                  The ID of the snapshot that is being created.

                  ", "name" : "ConfigSnapshotId", "c2jName" : "configSnapshotId", "c2jShape" : "String", "variable" : { "variableName" : "configSnapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the snapshot that is being created.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configSnapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "configSnapshotId", "marshallLocationName" : "configSnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the snapshot that is being created.

                  \n@param configSnapshotId The ID of the snapshot that is being created.*/", "getterDocumentation" : "/**

                  The ID of the snapshot that is being created.

                  \n@return The ID of the snapshot that is being created.*/", "fluentSetterDocumentation" : "/**

                  The ID of the snapshot that is being created.

                  \n@param configSnapshotId The ID of the snapshot that is being created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the snapshot that is being created.

                  \n@param configSnapshotId The ID of the snapshot that is being created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeliveryChannel" : { "c2jName" : "DeliveryChannel", "documentation" : "

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

                  ", "shapeName" : "DeliveryChannel", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "ChannelName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

                  \n@param name The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.*/", "getterDocumentation" : "/**

                  The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

                  \n@return The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.*/", "fluentSetterDocumentation" : "/**

                  The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

                  \n@param name The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

                  \n@param name The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.

                  ", "name" : "S3BucketName", "c2jName" : "s3BucketName", "c2jShape" : "String", "variable" : { "variableName" : "s3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "s3BucketName", "marshallLocationName" : "s3BucketName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.

                  \n@param s3BucketName The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.*/", "getterDocumentation" : "/**

                  The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.

                  \n@return The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.*/", "fluentSetterDocumentation" : "/**

                  The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.

                  \n@param s3BucketName The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.

                  \n@param s3BucketName The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The prefix for the specified Amazon S3 bucket.

                  ", "name" : "S3KeyPrefix", "c2jName" : "s3KeyPrefix", "c2jShape" : "String", "variable" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The prefix for the specified Amazon S3 bucket.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "s3KeyPrefix", "marshallLocationName" : "s3KeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The prefix for the specified Amazon S3 bucket.

                  \n@param s3KeyPrefix The prefix for the specified Amazon S3 bucket.*/", "getterDocumentation" : "/**

                  The prefix for the specified Amazon S3 bucket.

                  \n@return The prefix for the specified Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

                  The prefix for the specified Amazon S3 bucket.

                  \n@param s3KeyPrefix The prefix for the specified Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The prefix for the specified Amazon S3 bucket.

                  \n@param s3KeyPrefix The prefix for the specified Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.

                  ", "name" : "SnsTopicARN", "c2jName" : "snsTopicARN", "c2jShape" : "String", "variable" : { "variableName" : "snsTopicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snsTopicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "snsTopicARN", "marshallLocationName" : "snsTopicARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.

                  \n@param snsTopicARN The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.

                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.

                  \n@param snsTopicARN The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.

                  \n@param snsTopicARN The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "ConfigSnapshotDeliveryProperties", "c2jName" : "configSnapshotDeliveryProperties", "c2jShape" : "ConfigSnapshotDeliveryProperties", "variable" : { "variableName" : "configSnapshotDeliveryProperties", "variableType" : "ConfigSnapshotDeliveryProperties", "variableDeclarationType" : "ConfigSnapshotDeliveryProperties", "documentation" : "", "simpleType" : "ConfigSnapshotDeliveryProperties", "variableSetterType" : "ConfigSnapshotDeliveryProperties" }, "setterModel" : { "variableName" : "configSnapshotDeliveryProperties", "variableType" : "ConfigSnapshotDeliveryProperties", "variableDeclarationType" : "ConfigSnapshotDeliveryProperties", "documentation" : "", "simpleType" : "ConfigSnapshotDeliveryProperties", "variableSetterType" : "ConfigSnapshotDeliveryProperties" }, "getterModel" : { "returnType" : "ConfigSnapshotDeliveryProperties", "documentation" : null }, "http" : { "unmarshallLocationName" : "configSnapshotDeliveryProperties", "marshallLocationName" : "configSnapshotDeliveryProperties", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param configSnapshotDeliveryProperties */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param configSnapshotDeliveryProperties \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param configSnapshotDeliveryProperties \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deliveryChannel", "variableType" : "DeliveryChannel", "variableDeclarationType" : "DeliveryChannel", "documentation" : null, "simpleType" : "DeliveryChannel", "variableSetterType" : "DeliveryChannel" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                  The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "ChannelName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

                  \n@param name The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.*/", "getterDocumentation" : "/**

                  The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

                  \n@return The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.*/", "fluentSetterDocumentation" : "/**

                  The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

                  \n@param name The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

                  \n@param name The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3KeyPrefix" : { "documentation" : "

                  The prefix for the specified Amazon S3 bucket.

                  ", "name" : "S3KeyPrefix", "c2jName" : "s3KeyPrefix", "c2jShape" : "String", "variable" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The prefix for the specified Amazon S3 bucket.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "s3KeyPrefix", "marshallLocationName" : "s3KeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The prefix for the specified Amazon S3 bucket.

                  \n@param s3KeyPrefix The prefix for the specified Amazon S3 bucket.*/", "getterDocumentation" : "/**

                  The prefix for the specified Amazon S3 bucket.

                  \n@return The prefix for the specified Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

                  The prefix for the specified Amazon S3 bucket.

                  \n@param s3KeyPrefix The prefix for the specified Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The prefix for the specified Amazon S3 bucket.

                  \n@param s3KeyPrefix The prefix for the specified Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3BucketName" : { "documentation" : "

                  The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.

                  ", "name" : "S3BucketName", "c2jName" : "s3BucketName", "c2jShape" : "String", "variable" : { "variableName" : "s3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "s3BucketName", "marshallLocationName" : "s3BucketName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.

                  \n@param s3BucketName The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.*/", "getterDocumentation" : "/**

                  The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.

                  \n@return The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.*/", "fluentSetterDocumentation" : "/**

                  The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.

                  \n@param s3BucketName The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.

                  \n@param s3BucketName The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

                  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigSnapshotDeliveryProperties" : { "documentation" : "", "name" : "ConfigSnapshotDeliveryProperties", "c2jName" : "configSnapshotDeliveryProperties", "c2jShape" : "ConfigSnapshotDeliveryProperties", "variable" : { "variableName" : "configSnapshotDeliveryProperties", "variableType" : "ConfigSnapshotDeliveryProperties", "variableDeclarationType" : "ConfigSnapshotDeliveryProperties", "documentation" : "", "simpleType" : "ConfigSnapshotDeliveryProperties", "variableSetterType" : "ConfigSnapshotDeliveryProperties" }, "setterModel" : { "variableName" : "configSnapshotDeliveryProperties", "variableType" : "ConfigSnapshotDeliveryProperties", "variableDeclarationType" : "ConfigSnapshotDeliveryProperties", "documentation" : "", "simpleType" : "ConfigSnapshotDeliveryProperties", "variableSetterType" : "ConfigSnapshotDeliveryProperties" }, "getterModel" : { "returnType" : "ConfigSnapshotDeliveryProperties", "documentation" : null }, "http" : { "unmarshallLocationName" : "configSnapshotDeliveryProperties", "marshallLocationName" : "configSnapshotDeliveryProperties", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param configSnapshotDeliveryProperties */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param configSnapshotDeliveryProperties \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param configSnapshotDeliveryProperties \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnsTopicARN" : { "documentation" : "

                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.

                  ", "name" : "SnsTopicARN", "c2jName" : "snsTopicARN", "c2jShape" : "String", "variable" : { "variableName" : "snsTopicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snsTopicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "snsTopicARN", "marshallLocationName" : "snsTopicARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.

                  \n@param snsTopicARN The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.

                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.

                  \n@param snsTopicARN The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.

                  \n@param snsTopicARN The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

                  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NoSuchConfigurationRecorderException" : { "c2jName" : "NoSuchConfigurationRecorderException", "documentation" : "

                  You have specified a configuration recorder that does not exist.

                  ", "shapeName" : "NoSuchConfigurationRecorderException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "noSuchConfigurationRecorderException", "variableType" : "NoSuchConfigurationRecorderException", "variableDeclarationType" : "NoSuchConfigurationRecorderException", "documentation" : null, "simpleType" : "NoSuchConfigurationRecorderException", "variableSetterType" : "NoSuchConfigurationRecorderException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchConfigurationRecorderException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ComplianceSummary" : { "c2jName" : "ComplianceSummary", "documentation" : "

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

                  ", "shapeName" : "ComplianceSummary", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "CompliantResourceCount", "c2jName" : "CompliantResourceCount", "c2jShape" : "ComplianceContributorCount", "variable" : { "variableName" : "compliantResourceCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : "

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

                  ", "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "setterModel" : { "variableName" : "compliantResourceCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : "", "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "getterModel" : { "returnType" : "ComplianceContributorCount", "documentation" : null }, "http" : { "unmarshallLocationName" : "CompliantResourceCount", "marshallLocationName" : "CompliantResourceCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param 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.*/", "getterDocumentation" : "/**

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

                  \n@return The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "NonCompliantResourceCount", "c2jName" : "NonCompliantResourceCount", "c2jShape" : "ComplianceContributorCount", "variable" : { "variableName" : "nonCompliantResourceCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : "

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

                  ", "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "setterModel" : { "variableName" : "nonCompliantResourceCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : "", "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "getterModel" : { "returnType" : "ComplianceContributorCount", "documentation" : null }, "http" : { "unmarshallLocationName" : "NonCompliantResourceCount", "marshallLocationName" : "NonCompliantResourceCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param 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.*/", "getterDocumentation" : "/**

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

                  \n@return The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time that AWS Config created the compliance summary.

                  ", "name" : "ComplianceSummaryTimestamp", "c2jName" : "ComplianceSummaryTimestamp", "c2jShape" : "Date", "variable" : { "variableName" : "complianceSummaryTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time that AWS Config created the compliance summary.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "complianceSummaryTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceSummaryTimestamp", "marshallLocationName" : "ComplianceSummaryTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time that AWS Config created the compliance summary.

                  \n@param complianceSummaryTimestamp The time that AWS Config created the compliance summary.*/", "getterDocumentation" : "/**

                  The time that AWS Config created the compliance summary.

                  \n@return The time that AWS Config created the compliance summary.*/", "fluentSetterDocumentation" : "/**

                  The time that AWS Config created the compliance summary.

                  \n@param complianceSummaryTimestamp The time that AWS Config created the compliance summary.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time that AWS Config created the compliance summary.

                  \n@param complianceSummaryTimestamp The time that AWS Config created the compliance summary.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "complianceSummary", "variableType" : "ComplianceSummary", "variableDeclarationType" : "ComplianceSummary", "documentation" : null, "simpleType" : "ComplianceSummary", "variableSetterType" : "ComplianceSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CompliantResourceCount" : { "documentation" : "

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

                  ", "name" : "CompliantResourceCount", "c2jName" : "CompliantResourceCount", "c2jShape" : "ComplianceContributorCount", "variable" : { "variableName" : "compliantResourceCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : "

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

                  ", "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "setterModel" : { "variableName" : "compliantResourceCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : "", "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "getterModel" : { "returnType" : "ComplianceContributorCount", "documentation" : null }, "http" : { "unmarshallLocationName" : "CompliantResourceCount", "marshallLocationName" : "CompliantResourceCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param 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.*/", "getterDocumentation" : "/**

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

                  \n@return The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComplianceSummaryTimestamp" : { "documentation" : "

                  The time that AWS Config created the compliance summary.

                  ", "name" : "ComplianceSummaryTimestamp", "c2jName" : "ComplianceSummaryTimestamp", "c2jShape" : "Date", "variable" : { "variableName" : "complianceSummaryTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time that AWS Config created the compliance summary.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "complianceSummaryTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceSummaryTimestamp", "marshallLocationName" : "ComplianceSummaryTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time that AWS Config created the compliance summary.

                  \n@param complianceSummaryTimestamp The time that AWS Config created the compliance summary.*/", "getterDocumentation" : "/**

                  The time that AWS Config created the compliance summary.

                  \n@return The time that AWS Config created the compliance summary.*/", "fluentSetterDocumentation" : "/**

                  The time that AWS Config created the compliance summary.

                  \n@param complianceSummaryTimestamp The time that AWS Config created the compliance summary.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time that AWS Config created the compliance summary.

                  \n@param complianceSummaryTimestamp The time that AWS Config created the compliance summary.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NonCompliantResourceCount" : { "documentation" : "

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

                  ", "name" : "NonCompliantResourceCount", "c2jName" : "NonCompliantResourceCount", "c2jShape" : "ComplianceContributorCount", "variable" : { "variableName" : "nonCompliantResourceCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : "

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

                  ", "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "setterModel" : { "variableName" : "nonCompliantResourceCount", "variableType" : "ComplianceContributorCount", "variableDeclarationType" : "ComplianceContributorCount", "documentation" : "", "simpleType" : "ComplianceContributorCount", "variableSetterType" : "ComplianceContributorCount" }, "getterModel" : { "returnType" : "ComplianceContributorCount", "documentation" : null }, "http" : { "unmarshallLocationName" : "NonCompliantResourceCount", "marshallLocationName" : "NonCompliantResourceCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param 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.*/", "getterDocumentation" : "/**

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

                  \n@return The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidTimeRangeException" : { "c2jName" : "InvalidTimeRangeException", "documentation" : "

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

                  ", "shapeName" : "InvalidTimeRangeException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidTimeRangeException", "variableType" : "InvalidTimeRangeException", "variableDeclarationType" : "InvalidTimeRangeException", "documentation" : null, "simpleType" : "InvalidTimeRangeException", "variableSetterType" : "InvalidTimeRangeException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidTimeRangeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StopConfigurationRecorderRequest" : { "c2jName" : "StopConfigurationRecorderRequest", "documentation" : "

                  The input for the StopConfigurationRecorder action.

                  ", "shapeName" : "StopConfigurationRecorderRequest", "deprecated" : false, "required" : [ "ConfigurationRecorderName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "ConfigurationRecorderName", "c2jName" : "ConfigurationRecorderName", "c2jShape" : "RecorderName", "variable" : { "variableName" : "configurationRecorderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configurationRecorderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorderName", "marshallLocationName" : "ConfigurationRecorderName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configurationRecorderName The name of the recorder object that records each configuration change made to the resources.*/", "getterDocumentation" : "/**

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

                  \n@return The name of the recorder object that records each configuration change made to the resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configurationRecorderName The name of the recorder object that records each configuration change made to the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configurationRecorderName The name of the recorder object that records each configuration change made to the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stopConfigurationRecorderRequest", "variableType" : "StopConfigurationRecorderRequest", "variableDeclarationType" : "StopConfigurationRecorderRequest", "documentation" : null, "simpleType" : "StopConfigurationRecorderRequest", "variableSetterType" : "StopConfigurationRecorderRequest" }, "marshaller" : { "action" : "StopConfigurationRecorder", "verb" : "POST", "target" : "StarlingDoveService.StopConfigurationRecorder", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigurationRecorderName" : { "documentation" : "

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

                  ", "name" : "ConfigurationRecorderName", "c2jName" : "ConfigurationRecorderName", "c2jShape" : "RecorderName", "variable" : { "variableName" : "configurationRecorderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configurationRecorderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorderName", "marshallLocationName" : "ConfigurationRecorderName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param configurationRecorderName The name of the recorder object that records each configuration change made to the resources.*/", "getterDocumentation" : "/**

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

                  \n@return The name of the recorder object that records each configuration change made to the resources.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param configurationRecorderName The name of the recorder object that records each configuration change made to the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param configurationRecorderName The name of the recorder object that records each configuration change made to the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeConfigRulesResult" : { "c2jName" : "DescribeConfigRulesResponse", "documentation" : "", "shapeName" : "DescribeConfigRulesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The details about your AWS Config rules.

                  ", "name" : "ConfigRules", "c2jName" : "ConfigRules", "c2jShape" : "ConfigRules", "variable" : { "variableName" : "configRules", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The details about your AWS Config rules.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configRules", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRules", "marshallLocationName" : "ConfigRules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConfigRule", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConfigRule", "variable" : { "variableName" : "member", "variableType" : "ConfigRule", "variableDeclarationType" : "ConfigRule", "documentation" : "", "simpleType" : "ConfigRule", "variableSetterType" : "ConfigRule" }, "setterModel" : { "variableName" : "member", "variableType" : "ConfigRule", "variableDeclarationType" : "ConfigRule", "documentation" : "", "simpleType" : "ConfigRule", "variableSetterType" : "ConfigRule" }, "getterModel" : { "returnType" : "ConfigRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConfigRule", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The details about your AWS Config rules.

                  \n@param configRules The details about your AWS Config rules.*/", "getterDocumentation" : "/**

                  The details about your AWS Config rules.

                  \n@return The details about your AWS Config rules.*/", "fluentSetterDocumentation" : "/**

                  The details about your AWS Config rules.

                  \n@param configRules The details about your AWS Config rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The details about your AWS Config rules.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigRules(java.util.Collection)} or {@link #withConfigRules(java.util.Collection)} if you want to override the existing values.

                  \n@param configRules The details about your AWS Config rules.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeConfigRulesResult", "variableType" : "DescribeConfigRulesResult", "variableDeclarationType" : "DescribeConfigRulesResult", "documentation" : null, "simpleType" : "DescribeConfigRulesResult", "variableSetterType" : "DescribeConfigRulesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

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

                  \n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigRules" : { "documentation" : "

                  The details about your AWS Config rules.

                  ", "name" : "ConfigRules", "c2jName" : "ConfigRules", "c2jShape" : "ConfigRules", "variable" : { "variableName" : "configRules", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The details about your AWS Config rules.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configRules", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRules", "marshallLocationName" : "ConfigRules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConfigRule", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConfigRule", "variable" : { "variableName" : "member", "variableType" : "ConfigRule", "variableDeclarationType" : "ConfigRule", "documentation" : "", "simpleType" : "ConfigRule", "variableSetterType" : "ConfigRule" }, "setterModel" : { "variableName" : "member", "variableType" : "ConfigRule", "variableDeclarationType" : "ConfigRule", "documentation" : "", "simpleType" : "ConfigRule", "variableSetterType" : "ConfigRule" }, "getterModel" : { "returnType" : "ConfigRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConfigRule", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The details about your AWS Config rules.

                  \n@param configRules The details about your AWS Config rules.*/", "getterDocumentation" : "/**

                  The details about your AWS Config rules.

                  \n@return The details about your AWS Config rules.*/", "fluentSetterDocumentation" : "/**

                  The details about your AWS Config rules.

                  \n@param configRules The details about your AWS Config rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The details about your AWS Config rules.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigRules(java.util.Collection)} or {@link #withConfigRules(java.util.Collection)} if you want to override the existing values.

                  \n@param configRules The details about your AWS Config rules.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidSNSTopicARNException" : { "c2jName" : "InvalidSNSTopicARNException", "documentation" : "

                  The specified Amazon SNS topic does not exist.

                  ", "shapeName" : "InvalidSNSTopicARNException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidSNSTopicARNException", "variableType" : "InvalidSNSTopicARNException", "variableDeclarationType" : "InvalidSNSTopicARNException", "documentation" : null, "simpleType" : "InvalidSNSTopicARNException", "variableSetterType" : "InvalidSNSTopicARNException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidSNSTopicARNException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteConfigurationRecorderRequest" : { "c2jName" : "DeleteConfigurationRecorderRequest", "documentation" : "

                  The request object for the DeleteConfigurationRecorder action.

                  ", "shapeName" : "DeleteConfigurationRecorderRequest", "deprecated" : false, "required" : [ "ConfigurationRecorderName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

                  ", "name" : "ConfigurationRecorderName", "c2jName" : "ConfigurationRecorderName", "c2jShape" : "RecorderName", "variable" : { "variableName" : "configurationRecorderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configurationRecorderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorderName", "marshallLocationName" : "ConfigurationRecorderName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

                  \n@param configurationRecorderName The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.*/", "getterDocumentation" : "/**

                  The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

                  \n@return The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.*/", "fluentSetterDocumentation" : "/**

                  The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

                  \n@param configurationRecorderName The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

                  \n@param configurationRecorderName The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteConfigurationRecorderRequest", "variableType" : "DeleteConfigurationRecorderRequest", "variableDeclarationType" : "DeleteConfigurationRecorderRequest", "documentation" : null, "simpleType" : "DeleteConfigurationRecorderRequest", "variableSetterType" : "DeleteConfigurationRecorderRequest" }, "marshaller" : { "action" : "DeleteConfigurationRecorder", "verb" : "POST", "target" : "StarlingDoveService.DeleteConfigurationRecorder", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigurationRecorderName" : { "documentation" : "

                  The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

                  ", "name" : "ConfigurationRecorderName", "c2jName" : "ConfigurationRecorderName", "c2jShape" : "RecorderName", "variable" : { "variableName" : "configurationRecorderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configurationRecorderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorderName", "marshallLocationName" : "ConfigurationRecorderName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

                  \n@param configurationRecorderName The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.*/", "getterDocumentation" : "/**

                  The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

                  \n@return The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.*/", "fluentSetterDocumentation" : "/**

                  The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

                  \n@param configurationRecorderName The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

                  \n@param configurationRecorderName The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Source" : { "c2jName" : "Source", "documentation" : "

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

                  ", "shapeName" : "Source", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "Owner", "c2jName" : "Owner", "c2jShape" : "Owner", "variable" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Owner", "marshallLocationName" : "Owner", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Owner", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                  \n@param owner Indicates whether AWS or the customer owns and manages the AWS Config rule.\n@see Owner*/", "getterDocumentation" : "/**

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

                  \n@return Indicates whether AWS or the customer owns and manages the AWS Config rule.\n@see Owner*/", "fluentSetterDocumentation" : "/**

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

                  \n@param owner Indicates whether AWS or the customer owns and manages the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Owner*/", "varargSetterDocumentation" : "/**

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

                  \n@param owner Indicates whether AWS or the customer owns and manages the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Owner*/" }, { "documentation" : "

                  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.

                  ", "name" : "SourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdentifier", "marshallLocationName" : "SourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "SourceDetails", "c2jName" : "SourceDetails", "c2jShape" : "SourceDetails", "variable" : { "variableName" : "sourceDetails", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sourceDetails", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceDetails", "marshallLocationName" : "SourceDetails", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SourceDetail", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SourceDetail", "variable" : { "variableName" : "member", "variableType" : "SourceDetail", "variableDeclarationType" : "SourceDetail", "documentation" : "", "simpleType" : "SourceDetail", "variableSetterType" : "SourceDetail" }, "setterModel" : { "variableName" : "member", "variableType" : "SourceDetail", "variableDeclarationType" : "SourceDetail", "documentation" : "", "simpleType" : "SourceDetail", "variableSetterType" : "SourceDetail" }, "getterModel" : { "returnType" : "SourceDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SourceDetail", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                  \n@param sourceDetails Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.*/", "getterDocumentation" : "/**

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

                  \n@return Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.*/", "fluentSetterDocumentation" : "/**

                  Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

                  \n@param sourceDetails Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSourceDetails(java.util.Collection)} or {@link #withSourceDetails(java.util.Collection)} if you want to override the existing values.

                  \n@param sourceDetails Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "source", "variableType" : "Source", "variableDeclarationType" : "Source", "documentation" : null, "simpleType" : "Source", "variableSetterType" : "Source" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Owner" : { "documentation" : "

                  Indicates whether AWS or the customer owns and manages the AWS Config rule.

                  ", "name" : "Owner", "c2jName" : "Owner", "c2jShape" : "Owner", "variable" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Indicates whether AWS or the customer owns and manages the AWS Config rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Owner", "marshallLocationName" : "Owner", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Owner", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Indicates whether AWS or the customer owns and manages the AWS Config rule.

                  \n@param owner Indicates whether AWS or the customer owns and manages the AWS Config rule.\n@see Owner*/", "getterDocumentation" : "/**

                  Indicates whether AWS or the customer owns and manages the AWS Config rule.

                  \n@return Indicates whether AWS or the customer owns and manages the AWS Config rule.\n@see Owner*/", "fluentSetterDocumentation" : "/**

                  Indicates whether AWS or the customer owns and manages the AWS Config rule.

                  \n@param owner Indicates whether AWS or the customer owns and manages the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Owner*/", "varargSetterDocumentation" : "/**

                  Indicates whether AWS or the customer owns and manages the AWS Config rule.

                  \n@param owner Indicates whether AWS or the customer owns and manages the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Owner*/" }, "SourceIdentifier" : { "documentation" : "

                  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.

                  ", "name" : "SourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdentifier", "marshallLocationName" : "SourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceDetails" : { "documentation" : "

                  Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

                  ", "name" : "SourceDetails", "c2jName" : "SourceDetails", "c2jShape" : "SourceDetails", "variable" : { "variableName" : "sourceDetails", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sourceDetails", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceDetails", "marshallLocationName" : "SourceDetails", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SourceDetail", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SourceDetail", "variable" : { "variableName" : "member", "variableType" : "SourceDetail", "variableDeclarationType" : "SourceDetail", "documentation" : "", "simpleType" : "SourceDetail", "variableSetterType" : "SourceDetail" }, "setterModel" : { "variableName" : "member", "variableType" : "SourceDetail", "variableDeclarationType" : "SourceDetail", "documentation" : "", "simpleType" : "SourceDetail", "variableSetterType" : "SourceDetail" }, "getterModel" : { "returnType" : "SourceDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "SourceDetail", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

                  \n@param sourceDetails Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.*/", "getterDocumentation" : "/**

                  Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

                  \n@return Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.*/", "fluentSetterDocumentation" : "/**

                  Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

                  \n@param sourceDetails Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSourceDetails(java.util.Collection)} or {@link #withSourceDetails(java.util.Collection)} if you want to override the existing values.

                  \n@param sourceDetails Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ComplianceByResource" : { "c2jName" : "ComplianceByResource", "documentation" : "

                  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.

                  ", "shapeName" : "ComplianceByResource", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The type of the AWS resource that was evaluated.

                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of the AWS resource that was evaluated.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of the AWS resource that was evaluated.

                  \n@param resourceType The type of the AWS resource that was evaluated.*/", "getterDocumentation" : "/**

                  The type of the AWS resource that was evaluated.

                  \n@return The type of the AWS resource that was evaluated.*/", "fluentSetterDocumentation" : "/**

                  The type of the AWS resource that was evaluated.

                  \n@param resourceType The type of the AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of the AWS resource that was evaluated.

                  \n@param resourceType The type of the AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The ID of the AWS resource that was evaluated.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the AWS resource that was evaluated.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@param resourceId The ID of the AWS resource that was evaluated.*/", "getterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@return The ID of the AWS resource that was evaluated.*/", "fluentSetterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@param resourceId The ID of the AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@param resourceId The ID of the AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

                  ", "name" : "Compliance", "c2jName" : "Compliance", "c2jShape" : "Compliance", "variable" : { "variableName" : "compliance", "variableType" : "Compliance", "variableDeclarationType" : "Compliance", "documentation" : "

                  Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

                  ", "simpleType" : "Compliance", "variableSetterType" : "Compliance" }, "setterModel" : { "variableName" : "compliance", "variableType" : "Compliance", "variableDeclarationType" : "Compliance", "documentation" : "", "simpleType" : "Compliance", "variableSetterType" : "Compliance" }, "getterModel" : { "returnType" : "Compliance", "documentation" : null }, "http" : { "unmarshallLocationName" : "Compliance", "marshallLocationName" : "Compliance", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

                  \n@param compliance Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.*/", "getterDocumentation" : "/**

                  Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

                  \n@return Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.*/", "fluentSetterDocumentation" : "/**

                  Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

                  \n@param compliance Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

                  \n@param compliance Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "complianceByResource", "variableType" : "ComplianceByResource", "variableDeclarationType" : "ComplianceByResource", "documentation" : null, "simpleType" : "ComplianceByResource", "variableSetterType" : "ComplianceByResource" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceType" : { "documentation" : "

                  The type of the AWS resource that was evaluated.

                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of the AWS resource that was evaluated.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of the AWS resource that was evaluated.

                  \n@param resourceType The type of the AWS resource that was evaluated.*/", "getterDocumentation" : "/**

                  The type of the AWS resource that was evaluated.

                  \n@return The type of the AWS resource that was evaluated.*/", "fluentSetterDocumentation" : "/**

                  The type of the AWS resource that was evaluated.

                  \n@param resourceType The type of the AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of the AWS resource that was evaluated.

                  \n@param resourceType The type of the AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

                  The ID of the AWS resource that was evaluated.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the AWS resource that was evaluated.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@param resourceId The ID of the AWS resource that was evaluated.*/", "getterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@return The ID of the AWS resource that was evaluated.*/", "fluentSetterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@param resourceId The ID of the AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the AWS resource that was evaluated.

                  \n@param resourceId The ID of the AWS resource that was evaluated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Compliance" : { "documentation" : "

                  Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

                  ", "name" : "Compliance", "c2jName" : "Compliance", "c2jShape" : "Compliance", "variable" : { "variableName" : "compliance", "variableType" : "Compliance", "variableDeclarationType" : "Compliance", "documentation" : "

                  Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

                  ", "simpleType" : "Compliance", "variableSetterType" : "Compliance" }, "setterModel" : { "variableName" : "compliance", "variableType" : "Compliance", "variableDeclarationType" : "Compliance", "documentation" : "", "simpleType" : "Compliance", "variableSetterType" : "Compliance" }, "getterModel" : { "returnType" : "Compliance", "documentation" : null }, "http" : { "unmarshallLocationName" : "Compliance", "marshallLocationName" : "Compliance", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

                  \n@param compliance Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.*/", "getterDocumentation" : "/**

                  Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

                  \n@return Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.*/", "fluentSetterDocumentation" : "/**

                  Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

                  \n@param compliance Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

                  \n@param compliance Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetResourceConfigHistoryResult" : { "c2jName" : "GetResourceConfigHistoryResponse", "documentation" : "

                  The output for the GetResourceConfigHistory action.

                  ", "shapeName" : "GetResourceConfigHistoryResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  A list that contains the configuration history of one or more resources.

                  ", "name" : "ConfigurationItems", "c2jName" : "configurationItems", "c2jShape" : "ConfigurationItemList", "variable" : { "variableName" : "configurationItems", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list that contains the configuration history of one or more resources.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configurationItems", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "configurationItems", "marshallLocationName" : "configurationItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConfigurationItem", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConfigurationItem", "variable" : { "variableName" : "member", "variableType" : "ConfigurationItem", "variableDeclarationType" : "ConfigurationItem", "documentation" : "", "simpleType" : "ConfigurationItem", "variableSetterType" : "ConfigurationItem" }, "setterModel" : { "variableName" : "member", "variableType" : "ConfigurationItem", "variableDeclarationType" : "ConfigurationItem", "documentation" : "", "simpleType" : "ConfigurationItem", "variableSetterType" : "ConfigurationItem" }, "getterModel" : { "returnType" : "ConfigurationItem", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConfigurationItem", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list that contains the configuration history of one or more resources.

                  \n@param configurationItems A list that contains the configuration history of one or more resources.*/", "getterDocumentation" : "/**

                  A list that contains the configuration history of one or more resources.

                  \n@return A list that contains the configuration history of one or more resources.*/", "fluentSetterDocumentation" : "/**

                  A list that contains the configuration history of one or more resources.

                  \n@param configurationItems A list that contains the configuration history of one or more resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list that contains the configuration history of one or more resources.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationItems(java.util.Collection)} or {@link #withConfigurationItems(java.util.Collection)} if you want to override the existing values.

                  \n@param configurationItems A list that contains the configuration history of one or more resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getResourceConfigHistoryResult", "variableType" : "GetResourceConfigHistoryResult", "variableDeclarationType" : "GetResourceConfigHistoryResult", "documentation" : null, "simpleType" : "GetResourceConfigHistoryResult", "variableSetterType" : "GetResourceConfigHistoryResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigurationItems" : { "documentation" : "

                  A list that contains the configuration history of one or more resources.

                  ", "name" : "ConfigurationItems", "c2jName" : "configurationItems", "c2jShape" : "ConfigurationItemList", "variable" : { "variableName" : "configurationItems", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list that contains the configuration history of one or more resources.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configurationItems", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "configurationItems", "marshallLocationName" : "configurationItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConfigurationItem", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConfigurationItem", "variable" : { "variableName" : "member", "variableType" : "ConfigurationItem", "variableDeclarationType" : "ConfigurationItem", "documentation" : "", "simpleType" : "ConfigurationItem", "variableSetterType" : "ConfigurationItem" }, "setterModel" : { "variableName" : "member", "variableType" : "ConfigurationItem", "variableDeclarationType" : "ConfigurationItem", "documentation" : "", "simpleType" : "ConfigurationItem", "variableSetterType" : "ConfigurationItem" }, "getterModel" : { "returnType" : "ConfigurationItem", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConfigurationItem", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list that contains the configuration history of one or more resources.

                  \n@param configurationItems A list that contains the configuration history of one or more resources.*/", "getterDocumentation" : "/**

                  A list that contains the configuration history of one or more resources.

                  \n@return A list that contains the configuration history of one or more resources.*/", "fluentSetterDocumentation" : "/**

                  A list that contains the configuration history of one or more resources.

                  \n@param configurationItems A list that contains the configuration history of one or more resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list that contains the configuration history of one or more resources.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationItems(java.util.Collection)} or {@link #withConfigurationItems(java.util.Collection)} if you want to override the existing values.

                  \n@param configurationItems A list that contains the configuration history of one or more resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NoAvailableConfigurationRecorderException" : { "c2jName" : "NoAvailableConfigurationRecorderException", "documentation" : "

                  There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.

                  ", "shapeName" : "NoAvailableConfigurationRecorderException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "noAvailableConfigurationRecorderException", "variableType" : "NoAvailableConfigurationRecorderException", "variableDeclarationType" : "NoAvailableConfigurationRecorderException", "documentation" : null, "simpleType" : "NoAvailableConfigurationRecorderException", "variableSetterType" : "NoAvailableConfigurationRecorderException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoAvailableConfigurationRecorderException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteConfigurationRecorderResult" : { "c2jName" : "DeleteConfigurationRecorderResult", "documentation" : null, "shapeName" : "DeleteConfigurationRecorderResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteConfigurationRecorderResult", "variableType" : "DeleteConfigurationRecorderResult", "variableDeclarationType" : "DeleteConfigurationRecorderResult", "documentation" : null, "simpleType" : "DeleteConfigurationRecorderResult", "variableSetterType" : "DeleteConfigurationRecorderResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeliverConfigSnapshotRequest" : { "c2jName" : "DeliverConfigSnapshotRequest", "documentation" : "

                  The input for the DeliverConfigSnapshot action.

                  ", "shapeName" : "DeliverConfigSnapshotRequest", "deprecated" : false, "required" : [ "deliveryChannelName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The name of the delivery channel through which the snapshot is delivered.

                  ", "name" : "DeliveryChannelName", "c2jName" : "deliveryChannelName", "c2jShape" : "ChannelName", "variable" : { "variableName" : "deliveryChannelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the delivery channel through which the snapshot is delivered.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deliveryChannelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deliveryChannelName", "marshallLocationName" : "deliveryChannelName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the delivery channel through which the snapshot is delivered.

                  \n@param deliveryChannelName The name of the delivery channel through which the snapshot is delivered.*/", "getterDocumentation" : "/**

                  The name of the delivery channel through which the snapshot is delivered.

                  \n@return The name of the delivery channel through which the snapshot is delivered.*/", "fluentSetterDocumentation" : "/**

                  The name of the delivery channel through which the snapshot is delivered.

                  \n@param deliveryChannelName The name of the delivery channel through which the snapshot is delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the delivery channel through which the snapshot is delivered.

                  \n@param deliveryChannelName The name of the delivery channel through which the snapshot is delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deliverConfigSnapshotRequest", "variableType" : "DeliverConfigSnapshotRequest", "variableDeclarationType" : "DeliverConfigSnapshotRequest", "documentation" : null, "simpleType" : "DeliverConfigSnapshotRequest", "variableSetterType" : "DeliverConfigSnapshotRequest" }, "marshaller" : { "action" : "DeliverConfigSnapshot", "verb" : "POST", "target" : "StarlingDoveService.DeliverConfigSnapshot", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeliveryChannelName" : { "documentation" : "

                  The name of the delivery channel through which the snapshot is delivered.

                  ", "name" : "DeliveryChannelName", "c2jName" : "deliveryChannelName", "c2jShape" : "ChannelName", "variable" : { "variableName" : "deliveryChannelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the delivery channel through which the snapshot is delivered.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deliveryChannelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deliveryChannelName", "marshallLocationName" : "deliveryChannelName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the delivery channel through which the snapshot is delivered.

                  \n@param deliveryChannelName The name of the delivery channel through which the snapshot is delivered.*/", "getterDocumentation" : "/**

                  The name of the delivery channel through which the snapshot is delivered.

                  \n@return The name of the delivery channel through which the snapshot is delivered.*/", "fluentSetterDocumentation" : "/**

                  The name of the delivery channel through which the snapshot is delivered.

                  \n@param deliveryChannelName The name of the delivery channel through which the snapshot is delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the delivery channel through which the snapshot is delivered.

                  \n@param deliveryChannelName The name of the delivery channel through which the snapshot is delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Relationship" : { "c2jName" : "Relationship", "documentation" : "

                  The relationship of the related resource to the main resource.

                  ", "shapeName" : "Relationship", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The resource type of the related resource.

                  ", "name" : "ResourceType", "c2jName" : "resourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The resource type of the related resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceType", "marshallLocationName" : "resourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The resource type of the related resource.

                  \n@param resourceType The resource type of the related resource.\n@see ResourceType*/", "getterDocumentation" : "/**

                  The resource type of the related resource.

                  \n@return The resource type of the related resource.\n@see ResourceType*/", "fluentSetterDocumentation" : "/**

                  The resource type of the related resource.

                  \n@param resourceType The resource type of the related resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**

                  The resource type of the related resource.

                  \n@param resourceType The resource type of the related resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, { "documentation" : "

                  The ID of the related resource (for example, sg-xxxxxx).

                  ", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the related resource (for example, sg-xxxxxx).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceId", "marshallLocationName" : "resourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the related resource (for example, sg-xxxxxx).

                  \n@param resourceId The ID of the related resource (for example, sg-xxxxxx).*/", "getterDocumentation" : "/**

                  The ID of the related resource (for example, sg-xxxxxx).

                  \n@return The ID of the related resource (for example, sg-xxxxxx).*/", "fluentSetterDocumentation" : "/**

                  The ID of the related resource (for example, sg-xxxxxx).

                  \n@param resourceId The ID of the related resource (for example, sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the related resource (for example, sg-xxxxxx).

                  \n@param resourceId The ID of the related resource (for example, sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The custom name of the related resource, if available.

                  ", "name" : "ResourceName", "c2jName" : "resourceName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The custom name of the related resource, if available.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceName", "marshallLocationName" : "resourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The custom name of the related resource, if available.

                  \n@param resourceName The custom name of the related resource, if available.*/", "getterDocumentation" : "/**

                  The custom name of the related resource, if available.

                  \n@return The custom name of the related resource, if available.*/", "fluentSetterDocumentation" : "/**

                  The custom name of the related resource, if available.

                  \n@param resourceName The custom name of the related resource, if available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The custom name of the related resource, if available.

                  \n@param resourceName The custom name of the related resource, if available.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The type of relationship with the related resource.

                  ", "name" : "RelationshipName", "c2jName" : "relationshipName", "c2jShape" : "RelationshipName", "variable" : { "variableName" : "relationshipName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of relationship with the related resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "relationshipName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "relationshipName", "marshallLocationName" : "relationshipName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of relationship with the related resource.

                  \n@param relationshipName The type of relationship with the related resource.*/", "getterDocumentation" : "/**

                  The type of relationship with the related resource.

                  \n@return The type of relationship with the related resource.*/", "fluentSetterDocumentation" : "/**

                  The type of relationship with the related resource.

                  \n@param relationshipName The type of relationship with the related resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of relationship with the related resource.

                  \n@param relationshipName The type of relationship with the related resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "relationship", "variableType" : "Relationship", "variableDeclarationType" : "Relationship", "documentation" : null, "simpleType" : "Relationship", "variableSetterType" : "Relationship" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceType" : { "documentation" : "

                  The resource type of the related resource.

                  ", "name" : "ResourceType", "c2jName" : "resourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The resource type of the related resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceType", "marshallLocationName" : "resourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The resource type of the related resource.

                  \n@param resourceType The resource type of the related resource.\n@see ResourceType*/", "getterDocumentation" : "/**

                  The resource type of the related resource.

                  \n@return The resource type of the related resource.\n@see ResourceType*/", "fluentSetterDocumentation" : "/**

                  The resource type of the related resource.

                  \n@param resourceType The resource type of the related resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**

                  The resource type of the related resource.

                  \n@param resourceType The resource type of the related resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, "RelationshipName" : { "documentation" : "

                  The type of relationship with the related resource.

                  ", "name" : "RelationshipName", "c2jName" : "relationshipName", "c2jShape" : "RelationshipName", "variable" : { "variableName" : "relationshipName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of relationship with the related resource.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "relationshipName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "relationshipName", "marshallLocationName" : "relationshipName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of relationship with the related resource.

                  \n@param relationshipName The type of relationship with the related resource.*/", "getterDocumentation" : "/**

                  The type of relationship with the related resource.

                  \n@return The type of relationship with the related resource.*/", "fluentSetterDocumentation" : "/**

                  The type of relationship with the related resource.

                  \n@param relationshipName The type of relationship with the related resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of relationship with the related resource.

                  \n@param relationshipName The type of relationship with the related resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

                  The ID of the related resource (for example, sg-xxxxxx).

                  ", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the related resource (for example, sg-xxxxxx).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceId", "marshallLocationName" : "resourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ID of the related resource (for example, sg-xxxxxx).

                  \n@param resourceId The ID of the related resource (for example, sg-xxxxxx).*/", "getterDocumentation" : "/**

                  The ID of the related resource (for example, sg-xxxxxx).

                  \n@return The ID of the related resource (for example, sg-xxxxxx).*/", "fluentSetterDocumentation" : "/**

                  The ID of the related resource (for example, sg-xxxxxx).

                  \n@param resourceId The ID of the related resource (for example, sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the related resource (for example, sg-xxxxxx).

                  \n@param resourceId The ID of the related resource (for example, sg-xxxxxx).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceName" : { "documentation" : "

                  The custom name of the related resource, if available.

                  ", "name" : "ResourceName", "c2jName" : "resourceName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The custom name of the related resource, if available.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceName", "marshallLocationName" : "resourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The custom name of the related resource, if available.

                  \n@param resourceName The custom name of the related resource, if available.*/", "getterDocumentation" : "/**

                  The custom name of the related resource, if available.

                  \n@return The custom name of the related resource, if available.*/", "fluentSetterDocumentation" : "/**

                  The custom name of the related resource, if available.

                  \n@param resourceName The custom name of the related resource, if available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The custom name of the related resource, if available.

                  \n@param resourceName The custom name of the related resource, if available.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SourceDetail" : { "c2jName" : "SourceDetail", "documentation" : "

                  Provides the source and type of the event that triggers AWS Config to evaluate your AWS resources against a rule.

                  ", "shapeName" : "SourceDetail", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

                  ", "name" : "EventSource", "c2jName" : "EventSource", "c2jShape" : "EventSource", "variable" : { "variableName" : "eventSource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eventSource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventSource", "marshallLocationName" : "EventSource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "EventSource", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

                  \n@param eventSource The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.\n@see EventSource*/", "getterDocumentation" : "/**

                  The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

                  \n@return The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.\n@see EventSource*/", "fluentSetterDocumentation" : "/**

                  The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

                  \n@param eventSource The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventSource*/", "varargSetterDocumentation" : "/**

                  The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

                  \n@param eventSource The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventSource*/" }, { "documentation" : "

                  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" : "MessageType", "c2jName" : "MessageType", "c2jShape" : "MessageType", "variable" : { "variableName" : "messageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "messageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MessageType", "marshallLocationName" : "MessageType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "MessageType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.\n@see MessageType*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.\n@see MessageType*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MessageType*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MessageType*/" } ], "enums" : null, "variable" : { "variableName" : "sourceDetail", "variableType" : "SourceDetail", "variableDeclarationType" : "SourceDetail", "documentation" : null, "simpleType" : "SourceDetail", "variableSetterType" : "SourceDetail" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EventSource" : { "documentation" : "

                  The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

                  ", "name" : "EventSource", "c2jName" : "EventSource", "c2jShape" : "EventSource", "variable" : { "variableName" : "eventSource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eventSource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventSource", "marshallLocationName" : "EventSource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "EventSource", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

                  \n@param eventSource The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.\n@see EventSource*/", "getterDocumentation" : "/**

                  The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

                  \n@return The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.\n@see EventSource*/", "fluentSetterDocumentation" : "/**

                  The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

                  \n@param eventSource The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventSource*/", "varargSetterDocumentation" : "/**

                  The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

                  \n@param eventSource The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventSource*/" }, "MessageType" : { "documentation" : "

                  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" : "MessageType", "c2jName" : "MessageType", "c2jShape" : "MessageType", "variable" : { "variableName" : "messageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "messageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MessageType", "marshallLocationName" : "MessageType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "MessageType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.\n@see MessageType*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.\n@see MessageType*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MessageType*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MessageType*/" } } }, "NoSuchDeliveryChannelException" : { "c2jName" : "NoSuchDeliveryChannelException", "documentation" : "

                  You have specified a delivery channel that does not exist.

                  ", "shapeName" : "NoSuchDeliveryChannelException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "noSuchDeliveryChannelException", "variableType" : "NoSuchDeliveryChannelException", "variableDeclarationType" : "NoSuchDeliveryChannelException", "documentation" : null, "simpleType" : "NoSuchDeliveryChannelException", "variableSetterType" : "NoSuchDeliveryChannelException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchDeliveryChannelException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidRecordingGroupException" : { "c2jName" : "InvalidRecordingGroupException", "documentation" : "

                  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.

                  ", "shapeName" : "InvalidRecordingGroupException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidRecordingGroupException", "variableType" : "InvalidRecordingGroupException", "variableDeclarationType" : "InvalidRecordingGroupException", "documentation" : null, "simpleType" : "InvalidRecordingGroupException", "variableSetterType" : "InvalidRecordingGroupException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidRecordingGroupException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ComplianceType" : { "c2jName" : "ComplianceType", "documentation" : "", "shapeName" : "ComplianceType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "COMPLIANT", "value" : "COMPLIANT" }, { "name" : "NON_COMPLIANT", "value" : "NON_COMPLIANT" }, { "name" : "NOT_APPLICABLE", "value" : "NOT_APPLICABLE" }, { "name" : "INSUFFICIENT_DATA", "value" : "INSUFFICIENT_DATA" } ], "variable" : { "variableName" : "complianceType", "variableType" : "ComplianceType", "variableDeclarationType" : "ComplianceType", "documentation" : null, "simpleType" : "ComplianceType", "variableSetterType" : "ComplianceType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "MaxNumberOfConfigRulesExceededException" : { "c2jName" : "MaxNumberOfConfigRulesExceededException", "documentation" : "

                  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.

                  ", "shapeName" : "MaxNumberOfConfigRulesExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "maxNumberOfConfigRulesExceededException", "variableType" : "MaxNumberOfConfigRulesExceededException", "variableDeclarationType" : "MaxNumberOfConfigRulesExceededException", "documentation" : null, "simpleType" : "MaxNumberOfConfigRulesExceededException", "variableSetterType" : "MaxNumberOfConfigRulesExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "MaxNumberOfConfigRulesExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PutConfigRuleRequest" : { "c2jName" : "PutConfigRuleRequest", "documentation" : "", "shapeName" : "PutConfigRuleRequest", "deprecated" : false, "required" : [ "ConfigRule" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "ConfigRule", "c2jName" : "ConfigRule", "c2jShape" : "ConfigRule", "variable" : { "variableName" : "configRule", "variableType" : "ConfigRule", "variableDeclarationType" : "ConfigRule", "documentation" : "", "simpleType" : "ConfigRule", "variableSetterType" : "ConfigRule" }, "setterModel" : { "variableName" : "configRule", "variableType" : "ConfigRule", "variableDeclarationType" : "ConfigRule", "documentation" : "", "simpleType" : "ConfigRule", "variableSetterType" : "ConfigRule" }, "getterModel" : { "returnType" : "ConfigRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRule", "marshallLocationName" : "ConfigRule", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param configRule */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param configRule \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param configRule \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putConfigRuleRequest", "variableType" : "PutConfigRuleRequest", "variableDeclarationType" : "PutConfigRuleRequest", "documentation" : null, "simpleType" : "PutConfigRuleRequest", "variableSetterType" : "PutConfigRuleRequest" }, "marshaller" : { "action" : "PutConfigRule", "verb" : "POST", "target" : "StarlingDoveService.PutConfigRule", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigRule" : { "documentation" : "", "name" : "ConfigRule", "c2jName" : "ConfigRule", "c2jShape" : "ConfigRule", "variable" : { "variableName" : "configRule", "variableType" : "ConfigRule", "variableDeclarationType" : "ConfigRule", "documentation" : "", "simpleType" : "ConfigRule", "variableSetterType" : "ConfigRule" }, "setterModel" : { "variableName" : "configRule", "variableType" : "ConfigRule", "variableDeclarationType" : "ConfigRule", "documentation" : "", "simpleType" : "ConfigRule", "variableSetterType" : "ConfigRule" }, "getterModel" : { "returnType" : "ConfigRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRule", "marshallLocationName" : "ConfigRule", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param configRule */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param configRule \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param configRule \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NoSuchConfigRuleException" : { "c2jName" : "NoSuchConfigRuleException", "documentation" : "

                  One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.

                  ", "shapeName" : "NoSuchConfigRuleException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "noSuchConfigRuleException", "variableType" : "NoSuchConfigRuleException", "variableDeclarationType" : "NoSuchConfigRuleException", "documentation" : null, "simpleType" : "NoSuchConfigRuleException", "variableSetterType" : "NoSuchConfigRuleException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchConfigRuleException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetComplianceDetailsByResourceResult" : { "c2jName" : "GetComplianceDetailsByResourceResponse", "documentation" : "", "shapeName" : "GetComplianceDetailsByResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  Indicates whether the specified AWS resource complies each AWS Config rule.

                  ", "name" : "EvaluationResults", "c2jName" : "EvaluationResults", "c2jShape" : "EvaluationResults", "variable" : { "variableName" : "evaluationResults", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Indicates whether the specified AWS resource complies each AWS Config rule.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "evaluationResults", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationResults", "marshallLocationName" : "EvaluationResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EvaluationResult", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EvaluationResult", "variable" : { "variableName" : "member", "variableType" : "EvaluationResult", "variableDeclarationType" : "EvaluationResult", "documentation" : "", "simpleType" : "EvaluationResult", "variableSetterType" : "EvaluationResult" }, "setterModel" : { "variableName" : "member", "variableType" : "EvaluationResult", "variableDeclarationType" : "EvaluationResult", "documentation" : "", "simpleType" : "EvaluationResult", "variableSetterType" : "EvaluationResult" }, "getterModel" : { "returnType" : "EvaluationResult", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "EvaluationResult", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Indicates whether the specified AWS resource complies each AWS Config rule.

                  \n@param evaluationResults Indicates whether the specified AWS resource complies each AWS Config rule.*/", "getterDocumentation" : "/**

                  Indicates whether the specified AWS resource complies each AWS Config rule.

                  \n@return Indicates whether the specified AWS resource complies each AWS Config rule.*/", "fluentSetterDocumentation" : "/**

                  Indicates whether the specified AWS resource complies each AWS Config rule.

                  \n@param evaluationResults Indicates whether the specified AWS resource complies each AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Indicates whether the specified AWS resource complies each AWS Config rule.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEvaluationResults(java.util.Collection)} or {@link #withEvaluationResults(java.util.Collection)} if you want to override the existing values.

                  \n@param evaluationResults Indicates whether the specified AWS resource complies each AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getComplianceDetailsByResourceResult", "variableType" : "GetComplianceDetailsByResourceResult", "variableDeclarationType" : "GetComplianceDetailsByResourceResult", "documentation" : null, "simpleType" : "GetComplianceDetailsByResourceResult", "variableSetterType" : "GetComplianceDetailsByResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The string that you use in a subsequent request to get the next page of results in a paginated response.

                  \n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EvaluationResults" : { "documentation" : "

                  Indicates whether the specified AWS resource complies each AWS Config rule.

                  ", "name" : "EvaluationResults", "c2jName" : "EvaluationResults", "c2jShape" : "EvaluationResults", "variable" : { "variableName" : "evaluationResults", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Indicates whether the specified AWS resource complies each AWS Config rule.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "evaluationResults", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationResults", "marshallLocationName" : "EvaluationResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EvaluationResult", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EvaluationResult", "variable" : { "variableName" : "member", "variableType" : "EvaluationResult", "variableDeclarationType" : "EvaluationResult", "documentation" : "", "simpleType" : "EvaluationResult", "variableSetterType" : "EvaluationResult" }, "setterModel" : { "variableName" : "member", "variableType" : "EvaluationResult", "variableDeclarationType" : "EvaluationResult", "documentation" : "", "simpleType" : "EvaluationResult", "variableSetterType" : "EvaluationResult" }, "getterModel" : { "returnType" : "EvaluationResult", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "EvaluationResult", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  Indicates whether the specified AWS resource complies each AWS Config rule.

                  \n@param evaluationResults Indicates whether the specified AWS resource complies each AWS Config rule.*/", "getterDocumentation" : "/**

                  Indicates whether the specified AWS resource complies each AWS Config rule.

                  \n@return Indicates whether the specified AWS resource complies each AWS Config rule.*/", "fluentSetterDocumentation" : "/**

                  Indicates whether the specified AWS resource complies each AWS Config rule.

                  \n@param evaluationResults Indicates whether the specified AWS resource complies each AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Indicates whether the specified AWS resource complies each AWS Config rule.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEvaluationResults(java.util.Collection)} or {@link #withEvaluationResults(java.util.Collection)} if you want to override the existing values.

                  \n@param evaluationResults Indicates whether the specified AWS resource complies each AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MaxNumberOfDeliveryChannelsExceededException" : { "c2jName" : "MaxNumberOfDeliveryChannelsExceededException", "documentation" : "

                  You have reached the limit on the number of delivery channels you can create.

                  ", "shapeName" : "MaxNumberOfDeliveryChannelsExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "maxNumberOfDeliveryChannelsExceededException", "variableType" : "MaxNumberOfDeliveryChannelsExceededException", "variableDeclarationType" : "MaxNumberOfDeliveryChannelsExceededException", "documentation" : null, "simpleType" : "MaxNumberOfDeliveryChannelsExceededException", "variableSetterType" : "MaxNumberOfDeliveryChannelsExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "MaxNumberOfDeliveryChannelsExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PutConfigurationRecorderResult" : { "c2jName" : "PutConfigurationRecorderResult", "documentation" : null, "shapeName" : "PutConfigurationRecorderResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "putConfigurationRecorderResult", "variableType" : "PutConfigurationRecorderResult", "variableDeclarationType" : "PutConfigurationRecorderResult", "documentation" : null, "simpleType" : "PutConfigurationRecorderResult", "variableSetterType" : "PutConfigurationRecorderResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeConfigurationRecorderStatusRequest" : { "c2jName" : "DescribeConfigurationRecorderStatusRequest", "documentation" : "

                  The input for the DescribeConfigurationRecorderStatus action.

                  ", "shapeName" : "DescribeConfigurationRecorderStatusRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  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.

                  ", "name" : "ConfigurationRecorderNames", "c2jName" : "ConfigurationRecorderNames", "c2jShape" : "ConfigurationRecorderNameList", "variable" : { "variableName" : "configurationRecorderNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configurationRecorderNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorderNames", "marshallLocationName" : "ConfigurationRecorderNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecorderName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationRecorderNames(java.util.Collection)} or {@link #withConfigurationRecorderNames(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeConfigurationRecorderStatusRequest", "variableType" : "DescribeConfigurationRecorderStatusRequest", "variableDeclarationType" : "DescribeConfigurationRecorderStatusRequest", "documentation" : null, "simpleType" : "DescribeConfigurationRecorderStatusRequest", "variableSetterType" : "DescribeConfigurationRecorderStatusRequest" }, "marshaller" : { "action" : "DescribeConfigurationRecorderStatus", "verb" : "POST", "target" : "StarlingDoveService.DescribeConfigurationRecorderStatus", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigurationRecorderNames" : { "documentation" : "

                  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.

                  ", "name" : "ConfigurationRecorderNames", "c2jName" : "ConfigurationRecorderNames", "c2jShape" : "ConfigurationRecorderNameList", "variable" : { "variableName" : "configurationRecorderNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configurationRecorderNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorderNames", "marshallLocationName" : "ConfigurationRecorderNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecorderName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationRecorderNames(java.util.Collection)} or {@link #withConfigurationRecorderNames(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ChronologicalOrder" : { "c2jName" : "ChronologicalOrder", "documentation" : "", "shapeName" : "ChronologicalOrder", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Reverse", "value" : "Reverse" }, { "name" : "Forward", "value" : "Forward" } ], "variable" : { "variableName" : "chronologicalOrder", "variableType" : "ChronologicalOrder", "variableDeclarationType" : "ChronologicalOrder", "documentation" : null, "simpleType" : "ChronologicalOrder", "variableSetterType" : "ChronologicalOrder" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ComplianceByConfigRule" : { "c2jName" : "ComplianceByConfigRule", "documentation" : "

                  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.

                  ", "shapeName" : "ComplianceByConfigRule", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The name of the AWS Config rule.

                  ", "name" : "ConfigRuleName", "c2jName" : "ConfigRuleName", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the AWS Config rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleName", "marshallLocationName" : "ConfigRuleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the AWS Config rule.

                  \n@param configRuleName The name of the AWS Config rule.*/", "getterDocumentation" : "/**

                  The name of the AWS Config rule.

                  \n@return The name of the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

                  The name of the AWS Config rule.

                  \n@param configRuleName The name of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the AWS Config rule.

                  \n@param configRuleName The name of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Indicates whether the AWS Config rule is compliant.

                  ", "name" : "Compliance", "c2jName" : "Compliance", "c2jShape" : "Compliance", "variable" : { "variableName" : "compliance", "variableType" : "Compliance", "variableDeclarationType" : "Compliance", "documentation" : "

                  Indicates whether the AWS Config rule is compliant.

                  ", "simpleType" : "Compliance", "variableSetterType" : "Compliance" }, "setterModel" : { "variableName" : "compliance", "variableType" : "Compliance", "variableDeclarationType" : "Compliance", "documentation" : "", "simpleType" : "Compliance", "variableSetterType" : "Compliance" }, "getterModel" : { "returnType" : "Compliance", "documentation" : null }, "http" : { "unmarshallLocationName" : "Compliance", "marshallLocationName" : "Compliance", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Indicates whether the AWS Config rule is compliant.

                  \n@param compliance Indicates whether the AWS Config rule is compliant.*/", "getterDocumentation" : "/**

                  Indicates whether the AWS Config rule is compliant.

                  \n@return Indicates whether the AWS Config rule is compliant.*/", "fluentSetterDocumentation" : "/**

                  Indicates whether the AWS Config rule is compliant.

                  \n@param compliance Indicates whether the AWS Config rule is compliant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Indicates whether the AWS Config rule is compliant.

                  \n@param compliance Indicates whether the AWS Config rule is compliant.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "complianceByConfigRule", "variableType" : "ComplianceByConfigRule", "variableDeclarationType" : "ComplianceByConfigRule", "documentation" : null, "simpleType" : "ComplianceByConfigRule", "variableSetterType" : "ComplianceByConfigRule" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Compliance" : { "documentation" : "

                  Indicates whether the AWS Config rule is compliant.

                  ", "name" : "Compliance", "c2jName" : "Compliance", "c2jShape" : "Compliance", "variable" : { "variableName" : "compliance", "variableType" : "Compliance", "variableDeclarationType" : "Compliance", "documentation" : "

                  Indicates whether the AWS Config rule is compliant.

                  ", "simpleType" : "Compliance", "variableSetterType" : "Compliance" }, "setterModel" : { "variableName" : "compliance", "variableType" : "Compliance", "variableDeclarationType" : "Compliance", "documentation" : "", "simpleType" : "Compliance", "variableSetterType" : "Compliance" }, "getterModel" : { "returnType" : "Compliance", "documentation" : null }, "http" : { "unmarshallLocationName" : "Compliance", "marshallLocationName" : "Compliance", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Indicates whether the AWS Config rule is compliant.

                  \n@param compliance Indicates whether the AWS Config rule is compliant.*/", "getterDocumentation" : "/**

                  Indicates whether the AWS Config rule is compliant.

                  \n@return Indicates whether the AWS Config rule is compliant.*/", "fluentSetterDocumentation" : "/**

                  Indicates whether the AWS Config rule is compliant.

                  \n@param compliance Indicates whether the AWS Config rule is compliant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Indicates whether the AWS Config rule is compliant.

                  \n@param compliance Indicates whether the AWS Config rule is compliant.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigRuleName" : { "documentation" : "

                  The name of the AWS Config rule.

                  ", "name" : "ConfigRuleName", "c2jName" : "ConfigRuleName", "c2jShape" : "StringWithCharLimit64", "variable" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the AWS Config rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "configRuleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleName", "marshallLocationName" : "ConfigRuleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the AWS Config rule.

                  \n@param configRuleName The name of the AWS Config rule.*/", "getterDocumentation" : "/**

                  The name of the AWS Config rule.

                  \n@return The name of the AWS Config rule.*/", "fluentSetterDocumentation" : "/**

                  The name of the AWS Config rule.

                  \n@param configRuleName The name of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the AWS Config rule.

                  \n@param configRuleName The name of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidRoleException" : { "c2jName" : "InvalidRoleException", "documentation" : "

                  You have provided a null or empty role ARN.

                  ", "shapeName" : "InvalidRoleException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidRoleException", "variableType" : "InvalidRoleException", "variableDeclarationType" : "InvalidRoleException", "documentation" : null, "simpleType" : "InvalidRoleException", "variableSetterType" : "InvalidRoleException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidRoleException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InsufficientPermissionsException" : { "c2jName" : "InsufficientPermissionsException", "documentation" : "

                  Indicates one of the following errors:

                  • The rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
                  • The AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
                  ", "shapeName" : "InsufficientPermissionsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "insufficientPermissionsException", "variableType" : "InsufficientPermissionsException", "variableDeclarationType" : "InsufficientPermissionsException", "documentation" : null, "simpleType" : "InsufficientPermissionsException", "variableSetterType" : "InsufficientPermissionsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientPermissionsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RecordingGroup" : { "c2jName" : "RecordingGroup", "documentation" : "

                  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 (for example, IAM resources). Global resources are not tied to an individual region and can be used in all regions.

                  The configuration details for any global resource are the same in all regions. If you customize AWS Config in multiple regions to record global resources, it will create multiple configuration items each time a global resource changes: one configuration item for each region. These configuration items will contain identical data. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources, unless you want the configuration items to be available in multiple regions.

                  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.

                  ", "shapeName" : "RecordingGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  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.

                  ", "name" : "AllSupported", "c2jName" : "allSupported", "c2jShape" : "AllSupported", "variable" : { "variableName" : "allSupported", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  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.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allSupported", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "allSupported", "marshallLocationName" : "allSupported", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

                  ", "name" : "IncludeGlobalResourceTypes", "c2jName" : "includeGlobalResourceTypes", "c2jShape" : "IncludeGlobalResourceTypes", "variable" : { "variableName" : "includeGlobalResourceTypes", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "includeGlobalResourceTypes", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "includeGlobalResourceTypes", "marshallLocationName" : "includeGlobalResourceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

                  \n@param includeGlobalResourceTypes Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.*/", "getterDocumentation" : "/**

                  Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

                  \n@return Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.*/", "fluentSetterDocumentation" : "/**

                  Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

                  \n@param includeGlobalResourceTypes Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

                  \n@param includeGlobalResourceTypes Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  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.

                  ", "name" : "ResourceTypes", "c2jName" : "resourceTypes", "c2jShape" : "ResourceTypeList", "variable" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceTypes", "marshallLocationName" : "resourceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceType", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see ResourceType*/", "getterDocumentation" : "/**\n@return \n@see ResourceType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.\n@see ResourceType*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.\n@see ResourceType*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceTypes(java.util.Collection)} or {@link #withResourceTypes(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" } ], "enums" : null, "variable" : { "variableName" : "recordingGroup", "variableType" : "RecordingGroup", "variableDeclarationType" : "RecordingGroup", "documentation" : null, "simpleType" : "RecordingGroup", "variableSetterType" : "RecordingGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AllSupported" : { "documentation" : "

                  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.

                  ", "name" : "AllSupported", "c2jName" : "allSupported", "c2jShape" : "AllSupported", "variable" : { "variableName" : "allSupported", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  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.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allSupported", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "allSupported", "marshallLocationName" : "allSupported", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceTypes" : { "documentation" : "

                  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.

                  ", "name" : "ResourceTypes", "c2jName" : "resourceTypes", "c2jShape" : "ResourceTypeList", "variable" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceTypes", "marshallLocationName" : "resourceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceType", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see ResourceType*/", "getterDocumentation" : "/**\n@return \n@see ResourceType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.\n@see ResourceType*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.\n@see ResourceType*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceTypes(java.util.Collection)} or {@link #withResourceTypes(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, "IncludeGlobalResourceTypes" : { "documentation" : "

                  Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

                  ", "name" : "IncludeGlobalResourceTypes", "c2jName" : "includeGlobalResourceTypes", "c2jShape" : "IncludeGlobalResourceTypes", "variable" : { "variableName" : "includeGlobalResourceTypes", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "includeGlobalResourceTypes", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "includeGlobalResourceTypes", "marshallLocationName" : "includeGlobalResourceTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

                  \n@param includeGlobalResourceTypes Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.*/", "getterDocumentation" : "/**

                  Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

                  \n@return Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.*/", "fluentSetterDocumentation" : "/**

                  Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

                  \n@param includeGlobalResourceTypes Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

                  \n@param includeGlobalResourceTypes Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

                  Before you can set this option to true, you must set the allSupported option to true.

                  If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

                  The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EvaluationResult" : { "c2jName" : "EvaluationResult", "documentation" : "

                  The details of an AWS Config evaluation. Provides the AWS resource that was evaluated, the compliance of the resource, related timestamps, and supplementary information.

                  ", "shapeName" : "EvaluationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  Uniquely identifies the evaluation result.

                  ", "name" : "EvaluationResultIdentifier", "c2jName" : "EvaluationResultIdentifier", "c2jShape" : "EvaluationResultIdentifier", "variable" : { "variableName" : "evaluationResultIdentifier", "variableType" : "EvaluationResultIdentifier", "variableDeclarationType" : "EvaluationResultIdentifier", "documentation" : "

                  Uniquely identifies the evaluation result.

                  ", "simpleType" : "EvaluationResultIdentifier", "variableSetterType" : "EvaluationResultIdentifier" }, "setterModel" : { "variableName" : "evaluationResultIdentifier", "variableType" : "EvaluationResultIdentifier", "variableDeclarationType" : "EvaluationResultIdentifier", "documentation" : "", "simpleType" : "EvaluationResultIdentifier", "variableSetterType" : "EvaluationResultIdentifier" }, "getterModel" : { "returnType" : "EvaluationResultIdentifier", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationResultIdentifier", "marshallLocationName" : "EvaluationResultIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Uniquely identifies the evaluation result.

                  \n@param evaluationResultIdentifier Uniquely identifies the evaluation result.*/", "getterDocumentation" : "/**

                  Uniquely identifies the evaluation result.

                  \n@return Uniquely identifies the evaluation result.*/", "fluentSetterDocumentation" : "/**

                  Uniquely identifies the evaluation result.

                  \n@param evaluationResultIdentifier Uniquely identifies the evaluation result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Uniquely identifies the evaluation result.

                  \n@param evaluationResultIdentifier Uniquely identifies the evaluation result.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

                  ", "name" : "ComplianceType", "c2jName" : "ComplianceType", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "complianceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "complianceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceType", "marshallLocationName" : "ComplianceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

                  \n@param complianceType Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.\n@see ComplianceType*/", "getterDocumentation" : "/**

                  Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

                  \n@return Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

                  Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

                  \n@param complianceType Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

                  Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

                  \n@param complianceType Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, { "documentation" : "

                  The time when AWS Config recorded the evaluation result.

                  ", "name" : "ResultRecordedTime", "c2jName" : "ResultRecordedTime", "c2jShape" : "Date", "variable" : { "variableName" : "resultRecordedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time when AWS Config recorded the evaluation result.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "resultRecordedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResultRecordedTime", "marshallLocationName" : "ResultRecordedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time when AWS Config recorded the evaluation result.

                  \n@param resultRecordedTime The time when AWS Config recorded the evaluation result.*/", "getterDocumentation" : "/**

                  The time when AWS Config recorded the evaluation result.

                  \n@return The time when AWS Config recorded the evaluation result.*/", "fluentSetterDocumentation" : "/**

                  The time when AWS Config recorded the evaluation result.

                  \n@param resultRecordedTime The time when AWS Config recorded the evaluation result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time when AWS Config recorded the evaluation result.

                  \n@param resultRecordedTime The time when AWS Config recorded the evaluation result.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time when the AWS Config rule evaluated the AWS resource.

                  ", "name" : "ConfigRuleInvokedTime", "c2jName" : "ConfigRuleInvokedTime", "c2jShape" : "Date", "variable" : { "variableName" : "configRuleInvokedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time when the AWS Config rule evaluated the AWS resource.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "configRuleInvokedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleInvokedTime", "marshallLocationName" : "ConfigRuleInvokedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time when the AWS Config rule evaluated the AWS resource.

                  \n@param configRuleInvokedTime The time when the AWS Config rule evaluated the AWS resource.*/", "getterDocumentation" : "/**

                  The time when the AWS Config rule evaluated the AWS resource.

                  \n@return The time when the AWS Config rule evaluated the AWS resource.*/", "fluentSetterDocumentation" : "/**

                  The time when the AWS Config rule evaluated the AWS resource.

                  \n@param configRuleInvokedTime The time when the AWS Config rule evaluated the AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time when the AWS Config rule evaluated the AWS resource.

                  \n@param configRuleInvokedTime The time when the AWS Config rule evaluated the AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Supplementary information about how the evaluation determined the compliance.

                  ", "name" : "Annotation", "c2jName" : "Annotation", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "annotation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Supplementary information about how the evaluation determined the compliance.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "annotation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Annotation", "marshallLocationName" : "Annotation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@param annotation Supplementary information about how the evaluation determined the compliance.*/", "getterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@return Supplementary information about how the evaluation determined the compliance.*/", "fluentSetterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@param annotation Supplementary information about how the evaluation determined the compliance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@param annotation Supplementary information about how the evaluation determined the compliance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  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.

                  ", "name" : "ResultToken", "c2jName" : "ResultToken", "c2jShape" : "String", "variable" : { "variableName" : "resultToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resultToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResultToken", "marshallLocationName" : "ResultToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "evaluationResult", "variableType" : "EvaluationResult", "variableDeclarationType" : "EvaluationResult", "documentation" : null, "simpleType" : "EvaluationResult", "variableSetterType" : "EvaluationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ComplianceType" : { "documentation" : "

                  Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

                  ", "name" : "ComplianceType", "c2jName" : "ComplianceType", "c2jShape" : "ComplianceType", "variable" : { "variableName" : "complianceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "complianceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComplianceType", "marshallLocationName" : "ComplianceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComplianceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

                  \n@param complianceType Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.\n@see ComplianceType*/", "getterDocumentation" : "/**

                  Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

                  \n@return Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.\n@see ComplianceType*/", "fluentSetterDocumentation" : "/**

                  Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

                  \n@param complianceType Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/", "varargSetterDocumentation" : "/**

                  Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

                  \n@param complianceType Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

                  For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComplianceType*/" }, "ResultToken" : { "documentation" : "

                  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.

                  ", "name" : "ResultToken", "c2jName" : "ResultToken", "c2jShape" : "String", "variable" : { "variableName" : "resultToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resultToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResultToken", "marshallLocationName" : "ResultToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigRuleInvokedTime" : { "documentation" : "

                  The time when the AWS Config rule evaluated the AWS resource.

                  ", "name" : "ConfigRuleInvokedTime", "c2jName" : "ConfigRuleInvokedTime", "c2jShape" : "Date", "variable" : { "variableName" : "configRuleInvokedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time when the AWS Config rule evaluated the AWS resource.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "configRuleInvokedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigRuleInvokedTime", "marshallLocationName" : "ConfigRuleInvokedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time when the AWS Config rule evaluated the AWS resource.

                  \n@param configRuleInvokedTime The time when the AWS Config rule evaluated the AWS resource.*/", "getterDocumentation" : "/**

                  The time when the AWS Config rule evaluated the AWS resource.

                  \n@return The time when the AWS Config rule evaluated the AWS resource.*/", "fluentSetterDocumentation" : "/**

                  The time when the AWS Config rule evaluated the AWS resource.

                  \n@param configRuleInvokedTime The time when the AWS Config rule evaluated the AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time when the AWS Config rule evaluated the AWS resource.

                  \n@param configRuleInvokedTime The time when the AWS Config rule evaluated the AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Annotation" : { "documentation" : "

                  Supplementary information about how the evaluation determined the compliance.

                  ", "name" : "Annotation", "c2jName" : "Annotation", "c2jShape" : "StringWithCharLimit256", "variable" : { "variableName" : "annotation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Supplementary information about how the evaluation determined the compliance.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "annotation", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Annotation", "marshallLocationName" : "Annotation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@param annotation Supplementary information about how the evaluation determined the compliance.*/", "getterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@return Supplementary information about how the evaluation determined the compliance.*/", "fluentSetterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@param annotation Supplementary information about how the evaluation determined the compliance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Supplementary information about how the evaluation determined the compliance.

                  \n@param annotation Supplementary information about how the evaluation determined the compliance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResultRecordedTime" : { "documentation" : "

                  The time when AWS Config recorded the evaluation result.

                  ", "name" : "ResultRecordedTime", "c2jName" : "ResultRecordedTime", "c2jShape" : "Date", "variable" : { "variableName" : "resultRecordedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time when AWS Config recorded the evaluation result.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "resultRecordedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResultRecordedTime", "marshallLocationName" : "ResultRecordedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time when AWS Config recorded the evaluation result.

                  \n@param resultRecordedTime The time when AWS Config recorded the evaluation result.*/", "getterDocumentation" : "/**

                  The time when AWS Config recorded the evaluation result.

                  \n@return The time when AWS Config recorded the evaluation result.*/", "fluentSetterDocumentation" : "/**

                  The time when AWS Config recorded the evaluation result.

                  \n@param resultRecordedTime The time when AWS Config recorded the evaluation result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time when AWS Config recorded the evaluation result.

                  \n@param resultRecordedTime The time when AWS Config recorded the evaluation result.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EvaluationResultIdentifier" : { "documentation" : "

                  Uniquely identifies the evaluation result.

                  ", "name" : "EvaluationResultIdentifier", "c2jName" : "EvaluationResultIdentifier", "c2jShape" : "EvaluationResultIdentifier", "variable" : { "variableName" : "evaluationResultIdentifier", "variableType" : "EvaluationResultIdentifier", "variableDeclarationType" : "EvaluationResultIdentifier", "documentation" : "

                  Uniquely identifies the evaluation result.

                  ", "simpleType" : "EvaluationResultIdentifier", "variableSetterType" : "EvaluationResultIdentifier" }, "setterModel" : { "variableName" : "evaluationResultIdentifier", "variableType" : "EvaluationResultIdentifier", "variableDeclarationType" : "EvaluationResultIdentifier", "documentation" : "", "simpleType" : "EvaluationResultIdentifier", "variableSetterType" : "EvaluationResultIdentifier" }, "getterModel" : { "returnType" : "EvaluationResultIdentifier", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationResultIdentifier", "marshallLocationName" : "EvaluationResultIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Uniquely identifies the evaluation result.

                  \n@param evaluationResultIdentifier Uniquely identifies the evaluation result.*/", "getterDocumentation" : "/**

                  Uniquely identifies the evaluation result.

                  \n@return Uniquely identifies the evaluation result.*/", "fluentSetterDocumentation" : "/**

                  Uniquely identifies the evaluation result.

                  \n@param evaluationResultIdentifier Uniquely identifies the evaluation result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Uniquely identifies the evaluation result.

                  \n@param evaluationResultIdentifier Uniquely identifies the evaluation result.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceNotDiscoveredException" : { "c2jName" : "ResourceNotDiscoveredException", "documentation" : "

                  You have specified a resource that is either unknown or has not been discovered.

                  ", "shapeName" : "ResourceNotDiscoveredException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resourceNotDiscoveredException", "variableType" : "ResourceNotDiscoveredException", "variableDeclarationType" : "ResourceNotDiscoveredException", "documentation" : null, "simpleType" : "ResourceNotDiscoveredException", "variableSetterType" : "ResourceNotDiscoveredException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceNotDiscoveredException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidDeliveryChannelNameException" : { "c2jName" : "InvalidDeliveryChannelNameException", "documentation" : "

                  The specified delivery channel name is not valid.

                  ", "shapeName" : "InvalidDeliveryChannelNameException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidDeliveryChannelNameException", "variableType" : "InvalidDeliveryChannelNameException", "variableDeclarationType" : "InvalidDeliveryChannelNameException", "documentation" : null, "simpleType" : "InvalidDeliveryChannelNameException", "variableSetterType" : "InvalidDeliveryChannelNameException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidDeliveryChannelNameException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeConfigurationRecordersRequest" : { "c2jName" : "DescribeConfigurationRecordersRequest", "documentation" : "

                  The input for the DescribeConfigurationRecorders action.

                  ", "shapeName" : "DescribeConfigurationRecordersRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  A list of configuration recorder names.

                  ", "name" : "ConfigurationRecorderNames", "c2jName" : "ConfigurationRecorderNames", "c2jShape" : "ConfigurationRecorderNameList", "variable" : { "variableName" : "configurationRecorderNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list of configuration recorder names.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configurationRecorderNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorderNames", "marshallLocationName" : "ConfigurationRecorderNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecorderName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list of configuration recorder names.

                  \n@param configurationRecorderNames A list of configuration recorder names.*/", "getterDocumentation" : "/**

                  A list of configuration recorder names.

                  \n@return A list of configuration recorder names.*/", "fluentSetterDocumentation" : "/**

                  A list of configuration recorder names.

                  \n@param configurationRecorderNames A list of configuration recorder names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list of configuration recorder names.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationRecorderNames(java.util.Collection)} or {@link #withConfigurationRecorderNames(java.util.Collection)} if you want to override the existing values.

                  \n@param configurationRecorderNames A list of configuration recorder names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeConfigurationRecordersRequest", "variableType" : "DescribeConfigurationRecordersRequest", "variableDeclarationType" : "DescribeConfigurationRecordersRequest", "documentation" : null, "simpleType" : "DescribeConfigurationRecordersRequest", "variableSetterType" : "DescribeConfigurationRecordersRequest" }, "marshaller" : { "action" : "DescribeConfigurationRecorders", "verb" : "POST", "target" : "StarlingDoveService.DescribeConfigurationRecorders", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConfigurationRecorderNames" : { "documentation" : "

                  A list of configuration recorder names.

                  ", "name" : "ConfigurationRecorderNames", "c2jName" : "ConfigurationRecorderNames", "c2jShape" : "ConfigurationRecorderNameList", "variable" : { "variableName" : "configurationRecorderNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list of configuration recorder names.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "configurationRecorderNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationRecorderNames", "marshallLocationName" : "ConfigurationRecorderNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecorderName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list of configuration recorder names.

                  \n@param configurationRecorderNames A list of configuration recorder names.*/", "getterDocumentation" : "/**

                  A list of configuration recorder names.

                  \n@return A list of configuration recorder names.*/", "fluentSetterDocumentation" : "/**

                  A list of configuration recorder names.

                  \n@param configurationRecorderNames A list of configuration recorder names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list of configuration recorder names.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationRecorderNames(java.util.Collection)} or {@link #withConfigurationRecorderNames(java.util.Collection)} if you want to override the existing values.

                  \n@param configurationRecorderNames A list of configuration recorder names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConfigurationItemStatus" : { "c2jName" : "ConfigurationItemStatus", "documentation" : "", "shapeName" : "ConfigurationItemStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Ok", "value" : "Ok" }, { "name" : "Failed", "value" : "Failed" }, { "name" : "Discovered", "value" : "Discovered" }, { "name" : "Deleted", "value" : "Deleted" } ], "variable" : { "variableName" : "configurationItemStatus", "variableType" : "ConfigurationItemStatus", "variableDeclarationType" : "ConfigurationItemStatus", "documentation" : null, "simpleType" : "ConfigurationItemStatus", "variableSetterType" : "ConfigurationItemStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Owner" : { "c2jName" : "Owner", "documentation" : "", "shapeName" : "Owner", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "CUSTOM_LAMBDA", "value" : "CUSTOM_LAMBDA" }, { "name" : "AWS", "value" : "AWS" } ], "variable" : { "variableName" : "owner", "variableType" : "Owner", "variableDeclarationType" : "Owner", "documentation" : null, "simpleType" : "Owner", "variableSetterType" : "Owner" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InsufficientDeliveryPolicyException" : { "c2jName" : "InsufficientDeliveryPolicyException", "documentation" : "

                  Your Amazon S3 bucket policy does not permit AWS Config to write to it.

                  ", "shapeName" : "InsufficientDeliveryPolicyException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "insufficientDeliveryPolicyException", "variableType" : "InsufficientDeliveryPolicyException", "variableDeclarationType" : "InsufficientDeliveryPolicyException", "documentation" : null, "simpleType" : "InsufficientDeliveryPolicyException", "variableSetterType" : "InsufficientDeliveryPolicyException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientDeliveryPolicyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "NoRunningConfigurationRecorderException" : { "c2jName" : "NoRunningConfigurationRecorderException", "documentation" : "

                  There is no configuration recorder running.

                  ", "shapeName" : "NoRunningConfigurationRecorderException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "noRunningConfigurationRecorderException", "variableType" : "NoRunningConfigurationRecorderException", "variableDeclarationType" : "NoRunningConfigurationRecorderException", "documentation" : null, "simpleType" : "NoRunningConfigurationRecorderException", "variableSetterType" : "NoRunningConfigurationRecorderException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoRunningConfigurationRecorderException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "NoSuchBucketException" : { "c2jName" : "NoSuchBucketException", "documentation" : "

                  The specified Amazon S3 bucket does not exist.

                  ", "shapeName" : "NoSuchBucketException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "noSuchBucketException", "variableType" : "NoSuchBucketException", "variableDeclarationType" : "NoSuchBucketException", "documentation" : null, "simpleType" : "NoSuchBucketException", "variableSetterType" : "NoSuchBucketException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchBucketException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ConfigurationRecorderStatus" : { "c2jName" : "ConfigurationRecorderStatus", "documentation" : "

                  The current status of the configuration recorder.

                  ", "shapeName" : "ConfigurationRecorderStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The name of the configuration recorder.

                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the configuration recorder.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the configuration recorder.

                  \n@param name The name of the configuration recorder.*/", "getterDocumentation" : "/**

                  The name of the configuration recorder.

                  \n@return The name of the configuration recorder.*/", "fluentSetterDocumentation" : "/**

                  The name of the configuration recorder.

                  \n@param name The name of the configuration recorder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the configuration recorder.

                  \n@param name The name of the configuration recorder.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time the recorder was last started.

                  ", "name" : "LastStartTime", "c2jName" : "lastStartTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastStartTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time the recorder was last started.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastStartTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStartTime", "marshallLocationName" : "lastStartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time the recorder was last started.

                  \n@param lastStartTime The time the recorder was last started.*/", "getterDocumentation" : "/**

                  The time the recorder was last started.

                  \n@return The time the recorder was last started.*/", "fluentSetterDocumentation" : "/**

                  The time the recorder was last started.

                  \n@param lastStartTime The time the recorder was last started.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time the recorder was last started.

                  \n@param lastStartTime The time the recorder was last started.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time the recorder was last stopped.

                  ", "name" : "LastStopTime", "c2jName" : "lastStopTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastStopTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time the recorder was last stopped.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastStopTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStopTime", "marshallLocationName" : "lastStopTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time the recorder was last stopped.

                  \n@param lastStopTime The time the recorder was last stopped.*/", "getterDocumentation" : "/**

                  The time the recorder was last stopped.

                  \n@return The time the recorder was last stopped.*/", "fluentSetterDocumentation" : "/**

                  The time the recorder was last stopped.

                  \n@param lastStopTime The time the recorder was last stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time the recorder was last stopped.

                  \n@param lastStopTime The time the recorder was last stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Specifies whether the recorder is currently recording or not.

                  ", "name" : "Recording", "c2jName" : "recording", "c2jShape" : "Boolean", "variable" : { "variableName" : "recording", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Specifies whether the recorder is currently recording or not.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "recording", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "recording", "marshallLocationName" : "recording", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Specifies whether the recorder is currently recording or not.

                  \n@param recording Specifies whether the recorder is currently recording or not.*/", "getterDocumentation" : "/**

                  Specifies whether the recorder is currently recording or not.

                  \n@return Specifies whether the recorder is currently recording or not.*/", "fluentSetterDocumentation" : "/**

                  Specifies whether the recorder is currently recording or not.

                  \n@param recording Specifies whether the recorder is currently recording or not.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies whether the recorder is currently recording or not.

                  \n@param recording Specifies whether the recorder is currently recording or not.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The last (previous) status of the recorder.

                  ", "name" : "LastStatus", "c2jName" : "lastStatus", "c2jShape" : "RecorderStatus", "variable" : { "variableName" : "lastStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The last (previous) status of the recorder.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStatus", "marshallLocationName" : "lastStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RecorderStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The last (previous) status of the recorder.

                  \n@param lastStatus The last (previous) status of the recorder.\n@see RecorderStatus*/", "getterDocumentation" : "/**

                  The last (previous) status of the recorder.

                  \n@return The last (previous) status of the recorder.\n@see RecorderStatus*/", "fluentSetterDocumentation" : "/**

                  The last (previous) status of the recorder.

                  \n@param lastStatus The last (previous) status of the recorder.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecorderStatus*/", "varargSetterDocumentation" : "/**

                  The last (previous) status of the recorder.

                  \n@param lastStatus The last (previous) status of the recorder.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecorderStatus*/" }, { "documentation" : "

                  The error code indicating that the recording failed.

                  ", "name" : "LastErrorCode", "c2jName" : "lastErrorCode", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The error code indicating that the recording failed.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastErrorCode", "marshallLocationName" : "lastErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The error code indicating that the recording failed.

                  \n@param lastErrorCode The error code indicating that the recording failed.*/", "getterDocumentation" : "/**

                  The error code indicating that the recording failed.

                  \n@return The error code indicating that the recording failed.*/", "fluentSetterDocumentation" : "/**

                  The error code indicating that the recording failed.

                  \n@param lastErrorCode The error code indicating that the recording failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The error code indicating that the recording failed.

                  \n@param lastErrorCode The error code indicating that the recording failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The message indicating that the recording failed due to an error.

                  ", "name" : "LastErrorMessage", "c2jName" : "lastErrorMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The message indicating that the recording failed due to an error.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastErrorMessage", "marshallLocationName" : "lastErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The message indicating that the recording failed due to an error.

                  \n@param lastErrorMessage The message indicating that the recording failed due to an error.*/", "getterDocumentation" : "/**

                  The message indicating that the recording failed due to an error.

                  \n@return The message indicating that the recording failed due to an error.*/", "fluentSetterDocumentation" : "/**

                  The message indicating that the recording failed due to an error.

                  \n@param lastErrorMessage The message indicating that the recording failed due to an error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The message indicating that the recording failed due to an error.

                  \n@param lastErrorMessage The message indicating that the recording failed due to an error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time when the status was last changed.

                  ", "name" : "LastStatusChangeTime", "c2jName" : "lastStatusChangeTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastStatusChangeTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time when the status was last changed.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastStatusChangeTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStatusChangeTime", "marshallLocationName" : "lastStatusChangeTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time when the status was last changed.

                  \n@param lastStatusChangeTime The time when the status was last changed.*/", "getterDocumentation" : "/**

                  The time when the status was last changed.

                  \n@return The time when the status was last changed.*/", "fluentSetterDocumentation" : "/**

                  The time when the status was last changed.

                  \n@param lastStatusChangeTime The time when the status was last changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time when the status was last changed.

                  \n@param lastStatusChangeTime The time when the status was last changed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "configurationRecorderStatus", "variableType" : "ConfigurationRecorderStatus", "variableDeclarationType" : "ConfigurationRecorderStatus", "documentation" : null, "simpleType" : "ConfigurationRecorderStatus", "variableSetterType" : "ConfigurationRecorderStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                  The name of the configuration recorder.

                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the configuration recorder.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The name of the configuration recorder.

                  \n@param name The name of the configuration recorder.*/", "getterDocumentation" : "/**

                  The name of the configuration recorder.

                  \n@return The name of the configuration recorder.*/", "fluentSetterDocumentation" : "/**

                  The name of the configuration recorder.

                  \n@param name The name of the configuration recorder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the configuration recorder.

                  \n@param name The name of the configuration recorder.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastStatusChangeTime" : { "documentation" : "

                  The time when the status was last changed.

                  ", "name" : "LastStatusChangeTime", "c2jName" : "lastStatusChangeTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastStatusChangeTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time when the status was last changed.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastStatusChangeTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStatusChangeTime", "marshallLocationName" : "lastStatusChangeTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time when the status was last changed.

                  \n@param lastStatusChangeTime The time when the status was last changed.*/", "getterDocumentation" : "/**

                  The time when the status was last changed.

                  \n@return The time when the status was last changed.*/", "fluentSetterDocumentation" : "/**

                  The time when the status was last changed.

                  \n@param lastStatusChangeTime The time when the status was last changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time when the status was last changed.

                  \n@param lastStatusChangeTime The time when the status was last changed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastStatus" : { "documentation" : "

                  The last (previous) status of the recorder.

                  ", "name" : "LastStatus", "c2jName" : "lastStatus", "c2jShape" : "RecorderStatus", "variable" : { "variableName" : "lastStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The last (previous) status of the recorder.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStatus", "marshallLocationName" : "lastStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RecorderStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The last (previous) status of the recorder.

                  \n@param lastStatus The last (previous) status of the recorder.\n@see RecorderStatus*/", "getterDocumentation" : "/**

                  The last (previous) status of the recorder.

                  \n@return The last (previous) status of the recorder.\n@see RecorderStatus*/", "fluentSetterDocumentation" : "/**

                  The last (previous) status of the recorder.

                  \n@param lastStatus The last (previous) status of the recorder.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecorderStatus*/", "varargSetterDocumentation" : "/**

                  The last (previous) status of the recorder.

                  \n@param lastStatus The last (previous) status of the recorder.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecorderStatus*/" }, "LastErrorCode" : { "documentation" : "

                  The error code indicating that the recording failed.

                  ", "name" : "LastErrorCode", "c2jName" : "lastErrorCode", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The error code indicating that the recording failed.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastErrorCode", "marshallLocationName" : "lastErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The error code indicating that the recording failed.

                  \n@param lastErrorCode The error code indicating that the recording failed.*/", "getterDocumentation" : "/**

                  The error code indicating that the recording failed.

                  \n@return The error code indicating that the recording failed.*/", "fluentSetterDocumentation" : "/**

                  The error code indicating that the recording failed.

                  \n@param lastErrorCode The error code indicating that the recording failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The error code indicating that the recording failed.

                  \n@param lastErrorCode The error code indicating that the recording failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastErrorMessage" : { "documentation" : "

                  The message indicating that the recording failed due to an error.

                  ", "name" : "LastErrorMessage", "c2jName" : "lastErrorMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The message indicating that the recording failed due to an error.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastErrorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastErrorMessage", "marshallLocationName" : "lastErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The message indicating that the recording failed due to an error.

                  \n@param lastErrorMessage The message indicating that the recording failed due to an error.*/", "getterDocumentation" : "/**

                  The message indicating that the recording failed due to an error.

                  \n@return The message indicating that the recording failed due to an error.*/", "fluentSetterDocumentation" : "/**

                  The message indicating that the recording failed due to an error.

                  \n@param lastErrorMessage The message indicating that the recording failed due to an error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The message indicating that the recording failed due to an error.

                  \n@param lastErrorMessage The message indicating that the recording failed due to an error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastStopTime" : { "documentation" : "

                  The time the recorder was last stopped.

                  ", "name" : "LastStopTime", "c2jName" : "lastStopTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastStopTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time the recorder was last stopped.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastStopTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStopTime", "marshallLocationName" : "lastStopTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time the recorder was last stopped.

                  \n@param lastStopTime The time the recorder was last stopped.*/", "getterDocumentation" : "/**

                  The time the recorder was last stopped.

                  \n@return The time the recorder was last stopped.*/", "fluentSetterDocumentation" : "/**

                  The time the recorder was last stopped.

                  \n@param lastStopTime The time the recorder was last stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time the recorder was last stopped.

                  \n@param lastStopTime The time the recorder was last stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastStartTime" : { "documentation" : "

                  The time the recorder was last started.

                  ", "name" : "LastStartTime", "c2jName" : "lastStartTime", "c2jShape" : "Date", "variable" : { "variableName" : "lastStartTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The time the recorder was last started.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastStartTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastStartTime", "marshallLocationName" : "lastStartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The time the recorder was last started.

                  \n@param lastStartTime The time the recorder was last started.*/", "getterDocumentation" : "/**

                  The time the recorder was last started.

                  \n@return The time the recorder was last started.*/", "fluentSetterDocumentation" : "/**

                  The time the recorder was last started.

                  \n@param lastStartTime The time the recorder was last started.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time the recorder was last started.

                  \n@param lastStartTime The time the recorder was last started.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Recording" : { "documentation" : "

                  Specifies whether the recorder is currently recording or not.

                  ", "name" : "Recording", "c2jName" : "recording", "c2jShape" : "Boolean", "variable" : { "variableName" : "recording", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Specifies whether the recorder is currently recording or not.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "recording", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "recording", "marshallLocationName" : "recording", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Specifies whether the recorder is currently recording or not.

                  \n@param recording Specifies whether the recorder is currently recording or not.*/", "getterDocumentation" : "/**

                  Specifies whether the recorder is currently recording or not.

                  \n@return Specifies whether the recorder is currently recording or not.*/", "fluentSetterDocumentation" : "/**

                  Specifies whether the recorder is currently recording or not.

                  \n@param recording Specifies whether the recorder is currently recording or not.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies whether the recorder is currently recording or not.

                  \n@param recording Specifies whether the recorder is currently recording or not.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListDiscoveredResourcesRequest" : { "c2jName" : "ListDiscoveredResourcesRequest", "documentation" : "", "shapeName" : "ListDiscoveredResourcesRequest", "deprecated" : false, "required" : [ "resourceType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The type of resources that you want AWS Config to list in the response.

                  ", "name" : "ResourceType", "c2jName" : "resourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of resources that you want AWS Config to list in the response.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceType", "marshallLocationName" : "resourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of resources that you want AWS Config to list in the response.

                  \n@param resourceType The type of resources that you want AWS Config to list in the response.\n@see ResourceType*/", "getterDocumentation" : "/**

                  The type of resources that you want AWS Config to list in the response.

                  \n@return The type of resources that you want AWS Config to list in the response.\n@see ResourceType*/", "fluentSetterDocumentation" : "/**

                  The type of resources that you want AWS Config to list in the response.

                  \n@param resourceType The type of resources that you want AWS Config to list in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**

                  The type of resources that you want AWS Config to list in the response.

                  \n@param resourceType The type of resources that you want AWS Config to list in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, { "documentation" : "

                  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.

                  ", "name" : "ResourceIds", "c2jName" : "resourceIds", "c2jShape" : "ResourceIdList", "variable" : { "variableName" : "resourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceIds", "marshallLocationName" : "resourceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceIds(java.util.Collection)} or {@link #withResourceIds(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  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.

                  ", "name" : "ResourceName", "c2jName" : "resourceName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceName", "marshallLocationName" : "resourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  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.

                  ", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

                  ", "name" : "IncludeDeletedResources", "c2jName" : "includeDeletedResources", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeDeletedResources", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "includeDeletedResources", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "includeDeletedResources", "marshallLocationName" : "includeDeletedResources", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

                  \n@param includeDeletedResources Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.*/", "getterDocumentation" : "/**

                  Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

                  \n@return Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.*/", "fluentSetterDocumentation" : "/**

                  Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

                  \n@param includeDeletedResources Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

                  \n@param includeDeletedResources Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

                  The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

                  The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDiscoveredResourcesRequest", "variableType" : "ListDiscoveredResourcesRequest", "variableDeclarationType" : "ListDiscoveredResourcesRequest", "documentation" : null, "simpleType" : "ListDiscoveredResourcesRequest", "variableSetterType" : "ListDiscoveredResourcesRequest" }, "marshaller" : { "action" : "ListDiscoveredResources", "verb" : "POST", "target" : "StarlingDoveService.ListDiscoveredResources", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                  The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "getterDocumentation" : "/**

                  The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

                  \n@return The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.*/", "fluentSetterDocumentation" : "/**

                  The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

                  \n@param nextToken The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IncludeDeletedResources" : { "documentation" : "

                  Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

                  ", "name" : "IncludeDeletedResources", "c2jName" : "includeDeletedResources", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeDeletedResources", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "includeDeletedResources", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "includeDeletedResources", "marshallLocationName" : "includeDeletedResources", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

                  \n@param includeDeletedResources Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.*/", "getterDocumentation" : "/**

                  Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

                  \n@return Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.*/", "fluentSetterDocumentation" : "/**

                  Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

                  \n@param includeDeletedResources Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

                  \n@param includeDeletedResources Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

                  The type of resources that you want AWS Config to list in the response.

                  ", "name" : "ResourceType", "c2jName" : "resourceType", "c2jShape" : "ResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of resources that you want AWS Config to list in the response.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceType", "marshallLocationName" : "resourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of resources that you want AWS Config to list in the response.

                  \n@param resourceType The type of resources that you want AWS Config to list in the response.\n@see ResourceType*/", "getterDocumentation" : "/**

                  The type of resources that you want AWS Config to list in the response.

                  \n@return The type of resources that you want AWS Config to list in the response.\n@see ResourceType*/", "fluentSetterDocumentation" : "/**

                  The type of resources that you want AWS Config to list in the response.

                  \n@param resourceType The type of resources that you want AWS Config to list in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/", "varargSetterDocumentation" : "/**

                  The type of resources that you want AWS Config to list in the response.

                  \n@param resourceType The type of resources that you want AWS Config to list in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/" }, "ResourceIds" : { "documentation" : "

                  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.

                  ", "name" : "ResourceIds", "c2jName" : "resourceIds", "c2jShape" : "ResourceIdList", "variable" : { "variableName" : "resourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceIds", "marshallLocationName" : "resourceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceIds(java.util.Collection)} or {@link #withResourceIds(java.util.Collection)} if you want to override the existing values.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceName" : { "documentation" : "

                  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.

                  ", "name" : "ResourceName", "c2jName" : "resourceName", "c2jShape" : "ResourceName", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceName", "marshallLocationName" : "resourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

                  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.

                  ", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : { "DescribeComplianceByConfigRule" : { "methodForms" : [ [ ] ] }, "DescribeConfigRuleEvaluationStatus" : { "methodForms" : [ [ ] ] }, "DescribeDeliveryChannels" : { "methodForms" : [ [ ] ] }, "DescribeDeliveryChannelStatus" : { "methodForms" : [ [ ] ] }, "DescribeConfigurationRecorders" : { "methodForms" : [ [ ] ] }, "DescribeConfigRules" : { "methodForms" : [ [ ] ] }, "DescribeComplianceByResource" : { "methodForms" : [ [ ] ] }, "DescribeConfigurationRecorderStatus" : { "methodForms" : [ [ ] ] }, "GetComplianceSummaryByConfigRule" : { "methodForms" : [ [ ] ] }, "GetComplianceSummaryByResourceType" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory", "exceptionUnmarshallerImpl" : null }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy