
models.config-2014-11-12-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-osgi Show documentation
{
"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,
"syncClientBuilderClassName" : "AmazonConfigClientBuilder",
"asyncClientBuilderClassName" : "AmazonConfigAsyncClientBuilder",
"serviceName" : "Config Service",
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"jsonProtocol" : true
},
"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 or the rule is deleting your evaluation results. Try your request again later.
"
} ],
"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"
},
"DeleteEvaluationResults" : {
"documentation" : "Deletes the evaluation results for the specified Config rule. You can specify one Config rule per request. After you delete the evaluation results, you can call the StartConfigRulesEvaluation API to start evaluating your AWS resources against the rule.
",
"operationName" : "DeleteEvaluationResults",
"deprecated" : false,
"input" : {
"variableName" : "deleteEvaluationResultsRequest",
"variableType" : "DeleteEvaluationResultsRequest",
"variableDeclarationType" : "DeleteEvaluationResultsRequest",
"documentation" : "",
"simpleType" : "DeleteEvaluationResultsRequest",
"variableSetterType" : "DeleteEvaluationResultsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteEvaluationResultsResult",
"documentation" : "The output when you delete the evaluation results for the specified Config rule.
"
},
"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 or the rule is deleting your evaluation results. Try your request again later.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteEvaluationResultsResult",
"asyncReturnType" : "DeleteEvaluationResultsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteEvaluationResults"
},
"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 custom 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 custom 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 custom Config rules and AWS managed Config rules. A custom Config rule is a rule that you develop and maintain. An AWS managed Config rule is a customizable, predefined rule that AWS Config provides.
If you are adding a new custom 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 or the rule is deleting your evaluation results. Try your request again later.
"
}, {
"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"
},
"StartConfigRulesEvaluation" : {
"documentation" : "Evaluates your resources against the specified Config rules. You can specify up to 25 Config rules per request.
An existing StartConfigRulesEvaluation call must complete for the rules that you specified before you can call the API again. If you chose to have AWS Config stream to an Amazon SNS topic, you will receive a notification when the evaluation starts.
",
"operationName" : "StartConfigRulesEvaluation",
"deprecated" : false,
"input" : {
"variableName" : "startConfigRulesEvaluationRequest",
"variableType" : "StartConfigRulesEvaluationRequest",
"variableDeclarationType" : "StartConfigRulesEvaluationRequest",
"documentation" : "",
"simpleType" : "StartConfigRulesEvaluationRequest",
"variableSetterType" : "StartConfigRulesEvaluationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "StartConfigRulesEvaluationResult",
"documentation" : "The output when you start the evaluation for the specified Config rule.
"
},
"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" : "LimitExceededException",
"documentation" : "This exception is thrown when the previous StartConfigRulesEvaluation call is in progress or a previous evaluation is in progress.
"
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The rule is currently being deleted or the rule is deleting your evaluation results. Try your request again later.
"
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "StartConfigRulesEvaluationResult",
"asyncReturnType" : "StartConfigRulesEvaluationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "startConfigRulesEvaluation"
},
"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" : {
"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" : { }
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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.*/"
}
}
},
"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" : { }
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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" : {
"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*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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*/"
},
"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.*/"
},
"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.*/"
}
}
},
"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" : { }
},
"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.*/"
}
}
},
"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" : {
"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.*/"
},
"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.*/"
},
"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*/"
}
}
},
"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" : { }
},
"ResourceInUseException" : {
"c2jName" : "ResourceInUseException",
"documentation" : "The rule is currently being deleted or the rule is deleting your evaluation results. Try your request again later.
",
"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" : { }
},
"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" : { }
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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.
\nNOTE: 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" : {
"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.*/"
},
"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.
\nNOTE: 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*/"
},
"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.*/"
}
}
},
"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 and at a periodic frequency that you choose (for example, every 24 hours).
You can use the AWS CLI and AWS SDKs if you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.
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 notifications 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 notifications 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 notifications that cause the function to evaluate your AWS resources.
\n@param source Provides the rule owner (AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.*/",
"getterDocumentation" : "/**Provides the rule owner (AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
\n@return Provides the rule owner (AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.*/",
"fluentSetterDocumentation" : "/**Provides the rule owner (AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
\n@param source Provides the rule owner (AWS or customer), the rule identifier, and the notifications 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 notifications that cause the function to evaluate your AWS resources.
\n@param source Provides the rule owner (AWS or customer), the rule identifier, and the notifications 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" : "If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.
",
"name" : "MaximumExecutionFrequency",
"c2jName" : "MaximumExecutionFrequency",
"c2jShape" : "MaximumExecutionFrequency",
"variable" : {
"variableName" : "maximumExecutionFrequency",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.
",
"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" : "/**If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.
\n@param maximumExecutionFrequency If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object. If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.\n@see MaximumExecutionFrequency*/",
"getterDocumentation" : "/**
If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.
\n@return If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object. If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.\n@see MaximumExecutionFrequency*/",
"fluentSetterDocumentation" : "/**
If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.
\n@param maximumExecutionFrequency If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object. If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MaximumExecutionFrequency*/",
"varargSetterDocumentation" : "/**
If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.
\n@param maximumExecutionFrequency If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object. If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.\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 is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
",
"name" : "ConfigRuleState",
"c2jName" : "ConfigRuleState",
"c2jShape" : "ConfigRuleState",
"variable" : {
"variableName" : "configRuleState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
",
"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 is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
\n@param configRuleState Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule. AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.\n@see ConfigRuleState*/",
"getterDocumentation" : "/**
Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
\n@return Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule. AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.\n@see ConfigRuleState*/",
"fluentSetterDocumentation" : "/**
Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
\n@param configRuleState Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule. AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.\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 is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
\n@param configRuleState Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule. AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.\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" : {
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
},
"Source" : {
"documentation" : "Provides the rule owner (AWS or customer), the rule identifier, and the notifications 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 notifications 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 notifications that cause the function to evaluate your AWS resources.
\n@param source Provides the rule owner (AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.*/",
"getterDocumentation" : "/**Provides the rule owner (AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
\n@return Provides the rule owner (AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.*/",
"fluentSetterDocumentation" : "/**Provides the rule owner (AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
\n@param source Provides the rule owner (AWS or customer), the rule identifier, and the notifications 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 notifications that cause the function to evaluate your AWS resources.
\n@param source Provides the rule owner (AWS or customer), the rule identifier, and the notifications 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.*/"
},
"MaximumExecutionFrequency" : {
"documentation" : "If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.
",
"name" : "MaximumExecutionFrequency",
"c2jName" : "MaximumExecutionFrequency",
"c2jShape" : "MaximumExecutionFrequency",
"variable" : {
"variableName" : "maximumExecutionFrequency",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.
",
"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" : "/**If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.
\n@param maximumExecutionFrequency If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object. If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.\n@see MaximumExecutionFrequency*/",
"getterDocumentation" : "/**
If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.
\n@return If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object. If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.\n@see MaximumExecutionFrequency*/",
"fluentSetterDocumentation" : "/**
If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.
\n@param maximumExecutionFrequency If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object. If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MaximumExecutionFrequency*/",
"varargSetterDocumentation" : "/**
If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.
\n@param maximumExecutionFrequency If you want to create a rule that evaluates at a frequency that is independent of the configuration snapshot delivery, use the MaximumExecutionFrequency
parameter in the SourceDetail object. If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
A rule that runs an evaluation when AWS Config delivers a configuration snapshot cannot run evaluations more frequently than AWS Config delivers the snapshots. Set the value of the MaximumExecutionFrequency
to be equal to or greater than the value of the deliveryFrequency
key, which is part of ConfigSnapshotDeliveryProperties
.
For more information, see ConfigSnapshotDeliveryProperties.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MaximumExecutionFrequency*/"
},
"ConfigRuleState" : {
"documentation" : "
Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
",
"name" : "ConfigRuleState",
"c2jName" : "ConfigRuleState",
"c2jShape" : "ConfigRuleState",
"variable" : {
"variableName" : "configRuleState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
",
"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 is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
\n@param configRuleState Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule. AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.\n@see ConfigRuleState*/",
"getterDocumentation" : "/**
Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
\n@return Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule. AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.\n@see ConfigRuleState*/",
"fluentSetterDocumentation" : "/**
Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
\n@param configRuleState Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule. AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.\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 is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
\n@param configRuleState Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule. AWS Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
AWS Config sets the state of a rule to DELETING
temporarily after you use the DeleteConfigRule
request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigRuleState*/"
},
"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.*/"
}
}
},
"DeleteEvaluationResultsRequest" : {
"c2jName" : "DeleteEvaluationResultsRequest",
"documentation" : "",
"shapeName" : "DeleteEvaluationResultsRequest",
"deprecated" : false,
"required" : [ "ConfigRuleName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the Config rule for which you want to delete the evaluation results.
",
"name" : "ConfigRuleName",
"c2jName" : "ConfigRuleName",
"c2jShape" : "StringWithCharLimit64",
"variable" : {
"variableName" : "configRuleName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Config rule for which you want to delete the evaluation results.
",
"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 Config rule for which you want to delete the evaluation results.
\n@param configRuleName The name of the Config rule for which you want to delete the evaluation results.*/",
"getterDocumentation" : "/**The name of the Config rule for which you want to delete the evaluation results.
\n@return The name of the Config rule for which you want to delete the evaluation results.*/",
"fluentSetterDocumentation" : "/**The name of the Config rule for which you want to delete the evaluation results.
\n@param configRuleName The name of the Config rule for which you want to delete the evaluation results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Config rule for which you want to delete the evaluation results.
\n@param configRuleName The name of the Config rule for which you want to delete the evaluation results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteEvaluationResultsRequest",
"variableType" : "DeleteEvaluationResultsRequest",
"variableDeclarationType" : "DeleteEvaluationResultsRequest",
"documentation" : null,
"simpleType" : "DeleteEvaluationResultsRequest",
"variableSetterType" : "DeleteEvaluationResultsRequest"
},
"marshaller" : {
"action" : "DeleteEvaluationResults",
"verb" : "POST",
"target" : "StarlingDoveService.DeleteEvaluationResults",
"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 Config rule for which you want to delete the evaluation results.
",
"name" : "ConfigRuleName",
"c2jName" : "ConfigRuleName",
"c2jShape" : "StringWithCharLimit64",
"variable" : {
"variableName" : "configRuleName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Config rule for which you want to delete the evaluation results.
",
"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 Config rule for which you want to delete the evaluation results.
\n@param configRuleName The name of the Config rule for which you want to delete the evaluation results.*/",
"getterDocumentation" : "/**The name of the Config rule for which you want to delete the evaluation results.
\n@return The name of the Config rule for which you want to delete the evaluation results.*/",
"fluentSetterDocumentation" : "/**The name of the Config rule for which you want to delete the evaluation results.
\n@param configRuleName The name of the Config rule for which you want to delete the evaluation results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Config rule for which you want to delete the evaluation results.
\n@param configRuleName The name of the Config rule for which you want to delete the evaluation results.\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" : {
"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.*/"
},
"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.*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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
.
\nNOTE: 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
.
\nNOTE: 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.*/"
}
}
},
"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" : {
"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*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
}
}
},
"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" : {
"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*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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" : {
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
}
}
},
"ConfigSnapshotDeliveryProperties" : {
"c2jName" : "ConfigSnapshotDeliveryProperties",
"documentation" : "Shows the options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.
If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:
The frequency for a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot is set by one of two values, depending on which is less frequent:
-
The value for the deliveryFrequency
parameter within the delivery channel configuration, which sets how often AWS Config delivers configuration snapshots. This value also sets how often AWS Config invokes evaluations for Config rules.
-
The value for the MaximumExecutionFrequency
parameter, which sets the maximum frequency with which AWS Config invokes evaluations for the rule. For more information, see ConfigRule.
If the deliveryFrequency
value is less frequent than the MaximumExecutionFrequency
value for a rule, AWS Config invokes the rule only as often as the deliveryFrequency
value.
-
For example, you have a rule and you specify the MaximumExecutionFrequency
value to be Six_Hours
.
-
You then specify the delivery channel deliveryFrequency
value to TwentyFour_Hours
.
-
Because the value for deliveryFrequency
is less frequent than MaximumExecutionFrequency
, AWS Config invokes evaluations for the rule every 24 hours.
You should set the MaximumExecutionFrequency
value to be at least as frequent as the deliveryFrequency
value. You can view the deliveryFrequency
value by using the DescribeDeliveryChannnels
action.
To update the frequency with which AWS Config delivers your configuration snapshots, use the PutDeliveryChannel
action.
",
"shapeName" : "ConfigSnapshotDeliveryProperties",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The frequency with which AWS Config delivers configuration snapshots.
",
"name" : "DeliveryFrequency",
"c2jName" : "deliveryFrequency",
"c2jShape" : "MaximumExecutionFrequency",
"variable" : {
"variableName" : "deliveryFrequency",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The frequency with which AWS Config 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 delivers configuration snapshots.
\n@param deliveryFrequency The frequency with which AWS Config delivers configuration snapshots.\n@see MaximumExecutionFrequency*/",
"getterDocumentation" : "/**The frequency with which AWS Config delivers configuration snapshots.
\n@return The frequency with which AWS Config delivers configuration snapshots.\n@see MaximumExecutionFrequency*/",
"fluentSetterDocumentation" : "/**The frequency with which AWS Config delivers configuration snapshots.
\n@param deliveryFrequency The frequency with which AWS Config 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 delivers configuration snapshots.
\n@param deliveryFrequency The frequency with which AWS Config 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 delivers configuration snapshots.
",
"name" : "DeliveryFrequency",
"c2jName" : "deliveryFrequency",
"c2jShape" : "MaximumExecutionFrequency",
"variable" : {
"variableName" : "deliveryFrequency",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The frequency with which AWS Config 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 delivers configuration snapshots.
\n@param deliveryFrequency The frequency with which AWS Config delivers configuration snapshots.\n@see MaximumExecutionFrequency*/",
"getterDocumentation" : "/**The frequency with which AWS Config delivers configuration snapshots.
\n@return The frequency with which AWS Config delivers configuration snapshots.\n@see MaximumExecutionFrequency*/",
"fluentSetterDocumentation" : "/**The frequency with which AWS Config delivers configuration snapshots.
\n@param deliveryFrequency The frequency with which AWS Config 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 delivers configuration snapshots.
\n@param deliveryFrequency The frequency with which AWS Config delivers configuration snapshots.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MaximumExecutionFrequency*/"
}
}
},
"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" : { }
},
"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" : { }
},
"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" : { }
},
"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.
\nNOTE: 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