
models.config-2014-11-12-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-config 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,
"jsonProtocol" : true,
"serviceName" : "Config Service",
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller"
},
"operations" : {
"DeleteConfigRule" : {
"documentation" : "Deletes the specified AWS Config rule and all of its evaluation results.
AWS Config sets the state of a rule to DELETING
until the deletion is complete. You cannot update a rule while it is in this state. If you make a PutConfigRule
or DeleteConfigRule
request for the rule, you will receive a ResourceInUseException
.
You can check the state of a rule by using the DescribeConfigRules
request.
",
"operationName" : "DeleteConfigRule",
"deprecated" : false,
"input" : {
"variableName" : "deleteConfigRuleRequest",
"variableType" : "DeleteConfigRuleRequest",
"variableDeclarationType" : "DeleteConfigRuleRequest",
"documentation" : "",
"simpleType" : "DeleteConfigRuleRequest",
"variableSetterType" : "DeleteConfigRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteConfigRuleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "NoSuchConfigRuleException",
"documentation" : "One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
"
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The rule is currently being deleted. Wait for a while and try again.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteConfigRuleResult",
"asyncReturnType" : "DeleteConfigRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteConfigRule"
},
"DeleteConfigurationRecorder" : {
"documentation" : "Deletes the configuration recorder.
After the configuration recorder is deleted, AWS Config will not record resource configuration changes until you create a new configuration recorder.
This action does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the GetResourceConfigHistory
action, but you will not be able to access this information in the AWS Config console until you create a new configuration recorder.
",
"operationName" : "DeleteConfigurationRecorder",
"deprecated" : false,
"input" : {
"variableName" : "deleteConfigurationRecorderRequest",
"variableType" : "DeleteConfigurationRecorderRequest",
"variableDeclarationType" : "DeleteConfigurationRecorderRequest",
"documentation" : "The request object for the DeleteConfigurationRecorder
action.
",
"simpleType" : "DeleteConfigurationRecorderRequest",
"variableSetterType" : "DeleteConfigurationRecorderRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteConfigurationRecorderResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "NoSuchConfigurationRecorderException",
"documentation" : "You have specified a configuration recorder that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteConfigurationRecorderResult",
"asyncReturnType" : "DeleteConfigurationRecorderResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteConfigurationRecorder"
},
"DeleteDeliveryChannel" : {
"documentation" : "Deletes the delivery channel.
Before you can delete the delivery channel, you must stop the configuration recorder by using the StopConfigurationRecorder action.
",
"operationName" : "DeleteDeliveryChannel",
"deprecated" : false,
"input" : {
"variableName" : "deleteDeliveryChannelRequest",
"variableType" : "DeleteDeliveryChannelRequest",
"variableDeclarationType" : "DeleteDeliveryChannelRequest",
"documentation" : " The input for the DeleteDeliveryChannel action. The action accepts the following data in JSON format.
",
"simpleType" : "DeleteDeliveryChannelRequest",
"variableSetterType" : "DeleteDeliveryChannelRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteDeliveryChannelResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "NoSuchDeliveryChannelException",
"documentation" : "You have specified a delivery channel that does not exist.
"
}, {
"exceptionName" : "LastDeliveryChannelDeleteFailedException",
"documentation" : "You cannot delete the delivery channel you specified because the configuration recorder is running.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteDeliveryChannelResult",
"asyncReturnType" : "DeleteDeliveryChannelResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteDeliveryChannel"
},
"DeliverConfigSnapshot" : {
"documentation" : "Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, AWS Config sends following notifications using an Amazon SNS topic that you have specified.
- Notification of starting the delivery.
- Notification of delivery completed, if the delivery was successfully completed.
- Notification of delivery failure, if the delivery failed to complete.
",
"operationName" : "DeliverConfigSnapshot",
"deprecated" : false,
"input" : {
"variableName" : "deliverConfigSnapshotRequest",
"variableType" : "DeliverConfigSnapshotRequest",
"variableDeclarationType" : "DeliverConfigSnapshotRequest",
"documentation" : " The input for the DeliverConfigSnapshot action.
",
"simpleType" : "DeliverConfigSnapshotRequest",
"variableSetterType" : "DeliverConfigSnapshotRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeliverConfigSnapshotResult",
"documentation" : " The output for the DeliverConfigSnapshot action in JSON format.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchDeliveryChannelException",
"documentation" : "You have specified a delivery channel that does not exist.
"
}, {
"exceptionName" : "NoAvailableConfigurationRecorderException",
"documentation" : "There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
"
}, {
"exceptionName" : "NoRunningConfigurationRecorderException",
"documentation" : "There is no configuration recorder running.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeliverConfigSnapshotResult",
"asyncReturnType" : "DeliverConfigSnapshotResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deliverConfigSnapshot"
},
"DescribeComplianceByConfigRule" : {
"documentation" : "Indicates whether the specified AWS Config rules are compliant. If a rule is noncompliant, this action returns the number of AWS resources that do not comply with the rule.
A rule is compliant if all of the evaluated resources comply with it, and it is noncompliant if any of these resources do not comply.
If AWS Config has no current evaluation results for the rule, it returns INSUFFICIENT_DATA
. This result might indicate one of the following conditions:
- AWS Config has never invoked an evaluation for the rule. To check whether it has, use the
DescribeConfigRuleEvaluationStatus
action to get the LastSuccessfulInvocationTime
and LastFailedInvocationTime
. - The rule's AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role that you assigned to your configuration recorder includes the
config:PutEvaluations
permission. If the rule is a customer managed rule, verify that the AWS Lambda execution role includes the config:PutEvaluations
permission. - The rule's AWS Lambda function has returned
NOT_APPLICABLE
for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.
",
"operationName" : "DescribeComplianceByConfigRule",
"deprecated" : false,
"input" : {
"variableName" : "describeComplianceByConfigRuleRequest",
"variableType" : "DescribeComplianceByConfigRuleRequest",
"variableDeclarationType" : "DescribeComplianceByConfigRuleRequest",
"documentation" : "",
"simpleType" : "DescribeComplianceByConfigRuleRequest",
"variableSetterType" : "DescribeComplianceByConfigRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeComplianceByConfigRuleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
"
}, {
"exceptionName" : "NoSuchConfigRuleException",
"documentation" : "One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeComplianceByConfigRuleResult",
"asyncReturnType" : "DescribeComplianceByConfigRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeComplianceByConfigRule"
},
"DescribeComplianceByResource" : {
"documentation" : "Indicates whether the specified AWS resources are compliant. If a resource is noncompliant, this action returns the number of AWS Config rules that the resource does not comply with.
A resource is compliant if it complies with all the AWS Config rules that evaluate it. It is noncompliant if it does not comply with one or more of these rules.
If AWS Config has no current evaluation results for the resource, it returns INSUFFICIENT_DATA
. This result might indicate one of the following conditions about the rules that evaluate the resource:
- AWS Config has never invoked an evaluation for the rule. To check whether it has, use the
DescribeConfigRuleEvaluationStatus
action to get the LastSuccessfulInvocationTime
and LastFailedInvocationTime
. - The rule's AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role that you assigned to your configuration recorder includes the
config:PutEvaluations
permission. If the rule is a customer managed rule, verify that the AWS Lambda execution role includes the config:PutEvaluations
permission. - The rule's AWS Lambda function has returned
NOT_APPLICABLE
for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.
",
"operationName" : "DescribeComplianceByResource",
"deprecated" : false,
"input" : {
"variableName" : "describeComplianceByResourceRequest",
"variableType" : "DescribeComplianceByResourceRequest",
"variableDeclarationType" : "DescribeComplianceByResourceRequest",
"documentation" : "",
"simpleType" : "DescribeComplianceByResourceRequest",
"variableSetterType" : "DescribeComplianceByResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeComplianceByResourceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The specified next token is invalid. Specify the nextToken
string that was returned in the previous response to get the next page of results.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeComplianceByResourceResult",
"asyncReturnType" : "DescribeComplianceByResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeComplianceByResource"
},
"DescribeConfigRuleEvaluationStatus" : {
"documentation" : "Returns status information for each of your AWS managed Config rules. The status includes information such as the last time AWS Config invoked the rule, the last time AWS Config failed to invoke the rule, and the related error for the last failure.
",
"operationName" : "DescribeConfigRuleEvaluationStatus",
"deprecated" : false,
"input" : {
"variableName" : "describeConfigRuleEvaluationStatusRequest",
"variableType" : "DescribeConfigRuleEvaluationStatusRequest",
"variableDeclarationType" : "DescribeConfigRuleEvaluationStatusRequest",
"documentation" : "",
"simpleType" : "DescribeConfigRuleEvaluationStatusRequest",
"variableSetterType" : "DescribeConfigRuleEvaluationStatusRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeConfigRuleEvaluationStatusResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "NoSuchConfigRuleException",
"documentation" : "One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeConfigRuleEvaluationStatusResult",
"asyncReturnType" : "DescribeConfigRuleEvaluationStatusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeConfigRuleEvaluationStatus"
},
"DescribeConfigRules" : {
"documentation" : "Returns details about your AWS Config rules.
",
"operationName" : "DescribeConfigRules",
"deprecated" : false,
"input" : {
"variableName" : "describeConfigRulesRequest",
"variableType" : "DescribeConfigRulesRequest",
"variableDeclarationType" : "DescribeConfigRulesRequest",
"documentation" : "",
"simpleType" : "DescribeConfigRulesRequest",
"variableSetterType" : "DescribeConfigRulesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeConfigRulesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "NoSuchConfigRuleException",
"documentation" : "One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeConfigRulesResult",
"asyncReturnType" : "DescribeConfigRulesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeConfigRules"
},
"DescribeConfigurationRecorderStatus" : {
"documentation" : "Returns the current status of the specified configuration recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorder associated with the account.
Currently, you can specify only one configuration recorder per account.
",
"operationName" : "DescribeConfigurationRecorderStatus",
"deprecated" : false,
"input" : {
"variableName" : "describeConfigurationRecorderStatusRequest",
"variableType" : "DescribeConfigurationRecorderStatusRequest",
"variableDeclarationType" : "DescribeConfigurationRecorderStatusRequest",
"documentation" : "The input for the DescribeConfigurationRecorderStatus action.
",
"simpleType" : "DescribeConfigurationRecorderStatusRequest",
"variableSetterType" : "DescribeConfigurationRecorderStatusRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeConfigurationRecorderStatusResult",
"documentation" : "The output for the DescribeConfigurationRecorderStatus action in JSON format.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchConfigurationRecorderException",
"documentation" : "You have specified a configuration recorder that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeConfigurationRecorderStatusResult",
"asyncReturnType" : "DescribeConfigurationRecorderStatusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeConfigurationRecorderStatus"
},
"DescribeConfigurationRecorders" : {
"documentation" : "Returns the name of one or more specified configuration recorders. If the recorder name is not specified, this action returns the names of all the configuration recorders associated with the account.
Currently, you can specify only one configuration recorder per account.
",
"operationName" : "DescribeConfigurationRecorders",
"deprecated" : false,
"input" : {
"variableName" : "describeConfigurationRecordersRequest",
"variableType" : "DescribeConfigurationRecordersRequest",
"variableDeclarationType" : "DescribeConfigurationRecordersRequest",
"documentation" : "The input for the DescribeConfigurationRecorders action.
",
"simpleType" : "DescribeConfigurationRecordersRequest",
"variableSetterType" : "DescribeConfigurationRecordersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeConfigurationRecordersResult",
"documentation" : "The output for the DescribeConfigurationRecorders action.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchConfigurationRecorderException",
"documentation" : "You have specified a configuration recorder that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeConfigurationRecordersResult",
"asyncReturnType" : "DescribeConfigurationRecordersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeConfigurationRecorders"
},
"DescribeDeliveryChannelStatus" : {
"documentation" : "Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status of all delivery channels associated with the account.
Currently, you can specify only one delivery channel per account.
",
"operationName" : "DescribeDeliveryChannelStatus",
"deprecated" : false,
"input" : {
"variableName" : "describeDeliveryChannelStatusRequest",
"variableType" : "DescribeDeliveryChannelStatusRequest",
"variableDeclarationType" : "DescribeDeliveryChannelStatusRequest",
"documentation" : "The input for the DeliveryChannelStatus action.
",
"simpleType" : "DescribeDeliveryChannelStatusRequest",
"variableSetterType" : "DescribeDeliveryChannelStatusRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeDeliveryChannelStatusResult",
"documentation" : "The output for the DescribeDeliveryChannelStatus action.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchDeliveryChannelException",
"documentation" : "You have specified a delivery channel that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeDeliveryChannelStatusResult",
"asyncReturnType" : "DescribeDeliveryChannelStatusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeDeliveryChannelStatus"
},
"DescribeDeliveryChannels" : {
"documentation" : "Returns details about the specified delivery channel. If a delivery channel is not specified, this action returns the details of all delivery channels associated with the account.
Currently, you can specify only one delivery channel per account.
",
"operationName" : "DescribeDeliveryChannels",
"deprecated" : false,
"input" : {
"variableName" : "describeDeliveryChannelsRequest",
"variableType" : "DescribeDeliveryChannelsRequest",
"variableDeclarationType" : "DescribeDeliveryChannelsRequest",
"documentation" : "The input for the DescribeDeliveryChannels action.
",
"simpleType" : "DescribeDeliveryChannelsRequest",
"variableSetterType" : "DescribeDeliveryChannelsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeDeliveryChannelsResult",
"documentation" : "The output for the DescribeDeliveryChannels action.
"
},
"exceptions" : [ {
"exceptionName" : "NoSuchDeliveryChannelException",
"documentation" : "You have specified a delivery channel that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeDeliveryChannelsResult",
"asyncReturnType" : "DescribeDeliveryChannelsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeDeliveryChannels"
},
"GetComplianceDetailsByConfigRule" : {
"documentation" : "Returns the evaluation results for the specified AWS Config rule. The results indicate which AWS resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.
",
"operationName" : "GetComplianceDetailsByConfigRule",
"deprecated" : false,
"input" : {
"variableName" : "getComplianceDetailsByConfigRuleRequest",
"variableType" : "GetComplianceDetailsByConfigRuleRequest",
"variableDeclarationType" : "GetComplianceDetailsByConfigRuleRequest",
"documentation" : "",
"simpleType" : "GetComplianceDetailsByConfigRuleRequest",
"variableSetterType" : "GetComplianceDetailsByConfigRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetComplianceDetailsByConfigRuleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The specified next token is invalid. Specify the nextToken
string that was returned in the previous response to get the next page of results.
"
}, {
"exceptionName" : "NoSuchConfigRuleException",
"documentation" : "One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetComplianceDetailsByConfigRuleResult",
"asyncReturnType" : "GetComplianceDetailsByConfigRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "getComplianceDetailsByConfigRule"
},
"GetComplianceDetailsByResource" : {
"documentation" : "Returns the evaluation results for the specified AWS resource. The results indicate which AWS Config rules were used to evaluate the resource, when each rule was last used, and whether the resource complies with each rule.
",
"operationName" : "GetComplianceDetailsByResource",
"deprecated" : false,
"input" : {
"variableName" : "getComplianceDetailsByResourceRequest",
"variableType" : "GetComplianceDetailsByResourceRequest",
"variableDeclarationType" : "GetComplianceDetailsByResourceRequest",
"documentation" : "",
"simpleType" : "GetComplianceDetailsByResourceRequest",
"variableSetterType" : "GetComplianceDetailsByResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetComplianceDetailsByResourceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetComplianceDetailsByResourceResult",
"asyncReturnType" : "GetComplianceDetailsByResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "getComplianceDetailsByResource"
},
"GetComplianceSummaryByConfigRule" : {
"documentation" : "Returns the number of AWS Config rules that are compliant and noncompliant, up to a maximum of 25 for each.
",
"operationName" : "GetComplianceSummaryByConfigRule",
"deprecated" : false,
"input" : {
"variableName" : "getComplianceSummaryByConfigRuleRequest",
"variableType" : "GetComplianceSummaryByConfigRuleRequest",
"variableDeclarationType" : "GetComplianceSummaryByConfigRuleRequest",
"documentation" : null,
"simpleType" : "GetComplianceSummaryByConfigRuleRequest",
"variableSetterType" : "GetComplianceSummaryByConfigRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetComplianceSummaryByConfigRuleResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetComplianceSummaryByConfigRuleResult",
"asyncReturnType" : "GetComplianceSummaryByConfigRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "getComplianceSummaryByConfigRule"
},
"GetComplianceSummaryByResourceType" : {
"documentation" : "Returns the number of resources that are compliant and the number that are noncompliant. You can specify one or more resource types to get these numbers for each resource type. The maximum number returned is 100.
",
"operationName" : "GetComplianceSummaryByResourceType",
"deprecated" : false,
"input" : {
"variableName" : "getComplianceSummaryByResourceTypeRequest",
"variableType" : "GetComplianceSummaryByResourceTypeRequest",
"variableDeclarationType" : "GetComplianceSummaryByResourceTypeRequest",
"documentation" : "",
"simpleType" : "GetComplianceSummaryByResourceTypeRequest",
"variableSetterType" : "GetComplianceSummaryByResourceTypeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetComplianceSummaryByResourceTypeResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetComplianceSummaryByResourceTypeResult",
"asyncReturnType" : "GetComplianceSummaryByResourceTypeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "getComplianceSummaryByResourceType"
},
"GetResourceConfigHistory" : {
"documentation" : "Returns a list of configuration items for the specified resource. The list contains details about each state of the resource during the specified time interval.
The response is paginated, and by default, AWS Config returns a limit of 10 configuration items per page. You can customize this number with the limit
parameter. The response includes a nextToken
string, and to get the next page of results, run the request again and enter this string for the nextToken
parameter.
Each call to the API is limited to span a duration of seven days. It is likely that the number of records returned is smaller than the specified limit
. In such cases, you can make another call, using the nextToken
.
",
"operationName" : "GetResourceConfigHistory",
"deprecated" : false,
"input" : {
"variableName" : "getResourceConfigHistoryRequest",
"variableType" : "GetResourceConfigHistoryRequest",
"variableDeclarationType" : "GetResourceConfigHistoryRequest",
"documentation" : "The input for the GetResourceConfigHistory action.
",
"simpleType" : "GetResourceConfigHistoryRequest",
"variableSetterType" : "GetResourceConfigHistoryRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetResourceConfigHistoryResult",
"documentation" : "The output for the GetResourceConfigHistory action.
"
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The requested action is not valid.
"
}, {
"exceptionName" : "InvalidTimeRangeException",
"documentation" : "The specified time range is not valid. The earlier time is not chronologically before the later time.
"
}, {
"exceptionName" : "InvalidLimitException",
"documentation" : "The specified limit is outside the allowable range.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The specified next token is invalid. Specify the nextToken
string that was returned in the previous response to get the next page of results.
"
}, {
"exceptionName" : "NoAvailableConfigurationRecorderException",
"documentation" : "There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
"
}, {
"exceptionName" : "ResourceNotDiscoveredException",
"documentation" : "You have specified a resource that is either unknown or has not been discovered.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetResourceConfigHistoryResult",
"asyncReturnType" : "GetResourceConfigHistoryResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "getResourceConfigHistory"
},
"ListDiscoveredResources" : {
"documentation" : "Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that AWS Config has discovered, including those that AWS Config is not currently recording. You can narrow the results to include only resources that have specific resource IDs or a resource name.
You can specify either resource IDs or a resource name but not both in the same request.
The response is paginated, and by default AWS Config lists 100 resource identifiers on each page. You can customize this number with the limit
parameter. The response includes a nextToken
string, and to get the next page of results, run the request again and enter this string for the nextToken
parameter.
",
"operationName" : "ListDiscoveredResources",
"deprecated" : false,
"input" : {
"variableName" : "listDiscoveredResourcesRequest",
"variableType" : "ListDiscoveredResourcesRequest",
"variableDeclarationType" : "ListDiscoveredResourcesRequest",
"documentation" : "",
"simpleType" : "ListDiscoveredResourcesRequest",
"variableSetterType" : "ListDiscoveredResourcesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListDiscoveredResourcesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The requested action is not valid.
"
}, {
"exceptionName" : "InvalidLimitException",
"documentation" : "The specified limit is outside the allowable range.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The specified next token is invalid. Specify the nextToken
string that was returned in the previous response to get the next page of results.
"
}, {
"exceptionName" : "NoAvailableConfigurationRecorderException",
"documentation" : "There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ListDiscoveredResourcesResult",
"asyncReturnType" : "ListDiscoveredResourcesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listDiscoveredResources"
},
"PutConfigRule" : {
"documentation" : "Adds or updates an AWS Config rule for evaluating whether your AWS resources comply with your desired configurations.
You can use this action for customer managed Config rules and AWS managed Config rules. A customer managed Config rule is a custom rule that you develop and maintain. An AWS managed Config rule is a customizable, predefined rule that is provided by AWS Config.
If you are adding a new customer managed Config rule, you must first create the AWS Lambda function that the rule invokes to evaluate your resources. When you use the PutConfigRule
action to add the rule to AWS Config, you must specify the Amazon Resource Name (ARN) that AWS Lambda assigns to the function. Specify the ARN for the SourceIdentifier
key. This key is part of the Source
object, which is part of the ConfigRule
object.
If you are adding a new AWS managed Config rule, specify the rule's identifier for the SourceIdentifier
key. To reference AWS managed Config rule identifiers, see Using AWS Managed Config Rules.
For any new rule that you add, specify the ConfigRuleName
in the ConfigRule
object. Do not specify the ConfigRuleArn
or the ConfigRuleId
. These values are generated by AWS Config for new rules.
If you are updating a rule that you have added previously, specify the rule's ConfigRuleName
, ConfigRuleId
, or ConfigRuleArn
in the ConfigRule
data type that you use in this request.
The maximum number of rules that AWS Config supports is 25.
For more information about developing and using AWS Config rules, see Evaluating AWS Resource Configurations with AWS Config in the AWS Config Developer Guide.
",
"operationName" : "PutConfigRule",
"deprecated" : false,
"input" : {
"variableName" : "putConfigRuleRequest",
"variableType" : "PutConfigRuleRequest",
"variableDeclarationType" : "PutConfigRuleRequest",
"documentation" : "",
"simpleType" : "PutConfigRuleRequest",
"variableSetterType" : "PutConfigRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutConfigRuleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
"
}, {
"exceptionName" : "MaxNumberOfConfigRulesExceededException",
"documentation" : "Failed to add the AWS Config rule because the account already contains the maximum number of 25 rules. Consider deleting any deactivated rules before adding new rules.
"
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The rule is currently being deleted. Wait for a while and try again.
"
}, {
"exceptionName" : "InsufficientPermissionsException",
"documentation" : "Indicates one of the following errors:
- The rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
- The AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
"
}, {
"exceptionName" : "NoAvailableConfigurationRecorderException",
"documentation" : "There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "PutConfigRuleResult",
"asyncReturnType" : "PutConfigRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "putConfigRule"
},
"PutConfigurationRecorder" : {
"documentation" : "Creates a new configuration recorder to record the selected resource configurations.
You can use this action to change the role roleARN
and/or the recordingGroup
of an existing recorder. To change the role, call the action on the existing configuration recorder and specify a role.
Currently, you can specify only one configuration recorder per account.
If ConfigurationRecorder
does not have the recordingGroup parameter specified, the default is to record all supported resource types.
",
"operationName" : "PutConfigurationRecorder",
"deprecated" : false,
"input" : {
"variableName" : "putConfigurationRecorderRequest",
"variableType" : "PutConfigurationRecorderRequest",
"variableDeclarationType" : "PutConfigurationRecorderRequest",
"documentation" : "The input for the PutConfigurationRecorder action.
",
"simpleType" : "PutConfigurationRecorderRequest",
"variableSetterType" : "PutConfigurationRecorderRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutConfigurationRecorderResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "MaxNumberOfConfigurationRecordersExceededException",
"documentation" : "You have reached the limit on the number of recorders you can create.
"
}, {
"exceptionName" : "InvalidConfigurationRecorderNameException",
"documentation" : "You have provided a configuration recorder name that is not valid.
"
}, {
"exceptionName" : "InvalidRoleException",
"documentation" : "You have provided a null or empty role ARN.
"
}, {
"exceptionName" : "InvalidRecordingGroupException",
"documentation" : "AWS Config throws an exception if the recording group does not contain a valid list of resource types. Invalid values could also be incorrectly formatted.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "PutConfigurationRecorderResult",
"asyncReturnType" : "PutConfigurationRecorderResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "putConfigurationRecorder"
},
"PutDeliveryChannel" : {
"documentation" : "Creates a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic.
Before you can create a delivery channel, you must create a configuration recorder.
You can use this action to change the Amazon S3 bucket or an Amazon SNS topic of the existing delivery channel. To change the Amazon S3 bucket or an Amazon SNS topic, call this action and specify the changed values for the S3 bucket and the SNS topic. If you specify a different value for either the S3 bucket or the SNS topic, this action will keep the existing value for the parameter that is not changed.
You can have only one delivery channel per AWS account.
",
"operationName" : "PutDeliveryChannel",
"deprecated" : false,
"input" : {
"variableName" : "putDeliveryChannelRequest",
"variableType" : "PutDeliveryChannelRequest",
"variableDeclarationType" : "PutDeliveryChannelRequest",
"documentation" : "The input for the PutDeliveryChannel action.
",
"simpleType" : "PutDeliveryChannelRequest",
"variableSetterType" : "PutDeliveryChannelRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutDeliveryChannelResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "MaxNumberOfDeliveryChannelsExceededException",
"documentation" : "You have reached the limit on the number of delivery channels you can create.
"
}, {
"exceptionName" : "NoAvailableConfigurationRecorderException",
"documentation" : "There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
"
}, {
"exceptionName" : "InvalidDeliveryChannelNameException",
"documentation" : "The specified delivery channel name is not valid.
"
}, {
"exceptionName" : "NoSuchBucketException",
"documentation" : "The specified Amazon S3 bucket does not exist.
"
}, {
"exceptionName" : "InvalidS3KeyPrefixException",
"documentation" : "The specified Amazon S3 key prefix is not valid.
"
}, {
"exceptionName" : "InvalidSNSTopicARNException",
"documentation" : "The specified Amazon SNS topic does not exist.
"
}, {
"exceptionName" : "InsufficientDeliveryPolicyException",
"documentation" : "Your Amazon S3 bucket policy does not permit AWS Config to write to it.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "PutDeliveryChannelResult",
"asyncReturnType" : "PutDeliveryChannelResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "putDeliveryChannel"
},
"PutEvaluations" : {
"documentation" : "Used by an AWS Lambda function to deliver evaluation results to AWS Config. This action is required in every AWS Lambda function that is invoked by an AWS Config rule.
",
"operationName" : "PutEvaluations",
"deprecated" : false,
"input" : {
"variableName" : "putEvaluationsRequest",
"variableType" : "PutEvaluationsRequest",
"variableDeclarationType" : "PutEvaluationsRequest",
"documentation" : "",
"simpleType" : "PutEvaluationsRequest",
"variableSetterType" : "PutEvaluationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutEvaluationsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
"
}, {
"exceptionName" : "InvalidResultTokenException",
"documentation" : "The result token is invalid.
"
}, {
"exceptionName" : "NoSuchConfigRuleException",
"documentation" : "One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "PutEvaluationsResult",
"asyncReturnType" : "PutEvaluationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "putEvaluations"
},
"StartConfigurationRecorder" : {
"documentation" : "Starts recording configurations of the AWS resources you have selected to record in your AWS account.
You must have created at least one delivery channel to successfully start the configuration recorder.
",
"operationName" : "StartConfigurationRecorder",
"deprecated" : false,
"input" : {
"variableName" : "startConfigurationRecorderRequest",
"variableType" : "StartConfigurationRecorderRequest",
"variableDeclarationType" : "StartConfigurationRecorderRequest",
"documentation" : "The input for the StartConfigurationRecorder action.
",
"simpleType" : "StartConfigurationRecorderRequest",
"variableSetterType" : "StartConfigurationRecorderRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "StartConfigurationRecorderResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "NoSuchConfigurationRecorderException",
"documentation" : "You have specified a configuration recorder that does not exist.
"
}, {
"exceptionName" : "NoAvailableDeliveryChannelException",
"documentation" : "There is no delivery channel available to record configurations.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "StartConfigurationRecorderResult",
"asyncReturnType" : "StartConfigurationRecorderResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "startConfigurationRecorder"
},
"StopConfigurationRecorder" : {
"documentation" : "Stops recording configurations of the AWS resources you have selected to record in your AWS account.
",
"operationName" : "StopConfigurationRecorder",
"deprecated" : false,
"input" : {
"variableName" : "stopConfigurationRecorderRequest",
"variableType" : "StopConfigurationRecorderRequest",
"variableDeclarationType" : "StopConfigurationRecorderRequest",
"documentation" : "The input for the StopConfigurationRecorder action.
",
"simpleType" : "StopConfigurationRecorderRequest",
"variableSetterType" : "StopConfigurationRecorderRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "StopConfigurationRecorderResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "NoSuchConfigurationRecorderException",
"documentation" : "You have specified a configuration recorder that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "StopConfigurationRecorderResult",
"asyncReturnType" : "StopConfigurationRecorderResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "stopConfigurationRecorder"
}
},
"shapes" : {
"StartConfigurationRecorderResult" : {
"c2jName" : "StartConfigurationRecorderResult",
"documentation" : null,
"shapeName" : "StartConfigurationRecorderResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "startConfigurationRecorderResult",
"variableType" : "StartConfigurationRecorderResult",
"variableDeclarationType" : "StartConfigurationRecorderResult",
"documentation" : null,
"simpleType" : "StartConfigurationRecorderResult",
"variableSetterType" : "StartConfigurationRecorderResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetComplianceSummaryByConfigRuleResult" : {
"c2jName" : "GetComplianceSummaryByConfigRuleResponse",
"documentation" : "",
"shapeName" : "GetComplianceSummaryByConfigRuleResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
",
"name" : "ComplianceSummary",
"c2jName" : "ComplianceSummary",
"c2jShape" : "ComplianceSummary",
"variable" : {
"variableName" : "complianceSummary",
"variableType" : "ComplianceSummary",
"variableDeclarationType" : "ComplianceSummary",
"documentation" : "The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
",
"simpleType" : "ComplianceSummary",
"variableSetterType" : "ComplianceSummary"
},
"setterModel" : {
"variableName" : "complianceSummary",
"variableType" : "ComplianceSummary",
"variableDeclarationType" : "ComplianceSummary",
"documentation" : "",
"simpleType" : "ComplianceSummary",
"variableSetterType" : "ComplianceSummary"
},
"getterModel" : {
"returnType" : "ComplianceSummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ComplianceSummary",
"marshallLocationName" : "ComplianceSummary",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
\n@param complianceSummary The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.*/",
"getterDocumentation" : "/**The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
\n@return The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.*/",
"fluentSetterDocumentation" : "/**The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
\n@param complianceSummary The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
\n@param complianceSummary The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getComplianceSummaryByConfigRuleResult",
"variableType" : "GetComplianceSummaryByConfigRuleResult",
"variableDeclarationType" : "GetComplianceSummaryByConfigRuleResult",
"documentation" : null,
"simpleType" : "GetComplianceSummaryByConfigRuleResult",
"variableSetterType" : "GetComplianceSummaryByConfigRuleResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ComplianceSummary" : {
"documentation" : "The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
",
"name" : "ComplianceSummary",
"c2jName" : "ComplianceSummary",
"c2jShape" : "ComplianceSummary",
"variable" : {
"variableName" : "complianceSummary",
"variableType" : "ComplianceSummary",
"variableDeclarationType" : "ComplianceSummary",
"documentation" : "The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
",
"simpleType" : "ComplianceSummary",
"variableSetterType" : "ComplianceSummary"
},
"setterModel" : {
"variableName" : "complianceSummary",
"variableType" : "ComplianceSummary",
"variableDeclarationType" : "ComplianceSummary",
"documentation" : "",
"simpleType" : "ComplianceSummary",
"variableSetterType" : "ComplianceSummary"
},
"getterModel" : {
"returnType" : "ComplianceSummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ComplianceSummary",
"marshallLocationName" : "ComplianceSummary",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
\n@param complianceSummary The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.*/",
"getterDocumentation" : "/**The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
\n@return The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.*/",
"fluentSetterDocumentation" : "/**The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
\n@param complianceSummary The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
\n@param complianceSummary The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteDeliveryChannelRequest" : {
"c2jName" : "DeleteDeliveryChannelRequest",
"documentation" : " The input for the DeleteDeliveryChannel action. The action accepts the following data in JSON format.
",
"shapeName" : "DeleteDeliveryChannelRequest",
"deprecated" : false,
"required" : [ "DeliveryChannelName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the delivery channel to delete.
",
"name" : "DeliveryChannelName",
"c2jName" : "DeliveryChannelName",
"c2jShape" : "ChannelName",
"variable" : {
"variableName" : "deliveryChannelName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the delivery channel to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deliveryChannelName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeliveryChannelName",
"marshallLocationName" : "DeliveryChannelName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the delivery channel to delete.
\n@param deliveryChannelName The name of the delivery channel to delete.*/",
"getterDocumentation" : "/**The name of the delivery channel to delete.
\n@return The name of the delivery channel to delete.*/",
"fluentSetterDocumentation" : "/**The name of the delivery channel to delete.
\n@param deliveryChannelName The name of the delivery channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the delivery channel to delete.
\n@param deliveryChannelName The name of the delivery channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteDeliveryChannelRequest",
"variableType" : "DeleteDeliveryChannelRequest",
"variableDeclarationType" : "DeleteDeliveryChannelRequest",
"documentation" : null,
"simpleType" : "DeleteDeliveryChannelRequest",
"variableSetterType" : "DeleteDeliveryChannelRequest"
},
"marshaller" : {
"action" : "DeleteDeliveryChannel",
"verb" : "POST",
"target" : "StarlingDoveService.DeleteDeliveryChannel",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DeliveryChannelName" : {
"documentation" : "The name of the delivery channel to delete.
",
"name" : "DeliveryChannelName",
"c2jName" : "DeliveryChannelName",
"c2jShape" : "ChannelName",
"variable" : {
"variableName" : "deliveryChannelName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the delivery channel to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deliveryChannelName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeliveryChannelName",
"marshallLocationName" : "DeliveryChannelName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the delivery channel to delete.
\n@param deliveryChannelName The name of the delivery channel to delete.*/",
"getterDocumentation" : "/**The name of the delivery channel to delete.
\n@return The name of the delivery channel to delete.*/",
"fluentSetterDocumentation" : "/**The name of the delivery channel to delete.
\n@param deliveryChannelName The name of the delivery channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the delivery channel to delete.
\n@param deliveryChannelName The name of the delivery channel to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"StopConfigurationRecorderResult" : {
"c2jName" : "StopConfigurationRecorderResult",
"documentation" : null,
"shapeName" : "StopConfigurationRecorderResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "stopConfigurationRecorderResult",
"variableType" : "StopConfigurationRecorderResult",
"variableDeclarationType" : "StopConfigurationRecorderResult",
"documentation" : null,
"simpleType" : "StopConfigurationRecorderResult",
"variableSetterType" : "StopConfigurationRecorderResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeDeliveryChannelStatusRequest" : {
"c2jName" : "DescribeDeliveryChannelStatusRequest",
"documentation" : "The input for the DeliveryChannelStatus action.
",
"shapeName" : "DescribeDeliveryChannelStatusRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list of delivery channel names.
",
"name" : "DeliveryChannelNames",
"c2jName" : "DeliveryChannelNames",
"c2jShape" : "DeliveryChannelNameList",
"variable" : {
"variableName" : "deliveryChannelNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of delivery channel names.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "deliveryChannelNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeliveryChannelNames",
"marshallLocationName" : "DeliveryChannelNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ChannelName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of delivery channel names.
\n@param deliveryChannelNames A list of delivery channel names.*/",
"getterDocumentation" : "/**A list of delivery channel names.
\n@return A list of delivery channel names.*/",
"fluentSetterDocumentation" : "/**A list of delivery channel names.
\n@param deliveryChannelNames A list of delivery channel names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of delivery channel names.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDeliveryChannelNames(java.util.Collection)} or {@link #withDeliveryChannelNames(java.util.Collection)} if you want to override the existing values.
\n@param deliveryChannelNames A list of delivery channel names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeDeliveryChannelStatusRequest",
"variableType" : "DescribeDeliveryChannelStatusRequest",
"variableDeclarationType" : "DescribeDeliveryChannelStatusRequest",
"documentation" : null,
"simpleType" : "DescribeDeliveryChannelStatusRequest",
"variableSetterType" : "DescribeDeliveryChannelStatusRequest"
},
"marshaller" : {
"action" : "DescribeDeliveryChannelStatus",
"verb" : "POST",
"target" : "StarlingDoveService.DescribeDeliveryChannelStatus",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DeliveryChannelNames" : {
"documentation" : "A list of delivery channel names.
",
"name" : "DeliveryChannelNames",
"c2jName" : "DeliveryChannelNames",
"c2jShape" : "DeliveryChannelNameList",
"variable" : {
"variableName" : "deliveryChannelNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of delivery channel names.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "deliveryChannelNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeliveryChannelNames",
"marshallLocationName" : "DeliveryChannelNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ChannelName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of delivery channel names.
\n@param deliveryChannelNames A list of delivery channel names.*/",
"getterDocumentation" : "/**A list of delivery channel names.
\n@return A list of delivery channel names.*/",
"fluentSetterDocumentation" : "/**A list of delivery channel names.
\n@param deliveryChannelNames A list of delivery channel names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of delivery channel names.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDeliveryChannelNames(java.util.Collection)} or {@link #withDeliveryChannelNames(java.util.Collection)} if you want to override the existing values.
\n@param deliveryChannelNames A list of delivery channel names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ResourceInUseException" : {
"c2jName" : "ResourceInUseException",
"documentation" : "The rule is currently being deleted. Wait for a while and try again.
",
"shapeName" : "ResourceInUseException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "resourceInUseException",
"variableType" : "ResourceInUseException",
"variableDeclarationType" : "ResourceInUseException",
"documentation" : null,
"simpleType" : "ResourceInUseException",
"variableSetterType" : "ResourceInUseException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ResourceInUseException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeDeliveryChannelStatusResult" : {
"c2jName" : "DescribeDeliveryChannelStatusResponse",
"documentation" : "The output for the DescribeDeliveryChannelStatus action.
",
"shapeName" : "DescribeDeliveryChannelStatusResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list that contains the status of a specified delivery channel.
",
"name" : "DeliveryChannelsStatus",
"c2jName" : "DeliveryChannelsStatus",
"c2jShape" : "DeliveryChannelStatusList",
"variable" : {
"variableName" : "deliveryChannelsStatus",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list that contains the status of a specified delivery channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "deliveryChannelsStatus",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeliveryChannelsStatus",
"marshallLocationName" : "DeliveryChannelsStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "DeliveryChannelStatus",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DeliveryChannelStatus",
"variable" : {
"variableName" : "member",
"variableType" : "DeliveryChannelStatus",
"variableDeclarationType" : "DeliveryChannelStatus",
"documentation" : "",
"simpleType" : "DeliveryChannelStatus",
"variableSetterType" : "DeliveryChannelStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "DeliveryChannelStatus",
"variableDeclarationType" : "DeliveryChannelStatus",
"documentation" : "",
"simpleType" : "DeliveryChannelStatus",
"variableSetterType" : "DeliveryChannelStatus"
},
"getterModel" : {
"returnType" : "DeliveryChannelStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "DeliveryChannelStatus",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list that contains the status of a specified delivery channel.
\n@param deliveryChannelsStatus A list that contains the status of a specified delivery channel.*/",
"getterDocumentation" : "/**A list that contains the status of a specified delivery channel.
\n@return A list that contains the status of a specified delivery channel.*/",
"fluentSetterDocumentation" : "/**A list that contains the status of a specified delivery channel.
\n@param deliveryChannelsStatus A list that contains the status of a specified delivery channel.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list that contains the status of a specified delivery channel.
\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.*/"
}
}
},
"EventSource" : {
"c2jName" : "EventSource",
"documentation" : "",
"shapeName" : "EventSource",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "AwsConfig",
"value" : "aws.config"
} ],
"variable" : {
"variableName" : "eventSource",
"variableType" : "EventSource",
"variableDeclarationType" : "EventSource",
"documentation" : null,
"simpleType" : "EventSource",
"variableSetterType" : "EventSource"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeComplianceByResourceResult" : {
"c2jName" : "DescribeComplianceByResourceResponse",
"documentation" : "",
"shapeName" : "DescribeComplianceByResourceResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
",
"name" : "ComplianceByResources",
"c2jName" : "ComplianceByResources",
"c2jShape" : "ComplianceByResources",
"variable" : {
"variableName" : "complianceByResources",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "complianceByResources",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ComplianceByResources",
"marshallLocationName" : "ComplianceByResources",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ComplianceByResource",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ComplianceByResource",
"variable" : {
"variableName" : "member",
"variableType" : "ComplianceByResource",
"variableDeclarationType" : "ComplianceByResource",
"documentation" : "",
"simpleType" : "ComplianceByResource",
"variableSetterType" : "ComplianceByResource"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ComplianceByResource",
"variableDeclarationType" : "ComplianceByResource",
"documentation" : "",
"simpleType" : "ComplianceByResource",
"variableSetterType" : "ComplianceByResource"
},
"getterModel" : {
"returnType" : "ComplianceByResource",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "ComplianceByResource",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
\n@param complianceByResources Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.*/",
"getterDocumentation" : "/**Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
\n@return Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.*/",
"fluentSetterDocumentation" : "/**Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
\n@param complianceByResources Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceByResources(java.util.Collection)} or {@link #withComplianceByResources(java.util.Collection)} if you want to override the existing values.
\n@param complianceByResources Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The string that you use in a subsequent request to get the next page of results in a paginated response.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The string that you use in a subsequent request to get the next page of results in a paginated response.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The string that you use in a subsequent request to get the next page of results in a paginated response.
\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/",
"getterDocumentation" : "/**The string that you use in a subsequent request to get the next page of results in a paginated response.
\n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/",
"fluentSetterDocumentation" : "/**The string that you use in a subsequent request to get the next page of results in a paginated response.
\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The string that you use in a subsequent request to get the next page of results in a paginated response.
\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeComplianceByResourceResult",
"variableType" : "DescribeComplianceByResourceResult",
"variableDeclarationType" : "DescribeComplianceByResourceResult",
"documentation" : null,
"simpleType" : "DescribeComplianceByResourceResult",
"variableSetterType" : "DescribeComplianceByResourceResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "The string that you use in a subsequent request to get the next page of results in a paginated response.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The string that you use in a subsequent request to get the next page of results in a paginated response.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The string that you use in a subsequent request to get the next page of results in a paginated response.
\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.*/",
"getterDocumentation" : "/**The string that you use in a subsequent request to get the next page of results in a paginated response.
\n@return The string that you use in a subsequent request to get the next page of results in a paginated response.*/",
"fluentSetterDocumentation" : "/**The string that you use in a subsequent request to get the next page of results in a paginated response.
\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The string that you use in a subsequent request to get the next page of results in a paginated response.
\n@param nextToken The string that you use in a subsequent request to get the next page of results in a paginated response.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ComplianceByResources" : {
"documentation" : "Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
",
"name" : "ComplianceByResources",
"c2jName" : "ComplianceByResources",
"c2jShape" : "ComplianceByResources",
"variable" : {
"variableName" : "complianceByResources",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "complianceByResources",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ComplianceByResources",
"marshallLocationName" : "ComplianceByResources",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ComplianceByResource",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ComplianceByResource",
"variable" : {
"variableName" : "member",
"variableType" : "ComplianceByResource",
"variableDeclarationType" : "ComplianceByResource",
"documentation" : "",
"simpleType" : "ComplianceByResource",
"variableSetterType" : "ComplianceByResource"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ComplianceByResource",
"variableDeclarationType" : "ComplianceByResource",
"documentation" : "",
"simpleType" : "ComplianceByResource",
"variableSetterType" : "ComplianceByResource"
},
"getterModel" : {
"returnType" : "ComplianceByResource",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "ComplianceByResource",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
\n@param complianceByResources Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.*/",
"getterDocumentation" : "/**Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
\n@return Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.*/",
"fluentSetterDocumentation" : "/**Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
\n@param complianceByResources Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setComplianceByResources(java.util.Collection)} or {@link #withComplianceByResources(java.util.Collection)} if you want to override the existing values.
\n@param complianceByResources Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetComplianceSummaryByResourceTypeRequest" : {
"c2jName" : "GetComplianceSummaryByResourceTypeRequest",
"documentation" : "",
"shapeName" : "GetComplianceSummaryByResourceTypeRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.
For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and you can specify that the resource type is an AWS account by specifying AWS::::Account
.
",
"name" : "ResourceTypes",
"c2jName" : "ResourceTypes",
"c2jShape" : "ResourceTypes",
"variable" : {
"variableName" : "resourceTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.
For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and you can specify that the resource type is an AWS account by specifying AWS::::Account
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "resourceTypes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceTypes",
"marshallLocationName" : "ResourceTypes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "StringWithCharLimit256",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.
For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and you can specify that the resource type is an AWS account by specifying AWS::::Account
.
\n@param resourceTypes Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type. For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and you can specify that the resource type is an AWS account by specifying AWS::::Account
.*/",
"getterDocumentation" : "/**
Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.
For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and you can specify that the resource type is an AWS account by specifying AWS::::Account
.
\n@return Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type. For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and you can specify that the resource type is an AWS account by specifying AWS::::Account
.*/",
"fluentSetterDocumentation" : "/**
Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.
For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and you can specify that the resource type is an AWS account by specifying AWS::::Account
.
\n@param resourceTypes Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type. For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and you can specify that the resource type is an AWS account by specifying AWS::::Account
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.
For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and you can specify that the resource type is an AWS account by specifying AWS::::Account
.
\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.*/"
}
}
},
"NoAvailableDeliveryChannelException" : {
"c2jName" : "NoAvailableDeliveryChannelException",
"documentation" : "
There is no delivery channel available to record configurations.
",
"shapeName" : "NoAvailableDeliveryChannelException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "noAvailableDeliveryChannelException",
"variableType" : "NoAvailableDeliveryChannelException",
"variableDeclarationType" : "NoAvailableDeliveryChannelException",
"documentation" : null,
"simpleType" : "NoAvailableDeliveryChannelException",
"variableSetterType" : "NoAvailableDeliveryChannelException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "NoAvailableDeliveryChannelException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetComplianceDetailsByConfigRuleResult" : {
"c2jName" : "GetComplianceDetailsByConfigRuleResponse",
"documentation" : "",
"shapeName" : "GetComplianceDetailsByConfigRuleResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Indicates whether the AWS resource complies with the specified AWS Config rule.
",
"name" : "EvaluationResults",
"c2jName" : "EvaluationResults",
"c2jShape" : "EvaluationResults",
"variable" : {
"variableName" : "evaluationResults",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Indicates whether the AWS resource complies with the specified AWS Config rule.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "evaluationResults",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationResults",
"marshallLocationName" : "EvaluationResults",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "EvaluationResult",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EvaluationResult",
"variable" : {
"variableName" : "member",
"variableType" : "EvaluationResult",
"variableDeclarationType" : "EvaluationResult",
"documentation" : "",
"simpleType" : "EvaluationResult",
"variableSetterType" : "EvaluationResult"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "EvaluationResult",
"variableDeclarationType" : "EvaluationResult",
"documentation" : "",
"simpleType" : "EvaluationResult",
"variableSetterType" : "EvaluationResult"
},
"getterModel" : {
"returnType" : "EvaluationResult",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "EvaluationResult",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Indicates whether the AWS resource complies with the specified AWS Config rule.
\n@param evaluationResults Indicates whether the AWS resource complies with the specified AWS Config rule.*/",
"getterDocumentation" : "/**Indicates whether the AWS resource complies with the specified AWS Config rule.
\n@return Indicates whether the AWS resource complies with the specified AWS Config rule.*/",
"fluentSetterDocumentation" : "/**Indicates whether the AWS resource complies with the specified AWS Config rule.
\n@param evaluationResults Indicates whether the AWS resource complies with the specified AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates whether the AWS resource complies with the specified AWS Config rule.
\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.*/"
}
}
},
"ConfigRuleEvaluationStatus" : {
"c2jName" : "ConfigRuleEvaluationStatus",
"documentation" : "Status information for your AWS managed Config rules. The status includes information such as the last time the rule ran, the last time it failed, and the related error for the last failure.
This action does not return status information about customer managed Config rules.
",
"shapeName" : "ConfigRuleEvaluationStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the AWS Config rule.
",
"name" : "ConfigRuleName",
"c2jName" : "ConfigRuleName",
"c2jShape" : "StringWithCharLimit64",
"variable" : {
"variableName" : "configRuleName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the AWS Config rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configRuleName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ConfigRuleName",
"marshallLocationName" : "ConfigRuleName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the AWS Config rule.
\n@param configRuleName The name of the AWS Config rule.*/",
"getterDocumentation" : "/**The name of the AWS Config rule.
\n@return The name of the AWS Config rule.*/",
"fluentSetterDocumentation" : "/**The name of the AWS Config rule.
\n@param configRuleName The name of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the AWS Config rule.
\n@param configRuleName The name of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Amazon Resource Name (ARN) of the AWS Config rule.
",
"name" : "ConfigRuleArn",
"c2jName" : "ConfigRuleArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "configRuleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the AWS Config rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configRuleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ConfigRuleArn",
"marshallLocationName" : "ConfigRuleArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the AWS Config rule.
\n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the AWS Config rule.
\n@return The Amazon Resource Name (ARN) of the AWS Config rule.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the AWS Config rule.
\n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the AWS Config rule.
\n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the AWS Config rule.
",
"name" : "ConfigRuleId",
"c2jName" : "ConfigRuleId",
"c2jShape" : "String",
"variable" : {
"variableName" : "configRuleId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the AWS Config rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configRuleId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ConfigRuleId",
"marshallLocationName" : "ConfigRuleId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the AWS Config rule.
\n@param configRuleId The ID of the AWS Config rule.*/",
"getterDocumentation" : "/**The ID of the AWS Config rule.
\n@return The ID of the AWS Config rule.*/",
"fluentSetterDocumentation" : "/**The ID of the AWS Config rule.
\n@param configRuleId The ID of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the AWS Config rule.
\n@param configRuleId The ID of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
",
"name" : "LastSuccessfulInvocationTime",
"c2jName" : "LastSuccessfulInvocationTime",
"c2jShape" : "Date",
"variable" : {
"variableName" : "lastSuccessfulInvocationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastSuccessfulInvocationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastSuccessfulInvocationTime",
"marshallLocationName" : "LastSuccessfulInvocationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
\n@param lastSuccessfulInvocationTime The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.*/",
"getterDocumentation" : "/**The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
\n@return The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.*/",
"fluentSetterDocumentation" : "/**The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
\n@param lastSuccessfulInvocationTime The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
\n@param lastSuccessfulInvocationTime The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
",
"name" : "LastFailedInvocationTime",
"c2jName" : "LastFailedInvocationTime",
"c2jShape" : "Date",
"variable" : {
"variableName" : "lastFailedInvocationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastFailedInvocationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastFailedInvocationTime",
"marshallLocationName" : "LastFailedInvocationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
\n@param lastFailedInvocationTime The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.*/",
"getterDocumentation" : "/**The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
\n@return The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.*/",
"fluentSetterDocumentation" : "/**The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
\n@param lastFailedInvocationTime The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
\n@param lastFailedInvocationTime The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time that AWS Config last successfully evaluated your AWS resources against the rule.
",
"name" : "LastSuccessfulEvaluationTime",
"c2jName" : "LastSuccessfulEvaluationTime",
"c2jShape" : "Date",
"variable" : {
"variableName" : "lastSuccessfulEvaluationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that AWS Config last successfully evaluated your AWS resources against the rule.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastSuccessfulEvaluationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastSuccessfulEvaluationTime",
"marshallLocationName" : "LastSuccessfulEvaluationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that AWS Config last successfully evaluated your AWS resources against the rule.
\n@param lastSuccessfulEvaluationTime The time that AWS Config last successfully evaluated your AWS resources against the rule.*/",
"getterDocumentation" : "/**The time that AWS Config last successfully evaluated your AWS resources against the rule.
\n@return The time that AWS Config last successfully evaluated your AWS resources against the rule.*/",
"fluentSetterDocumentation" : "/**The time that AWS Config last successfully evaluated your AWS resources against the rule.
\n@param lastSuccessfulEvaluationTime The time that AWS Config last successfully evaluated your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that AWS Config last successfully evaluated your AWS resources against the rule.
\n@param lastSuccessfulEvaluationTime The time that AWS Config last successfully evaluated your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time that AWS Config last failed to evaluate your AWS resources against the rule.
",
"name" : "LastFailedEvaluationTime",
"c2jName" : "LastFailedEvaluationTime",
"c2jShape" : "Date",
"variable" : {
"variableName" : "lastFailedEvaluationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that AWS Config last failed to evaluate your AWS resources against the rule.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastFailedEvaluationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastFailedEvaluationTime",
"marshallLocationName" : "LastFailedEvaluationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that AWS Config last failed to evaluate your AWS resources against the rule.
\n@param lastFailedEvaluationTime The time that AWS Config last failed to evaluate your AWS resources against the rule.*/",
"getterDocumentation" : "/**The time that AWS Config last failed to evaluate your AWS resources against the rule.
\n@return The time that AWS Config last failed to evaluate your AWS resources against the rule.*/",
"fluentSetterDocumentation" : "/**The time that AWS Config last failed to evaluate your AWS resources against the rule.
\n@param lastFailedEvaluationTime The time that AWS Config last failed to evaluate your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that AWS Config last failed to evaluate your AWS resources against the rule.
\n@param lastFailedEvaluationTime The time that AWS Config last failed to evaluate your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time that you first activated the AWS Config rule.
",
"name" : "FirstActivatedTime",
"c2jName" : "FirstActivatedTime",
"c2jShape" : "Date",
"variable" : {
"variableName" : "firstActivatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that you first activated the AWS Config rule.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "firstActivatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FirstActivatedTime",
"marshallLocationName" : "FirstActivatedTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that you first activated the AWS Config rule.
\n@param firstActivatedTime The time that you first activated the AWS Config rule.*/",
"getterDocumentation" : "/**The time that you first activated the AWS Config rule.
\n@return The time that you first activated the AWS Config rule.*/",
"fluentSetterDocumentation" : "/**The time that you first activated the AWS Config rule.
\n@param firstActivatedTime The time that you first activated the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that you first activated the AWS Config rule.
\n@param firstActivatedTime The time that you first activated the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The error code that AWS Config returned when the rule last failed.
",
"name" : "LastErrorCode",
"c2jName" : "LastErrorCode",
"c2jShape" : "String",
"variable" : {
"variableName" : "lastErrorCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The error code that AWS Config returned when the rule last failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lastErrorCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastErrorCode",
"marshallLocationName" : "LastErrorCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The error code that AWS Config returned when the rule last failed.
\n@param lastErrorCode The error code that AWS Config returned when the rule last failed.*/",
"getterDocumentation" : "/**The error code that AWS Config returned when the rule last failed.
\n@return The error code that AWS Config returned when the rule last failed.*/",
"fluentSetterDocumentation" : "/**The error code that AWS Config returned when the rule last failed.
\n@param lastErrorCode The error code that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The error code that AWS Config returned when the rule last failed.
\n@param lastErrorCode The error code that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The error message that AWS Config returned when the rule last failed.
",
"name" : "LastErrorMessage",
"c2jName" : "LastErrorMessage",
"c2jShape" : "String",
"variable" : {
"variableName" : "lastErrorMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The error message that AWS Config returned when the rule last failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lastErrorMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastErrorMessage",
"marshallLocationName" : "LastErrorMessage",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The error message that AWS Config returned when the rule last failed.
\n@param lastErrorMessage The error message that AWS Config returned when the rule last failed.*/",
"getterDocumentation" : "/**The error message that AWS Config returned when the rule last failed.
\n@return The error message that AWS Config returned when the rule last failed.*/",
"fluentSetterDocumentation" : "/**The error message that AWS Config returned when the rule last failed.
\n@param lastErrorMessage The error message that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The error message that AWS Config returned when the rule last failed.
\n@param lastErrorMessage The error message that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule.
",
"name" : "FirstEvaluationStarted",
"c2jName" : "FirstEvaluationStarted",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "firstEvaluationStarted",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "firstEvaluationStarted",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FirstEvaluationStarted",
"marshallLocationName" : "FirstEvaluationStarted",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule.
\n@param firstEvaluationStarted Indicates whether AWS Config has evaluated your resources against the rule at least once. true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule. */",
"getterDocumentation" : "/**Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule.
\n@return Indicates whether AWS Config has evaluated your resources against the rule at least once. true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule. */",
"fluentSetterDocumentation" : "/**Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule.
\n@param firstEvaluationStarted Indicates whether AWS Config has evaluated your resources against the rule at least once. true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule. \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule.
\n@param firstEvaluationStarted Indicates whether AWS Config has evaluated your resources against the rule at least once. true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule. \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "configRuleEvaluationStatus",
"variableType" : "ConfigRuleEvaluationStatus",
"variableDeclarationType" : "ConfigRuleEvaluationStatus",
"documentation" : null,
"simpleType" : "ConfigRuleEvaluationStatus",
"variableSetterType" : "ConfigRuleEvaluationStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"LastFailedInvocationTime" : {
"documentation" : "The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
",
"name" : "LastFailedInvocationTime",
"c2jName" : "LastFailedInvocationTime",
"c2jShape" : "Date",
"variable" : {
"variableName" : "lastFailedInvocationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastFailedInvocationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastFailedInvocationTime",
"marshallLocationName" : "LastFailedInvocationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
\n@param lastFailedInvocationTime The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.*/",
"getterDocumentation" : "/**The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
\n@return The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.*/",
"fluentSetterDocumentation" : "/**The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
\n@param lastFailedInvocationTime The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
\n@param lastFailedInvocationTime The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"FirstActivatedTime" : {
"documentation" : "The time that you first activated the AWS Config rule.
",
"name" : "FirstActivatedTime",
"c2jName" : "FirstActivatedTime",
"c2jShape" : "Date",
"variable" : {
"variableName" : "firstActivatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that you first activated the AWS Config rule.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "firstActivatedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FirstActivatedTime",
"marshallLocationName" : "FirstActivatedTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that you first activated the AWS Config rule.
\n@param firstActivatedTime The time that you first activated the AWS Config rule.*/",
"getterDocumentation" : "/**The time that you first activated the AWS Config rule.
\n@return The time that you first activated the AWS Config rule.*/",
"fluentSetterDocumentation" : "/**The time that you first activated the AWS Config rule.
\n@param firstActivatedTime The time that you first activated the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that you first activated the AWS Config rule.
\n@param firstActivatedTime The time that you first activated the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"FirstEvaluationStarted" : {
"documentation" : "Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule.
",
"name" : "FirstEvaluationStarted",
"c2jName" : "FirstEvaluationStarted",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "firstEvaluationStarted",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "firstEvaluationStarted",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FirstEvaluationStarted",
"marshallLocationName" : "FirstEvaluationStarted",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule.
\n@param firstEvaluationStarted Indicates whether AWS Config has evaluated your resources against the rule at least once. true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule. */",
"getterDocumentation" : "/**Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule.
\n@return Indicates whether AWS Config has evaluated your resources against the rule at least once. true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule. */",
"fluentSetterDocumentation" : "/**Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule.
\n@param firstEvaluationStarted Indicates whether AWS Config has evaluated your resources against the rule at least once. true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule. \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule.
\n@param firstEvaluationStarted Indicates whether AWS Config has evaluated your resources against the rule at least once. true
- AWS Config has evaluated your AWS resources against the rule at least once. false
- AWS Config has not once finished evaluating your AWS resources against the rule. \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ConfigRuleId" : {
"documentation" : "The ID of the AWS Config rule.
",
"name" : "ConfigRuleId",
"c2jName" : "ConfigRuleId",
"c2jShape" : "String",
"variable" : {
"variableName" : "configRuleId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the AWS Config rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configRuleId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ConfigRuleId",
"marshallLocationName" : "ConfigRuleId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the AWS Config rule.
\n@param configRuleId The ID of the AWS Config rule.*/",
"getterDocumentation" : "/**The ID of the AWS Config rule.
\n@return The ID of the AWS Config rule.*/",
"fluentSetterDocumentation" : "/**The ID of the AWS Config rule.
\n@param configRuleId The ID of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the AWS Config rule.
\n@param configRuleId The ID of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastFailedEvaluationTime" : {
"documentation" : "The time that AWS Config last failed to evaluate your AWS resources against the rule.
",
"name" : "LastFailedEvaluationTime",
"c2jName" : "LastFailedEvaluationTime",
"c2jShape" : "Date",
"variable" : {
"variableName" : "lastFailedEvaluationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that AWS Config last failed to evaluate your AWS resources against the rule.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastFailedEvaluationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastFailedEvaluationTime",
"marshallLocationName" : "LastFailedEvaluationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that AWS Config last failed to evaluate your AWS resources against the rule.
\n@param lastFailedEvaluationTime The time that AWS Config last failed to evaluate your AWS resources against the rule.*/",
"getterDocumentation" : "/**The time that AWS Config last failed to evaluate your AWS resources against the rule.
\n@return The time that AWS Config last failed to evaluate your AWS resources against the rule.*/",
"fluentSetterDocumentation" : "/**The time that AWS Config last failed to evaluate your AWS resources against the rule.
\n@param lastFailedEvaluationTime The time that AWS Config last failed to evaluate your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that AWS Config last failed to evaluate your AWS resources against the rule.
\n@param lastFailedEvaluationTime The time that AWS Config last failed to evaluate your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ConfigRuleName" : {
"documentation" : "The name of the AWS Config rule.
",
"name" : "ConfigRuleName",
"c2jName" : "ConfigRuleName",
"c2jShape" : "StringWithCharLimit64",
"variable" : {
"variableName" : "configRuleName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the AWS Config rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configRuleName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ConfigRuleName",
"marshallLocationName" : "ConfigRuleName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the AWS Config rule.
\n@param configRuleName The name of the AWS Config rule.*/",
"getterDocumentation" : "/**The name of the AWS Config rule.
\n@return The name of the AWS Config rule.*/",
"fluentSetterDocumentation" : "/**The name of the AWS Config rule.
\n@param configRuleName The name of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the AWS Config rule.
\n@param configRuleName The name of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastErrorCode" : {
"documentation" : "The error code that AWS Config returned when the rule last failed.
",
"name" : "LastErrorCode",
"c2jName" : "LastErrorCode",
"c2jShape" : "String",
"variable" : {
"variableName" : "lastErrorCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The error code that AWS Config returned when the rule last failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lastErrorCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastErrorCode",
"marshallLocationName" : "LastErrorCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The error code that AWS Config returned when the rule last failed.
\n@param lastErrorCode The error code that AWS Config returned when the rule last failed.*/",
"getterDocumentation" : "/**The error code that AWS Config returned when the rule last failed.
\n@return The error code that AWS Config returned when the rule last failed.*/",
"fluentSetterDocumentation" : "/**The error code that AWS Config returned when the rule last failed.
\n@param lastErrorCode The error code that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The error code that AWS Config returned when the rule last failed.
\n@param lastErrorCode The error code that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastSuccessfulEvaluationTime" : {
"documentation" : "The time that AWS Config last successfully evaluated your AWS resources against the rule.
",
"name" : "LastSuccessfulEvaluationTime",
"c2jName" : "LastSuccessfulEvaluationTime",
"c2jShape" : "Date",
"variable" : {
"variableName" : "lastSuccessfulEvaluationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that AWS Config last successfully evaluated your AWS resources against the rule.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastSuccessfulEvaluationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastSuccessfulEvaluationTime",
"marshallLocationName" : "LastSuccessfulEvaluationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that AWS Config last successfully evaluated your AWS resources against the rule.
\n@param lastSuccessfulEvaluationTime The time that AWS Config last successfully evaluated your AWS resources against the rule.*/",
"getterDocumentation" : "/**The time that AWS Config last successfully evaluated your AWS resources against the rule.
\n@return The time that AWS Config last successfully evaluated your AWS resources against the rule.*/",
"fluentSetterDocumentation" : "/**The time that AWS Config last successfully evaluated your AWS resources against the rule.
\n@param lastSuccessfulEvaluationTime The time that AWS Config last successfully evaluated your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that AWS Config last successfully evaluated your AWS resources against the rule.
\n@param lastSuccessfulEvaluationTime The time that AWS Config last successfully evaluated your AWS resources against the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastErrorMessage" : {
"documentation" : "The error message that AWS Config returned when the rule last failed.
",
"name" : "LastErrorMessage",
"c2jName" : "LastErrorMessage",
"c2jShape" : "String",
"variable" : {
"variableName" : "lastErrorMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The error message that AWS Config returned when the rule last failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lastErrorMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastErrorMessage",
"marshallLocationName" : "LastErrorMessage",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The error message that AWS Config returned when the rule last failed.
\n@param lastErrorMessage The error message that AWS Config returned when the rule last failed.*/",
"getterDocumentation" : "/**The error message that AWS Config returned when the rule last failed.
\n@return The error message that AWS Config returned when the rule last failed.*/",
"fluentSetterDocumentation" : "/**The error message that AWS Config returned when the rule last failed.
\n@param lastErrorMessage The error message that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The error message that AWS Config returned when the rule last failed.
\n@param lastErrorMessage The error message that AWS Config returned when the rule last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastSuccessfulInvocationTime" : {
"documentation" : "The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
",
"name" : "LastSuccessfulInvocationTime",
"c2jName" : "LastSuccessfulInvocationTime",
"c2jShape" : "Date",
"variable" : {
"variableName" : "lastSuccessfulInvocationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastSuccessfulInvocationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastSuccessfulInvocationTime",
"marshallLocationName" : "LastSuccessfulInvocationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
\n@param lastSuccessfulInvocationTime The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.*/",
"getterDocumentation" : "/**The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
\n@return The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.*/",
"fluentSetterDocumentation" : "/**The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
\n@param lastSuccessfulInvocationTime The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
\n@param lastSuccessfulInvocationTime The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ConfigRuleArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the AWS Config rule.
",
"name" : "ConfigRuleArn",
"c2jName" : "ConfigRuleArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "configRuleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the AWS Config rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configRuleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ConfigRuleArn",
"marshallLocationName" : "ConfigRuleArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the AWS Config rule.
\n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the AWS Config rule.
\n@return The Amazon Resource Name (ARN) of the AWS Config rule.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the AWS Config rule.
\n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the AWS Config rule.
\n@param configRuleArn The Amazon Resource Name (ARN) of the AWS Config rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ResourceIdentifier" : {
"c2jName" : "ResourceIdentifier",
"documentation" : "The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
",
"shapeName" : "ResourceIdentifier",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The type of resource.
",
"name" : "ResourceType",
"c2jName" : "resourceType",
"c2jShape" : "ResourceType",
"variable" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceType",
"marshallLocationName" : "resourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of resource.
\n@param resourceType The type of resource.\n@see ResourceType*/",
"getterDocumentation" : "/**The type of resource.
\n@return The type of resource.\n@see ResourceType*/",
"fluentSetterDocumentation" : "/**The type of resource.
\n@param resourceType The type of resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/",
"varargSetterDocumentation" : "/**The type of resource.
\n@param resourceType The type of resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/"
}, {
"documentation" : "The ID of the resource (for example., sg-xxxxxx
).
",
"name" : "ResourceId",
"c2jName" : "resourceId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the resource (for example., sg-xxxxxx
).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceId",
"marshallLocationName" : "resourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@param resourceId The ID of the resource (for example., sg-xxxxxx
).*/",
"getterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@return The ID of the resource (for example., sg-xxxxxx
).*/",
"fluentSetterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@param resourceId The ID of the resource (for example., sg-xxxxxx
).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@param resourceId The ID of the resource (for example., sg-xxxxxx
).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The custom name of the resource (if available).
",
"name" : "ResourceName",
"c2jName" : "resourceName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "resourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The custom name of the resource (if available).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceName",
"marshallLocationName" : "resourceName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The custom name of the resource (if available).
\n@param resourceName The custom name of the resource (if available).*/",
"getterDocumentation" : "/**The custom name of the resource (if available).
\n@return The custom name of the resource (if available).*/",
"fluentSetterDocumentation" : "/**The custom name of the resource (if available).
\n@param resourceName The custom name of the resource (if available).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The custom name of the resource (if available).
\n@param resourceName The custom name of the resource (if available).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time that the resource was deleted.
",
"name" : "ResourceDeletionTime",
"c2jName" : "resourceDeletionTime",
"c2jShape" : "ResourceDeletionTime",
"variable" : {
"variableName" : "resourceDeletionTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that the resource was deleted.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "resourceDeletionTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceDeletionTime",
"marshallLocationName" : "resourceDeletionTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that the resource was deleted.
\n@param resourceDeletionTime The time that the resource was deleted.*/",
"getterDocumentation" : "/**The time that the resource was deleted.
\n@return The time that the resource was deleted.*/",
"fluentSetterDocumentation" : "/**The time that the resource was deleted.
\n@param resourceDeletionTime The time that the resource was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that the resource was deleted.
\n@param resourceDeletionTime The time that the resource was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "resourceIdentifier",
"variableType" : "ResourceIdentifier",
"variableDeclarationType" : "ResourceIdentifier",
"documentation" : null,
"simpleType" : "ResourceIdentifier",
"variableSetterType" : "ResourceIdentifier"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ResourceType" : {
"documentation" : "The type of resource.
",
"name" : "ResourceType",
"c2jName" : "resourceType",
"c2jShape" : "ResourceType",
"variable" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceType",
"marshallLocationName" : "resourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of resource.
\n@param resourceType The type of resource.\n@see ResourceType*/",
"getterDocumentation" : "/**The type of resource.
\n@return The type of resource.\n@see ResourceType*/",
"fluentSetterDocumentation" : "/**The type of resource.
\n@param resourceType The type of resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/",
"varargSetterDocumentation" : "/**The type of resource.
\n@param resourceType The type of resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/"
},
"ResourceDeletionTime" : {
"documentation" : "The time that the resource was deleted.
",
"name" : "ResourceDeletionTime",
"c2jName" : "resourceDeletionTime",
"c2jShape" : "ResourceDeletionTime",
"variable" : {
"variableName" : "resourceDeletionTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that the resource was deleted.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "resourceDeletionTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceDeletionTime",
"marshallLocationName" : "resourceDeletionTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that the resource was deleted.
\n@param resourceDeletionTime The time that the resource was deleted.*/",
"getterDocumentation" : "/**The time that the resource was deleted.
\n@return The time that the resource was deleted.*/",
"fluentSetterDocumentation" : "/**The time that the resource was deleted.
\n@param resourceDeletionTime The time that the resource was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that the resource was deleted.
\n@param resourceDeletionTime The time that the resource was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceId" : {
"documentation" : "The ID of the resource (for example., sg-xxxxxx
).
",
"name" : "ResourceId",
"c2jName" : "resourceId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the resource (for example., sg-xxxxxx
).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceId",
"marshallLocationName" : "resourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@param resourceId The ID of the resource (for example., sg-xxxxxx
).*/",
"getterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@return The ID of the resource (for example., sg-xxxxxx
).*/",
"fluentSetterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@param resourceId The ID of the resource (for example., sg-xxxxxx
).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@param resourceId The ID of the resource (for example., sg-xxxxxx
).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceName" : {
"documentation" : "The custom name of the resource (if available).
",
"name" : "ResourceName",
"c2jName" : "resourceName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "resourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The custom name of the resource (if available).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceName",
"marshallLocationName" : "resourceName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The custom name of the resource (if available).
\n@param resourceName The custom name of the resource (if available).*/",
"getterDocumentation" : "/**The custom name of the resource (if available).
\n@return The custom name of the resource (if available).*/",
"fluentSetterDocumentation" : "/**The custom name of the resource (if available).
\n@param resourceName The custom name of the resource (if available).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The custom name of the resource (if available).
\n@param resourceName The custom name of the resource (if available).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidResultTokenException" : {
"c2jName" : "InvalidResultTokenException",
"documentation" : "The result token is invalid.
",
"shapeName" : "InvalidResultTokenException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "invalidResultTokenException",
"variableType" : "InvalidResultTokenException",
"variableDeclarationType" : "InvalidResultTokenException",
"documentation" : null,
"simpleType" : "InvalidResultTokenException",
"variableSetterType" : "InvalidResultTokenException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidResultTokenException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ConfigurationItem" : {
"c2jName" : "ConfigurationItem",
"documentation" : "A list that contains detailed configurations of a specified resource.
Currently, the list does not contain information about non-AWS components (for example, applications on your Amazon EC2 instances).
",
"shapeName" : "ConfigurationItem",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The version number of the resource configuration.
",
"name" : "Version",
"c2jName" : "version",
"c2jShape" : "Version",
"variable" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The version number of the resource configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "version",
"marshallLocationName" : "version",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The version number of the resource configuration.
\n@param version The version number of the resource configuration.*/",
"getterDocumentation" : "/**The version number of the resource configuration.
\n@return The version number of the resource configuration.*/",
"fluentSetterDocumentation" : "/**The version number of the resource configuration.
\n@param version The version number of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The version number of the resource configuration.
\n@param version The version number of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The 12 digit AWS account ID associated with the resource.
",
"name" : "AccountId",
"c2jName" : "accountId",
"c2jShape" : "AccountId",
"variable" : {
"variableName" : "accountId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The 12 digit AWS account ID associated with the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "accountId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "accountId",
"marshallLocationName" : "accountId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 12 digit AWS account ID associated with the resource.
\n@param accountId The 12 digit AWS account ID associated with the resource.*/",
"getterDocumentation" : "/**The 12 digit AWS account ID associated with the resource.
\n@return The 12 digit AWS account ID associated with the resource.*/",
"fluentSetterDocumentation" : "/**The 12 digit AWS account ID associated with the resource.
\n@param accountId The 12 digit AWS account ID associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The 12 digit AWS account ID associated with the resource.
\n@param accountId The 12 digit AWS account ID associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time when the configuration recording was initiated.
",
"name" : "ConfigurationItemCaptureTime",
"c2jName" : "configurationItemCaptureTime",
"c2jShape" : "ConfigurationItemCaptureTime",
"variable" : {
"variableName" : "configurationItemCaptureTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time when the configuration recording was initiated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "configurationItemCaptureTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configurationItemCaptureTime",
"marshallLocationName" : "configurationItemCaptureTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time when the configuration recording was initiated.
\n@param configurationItemCaptureTime The time when the configuration recording was initiated.*/",
"getterDocumentation" : "/**The time when the configuration recording was initiated.
\n@return The time when the configuration recording was initiated.*/",
"fluentSetterDocumentation" : "/**The time when the configuration recording was initiated.
\n@param configurationItemCaptureTime The time when the configuration recording was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time when the configuration recording was initiated.
\n@param configurationItemCaptureTime The time when the configuration recording was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The configuration item status.
",
"name" : "ConfigurationItemStatus",
"c2jName" : "configurationItemStatus",
"c2jShape" : "ConfigurationItemStatus",
"variable" : {
"variableName" : "configurationItemStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The configuration item status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configurationItemStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configurationItemStatus",
"marshallLocationName" : "configurationItemStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ConfigurationItemStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The configuration item status.
\n@param configurationItemStatus The configuration item status.\n@see ConfigurationItemStatus*/",
"getterDocumentation" : "/**The configuration item status.
\n@return The configuration item status.\n@see ConfigurationItemStatus*/",
"fluentSetterDocumentation" : "/**The configuration item status.
\n@param configurationItemStatus The configuration item status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemStatus*/",
"varargSetterDocumentation" : "/**The configuration item status.
\n@param configurationItemStatus The configuration item status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemStatus*/"
}, {
"documentation" : "An identifier that indicates the ordering of the configuration items of a resource.
",
"name" : "ConfigurationStateId",
"c2jName" : "configurationStateId",
"c2jShape" : "ConfigurationStateId",
"variable" : {
"variableName" : "configurationStateId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An identifier that indicates the ordering of the configuration items of a resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configurationStateId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configurationStateId",
"marshallLocationName" : "configurationStateId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An identifier that indicates the ordering of the configuration items of a resource.
\n@param configurationStateId An identifier that indicates the ordering of the configuration items of a resource.*/",
"getterDocumentation" : "/**An identifier that indicates the ordering of the configuration items of a resource.
\n@return An identifier that indicates the ordering of the configuration items of a resource.*/",
"fluentSetterDocumentation" : "/**An identifier that indicates the ordering of the configuration items of a resource.
\n@param configurationStateId An identifier that indicates the ordering of the configuration items of a resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An identifier that indicates the ordering of the configuration items of a resource.
\n@param configurationStateId An identifier that indicates the ordering of the configuration items of a resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
",
"name" : "ConfigurationItemMD5Hash",
"c2jName" : "configurationItemMD5Hash",
"c2jShape" : "ConfigurationItemMD5Hash",
"variable" : {
"variableName" : "configurationItemMD5Hash",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configurationItemMD5Hash",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configurationItemMD5Hash",
"marshallLocationName" : "configurationItemMD5Hash",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
\n@param configurationItemMD5Hash Unique MD5 hash that represents the configuration item's state. You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.*/",
"getterDocumentation" : "/**
Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
\n@return Unique MD5 hash that represents the configuration item's state. You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.*/",
"fluentSetterDocumentation" : "/**
Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
\n@param configurationItemMD5Hash Unique MD5 hash that represents the configuration item's state. You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
\n@param configurationItemMD5Hash Unique MD5 hash that represents the configuration item's state. You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The Amazon Resource Name (ARN) of the resource.
",
"name" : "Arn",
"c2jName" : "arn",
"c2jShape" : "ARN",
"variable" : {
"variableName" : "arn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "arn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "arn",
"marshallLocationName" : "arn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@param arn The Amazon Resource Name (ARN) of the resource.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@return The Amazon Resource Name (ARN) of the resource.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@param arn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@param arn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The type of AWS resource.
",
"name" : "ResourceType",
"c2jName" : "resourceType",
"c2jShape" : "ResourceType",
"variable" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of AWS resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceType",
"marshallLocationName" : "resourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of AWS resource.
\n@param resourceType The type of AWS resource.\n@see ResourceType*/",
"getterDocumentation" : "/**The type of AWS resource.
\n@return The type of AWS resource.\n@see ResourceType*/",
"fluentSetterDocumentation" : "/**The type of AWS resource.
\n@param resourceType The type of AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/",
"varargSetterDocumentation" : "/**The type of AWS resource.
\n@param resourceType The type of AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/"
}, {
"documentation" : "The ID of the resource (for example., sg-xxxxxx
).
",
"name" : "ResourceId",
"c2jName" : "resourceId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the resource (for example., sg-xxxxxx
).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceId",
"marshallLocationName" : "resourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@param resourceId The ID of the resource (for example., sg-xxxxxx
).*/",
"getterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@return The ID of the resource (for example., sg-xxxxxx
).*/",
"fluentSetterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@param resourceId The ID of the resource (for example., sg-xxxxxx
).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@param resourceId The ID of the resource (for example., sg-xxxxxx
).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The custom name of the resource, if available.
",
"name" : "ResourceName",
"c2jName" : "resourceName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "resourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The custom name of the resource, if available.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceName",
"marshallLocationName" : "resourceName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The custom name of the resource, if available.
\n@param resourceName The custom name of the resource, if available.*/",
"getterDocumentation" : "/**The custom name of the resource, if available.
\n@return The custom name of the resource, if available.*/",
"fluentSetterDocumentation" : "/**The custom name of the resource, if available.
\n@param resourceName The custom name of the resource, if available.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The custom name of the resource, if available.
\n@param resourceName The custom name of the resource, if available.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The region where the resource resides.
",
"name" : "AwsRegion",
"c2jName" : "awsRegion",
"c2jShape" : "AwsRegion",
"variable" : {
"variableName" : "awsRegion",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The region where the resource resides.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "awsRegion",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "awsRegion",
"marshallLocationName" : "awsRegion",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The region where the resource resides.
\n@param awsRegion The region where the resource resides.*/",
"getterDocumentation" : "/**The region where the resource resides.
\n@return The region where the resource resides.*/",
"fluentSetterDocumentation" : "/**The region where the resource resides.
\n@param awsRegion The region where the resource resides.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The region where the resource resides.
\n@param awsRegion The region where the resource resides.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Availability Zone associated with the resource.
",
"name" : "AvailabilityZone",
"c2jName" : "availabilityZone",
"c2jShape" : "AvailabilityZone",
"variable" : {
"variableName" : "availabilityZone",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Availability Zone associated with the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "availabilityZone",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "availabilityZone",
"marshallLocationName" : "availabilityZone",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Availability Zone associated with the resource.
\n@param availabilityZone The Availability Zone associated with the resource.*/",
"getterDocumentation" : "/**The Availability Zone associated with the resource.
\n@return The Availability Zone associated with the resource.*/",
"fluentSetterDocumentation" : "/**The Availability Zone associated with the resource.
\n@param availabilityZone The Availability Zone associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Availability Zone associated with the resource.
\n@param availabilityZone The Availability Zone associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time stamp when the resource was created.
",
"name" : "ResourceCreationTime",
"c2jName" : "resourceCreationTime",
"c2jShape" : "ResourceCreationTime",
"variable" : {
"variableName" : "resourceCreationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time stamp when the resource was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "resourceCreationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceCreationTime",
"marshallLocationName" : "resourceCreationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time stamp when the resource was created.
\n@param resourceCreationTime The time stamp when the resource was created.*/",
"getterDocumentation" : "/**The time stamp when the resource was created.
\n@return The time stamp when the resource was created.*/",
"fluentSetterDocumentation" : "/**The time stamp when the resource was created.
\n@param resourceCreationTime The time stamp when the resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time stamp when the resource was created.
\n@param resourceCreationTime The time stamp when the resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A mapping of key value tags associated with the resource.
",
"name" : "Tags",
"c2jName" : "tags",
"c2jShape" : "Tags",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "A mapping of key value tags associated with the resource.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "tags",
"marshallLocationName" : "tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "Value",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"keySimple" : true,
"valueSimple" : true,
"valueList" : false,
"entryType" : "Map.Entry",
"templateType" : "java.util.Map",
"templateImplType" : "java.util.HashMap"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : true,
"setterDocumentation" : "/**A mapping of key value tags associated with the resource.
\n@param tags A mapping of key value tags associated with the resource.*/",
"getterDocumentation" : "/**A mapping of key value tags associated with the resource.
\n@return A mapping of key value tags associated with the resource.*/",
"fluentSetterDocumentation" : "/**A mapping of key value tags associated with the resource.
\n@param tags A mapping of key value tags associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A mapping of key value tags associated with the resource.
\n@param tags A mapping of key value tags associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.
",
"name" : "RelatedEvents",
"c2jName" : "relatedEvents",
"c2jShape" : "RelatedEventList",
"variable" : {
"variableName" : "relatedEvents",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "relatedEvents",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "relatedEvents",
"marshallLocationName" : "relatedEvents",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "RelatedEvent",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.
\n@param relatedEvents A list of CloudTrail event IDs. A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.*/",
"getterDocumentation" : "/**
A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.
\n@return A list of CloudTrail event IDs. A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.*/",
"fluentSetterDocumentation" : "/**
A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.
\n@param relatedEvents A list of CloudTrail event IDs. A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRelatedEvents(java.util.Collection)} or {@link #withRelatedEvents(java.util.Collection)} if you want to override the existing values.
\n@param relatedEvents A list of CloudTrail event IDs. A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A list of related AWS resources.
",
"name" : "Relationships",
"c2jName" : "relationships",
"c2jShape" : "RelationshipList",
"variable" : {
"variableName" : "relationships",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of related AWS resources.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "relationships",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "relationships",
"marshallLocationName" : "relationships",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Relationship",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Relationship",
"variable" : {
"variableName" : "member",
"variableType" : "Relationship",
"variableDeclarationType" : "Relationship",
"documentation" : "",
"simpleType" : "Relationship",
"variableSetterType" : "Relationship"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Relationship",
"variableDeclarationType" : "Relationship",
"documentation" : "",
"simpleType" : "Relationship",
"variableSetterType" : "Relationship"
},
"getterModel" : {
"returnType" : "Relationship",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Relationship",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of related AWS resources.
\n@param relationships A list of related AWS resources.*/",
"getterDocumentation" : "/**A list of related AWS resources.
\n@return A list of related AWS resources.*/",
"fluentSetterDocumentation" : "/**A list of related AWS resources.
\n@param relationships A list of related AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of related AWS resources.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRelationships(java.util.Collection)} or {@link #withRelationships(java.util.Collection)} if you want to override the existing values.
\n@param relationships A list of related AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The description of the resource configuration.
",
"name" : "Configuration",
"c2jName" : "configuration",
"c2jShape" : "Configuration",
"variable" : {
"variableName" : "configuration",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description of the resource configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configuration",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configuration",
"marshallLocationName" : "configuration",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The description of the resource configuration.
\n@param configuration The description of the resource configuration.*/",
"getterDocumentation" : "/**The description of the resource configuration.
\n@return The description of the resource configuration.*/",
"fluentSetterDocumentation" : "/**The description of the resource configuration.
\n@param configuration The description of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of the resource configuration.
\n@param configuration The description of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "configurationItem",
"variableType" : "ConfigurationItem",
"variableDeclarationType" : "ConfigurationItem",
"documentation" : null,
"simpleType" : "ConfigurationItem",
"variableSetterType" : "ConfigurationItem"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ConfigurationItemStatus" : {
"documentation" : "The configuration item status.
",
"name" : "ConfigurationItemStatus",
"c2jName" : "configurationItemStatus",
"c2jShape" : "ConfigurationItemStatus",
"variable" : {
"variableName" : "configurationItemStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The configuration item status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configurationItemStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configurationItemStatus",
"marshallLocationName" : "configurationItemStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ConfigurationItemStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The configuration item status.
\n@param configurationItemStatus The configuration item status.\n@see ConfigurationItemStatus*/",
"getterDocumentation" : "/**The configuration item status.
\n@return The configuration item status.\n@see ConfigurationItemStatus*/",
"fluentSetterDocumentation" : "/**The configuration item status.
\n@param configurationItemStatus The configuration item status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemStatus*/",
"varargSetterDocumentation" : "/**The configuration item status.
\n@param configurationItemStatus The configuration item status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemStatus*/"
},
"ResourceId" : {
"documentation" : "The ID of the resource (for example., sg-xxxxxx
).
",
"name" : "ResourceId",
"c2jName" : "resourceId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the resource (for example., sg-xxxxxx
).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceId",
"marshallLocationName" : "resourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@param resourceId The ID of the resource (for example., sg-xxxxxx
).*/",
"getterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@return The ID of the resource (for example., sg-xxxxxx
).*/",
"fluentSetterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@param resourceId The ID of the resource (for example., sg-xxxxxx
).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the resource (for example., sg-xxxxxx
).
\n@param resourceId The ID of the resource (for example., sg-xxxxxx
).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ConfigurationStateId" : {
"documentation" : "An identifier that indicates the ordering of the configuration items of a resource.
",
"name" : "ConfigurationStateId",
"c2jName" : "configurationStateId",
"c2jShape" : "ConfigurationStateId",
"variable" : {
"variableName" : "configurationStateId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An identifier that indicates the ordering of the configuration items of a resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configurationStateId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configurationStateId",
"marshallLocationName" : "configurationStateId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An identifier that indicates the ordering of the configuration items of a resource.
\n@param configurationStateId An identifier that indicates the ordering of the configuration items of a resource.*/",
"getterDocumentation" : "/**An identifier that indicates the ordering of the configuration items of a resource.
\n@return An identifier that indicates the ordering of the configuration items of a resource.*/",
"fluentSetterDocumentation" : "/**An identifier that indicates the ordering of the configuration items of a resource.
\n@param configurationStateId An identifier that indicates the ordering of the configuration items of a resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An identifier that indicates the ordering of the configuration items of a resource.
\n@param configurationStateId An identifier that indicates the ordering of the configuration items of a resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AvailabilityZone" : {
"documentation" : "The Availability Zone associated with the resource.
",
"name" : "AvailabilityZone",
"c2jName" : "availabilityZone",
"c2jShape" : "AvailabilityZone",
"variable" : {
"variableName" : "availabilityZone",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Availability Zone associated with the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "availabilityZone",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "availabilityZone",
"marshallLocationName" : "availabilityZone",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Availability Zone associated with the resource.
\n@param availabilityZone The Availability Zone associated with the resource.*/",
"getterDocumentation" : "/**The Availability Zone associated with the resource.
\n@return The Availability Zone associated with the resource.*/",
"fluentSetterDocumentation" : "/**The Availability Zone associated with the resource.
\n@param availabilityZone The Availability Zone associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Availability Zone associated with the resource.
\n@param availabilityZone The Availability Zone associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceName" : {
"documentation" : "The custom name of the resource, if available.
",
"name" : "ResourceName",
"c2jName" : "resourceName",
"c2jShape" : "ResourceName",
"variable" : {
"variableName" : "resourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The custom name of the resource, if available.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceName",
"marshallLocationName" : "resourceName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The custom name of the resource, if available.
\n@param resourceName The custom name of the resource, if available.*/",
"getterDocumentation" : "/**The custom name of the resource, if available.
\n@return The custom name of the resource, if available.*/",
"fluentSetterDocumentation" : "/**The custom name of the resource, if available.
\n@param resourceName The custom name of the resource, if available.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The custom name of the resource, if available.
\n@param resourceName The custom name of the resource, if available.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Configuration" : {
"documentation" : "The description of the resource configuration.
",
"name" : "Configuration",
"c2jName" : "configuration",
"c2jShape" : "Configuration",
"variable" : {
"variableName" : "configuration",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description of the resource configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configuration",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configuration",
"marshallLocationName" : "configuration",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The description of the resource configuration.
\n@param configuration The description of the resource configuration.*/",
"getterDocumentation" : "/**The description of the resource configuration.
\n@return The description of the resource configuration.*/",
"fluentSetterDocumentation" : "/**The description of the resource configuration.
\n@param configuration The description of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of the resource configuration.
\n@param configuration The description of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RelatedEvents" : {
"documentation" : "A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.
",
"name" : "RelatedEvents",
"c2jName" : "relatedEvents",
"c2jShape" : "RelatedEventList",
"variable" : {
"variableName" : "relatedEvents",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "relatedEvents",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "relatedEvents",
"marshallLocationName" : "relatedEvents",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "RelatedEvent",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.
\n@param relatedEvents A list of CloudTrail event IDs. A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.*/",
"getterDocumentation" : "/**
A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.
\n@return A list of CloudTrail event IDs. A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.*/",
"fluentSetterDocumentation" : "/**
A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.
\n@param relatedEvents A list of CloudTrail event IDs. A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRelatedEvents(java.util.Collection)} or {@link #withRelatedEvents(java.util.Collection)} if you want to override the existing values.
\n@param relatedEvents A list of CloudTrail event IDs. A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.
An empty field indicates that the current configuration was not initiated by any event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Arn" : {
"documentation" : "
The Amazon Resource Name (ARN) of the resource.
",
"name" : "Arn",
"c2jName" : "arn",
"c2jShape" : "ARN",
"variable" : {
"variableName" : "arn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "arn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "arn",
"marshallLocationName" : "arn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@param arn The Amazon Resource Name (ARN) of the resource.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@return The Amazon Resource Name (ARN) of the resource.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@param arn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@param arn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceCreationTime" : {
"documentation" : "The time stamp when the resource was created.
",
"name" : "ResourceCreationTime",
"c2jName" : "resourceCreationTime",
"c2jShape" : "ResourceCreationTime",
"variable" : {
"variableName" : "resourceCreationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time stamp when the resource was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "resourceCreationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceCreationTime",
"marshallLocationName" : "resourceCreationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time stamp when the resource was created.
\n@param resourceCreationTime The time stamp when the resource was created.*/",
"getterDocumentation" : "/**The time stamp when the resource was created.
\n@return The time stamp when the resource was created.*/",
"fluentSetterDocumentation" : "/**The time stamp when the resource was created.
\n@param resourceCreationTime The time stamp when the resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time stamp when the resource was created.
\n@param resourceCreationTime The time stamp when the resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ConfigurationItemMD5Hash" : {
"documentation" : "Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
",
"name" : "ConfigurationItemMD5Hash",
"c2jName" : "configurationItemMD5Hash",
"c2jShape" : "ConfigurationItemMD5Hash",
"variable" : {
"variableName" : "configurationItemMD5Hash",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configurationItemMD5Hash",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configurationItemMD5Hash",
"marshallLocationName" : "configurationItemMD5Hash",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
\n@param configurationItemMD5Hash Unique MD5 hash that represents the configuration item's state. You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.*/",
"getterDocumentation" : "/**
Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
\n@return Unique MD5 hash that represents the configuration item's state. You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.*/",
"fluentSetterDocumentation" : "/**
Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
\n@param configurationItemMD5Hash Unique MD5 hash that represents the configuration item's state. You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
\n@param configurationItemMD5Hash Unique MD5 hash that represents the configuration item's state. You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Tags" : {
"documentation" : "
A mapping of key value tags associated with the resource.
",
"name" : "Tags",
"c2jName" : "tags",
"c2jShape" : "Tags",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "A mapping of key value tags associated with the resource.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "tags",
"marshallLocationName" : "tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "Value",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"keySimple" : true,
"valueSimple" : true,
"valueList" : false,
"entryType" : "Map.Entry",
"templateType" : "java.util.Map",
"templateImplType" : "java.util.HashMap"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : true,
"setterDocumentation" : "/**A mapping of key value tags associated with the resource.
\n@param tags A mapping of key value tags associated with the resource.*/",
"getterDocumentation" : "/**A mapping of key value tags associated with the resource.
\n@return A mapping of key value tags associated with the resource.*/",
"fluentSetterDocumentation" : "/**A mapping of key value tags associated with the resource.
\n@param tags A mapping of key value tags associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A mapping of key value tags associated with the resource.
\n@param tags A mapping of key value tags associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceType" : {
"documentation" : "The type of AWS resource.
",
"name" : "ResourceType",
"c2jName" : "resourceType",
"c2jShape" : "ResourceType",
"variable" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of AWS resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceType",
"marshallLocationName" : "resourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ResourceType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of AWS resource.
\n@param resourceType The type of AWS resource.\n@see ResourceType*/",
"getterDocumentation" : "/**The type of AWS resource.
\n@return The type of AWS resource.\n@see ResourceType*/",
"fluentSetterDocumentation" : "/**The type of AWS resource.
\n@param resourceType The type of AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/",
"varargSetterDocumentation" : "/**The type of AWS resource.
\n@param resourceType The type of AWS resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ResourceType*/"
},
"AccountId" : {
"documentation" : "The 12 digit AWS account ID associated with the resource.
",
"name" : "AccountId",
"c2jName" : "accountId",
"c2jShape" : "AccountId",
"variable" : {
"variableName" : "accountId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The 12 digit AWS account ID associated with the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "accountId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "accountId",
"marshallLocationName" : "accountId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 12 digit AWS account ID associated with the resource.
\n@param accountId The 12 digit AWS account ID associated with the resource.*/",
"getterDocumentation" : "/**The 12 digit AWS account ID associated with the resource.
\n@return The 12 digit AWS account ID associated with the resource.*/",
"fluentSetterDocumentation" : "/**The 12 digit AWS account ID associated with the resource.
\n@param accountId The 12 digit AWS account ID associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The 12 digit AWS account ID associated with the resource.
\n@param accountId The 12 digit AWS account ID associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Version" : {
"documentation" : "The version number of the resource configuration.
",
"name" : "Version",
"c2jName" : "version",
"c2jShape" : "Version",
"variable" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The version number of the resource configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "version",
"marshallLocationName" : "version",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The version number of the resource configuration.
\n@param version The version number of the resource configuration.*/",
"getterDocumentation" : "/**The version number of the resource configuration.
\n@return The version number of the resource configuration.*/",
"fluentSetterDocumentation" : "/**The version number of the resource configuration.
\n@param version The version number of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The version number of the resource configuration.
\n@param version The version number of the resource configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ConfigurationItemCaptureTime" : {
"documentation" : "The time when the configuration recording was initiated.
",
"name" : "ConfigurationItemCaptureTime",
"c2jName" : "configurationItemCaptureTime",
"c2jShape" : "ConfigurationItemCaptureTime",
"variable" : {
"variableName" : "configurationItemCaptureTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time when the configuration recording was initiated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "configurationItemCaptureTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configurationItemCaptureTime",
"marshallLocationName" : "configurationItemCaptureTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time when the configuration recording was initiated.
\n@param configurationItemCaptureTime The time when the configuration recording was initiated.*/",
"getterDocumentation" : "/**The time when the configuration recording was initiated.
\n@return The time when the configuration recording was initiated.*/",
"fluentSetterDocumentation" : "/**The time when the configuration recording was initiated.
\n@param configurationItemCaptureTime The time when the configuration recording was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time when the configuration recording was initiated.
\n@param configurationItemCaptureTime The time when the configuration recording was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Relationships" : {
"documentation" : "A list of related AWS resources.
",
"name" : "Relationships",
"c2jName" : "relationships",
"c2jShape" : "RelationshipList",
"variable" : {
"variableName" : "relationships",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of related AWS resources.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection