
models.inspector-2016-02-16-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-osgi Show documentation
{
"metadata" : {
"apiVersion" : "2016-02-16",
"protocol" : "json",
"checksumFormat" : null,
"documentation" : "Amazon Inspector Amazon Inspector enables you to analyze the behavior of your AWS resources and to identify potential security issues. For more information, see Amazon Inspector User Guide.
",
"defaultEndpoint" : "https://inspector.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "inspector.us-east-1.amazonaws.com",
"syncInterface" : "AmazonInspector",
"syncClient" : "AmazonInspectorClient",
"asyncInterface" : "AmazonInspectorAsync",
"asyncClient" : "AmazonInspectorAsyncClient",
"packageName" : "com.amazonaws.services.inspector",
"packagePath" : "com/amazonaws/services/inspector",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon Inspector",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : "1.1",
"endpointPrefix" : "inspector",
"signingName" : "inspector",
"protocolDefaultExceptionUmarshallerImpl" : null,
"syncClientBuilderClassName" : "AmazonInspectorClientBuilder",
"asyncClientBuilderClassName" : "AmazonInspectorAsyncClientBuilder",
"serviceName" : "Amazon Inspector",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"jsonProtocol" : true,
"xmlProtocol" : false,
"cborProtocol" : false,
"unmarshallerClassSuffix" : "JsonUnmarshaller"
},
"operations" : {
"AddAttributesToFindings" : {
"documentation" : "Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.
",
"operationName" : "AddAttributesToFindings",
"deprecated" : false,
"input" : {
"variableName" : "addAttributesToFindingsRequest",
"variableType" : "AddAttributesToFindingsRequest",
"variableDeclarationType" : "AddAttributesToFindingsRequest",
"documentation" : "",
"simpleType" : "AddAttributesToFindingsRequest",
"variableSetterType" : "AddAttributesToFindingsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddAttributesToFindingsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "AddAttributesToFindingsResult",
"asyncReturnType" : "AddAttributesToFindingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "addAttributesToFindings"
},
"CreateAssessmentTarget" : {
"documentation" : "Creates a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup. You can create up to 50 assessment targets per AWS account. You can run up to 500 concurrent agents per AWS account. For more information, see Amazon Inspector Assessment Targets.
",
"operationName" : "CreateAssessmentTarget",
"deprecated" : false,
"input" : {
"variableName" : "createAssessmentTargetRequest",
"variableType" : "CreateAssessmentTargetRequest",
"variableDeclarationType" : "CreateAssessmentTargetRequest",
"documentation" : "",
"simpleType" : "CreateAssessmentTargetRequest",
"variableSetterType" : "CreateAssessmentTargetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateAssessmentTargetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateAssessmentTargetResult",
"asyncReturnType" : "CreateAssessmentTargetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createAssessmentTarget"
},
"CreateAssessmentTemplate" : {
"documentation" : "Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.
",
"operationName" : "CreateAssessmentTemplate",
"deprecated" : false,
"input" : {
"variableName" : "createAssessmentTemplateRequest",
"variableType" : "CreateAssessmentTemplateRequest",
"variableDeclarationType" : "CreateAssessmentTemplateRequest",
"documentation" : "",
"simpleType" : "CreateAssessmentTemplateRequest",
"variableSetterType" : "CreateAssessmentTemplateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateAssessmentTemplateResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateAssessmentTemplateResult",
"asyncReturnType" : "CreateAssessmentTemplateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createAssessmentTemplate"
},
"CreateResourceGroup" : {
"documentation" : "Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target. The created resource group is then used to create an Amazon Inspector assessment target. For more information, see CreateAssessmentTarget.
",
"operationName" : "CreateResourceGroup",
"deprecated" : false,
"input" : {
"variableName" : "createResourceGroupRequest",
"variableType" : "CreateResourceGroupRequest",
"variableDeclarationType" : "CreateResourceGroupRequest",
"documentation" : "",
"simpleType" : "CreateResourceGroupRequest",
"variableSetterType" : "CreateResourceGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateResourceGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateResourceGroupResult",
"asyncReturnType" : "CreateResourceGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createResourceGroup"
},
"DeleteAssessmentRun" : {
"documentation" : "Deletes the assessment run that is specified by the ARN of the assessment run.
",
"operationName" : "DeleteAssessmentRun",
"deprecated" : false,
"input" : {
"variableName" : "deleteAssessmentRunRequest",
"variableType" : "DeleteAssessmentRunRequest",
"variableDeclarationType" : "DeleteAssessmentRunRequest",
"documentation" : "",
"simpleType" : "DeleteAssessmentRunRequest",
"variableSetterType" : "DeleteAssessmentRunRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteAssessmentRunResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AssessmentRunInProgressException",
"documentation" : "You cannot perform a specified action if an assessment run is currently in progress.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteAssessmentRunResult",
"asyncReturnType" : "DeleteAssessmentRunResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteAssessmentRun"
},
"DeleteAssessmentTarget" : {
"documentation" : "Deletes the assessment target that is specified by the ARN of the assessment target.
",
"operationName" : "DeleteAssessmentTarget",
"deprecated" : false,
"input" : {
"variableName" : "deleteAssessmentTargetRequest",
"variableType" : "DeleteAssessmentTargetRequest",
"variableDeclarationType" : "DeleteAssessmentTargetRequest",
"documentation" : "",
"simpleType" : "DeleteAssessmentTargetRequest",
"variableSetterType" : "DeleteAssessmentTargetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteAssessmentTargetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AssessmentRunInProgressException",
"documentation" : "You cannot perform a specified action if an assessment run is currently in progress.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteAssessmentTargetResult",
"asyncReturnType" : "DeleteAssessmentTargetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteAssessmentTarget"
},
"DeleteAssessmentTemplate" : {
"documentation" : "Deletes the assessment template that is specified by the ARN of the assessment template.
",
"operationName" : "DeleteAssessmentTemplate",
"deprecated" : false,
"input" : {
"variableName" : "deleteAssessmentTemplateRequest",
"variableType" : "DeleteAssessmentTemplateRequest",
"variableDeclarationType" : "DeleteAssessmentTemplateRequest",
"documentation" : "",
"simpleType" : "DeleteAssessmentTemplateRequest",
"variableSetterType" : "DeleteAssessmentTemplateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteAssessmentTemplateResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AssessmentRunInProgressException",
"documentation" : "You cannot perform a specified action if an assessment run is currently in progress.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteAssessmentTemplateResult",
"asyncReturnType" : "DeleteAssessmentTemplateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteAssessmentTemplate"
},
"DescribeAssessmentRuns" : {
"documentation" : "Describes the assessment runs that are specified by the ARNs of the assessment runs.
",
"operationName" : "DescribeAssessmentRuns",
"deprecated" : false,
"input" : {
"variableName" : "describeAssessmentRunsRequest",
"variableType" : "DescribeAssessmentRunsRequest",
"variableDeclarationType" : "DescribeAssessmentRunsRequest",
"documentation" : "",
"simpleType" : "DescribeAssessmentRunsRequest",
"variableSetterType" : "DescribeAssessmentRunsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAssessmentRunsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeAssessmentRunsResult",
"asyncReturnType" : "DescribeAssessmentRunsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeAssessmentRuns"
},
"DescribeAssessmentTargets" : {
"documentation" : "Describes the assessment targets that are specified by the ARNs of the assessment targets.
",
"operationName" : "DescribeAssessmentTargets",
"deprecated" : false,
"input" : {
"variableName" : "describeAssessmentTargetsRequest",
"variableType" : "DescribeAssessmentTargetsRequest",
"variableDeclarationType" : "DescribeAssessmentTargetsRequest",
"documentation" : "",
"simpleType" : "DescribeAssessmentTargetsRequest",
"variableSetterType" : "DescribeAssessmentTargetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAssessmentTargetsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeAssessmentTargetsResult",
"asyncReturnType" : "DescribeAssessmentTargetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeAssessmentTargets"
},
"DescribeAssessmentTemplates" : {
"documentation" : "Describes the assessment templates that are specified by the ARNs of the assessment templates.
",
"operationName" : "DescribeAssessmentTemplates",
"deprecated" : false,
"input" : {
"variableName" : "describeAssessmentTemplatesRequest",
"variableType" : "DescribeAssessmentTemplatesRequest",
"variableDeclarationType" : "DescribeAssessmentTemplatesRequest",
"documentation" : "",
"simpleType" : "DescribeAssessmentTemplatesRequest",
"variableSetterType" : "DescribeAssessmentTemplatesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAssessmentTemplatesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeAssessmentTemplatesResult",
"asyncReturnType" : "DescribeAssessmentTemplatesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeAssessmentTemplates"
},
"DescribeCrossAccountAccessRole" : {
"documentation" : "Describes the IAM role that enables Amazon Inspector to access your AWS account.
",
"operationName" : "DescribeCrossAccountAccessRole",
"deprecated" : false,
"input" : {
"variableName" : "describeCrossAccountAccessRoleRequest",
"variableType" : "DescribeCrossAccountAccessRoleRequest",
"variableDeclarationType" : "DescribeCrossAccountAccessRoleRequest",
"documentation" : null,
"simpleType" : "DescribeCrossAccountAccessRoleRequest",
"variableSetterType" : "DescribeCrossAccountAccessRoleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeCrossAccountAccessRoleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeCrossAccountAccessRoleResult",
"asyncReturnType" : "DescribeCrossAccountAccessRoleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeCrossAccountAccessRole"
},
"DescribeFindings" : {
"documentation" : "Describes the findings that are specified by the ARNs of the findings.
",
"operationName" : "DescribeFindings",
"deprecated" : false,
"input" : {
"variableName" : "describeFindingsRequest",
"variableType" : "DescribeFindingsRequest",
"variableDeclarationType" : "DescribeFindingsRequest",
"documentation" : "",
"simpleType" : "DescribeFindingsRequest",
"variableSetterType" : "DescribeFindingsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeFindingsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeFindingsResult",
"asyncReturnType" : "DescribeFindingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeFindings"
},
"DescribeResourceGroups" : {
"documentation" : "Describes the resource groups that are specified by the ARNs of the resource groups.
",
"operationName" : "DescribeResourceGroups",
"deprecated" : false,
"input" : {
"variableName" : "describeResourceGroupsRequest",
"variableType" : "DescribeResourceGroupsRequest",
"variableDeclarationType" : "DescribeResourceGroupsRequest",
"documentation" : "",
"simpleType" : "DescribeResourceGroupsRequest",
"variableSetterType" : "DescribeResourceGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeResourceGroupsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeResourceGroupsResult",
"asyncReturnType" : "DescribeResourceGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeResourceGroups"
},
"DescribeRulesPackages" : {
"documentation" : "Describes the rules packages that are specified by the ARNs of the rules packages.
",
"operationName" : "DescribeRulesPackages",
"deprecated" : false,
"input" : {
"variableName" : "describeRulesPackagesRequest",
"variableType" : "DescribeRulesPackagesRequest",
"variableDeclarationType" : "DescribeRulesPackagesRequest",
"documentation" : "",
"simpleType" : "DescribeRulesPackagesRequest",
"variableSetterType" : "DescribeRulesPackagesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeRulesPackagesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeRulesPackagesResult",
"asyncReturnType" : "DescribeRulesPackagesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeRulesPackages"
},
"GetTelemetryMetadata" : {
"documentation" : "Information about the data that is collected for the specified assessment run.
",
"operationName" : "GetTelemetryMetadata",
"deprecated" : false,
"input" : {
"variableName" : "getTelemetryMetadataRequest",
"variableType" : "GetTelemetryMetadataRequest",
"variableDeclarationType" : "GetTelemetryMetadataRequest",
"documentation" : "",
"simpleType" : "GetTelemetryMetadataRequest",
"variableSetterType" : "GetTelemetryMetadataRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetTelemetryMetadataResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetTelemetryMetadataResult",
"asyncReturnType" : "GetTelemetryMetadataResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getTelemetryMetadata"
},
"ListAssessmentRunAgents" : {
"documentation" : "Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.
",
"operationName" : "ListAssessmentRunAgents",
"deprecated" : false,
"input" : {
"variableName" : "listAssessmentRunAgentsRequest",
"variableType" : "ListAssessmentRunAgentsRequest",
"variableDeclarationType" : "ListAssessmentRunAgentsRequest",
"documentation" : "",
"simpleType" : "ListAssessmentRunAgentsRequest",
"variableSetterType" : "ListAssessmentRunAgentsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListAssessmentRunAgentsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListAssessmentRunAgentsResult",
"asyncReturnType" : "ListAssessmentRunAgentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listAssessmentRunAgents"
},
"ListAssessmentRuns" : {
"documentation" : "Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.
",
"operationName" : "ListAssessmentRuns",
"deprecated" : false,
"input" : {
"variableName" : "listAssessmentRunsRequest",
"variableType" : "ListAssessmentRunsRequest",
"variableDeclarationType" : "ListAssessmentRunsRequest",
"documentation" : "",
"simpleType" : "ListAssessmentRunsRequest",
"variableSetterType" : "ListAssessmentRunsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListAssessmentRunsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListAssessmentRunsResult",
"asyncReturnType" : "ListAssessmentRunsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listAssessmentRuns"
},
"ListAssessmentTargets" : {
"documentation" : "Lists the ARNs of the assessment targets within this AWS account. For more information about assessment targets, see Amazon Inspector Assessment Targets.
",
"operationName" : "ListAssessmentTargets",
"deprecated" : false,
"input" : {
"variableName" : "listAssessmentTargetsRequest",
"variableType" : "ListAssessmentTargetsRequest",
"variableDeclarationType" : "ListAssessmentTargetsRequest",
"documentation" : "",
"simpleType" : "ListAssessmentTargetsRequest",
"variableSetterType" : "ListAssessmentTargetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListAssessmentTargetsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListAssessmentTargetsResult",
"asyncReturnType" : "ListAssessmentTargetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listAssessmentTargets"
},
"ListAssessmentTemplates" : {
"documentation" : "Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.
",
"operationName" : "ListAssessmentTemplates",
"deprecated" : false,
"input" : {
"variableName" : "listAssessmentTemplatesRequest",
"variableType" : "ListAssessmentTemplatesRequest",
"variableDeclarationType" : "ListAssessmentTemplatesRequest",
"documentation" : "",
"simpleType" : "ListAssessmentTemplatesRequest",
"variableSetterType" : "ListAssessmentTemplatesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListAssessmentTemplatesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListAssessmentTemplatesResult",
"asyncReturnType" : "ListAssessmentTemplatesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listAssessmentTemplates"
},
"ListEventSubscriptions" : {
"documentation" : "Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template. For more information, see SubscribeToEvent and UnsubscribeFromEvent.
",
"operationName" : "ListEventSubscriptions",
"deprecated" : false,
"input" : {
"variableName" : "listEventSubscriptionsRequest",
"variableType" : "ListEventSubscriptionsRequest",
"variableDeclarationType" : "ListEventSubscriptionsRequest",
"documentation" : "",
"simpleType" : "ListEventSubscriptionsRequest",
"variableSetterType" : "ListEventSubscriptionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListEventSubscriptionsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListEventSubscriptionsResult",
"asyncReturnType" : "ListEventSubscriptionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listEventSubscriptions"
},
"ListFindings" : {
"documentation" : "Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
",
"operationName" : "ListFindings",
"deprecated" : false,
"input" : {
"variableName" : "listFindingsRequest",
"variableType" : "ListFindingsRequest",
"variableDeclarationType" : "ListFindingsRequest",
"documentation" : "",
"simpleType" : "ListFindingsRequest",
"variableSetterType" : "ListFindingsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListFindingsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListFindingsResult",
"asyncReturnType" : "ListFindingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listFindings"
},
"ListRulesPackages" : {
"documentation" : "Lists all available Amazon Inspector rules packages.
",
"operationName" : "ListRulesPackages",
"deprecated" : false,
"input" : {
"variableName" : "listRulesPackagesRequest",
"variableType" : "ListRulesPackagesRequest",
"variableDeclarationType" : "ListRulesPackagesRequest",
"documentation" : "",
"simpleType" : "ListRulesPackagesRequest",
"variableSetterType" : "ListRulesPackagesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListRulesPackagesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListRulesPackagesResult",
"asyncReturnType" : "ListRulesPackagesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listRulesPackages"
},
"ListTagsForResource" : {
"documentation" : "Lists all tags associated with an assessment template.
",
"operationName" : "ListTagsForResource",
"deprecated" : false,
"input" : {
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"variableDeclarationType" : "ListTagsForResourceRequest",
"documentation" : "",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListTagsForResourceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListTagsForResourceResult",
"asyncReturnType" : "ListTagsForResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listTagsForResource"
},
"PreviewAgents" : {
"documentation" : "Previews the agents installed on the EC2 instances that are part of the specified assessment target.
",
"operationName" : "PreviewAgents",
"deprecated" : false,
"input" : {
"variableName" : "previewAgentsRequest",
"variableType" : "PreviewAgentsRequest",
"variableDeclarationType" : "PreviewAgentsRequest",
"documentation" : "",
"simpleType" : "PreviewAgentsRequest",
"variableSetterType" : "PreviewAgentsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PreviewAgentsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
}, {
"exceptionName" : "InvalidCrossAccountRoleException",
"documentation" : "Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "PreviewAgentsResult",
"asyncReturnType" : "PreviewAgentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "previewAgents"
},
"RegisterCrossAccountAccessRole" : {
"documentation" : "Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action.
",
"operationName" : "RegisterCrossAccountAccessRole",
"deprecated" : false,
"input" : {
"variableName" : "registerCrossAccountAccessRoleRequest",
"variableType" : "RegisterCrossAccountAccessRoleRequest",
"variableDeclarationType" : "RegisterCrossAccountAccessRoleRequest",
"documentation" : "",
"simpleType" : "RegisterCrossAccountAccessRoleRequest",
"variableSetterType" : "RegisterCrossAccountAccessRoleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterCrossAccountAccessRoleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "InvalidCrossAccountRoleException",
"documentation" : "Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RegisterCrossAccountAccessRoleResult",
"asyncReturnType" : "RegisterCrossAccountAccessRoleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "registerCrossAccountAccessRole"
},
"RemoveAttributesFromFindings" : {
"documentation" : "Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.
",
"operationName" : "RemoveAttributesFromFindings",
"deprecated" : false,
"input" : {
"variableName" : "removeAttributesFromFindingsRequest",
"variableType" : "RemoveAttributesFromFindingsRequest",
"variableDeclarationType" : "RemoveAttributesFromFindingsRequest",
"documentation" : "",
"simpleType" : "RemoveAttributesFromFindingsRequest",
"variableSetterType" : "RemoveAttributesFromFindingsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RemoveAttributesFromFindingsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RemoveAttributesFromFindingsResult",
"asyncReturnType" : "RemoveAttributesFromFindingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "removeAttributesFromFindings"
},
"SetTagsForResource" : {
"documentation" : "Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.
",
"operationName" : "SetTagsForResource",
"deprecated" : false,
"input" : {
"variableName" : "setTagsForResourceRequest",
"variableType" : "SetTagsForResourceRequest",
"variableDeclarationType" : "SetTagsForResourceRequest",
"documentation" : "",
"simpleType" : "SetTagsForResourceRequest",
"variableSetterType" : "SetTagsForResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetTagsForResourceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "SetTagsForResourceResult",
"asyncReturnType" : "SetTagsForResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "setTagsForResource"
},
"StartAssessmentRun" : {
"documentation" : "Starts the assessment run specified by the ARN of the assessment template. For this API to function properly, you must not exceed the limit of running up to 500 concurrent agents per AWS account.
",
"operationName" : "StartAssessmentRun",
"deprecated" : false,
"input" : {
"variableName" : "startAssessmentRunRequest",
"variableType" : "StartAssessmentRunRequest",
"variableDeclarationType" : "StartAssessmentRunRequest",
"documentation" : "",
"simpleType" : "StartAssessmentRunRequest",
"variableSetterType" : "StartAssessmentRunRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "StartAssessmentRunResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
}, {
"exceptionName" : "InvalidCrossAccountRoleException",
"documentation" : "Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.
"
}, {
"exceptionName" : "AgentsAlreadyRunningAssessmentException",
"documentation" : "You started an assessment run, but one of the instances is already participating in another assessment run.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "StartAssessmentRunResult",
"asyncReturnType" : "StartAssessmentRunResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "startAssessmentRun"
},
"StopAssessmentRun" : {
"documentation" : "Stops the assessment run that is specified by the ARN of the assessment run.
",
"operationName" : "StopAssessmentRun",
"deprecated" : false,
"input" : {
"variableName" : "stopAssessmentRunRequest",
"variableType" : "StopAssessmentRunRequest",
"variableDeclarationType" : "StopAssessmentRunRequest",
"documentation" : "",
"simpleType" : "StopAssessmentRunRequest",
"variableSetterType" : "StopAssessmentRunRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "StopAssessmentRunResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "StopAssessmentRunResult",
"asyncReturnType" : "StopAssessmentRunResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "stopAssessmentRun"
},
"SubscribeToEvent" : {
"documentation" : "Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
",
"operationName" : "SubscribeToEvent",
"deprecated" : false,
"input" : {
"variableName" : "subscribeToEventRequest",
"variableType" : "SubscribeToEventRequest",
"variableDeclarationType" : "SubscribeToEventRequest",
"documentation" : "",
"simpleType" : "SubscribeToEventRequest",
"variableSetterType" : "SubscribeToEventRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SubscribeToEventResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "SubscribeToEventResult",
"asyncReturnType" : "SubscribeToEventResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "subscribeToEvent"
},
"UnsubscribeFromEvent" : {
"documentation" : "Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
",
"operationName" : "UnsubscribeFromEvent",
"deprecated" : false,
"input" : {
"variableName" : "unsubscribeFromEventRequest",
"variableType" : "UnsubscribeFromEventRequest",
"variableDeclarationType" : "UnsubscribeFromEventRequest",
"documentation" : "",
"simpleType" : "UnsubscribeFromEventRequest",
"variableSetterType" : "UnsubscribeFromEventRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UnsubscribeFromEventResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UnsubscribeFromEventResult",
"asyncReturnType" : "UnsubscribeFromEventResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "unsubscribeFromEvent"
},
"UpdateAssessmentTarget" : {
"documentation" : "Updates the assessment target that is specified by the ARN of the assessment target.
",
"operationName" : "UpdateAssessmentTarget",
"deprecated" : false,
"input" : {
"variableName" : "updateAssessmentTargetRequest",
"variableType" : "UpdateAssessmentTargetRequest",
"variableDeclarationType" : "UpdateAssessmentTargetRequest",
"documentation" : "",
"simpleType" : "UpdateAssessmentTargetRequest",
"variableSetterType" : "UpdateAssessmentTargetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateAssessmentTargetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
"
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
"
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
"
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateAssessmentTargetResult",
"asyncReturnType" : "UpdateAssessmentTargetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateAssessmentTarget"
}
},
"shapes" : {
"SetTagsForResourceRequest" : {
"c2jName" : "SetTagsForResourceRequest",
"documentation" : "",
"shapeName" : "SetTagsForResourceRequest",
"deprecated" : false,
"required" : [ "resourceArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ARN of the assessment template that you want to set tags to.
",
"name" : "ResourceArn",
"c2jName" : "resourceArn",
"c2jShape" : "Arn",
"variable" : {
"variableName" : "resourceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the assessment template that you want to set tags to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceArn",
"marshallLocationName" : "resourceArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ARN of the assessment template that you want to set tags to.
\n@param resourceArn The ARN of the assessment template that you want to set tags to.*/",
"getterDocumentation" : "/**The ARN of the assessment template that you want to set tags to.
\n@return The ARN of the assessment template that you want to set tags to.*/",
"fluentSetterDocumentation" : "/**The ARN of the assessment template that you want to set tags to.
\n@param resourceArn The ARN of the assessment template that you want to set tags to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the assessment template that you want to set tags to.
\n@param resourceArn The ARN of the assessment template that you want to set tags to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "A collection of key and value pairs that you want to set to the assessment template.
",
"name" : "Tags",
"c2jName" : "tags",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "A collection of key and value pairs that you want to set to the assessment template.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"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" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"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,
"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.*/",
"simple" : false,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "Tag"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**A collection of key and value pairs that you want to set to the assessment template.
\n@param tags A collection of key and value pairs that you want to set to the assessment template.*/",
"getterDocumentation" : "/**A collection of key and value pairs that you want to set to the assessment template.
\n@return A collection of key and value pairs that you want to set to the assessment template.*/",
"fluentSetterDocumentation" : "/**A collection of key and value pairs that you want to set to the assessment template.
\n@param tags A collection of key and value pairs that you want to set to the assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A collection of key and value pairs that you want to set to the assessment template.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags A collection of key and value pairs that you want to set to the assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "setTagsForResourceRequest",
"variableType" : "SetTagsForResourceRequest",
"variableDeclarationType" : "SetTagsForResourceRequest",
"documentation" : null,
"simpleType" : "SetTagsForResourceRequest",
"variableSetterType" : "SetTagsForResourceRequest"
},
"marshaller" : {
"action" : "SetTagsForResource",
"verb" : "POST",
"target" : "InspectorService.SetTagsForResource",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ResourceArn" : {
"documentation" : "The ARN of the assessment template that you want to set tags to.
",
"name" : "ResourceArn",
"c2jName" : "resourceArn",
"c2jShape" : "Arn",
"variable" : {
"variableName" : "resourceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the assessment template that you want to set tags to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceArn",
"marshallLocationName" : "resourceArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ARN of the assessment template that you want to set tags to.
\n@param resourceArn The ARN of the assessment template that you want to set tags to.*/",
"getterDocumentation" : "/**The ARN of the assessment template that you want to set tags to.
\n@return The ARN of the assessment template that you want to set tags to.*/",
"fluentSetterDocumentation" : "/**The ARN of the assessment template that you want to set tags to.
\n@param resourceArn The ARN of the assessment template that you want to set tags to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the assessment template that you want to set tags to.
\n@param resourceArn The ARN of the assessment template that you want to set tags to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"Tags" : {
"documentation" : "A collection of key and value pairs that you want to set to the assessment template.
",
"name" : "Tags",
"c2jName" : "tags",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "A collection of key and value pairs that you want to set to the assessment template.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"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" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"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,
"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.*/",
"simple" : false,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "Tag"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**A collection of key and value pairs that you want to set to the assessment template.
\n@param tags A collection of key and value pairs that you want to set to the assessment template.*/",
"getterDocumentation" : "/**A collection of key and value pairs that you want to set to the assessment template.
\n@return A collection of key and value pairs that you want to set to the assessment template.*/",
"fluentSetterDocumentation" : "/**A collection of key and value pairs that you want to set to the assessment template.
\n@param tags A collection of key and value pairs that you want to set to the assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A collection of key and value pairs that you want to set to the assessment template.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags A collection of key and value pairs that you want to set to the assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
}
}
},
"DescribeFindingsRequest" : {
"c2jName" : "DescribeFindingsRequest",
"documentation" : "",
"shapeName" : "DescribeFindingsRequest",
"deprecated" : false,
"required" : [ "findingArns" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ARN that specifies the finding that you want to describe.
",
"name" : "FindingArns",
"c2jName" : "findingArns",
"c2jShape" : "BatchDescribeArnList",
"variable" : {
"variableName" : "findingArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The ARN that specifies the finding that you want to describe.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "findingArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "findingArns",
"marshallLocationName" : "findingArns",
"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" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Arn",
"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,
"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.*/",
"simple" : true,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : true,
"map" : false,
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ARN that specifies the finding that you want to describe.
\n@param findingArns The ARN that specifies the finding that you want to describe.*/",
"getterDocumentation" : "/**The ARN that specifies the finding that you want to describe.
\n@return The ARN that specifies the finding that you want to describe.*/",
"fluentSetterDocumentation" : "/**The ARN that specifies the finding that you want to describe.
\n@param findingArns The ARN that specifies the finding that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN that specifies the finding that you want to describe.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setFindingArns(java.util.Collection)} or {@link #withFindingArns(java.util.Collection)} if you want to override the existing values.
\n@param findingArns The ARN that specifies the finding that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
}, {
"documentation" : "The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
",
"name" : "Locale",
"c2jName" : "locale",
"c2jShape" : "Locale",
"variable" : {
"variableName" : "locale",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "locale",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "locale",
"marshallLocationName" : "locale",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "Locale",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
\n@param locale The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.\n@see Locale*/",
"getterDocumentation" : "/**The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
\n@return The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.\n@see Locale*/",
"fluentSetterDocumentation" : "/**The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
\n@param locale The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale*/",
"varargSetterDocumentation" : "/**The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
\n@param locale The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale*/",
"simple" : true,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "describeFindingsRequest",
"variableType" : "DescribeFindingsRequest",
"variableDeclarationType" : "DescribeFindingsRequest",
"documentation" : null,
"simpleType" : "DescribeFindingsRequest",
"variableSetterType" : "DescribeFindingsRequest"
},
"marshaller" : {
"action" : "DescribeFindings",
"verb" : "POST",
"target" : "InspectorService.DescribeFindings",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Locale" : {
"documentation" : "The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
",
"name" : "Locale",
"c2jName" : "locale",
"c2jShape" : "Locale",
"variable" : {
"variableName" : "locale",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "locale",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "locale",
"marshallLocationName" : "locale",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "Locale",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
\n@param locale The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.\n@see Locale*/",
"getterDocumentation" : "/**The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
\n@return The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.\n@see Locale*/",
"fluentSetterDocumentation" : "/**The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
\n@param locale The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale*/",
"varargSetterDocumentation" : "/**The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
\n@param locale The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale*/",
"simple" : true,
"list" : false,
"map" : false
},
"FindingArns" : {
"documentation" : "The ARN that specifies the finding that you want to describe.
",
"name" : "FindingArns",
"c2jName" : "findingArns",
"c2jShape" : "BatchDescribeArnList",
"variable" : {
"variableName" : "findingArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The ARN that specifies the finding that you want to describe.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "findingArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "findingArns",
"marshallLocationName" : "findingArns",
"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" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Arn",
"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,
"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.*/",
"simple" : true,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : true,
"map" : false,
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ARN that specifies the finding that you want to describe.
\n@param findingArns The ARN that specifies the finding that you want to describe.*/",
"getterDocumentation" : "/**The ARN that specifies the finding that you want to describe.
\n@return The ARN that specifies the finding that you want to describe.*/",
"fluentSetterDocumentation" : "/**The ARN that specifies the finding that you want to describe.
\n@param findingArns The ARN that specifies the finding that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN that specifies the finding that you want to describe.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setFindingArns(java.util.Collection)} or {@link #withFindingArns(java.util.Collection)} if you want to override the existing values.
\n@param findingArns The ARN that specifies the finding that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
}
}
},
"AssessmentRunNotification" : {
"c2jName" : "AssessmentRunNotification",
"documentation" : "Used as one of the elements of the AssessmentRun data type.
",
"shapeName" : "AssessmentRunNotification",
"deprecated" : false,
"required" : [ "date", "event", "error" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The date of the notification.
",
"name" : "Date",
"c2jName" : "date",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "dateValue",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date of the notification.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "dateValue",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "date",
"marshallLocationName" : "date",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The date of the notification.
\n@param dateValue The date of the notification.*/",
"getterDocumentation" : "/**The date of the notification.
\n@return The date of the notification.*/",
"fluentSetterDocumentation" : "/**The date of the notification.
\n@param dateValue The date of the notification.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date of the notification.
\n@param dateValue The date of the notification.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The event for which a notification is sent.
",
"name" : "Event",
"c2jName" : "event",
"c2jShape" : "InspectorEvent",
"variable" : {
"variableName" : "event",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The event for which a notification is sent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "event",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "event",
"marshallLocationName" : "event",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "InspectorEvent",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The event for which a notification is sent.
\n@param event The event for which a notification is sent.\n@see InspectorEvent*/",
"getterDocumentation" : "/**The event for which a notification is sent.
\n@return The event for which a notification is sent.\n@see InspectorEvent*/",
"fluentSetterDocumentation" : "/**The event for which a notification is sent.
\n@param event The event for which a notification is sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see InspectorEvent*/",
"varargSetterDocumentation" : "/**The event for which a notification is sent.
\n@param event The event for which a notification is sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see InspectorEvent*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "",
"name" : "Message",
"c2jName" : "message",
"c2jShape" : "Message",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "message",
"marshallLocationName" : "message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**\n@param message */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param message \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param message \n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The Boolean value that specifies whether the notification represents an error.
",
"name" : "Error",
"c2jName" : "error",
"c2jShape" : "Bool",
"variable" : {
"variableName" : "error",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "The Boolean value that specifies whether the notification represents an error.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "error",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "error",
"marshallLocationName" : "error",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The Boolean value that specifies whether the notification represents an error.
\n@param error The Boolean value that specifies whether the notification represents an error.*/",
"getterDocumentation" : "/**The Boolean value that specifies whether the notification represents an error.
\n@return The Boolean value that specifies whether the notification represents an error.*/",
"fluentSetterDocumentation" : "/**The Boolean value that specifies whether the notification represents an error.
\n@param error The Boolean value that specifies whether the notification represents an error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Boolean value that specifies whether the notification represents an error.
\n@param error The Boolean value that specifies whether the notification represents an error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The SNS topic to which the SNS notification is sent.
",
"name" : "SnsTopicArn",
"c2jName" : "snsTopicArn",
"c2jShape" : "Arn",
"variable" : {
"variableName" : "snsTopicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The SNS topic to which the SNS notification is sent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "snsTopicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "snsTopicArn",
"marshallLocationName" : "snsTopicArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The SNS topic to which the SNS notification is sent.
\n@param snsTopicArn The SNS topic to which the SNS notification is sent.*/",
"getterDocumentation" : "/**The SNS topic to which the SNS notification is sent.
\n@return The SNS topic to which the SNS notification is sent.*/",
"fluentSetterDocumentation" : "/**The SNS topic to which the SNS notification is sent.
\n@param snsTopicArn The SNS topic to which the SNS notification is sent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The SNS topic to which the SNS notification is sent.
\n@param snsTopicArn The SNS topic to which the SNS notification is sent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The status code of the SNS notification.
",
"name" : "SnsPublishStatusCode",
"c2jName" : "snsPublishStatusCode",
"c2jShape" : "AssessmentRunNotificationSnsStatusCode",
"variable" : {
"variableName" : "snsPublishStatusCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status code of the SNS notification.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "snsPublishStatusCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "snsPublishStatusCode",
"marshallLocationName" : "snsPublishStatusCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "AssessmentRunNotificationSnsStatusCode",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The status code of the SNS notification.
\n@param snsPublishStatusCode The status code of the SNS notification.\n@see AssessmentRunNotificationSnsStatusCode*/",
"getterDocumentation" : "/**The status code of the SNS notification.
\n@return The status code of the SNS notification.\n@see AssessmentRunNotificationSnsStatusCode*/",
"fluentSetterDocumentation" : "/**The status code of the SNS notification.
\n@param snsPublishStatusCode The status code of the SNS notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AssessmentRunNotificationSnsStatusCode*/",
"varargSetterDocumentation" : "/**The status code of the SNS notification.
\n@param snsPublishStatusCode The status code of the SNS notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AssessmentRunNotificationSnsStatusCode*/",
"simple" : true,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "assessmentRunNotification",
"variableType" : "AssessmentRunNotification",
"variableDeclarationType" : "AssessmentRunNotification",
"documentation" : null,
"simpleType" : "AssessmentRunNotification",
"variableSetterType" : "AssessmentRunNotification"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Message" : {
"documentation" : "",
"name" : "Message",
"c2jName" : "message",
"c2jShape" : "Message",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "message",
"marshallLocationName" : "message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**\n@param message */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param message \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param message \n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"Event" : {
"documentation" : "The event for which a notification is sent.
",
"name" : "Event",
"c2jName" : "event",
"c2jShape" : "InspectorEvent",
"variable" : {
"variableName" : "event",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The event for which a notification is sent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "event",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "event",
"marshallLocationName" : "event",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "InspectorEvent",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The event for which a notification is sent.
\n@param event The event for which a notification is sent.\n@see InspectorEvent*/",
"getterDocumentation" : "/**The event for which a notification is sent.
\n@return The event for which a notification is sent.\n@see InspectorEvent*/",
"fluentSetterDocumentation" : "/**The event for which a notification is sent.
\n@param event The event for which a notification is sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see InspectorEvent*/",
"varargSetterDocumentation" : "/**The event for which a notification is sent.
\n@param event The event for which a notification is sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see InspectorEvent*/",
"simple" : true,
"list" : false,
"map" : false
},
"Error" : {
"documentation" : "The Boolean value that specifies whether the notification represents an error.
",
"name" : "Error",
"c2jName" : "error",
"c2jShape" : "Bool",
"variable" : {
"variableName" : "error",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "The Boolean value that specifies whether the notification represents an error.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "error",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "error",
"marshallLocationName" : "error",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The Boolean value that specifies whether the notification represents an error.
\n@param error The Boolean value that specifies whether the notification represents an error.*/",
"getterDocumentation" : "/**The Boolean value that specifies whether the notification represents an error.
\n@return The Boolean value that specifies whether the notification represents an error.*/",
"fluentSetterDocumentation" : "/**The Boolean value that specifies whether the notification represents an error.
\n@param error The Boolean value that specifies whether the notification represents an error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Boolean value that specifies whether the notification represents an error.
\n@param error The Boolean value that specifies whether the notification represents an error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"SnsPublishStatusCode" : {
"documentation" : "The status code of the SNS notification.
",
"name" : "SnsPublishStatusCode",
"c2jName" : "snsPublishStatusCode",
"c2jShape" : "AssessmentRunNotificationSnsStatusCode",
"variable" : {
"variableName" : "snsPublishStatusCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status code of the SNS notification.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "snsPublishStatusCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "snsPublishStatusCode",
"marshallLocationName" : "snsPublishStatusCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "AssessmentRunNotificationSnsStatusCode",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The status code of the SNS notification.
\n@param snsPublishStatusCode The status code of the SNS notification.\n@see AssessmentRunNotificationSnsStatusCode*/",
"getterDocumentation" : "/**The status code of the SNS notification.
\n@return The status code of the SNS notification.\n@see AssessmentRunNotificationSnsStatusCode*/",
"fluentSetterDocumentation" : "/**The status code of the SNS notification.
\n@param snsPublishStatusCode The status code of the SNS notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AssessmentRunNotificationSnsStatusCode*/",
"varargSetterDocumentation" : "/**The status code of the SNS notification.
\n@param snsPublishStatusCode The status code of the SNS notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AssessmentRunNotificationSnsStatusCode*/",
"simple" : true,
"list" : false,
"map" : false
},
"SnsTopicArn" : {
"documentation" : "The SNS topic to which the SNS notification is sent.
",
"name" : "SnsTopicArn",
"c2jName" : "snsTopicArn",
"c2jShape" : "Arn",
"variable" : {
"variableName" : "snsTopicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The SNS topic to which the SNS notification is sent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "snsTopicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "snsTopicArn",
"marshallLocationName" : "snsTopicArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The SNS topic to which the SNS notification is sent.
\n@param snsTopicArn The SNS topic to which the SNS notification is sent.*/",
"getterDocumentation" : "/**The SNS topic to which the SNS notification is sent.
\n@return The SNS topic to which the SNS notification is sent.*/",
"fluentSetterDocumentation" : "/**The SNS topic to which the SNS notification is sent.
\n@param snsTopicArn The SNS topic to which the SNS notification is sent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The SNS topic to which the SNS notification is sent.
\n@param snsTopicArn The SNS topic to which the SNS notification is sent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"Date" : {
"documentation" : "The date of the notification.
",
"name" : "Date",
"c2jName" : "date",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "dateValue",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date of the notification.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "dateValue",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "date",
"marshallLocationName" : "date",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The date of the notification.
\n@param dateValue The date of the notification.*/",
"getterDocumentation" : "/**The date of the notification.
\n@return The date of the notification.*/",
"fluentSetterDocumentation" : "/**The date of the notification.
\n@param dateValue The date of the notification.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date of the notification.
\n@param dateValue The date of the notification.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}
}
},
"AccessDeniedErrorCode" : {
"c2jName" : "AccessDeniedErrorCode",
"documentation" : "",
"shapeName" : "AccessDeniedErrorCode",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "ACCESS_DENIED_TO_ASSESSMENT_TARGET",
"value" : "ACCESS_DENIED_TO_ASSESSMENT_TARGET"
}, {
"name" : "ACCESS_DENIED_TO_ASSESSMENT_TEMPLATE",
"value" : "ACCESS_DENIED_TO_ASSESSMENT_TEMPLATE"
}, {
"name" : "ACCESS_DENIED_TO_ASSESSMENT_RUN",
"value" : "ACCESS_DENIED_TO_ASSESSMENT_RUN"
}, {
"name" : "ACCESS_DENIED_TO_FINDING",
"value" : "ACCESS_DENIED_TO_FINDING"
}, {
"name" : "ACCESS_DENIED_TO_RESOURCE_GROUP",
"value" : "ACCESS_DENIED_TO_RESOURCE_GROUP"
}, {
"name" : "ACCESS_DENIED_TO_RULES_PACKAGE",
"value" : "ACCESS_DENIED_TO_RULES_PACKAGE"
}, {
"name" : "ACCESS_DENIED_TO_SNS_TOPIC",
"value" : "ACCESS_DENIED_TO_SNS_TOPIC"
}, {
"name" : "ACCESS_DENIED_TO_IAM_ROLE",
"value" : "ACCESS_DENIED_TO_IAM_ROLE"
} ],
"variable" : {
"variableName" : "accessDeniedErrorCode",
"variableType" : "AccessDeniedErrorCode",
"variableDeclarationType" : "AccessDeniedErrorCode",
"documentation" : null,
"simpleType" : "AccessDeniedErrorCode",
"variableSetterType" : "AccessDeniedErrorCode"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AssessmentTemplate" : {
"c2jName" : "AssessmentTemplate",
"documentation" : "Contains information about an Amazon Inspector assessment template. This data type is used as the response element in the DescribeAssessmentTemplates action.
",
"shapeName" : "AssessmentTemplate",
"deprecated" : false,
"required" : [ "arn", "name", "assessmentTargetArn", "durationInSeconds", "rulesPackageArns", "userAttributesForFindings", "createdAt" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ARN of the assessment template.
",
"name" : "Arn",
"c2jName" : "arn",
"c2jShape" : "Arn",
"variable" : {
"variableName" : "arn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the assessment template.
",
"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,
"setterDocumentation" : "/**The ARN of the assessment template.
\n@param arn The ARN of the assessment template.*/",
"getterDocumentation" : "/**The ARN of the assessment template.
\n@return The ARN of the assessment template.*/",
"fluentSetterDocumentation" : "/**The ARN of the assessment template.
\n@param arn The ARN of the assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the assessment template.
\n@param arn The ARN of the assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The name of the assessment template.
",
"name" : "Name",
"c2jName" : "name",
"c2jShape" : "AssessmentTemplateName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the assessment template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "name",
"marshallLocationName" : "name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The name of the assessment template.
\n@param name The name of the assessment template.*/",
"getterDocumentation" : "/**The name of the assessment template.
\n@return The name of the assessment template.*/",
"fluentSetterDocumentation" : "/**The name of the assessment template.
\n@param name The name of the assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the assessment template.
\n@param name The name of the assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The ARN of the assessment target that corresponds to this assessment template.
",
"name" : "AssessmentTargetArn",
"c2jName" : "assessmentTargetArn",
"c2jShape" : "Arn",
"variable" : {
"variableName" : "assessmentTargetArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the assessment target that corresponds to this assessment template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "assessmentTargetArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "assessmentTargetArn",
"marshallLocationName" : "assessmentTargetArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ARN of the assessment target that corresponds to this assessment template.
\n@param assessmentTargetArn The ARN of the assessment target that corresponds to this assessment template.*/",
"getterDocumentation" : "/**The ARN of the assessment target that corresponds to this assessment template.
\n@return The ARN of the assessment target that corresponds to this assessment template.*/",
"fluentSetterDocumentation" : "/**The ARN of the assessment target that corresponds to this assessment template.
\n@param assessmentTargetArn The ARN of the assessment target that corresponds to this assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the assessment target that corresponds to this assessment template.
\n@param assessmentTargetArn The ARN of the assessment target that corresponds to this assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).
",
"name" : "DurationInSeconds",
"c2jName" : "durationInSeconds",
"c2jShape" : "AssessmentRunDuration",
"variable" : {
"variableName" : "durationInSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "durationInSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "durationInSeconds",
"marshallLocationName" : "durationInSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).
\n@param durationInSeconds The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).*/",
"getterDocumentation" : "/**The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).
\n@return The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).*/",
"fluentSetterDocumentation" : "/**The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).
\n@param durationInSeconds The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).
\n@param durationInSeconds The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The rules packages that are specified for this assessment template.
",
"name" : "RulesPackageArns",
"c2jName" : "rulesPackageArns",
"c2jShape" : "AssessmentTemplateRulesPackageArnList",
"variable" : {
"variableName" : "rulesPackageArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The rules packages that are specified for this assessment template.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "rulesPackageArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "rulesPackageArns",
"marshallLocationName" : "rulesPackageArns",
"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" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Arn",
"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,
"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.*/",
"simple" : true,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : true,
"map" : false,
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The rules packages that are specified for this assessment template.
\n@param rulesPackageArns The rules packages that are specified for this assessment template.*/",
"getterDocumentation" : "/**The rules packages that are specified for this assessment template.
\n@return The rules packages that are specified for this assessment template.*/",
"fluentSetterDocumentation" : "/**The rules packages that are specified for this assessment template.
\n@param rulesPackageArns The rules packages that are specified for this assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The rules packages that are specified for this assessment template.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRulesPackageArns(java.util.Collection)} or {@link #withRulesPackageArns(java.util.Collection)} if you want to override the existing values.
\n@param rulesPackageArns The rules packages that are specified for this assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
}, {
"documentation" : "The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
",
"name" : "UserAttributesForFindings",
"c2jName" : "userAttributesForFindings",
"c2jShape" : "UserAttributeList",
"variable" : {
"variableName" : "userAttributesForFindings",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "userAttributesForFindings",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "userAttributesForFindings",
"marshallLocationName" : "userAttributesForFindings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Attribute",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Attribute",
"variable" : {
"variableName" : "member",
"variableType" : "Attribute",
"variableDeclarationType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Attribute",
"variableDeclarationType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"getterModel" : {
"returnType" : "Attribute",
"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,
"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.*/",
"simple" : false,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "Attribute"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
\n@param userAttributesForFindings The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.*/",
"getterDocumentation" : "/**The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
\n@return The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.*/",
"fluentSetterDocumentation" : "/**The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
\n@param userAttributesForFindings The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUserAttributesForFindings(java.util.Collection)} or {@link #withUserAttributesForFindings(java.util.Collection)} if you want to override the existing values.
\n@param userAttributesForFindings The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
}, {
"documentation" : "The time at which the assessment template is created.
",
"name" : "CreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time at which the assessment template is created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "createdAt",
"marshallLocationName" : "createdAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The time at which the assessment template is created.
\n@param createdAt The time at which the assessment template is created.*/",
"getterDocumentation" : "/**The time at which the assessment template is created.
\n@return The time at which the assessment template is created.*/",
"fluentSetterDocumentation" : "/**The time at which the assessment template is created.
\n@param createdAt The time at which the assessment template is created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time at which the assessment template is created.
\n@param createdAt The time at which the assessment template is created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "assessmentTemplate",
"variableType" : "AssessmentTemplate",
"variableDeclarationType" : "AssessmentTemplate",
"documentation" : null,
"simpleType" : "AssessmentTemplate",
"variableSetterType" : "AssessmentTemplate"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AssessmentTargetArn" : {
"documentation" : "The ARN of the assessment target that corresponds to this assessment template.
",
"name" : "AssessmentTargetArn",
"c2jName" : "assessmentTargetArn",
"c2jShape" : "Arn",
"variable" : {
"variableName" : "assessmentTargetArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the assessment target that corresponds to this assessment template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "assessmentTargetArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "assessmentTargetArn",
"marshallLocationName" : "assessmentTargetArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ARN of the assessment target that corresponds to this assessment template.
\n@param assessmentTargetArn The ARN of the assessment target that corresponds to this assessment template.*/",
"getterDocumentation" : "/**The ARN of the assessment target that corresponds to this assessment template.
\n@return The ARN of the assessment target that corresponds to this assessment template.*/",
"fluentSetterDocumentation" : "/**The ARN of the assessment target that corresponds to this assessment template.
\n@param assessmentTargetArn The ARN of the assessment target that corresponds to this assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the assessment target that corresponds to this assessment template.
\n@param assessmentTargetArn The ARN of the assessment target that corresponds to this assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"DurationInSeconds" : {
"documentation" : "The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).
",
"name" : "DurationInSeconds",
"c2jName" : "durationInSeconds",
"c2jShape" : "AssessmentRunDuration",
"variable" : {
"variableName" : "durationInSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "durationInSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "durationInSeconds",
"marshallLocationName" : "durationInSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).
\n@param durationInSeconds The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).*/",
"getterDocumentation" : "/**The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).
\n@return The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).*/",
"fluentSetterDocumentation" : "/**The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).
\n@param durationInSeconds The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).
\n@param durationInSeconds The duration in seconds specified for this assessment tempate. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"CreatedAt" : {
"documentation" : "The time at which the assessment template is created.
",
"name" : "CreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time at which the assessment template is created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "createdAt",
"marshallLocationName" : "createdAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The time at which the assessment template is created.
\n@param createdAt The time at which the assessment template is created.*/",
"getterDocumentation" : "/**The time at which the assessment template is created.
\n@return The time at which the assessment template is created.*/",
"fluentSetterDocumentation" : "/**The time at which the assessment template is created.
\n@param createdAt The time at which the assessment template is created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time at which the assessment template is created.
\n@param createdAt The time at which the assessment template is created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"RulesPackageArns" : {
"documentation" : "The rules packages that are specified for this assessment template.
",
"name" : "RulesPackageArns",
"c2jName" : "rulesPackageArns",
"c2jShape" : "AssessmentTemplateRulesPackageArnList",
"variable" : {
"variableName" : "rulesPackageArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The rules packages that are specified for this assessment template.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "rulesPackageArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "rulesPackageArns",
"marshallLocationName" : "rulesPackageArns",
"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" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Arn",
"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,
"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.*/",
"simple" : true,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : true,
"map" : false,
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The rules packages that are specified for this assessment template.
\n@param rulesPackageArns The rules packages that are specified for this assessment template.*/",
"getterDocumentation" : "/**The rules packages that are specified for this assessment template.
\n@return The rules packages that are specified for this assessment template.*/",
"fluentSetterDocumentation" : "/**The rules packages that are specified for this assessment template.
\n@param rulesPackageArns The rules packages that are specified for this assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The rules packages that are specified for this assessment template.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRulesPackageArns(java.util.Collection)} or {@link #withRulesPackageArns(java.util.Collection)} if you want to override the existing values.
\n@param rulesPackageArns The rules packages that are specified for this assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
},
"Arn" : {
"documentation" : "The ARN of the assessment template.
",
"name" : "Arn",
"c2jName" : "arn",
"c2jShape" : "Arn",
"variable" : {
"variableName" : "arn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the assessment template.
",
"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,
"setterDocumentation" : "/**The ARN of the assessment template.
\n@param arn The ARN of the assessment template.*/",
"getterDocumentation" : "/**The ARN of the assessment template.
\n@return The ARN of the assessment template.*/",
"fluentSetterDocumentation" : "/**The ARN of the assessment template.
\n@param arn The ARN of the assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the assessment template.
\n@param arn The ARN of the assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"UserAttributesForFindings" : {
"documentation" : "The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
",
"name" : "UserAttributesForFindings",
"c2jName" : "userAttributesForFindings",
"c2jShape" : "UserAttributeList",
"variable" : {
"variableName" : "userAttributesForFindings",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "userAttributesForFindings",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "userAttributesForFindings",
"marshallLocationName" : "userAttributesForFindings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Attribute",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Attribute",
"variable" : {
"variableName" : "member",
"variableType" : "Attribute",
"variableDeclarationType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Attribute",
"variableDeclarationType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"getterModel" : {
"returnType" : "Attribute",
"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,
"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.*/",
"simple" : false,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "Attribute"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
\n@param userAttributesForFindings The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.*/",
"getterDocumentation" : "/**The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
\n@return The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.*/",
"fluentSetterDocumentation" : "/**The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
\n@param userAttributesForFindings The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUserAttributesForFindings(java.util.Collection)} or {@link #withUserAttributesForFindings(java.util.Collection)} if you want to override the existing values.
\n@param userAttributesForFindings The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
},
"Name" : {
"documentation" : "The name of the assessment template.
",
"name" : "Name",
"c2jName" : "name",
"c2jShape" : "AssessmentTemplateName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the assessment template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "name",
"marshallLocationName" : "name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The name of the assessment template.
\n@param name The name of the assessment template.*/",
"getterDocumentation" : "/**The name of the assessment template.
\n@return The name of the assessment template.*/",
"fluentSetterDocumentation" : "/**The name of the assessment template.
\n@param name The name of the assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the assessment template.
\n@param name The name of the assessment template.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}
}
},
"RegisterCrossAccountAccessRoleResult" : {
"c2jName" : "RegisterCrossAccountAccessRoleResult",
"documentation" : null,
"shapeName" : "RegisterCrossAccountAccessRoleResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "registerCrossAccountAccessRoleResult",
"variableType" : "RegisterCrossAccountAccessRoleResult",
"variableDeclarationType" : "RegisterCrossAccountAccessRoleResult",
"documentation" : null,
"simpleType" : "RegisterCrossAccountAccessRoleResult",
"variableSetterType" : "RegisterCrossAccountAccessRoleResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"RemoveAttributesFromFindingsResult" : {
"c2jName" : "RemoveAttributesFromFindingsResponse",
"documentation" : "",
"shapeName" : "RemoveAttributesFromFindingsResult",
"deprecated" : false,
"required" : [ "failedItems" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Attributes details that cannot be described. An error code is provided for each failed item.
",
"name" : "FailedItems",
"c2jName" : "failedItems",
"c2jShape" : "FailedItems",
"variable" : {
"variableName" : "failedItems",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "Attributes details that cannot be described. An error code is provided for each failed item.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "failedItems",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "failedItems",
"marshallLocationName" : "failedItems",
"additionalUnmarshallingPath" : 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" : "FailedItemDetails",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "FailedItemDetails",
"variable" : {
"variableName" : "value",
"variableType" : "FailedItemDetails",
"variableDeclarationType" : "FailedItemDetails",
"documentation" : "",
"simpleType" : "FailedItemDetails",
"variableSetterType" : "FailedItemDetails"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "FailedItemDetails",
"variableDeclarationType" : "FailedItemDetails",
"documentation" : "",
"simpleType" : "FailedItemDetails",
"variableSetterType" : "FailedItemDetails"
},
"getterModel" : {
"returnType" : "FailedItemDetails",
"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,
"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.*/",
"simple" : false,
"list" : false,
"map" : false
},
"templateType" : "java.util.Map",
"templateImplType" : "java.util.HashMap",
"keySimple" : true,
"valueSimple" : false,
"valueList" : false,
"entryType" : "Map.Entry"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**Attributes details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attributes details that cannot be described. An error code is provided for each failed item.*/",
"getterDocumentation" : "/**Attributes details that cannot be described. An error code is provided for each failed item.
\n@return Attributes details that cannot be described. An error code is provided for each failed item.*/",
"fluentSetterDocumentation" : "/**Attributes details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attributes details that cannot be described. An error code is provided for each failed item.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Attributes details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attributes details that cannot be described. An error code is provided for each failed item.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : false,
"map" : true
} ],
"enums" : null,
"variable" : {
"variableName" : "removeAttributesFromFindingsResult",
"variableType" : "RemoveAttributesFromFindingsResult",
"variableDeclarationType" : "RemoveAttributesFromFindingsResult",
"documentation" : null,
"simpleType" : "RemoveAttributesFromFindingsResult",
"variableSetterType" : "RemoveAttributesFromFindingsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"FailedItems" : {
"documentation" : "Attributes details that cannot be described. An error code is provided for each failed item.
",
"name" : "FailedItems",
"c2jName" : "failedItems",
"c2jShape" : "FailedItems",
"variable" : {
"variableName" : "failedItems",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "Attributes details that cannot be described. An error code is provided for each failed item.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "failedItems",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "failedItems",
"marshallLocationName" : "failedItems",
"additionalUnmarshallingPath" : 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" : "FailedItemDetails",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "FailedItemDetails",
"variable" : {
"variableName" : "value",
"variableType" : "FailedItemDetails",
"variableDeclarationType" : "FailedItemDetails",
"documentation" : "",
"simpleType" : "FailedItemDetails",
"variableSetterType" : "FailedItemDetails"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "FailedItemDetails",
"variableDeclarationType" : "FailedItemDetails",
"documentation" : "",
"simpleType" : "FailedItemDetails",
"variableSetterType" : "FailedItemDetails"
},
"getterModel" : {
"returnType" : "FailedItemDetails",
"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,
"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.*/",
"simple" : false,
"list" : false,
"map" : false
},
"templateType" : "java.util.Map",
"templateImplType" : "java.util.HashMap",
"keySimple" : true,
"valueSimple" : false,
"valueList" : false,
"entryType" : "Map.Entry"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**Attributes details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attributes details that cannot be described. An error code is provided for each failed item.*/",
"getterDocumentation" : "/**Attributes details that cannot be described. An error code is provided for each failed item.
\n@return Attributes details that cannot be described. An error code is provided for each failed item.*/",
"fluentSetterDocumentation" : "/**Attributes details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attributes details that cannot be described. An error code is provided for each failed item.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Attributes details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attributes details that cannot be described. An error code is provided for each failed item.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : false,
"map" : true
}
}
},
"AssessmentRunNotificationSnsStatusCode" : {
"c2jName" : "AssessmentRunNotificationSnsStatusCode",
"documentation" : "",
"shapeName" : "AssessmentRunNotificationSnsStatusCode",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "SUCCESS",
"value" : "SUCCESS"
}, {
"name" : "TOPIC_DOES_NOT_EXIST",
"value" : "TOPIC_DOES_NOT_EXIST"
}, {
"name" : "ACCESS_DENIED",
"value" : "ACCESS_DENIED"
}, {
"name" : "INTERNAL_ERROR",
"value" : "INTERNAL_ERROR"
} ],
"variable" : {
"variableName" : "assessmentRunNotificationSnsStatusCode",
"variableType" : "AssessmentRunNotificationSnsStatusCode",
"variableDeclarationType" : "AssessmentRunNotificationSnsStatusCode",
"documentation" : null,
"simpleType" : "AssessmentRunNotificationSnsStatusCode",
"variableSetterType" : "AssessmentRunNotificationSnsStatusCode"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AssessmentRunAgent" : {
"c2jName" : "AssessmentRunAgent",
"documentation" : "Contains information about an Amazon Inspector agent. This data type is used as a response element in the ListAssessmentRunAgents action.
",
"shapeName" : "AssessmentRunAgent",
"deprecated" : false,
"required" : [ "agentId", "assessmentRunArn", "agentHealth", "agentHealthCode", "telemetryMetadata" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The AWS account of the EC2 instance where the agent is installed.
",
"name" : "AgentId",
"c2jName" : "agentId",
"c2jShape" : "AgentId",
"variable" : {
"variableName" : "agentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS account of the EC2 instance where the agent is installed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "agentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentId",
"marshallLocationName" : "agentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The AWS account of the EC2 instance where the agent is installed.
\n@param agentId The AWS account of the EC2 instance where the agent is installed.*/",
"getterDocumentation" : "/**The AWS account of the EC2 instance where the agent is installed.
\n@return The AWS account of the EC2 instance where the agent is installed.*/",
"fluentSetterDocumentation" : "/**The AWS account of the EC2 instance where the agent is installed.
\n@param agentId The AWS account of the EC2 instance where the agent is installed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS account of the EC2 instance where the agent is installed.
\n@param agentId The AWS account of the EC2 instance where the agent is installed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The ARN of the assessment run that is associated with the agent.
",
"name" : "AssessmentRunArn",
"c2jName" : "assessmentRunArn",
"c2jShape" : "Arn",
"variable" : {
"variableName" : "assessmentRunArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the assessment run that is associated with the agent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "assessmentRunArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "assessmentRunArn",
"marshallLocationName" : "assessmentRunArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ARN of the assessment run that is associated with the agent.
\n@param assessmentRunArn The ARN of the assessment run that is associated with the agent.*/",
"getterDocumentation" : "/**The ARN of the assessment run that is associated with the agent.
\n@return The ARN of the assessment run that is associated with the agent.*/",
"fluentSetterDocumentation" : "/**The ARN of the assessment run that is associated with the agent.
\n@param assessmentRunArn The ARN of the assessment run that is associated with the agent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the assessment run that is associated with the agent.
\n@param assessmentRunArn The ARN of the assessment run that is associated with the agent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The current health state of the agent.
",
"name" : "AgentHealth",
"c2jName" : "agentHealth",
"c2jShape" : "AgentHealth",
"variable" : {
"variableName" : "agentHealth",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current health state of the agent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "agentHealth",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentHealth",
"marshallLocationName" : "agentHealth",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "AgentHealth",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The current health state of the agent.
\n@param agentHealth The current health state of the agent.\n@see AgentHealth*/",
"getterDocumentation" : "/**The current health state of the agent.
\n@return The current health state of the agent.\n@see AgentHealth*/",
"fluentSetterDocumentation" : "/**The current health state of the agent.
\n@param agentHealth The current health state of the agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth*/",
"varargSetterDocumentation" : "/**The current health state of the agent.
\n@param agentHealth The current health state of the agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The detailed health state of the agent.
",
"name" : "AgentHealthCode",
"c2jName" : "agentHealthCode",
"c2jShape" : "AgentHealthCode",
"variable" : {
"variableName" : "agentHealthCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The detailed health state of the agent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "agentHealthCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentHealthCode",
"marshallLocationName" : "agentHealthCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "AgentHealthCode",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The detailed health state of the agent.
\n@param agentHealthCode The detailed health state of the agent.\n@see AgentHealthCode*/",
"getterDocumentation" : "/**The detailed health state of the agent.
\n@return The detailed health state of the agent.\n@see AgentHealthCode*/",
"fluentSetterDocumentation" : "/**The detailed health state of the agent.
\n@param agentHealthCode The detailed health state of the agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealthCode*/",
"varargSetterDocumentation" : "/**The detailed health state of the agent.
\n@param agentHealthCode The detailed health state of the agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealthCode*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The description for the agent health code.
",
"name" : "AgentHealthDetails",
"c2jName" : "agentHealthDetails",
"c2jShape" : "Message",
"variable" : {
"variableName" : "agentHealthDetails",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description for the agent health code.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "agentHealthDetails",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentHealthDetails",
"marshallLocationName" : "agentHealthDetails",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The description for the agent health code.
\n@param agentHealthDetails The description for the agent health code.*/",
"getterDocumentation" : "/**The description for the agent health code.
\n@return The description for the agent health code.*/",
"fluentSetterDocumentation" : "/**The description for the agent health code.
\n@param agentHealthDetails The description for the agent health code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description for the agent health code.
\n@param agentHealthDetails The description for the agent health code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The Auto Scaling group of the EC2 instance that is specified by the agent ID.
",
"name" : "AutoScalingGroup",
"c2jName" : "autoScalingGroup",
"c2jShape" : "AutoScalingGroup",
"variable" : {
"variableName" : "autoScalingGroup",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Auto Scaling group of the EC2 instance that is specified by the agent ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroup",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "autoScalingGroup",
"marshallLocationName" : "autoScalingGroup",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The Auto Scaling group of the EC2 instance that is specified by the agent ID.
\n@param autoScalingGroup The Auto Scaling group of the EC2 instance that is specified by the agent ID.*/",
"getterDocumentation" : "/**The Auto Scaling group of the EC2 instance that is specified by the agent ID.
\n@return The Auto Scaling group of the EC2 instance that is specified by the agent ID.*/",
"fluentSetterDocumentation" : "/**The Auto Scaling group of the EC2 instance that is specified by the agent ID.
\n@param autoScalingGroup The Auto Scaling group of the EC2 instance that is specified by the agent ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Auto Scaling group of the EC2 instance that is specified by the agent ID.
\n@param autoScalingGroup The Auto Scaling group of the EC2 instance that is specified by the agent ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The Amazon Inspector application data metrics that are collected by the agent.
",
"name" : "TelemetryMetadata",
"c2jName" : "telemetryMetadata",
"c2jShape" : "TelemetryMetadataList",
"variable" : {
"variableName" : "telemetryMetadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The Amazon Inspector application data metrics that are collected by the agent.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "telemetryMetadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "telemetryMetadata",
"marshallLocationName" : "telemetryMetadata",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "TelemetryMetadata",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TelemetryMetadata",
"variable" : {
"variableName" : "member",
"variableType" : "TelemetryMetadata",
"variableDeclarationType" : "TelemetryMetadata",
"documentation" : "",
"simpleType" : "TelemetryMetadata",
"variableSetterType" : "TelemetryMetadata"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "TelemetryMetadata",
"variableDeclarationType" : "TelemetryMetadata",
"documentation" : "",
"simpleType" : "TelemetryMetadata",
"variableSetterType" : "TelemetryMetadata"
},
"getterModel" : {
"returnType" : "TelemetryMetadata",
"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,
"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.*/",
"simple" : false,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "TelemetryMetadata"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The Amazon Inspector application data metrics that are collected by the agent.
\n@param telemetryMetadata The Amazon Inspector application data metrics that are collected by the agent.*/",
"getterDocumentation" : "/**The Amazon Inspector application data metrics that are collected by the agent.
\n@return The Amazon Inspector application data metrics that are collected by the agent.*/",
"fluentSetterDocumentation" : "/**The Amazon Inspector application data metrics that are collected by the agent.
\n@param telemetryMetadata The Amazon Inspector application data metrics that are collected by the agent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Inspector application data metrics that are collected by the agent.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTelemetryMetadata(java.util.Collection)} or {@link #withTelemetryMetadata(java.util.Collection)} if you want to override the existing values.
\n@param telemetryMetadata The Amazon Inspector application data metrics that are collected by the agent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "assessmentRunAgent",
"variableType" : "AssessmentRunAgent",
"variableDeclarationType" : "AssessmentRunAgent",
"documentation" : null,
"simpleType" : "AssessmentRunAgent",
"variableSetterType" : "AssessmentRunAgent"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AutoScalingGroup" : {
"documentation" : "The Auto Scaling group of the EC2 instance that is specified by the agent ID.
",
"name" : "AutoScalingGroup",
"c2jName" : "autoScalingGroup",
"c2jShape" : "AutoScalingGroup",
"variable" : {
"variableName" : "autoScalingGroup",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Auto Scaling group of the EC2 instance that is specified by the agent ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "autoScalingGroup",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "autoScalingGroup",
"marshallLocationName" : "autoScalingGroup",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The Auto Scaling group of the EC2 instance that is specified by the agent ID.
\n@param autoScalingGroup The Auto Scaling group of the EC2 instance that is specified by the agent ID.*/",
"getterDocumentation" : "/**The Auto Scaling group of the EC2 instance that is specified by the agent ID.
\n@return The Auto Scaling group of the EC2 instance that is specified by the agent ID.*/",
"fluentSetterDocumentation" : "/**The Auto Scaling group of the EC2 instance that is specified by the agent ID.
\n@param autoScalingGroup The Auto Scaling group of the EC2 instance that is specified by the agent ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Auto Scaling group of the EC2 instance that is specified by the agent ID.
\n@param autoScalingGroup The Auto Scaling group of the EC2 instance that is specified by the agent ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"AssessmentRunArn" : {
"documentation" : "The ARN of the assessment run that is associated with the agent.
",
"name" : "AssessmentRunArn",
"c2jName" : "assessmentRunArn",
"c2jShape" : "Arn",
"variable" : {
"variableName" : "assessmentRunArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the assessment run that is associated with the agent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "assessmentRunArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "assessmentRunArn",
"marshallLocationName" : "assessmentRunArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ARN of the assessment run that is associated with the agent.
\n@param assessmentRunArn The ARN of the assessment run that is associated with the agent.*/",
"getterDocumentation" : "/**The ARN of the assessment run that is associated with the agent.
\n@return The ARN of the assessment run that is associated with the agent.*/",
"fluentSetterDocumentation" : "/**The ARN of the assessment run that is associated with the agent.
\n@param assessmentRunArn The ARN of the assessment run that is associated with the agent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the assessment run that is associated with the agent.
\n@param assessmentRunArn The ARN of the assessment run that is associated with the agent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"AgentHealthDetails" : {
"documentation" : "The description for the agent health code.
",
"name" : "AgentHealthDetails",
"c2jName" : "agentHealthDetails",
"c2jShape" : "Message",
"variable" : {
"variableName" : "agentHealthDetails",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description for the agent health code.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "agentHealthDetails",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentHealthDetails",
"marshallLocationName" : "agentHealthDetails",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The description for the agent health code.
\n@param agentHealthDetails The description for the agent health code.*/",
"getterDocumentation" : "/**The description for the agent health code.
\n@return The description for the agent health code.*/",
"fluentSetterDocumentation" : "/**The description for the agent health code.
\n@param agentHealthDetails The description for the agent health code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description for the agent health code.
\n@param agentHealthDetails The description for the agent health code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"TelemetryMetadata" : {
"documentation" : "The Amazon Inspector application data metrics that are collected by the agent.
",
"name" : "TelemetryMetadata",
"c2jName" : "telemetryMetadata",
"c2jShape" : "TelemetryMetadataList",
"variable" : {
"variableName" : "telemetryMetadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The Amazon Inspector application data metrics that are collected by the agent.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "telemetryMetadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "telemetryMetadata",
"marshallLocationName" : "telemetryMetadata",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "TelemetryMetadata",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TelemetryMetadata",
"variable" : {
"variableName" : "member",
"variableType" : "TelemetryMetadata",
"variableDeclarationType" : "TelemetryMetadata",
"documentation" : "",
"simpleType" : "TelemetryMetadata",
"variableSetterType" : "TelemetryMetadata"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "TelemetryMetadata",
"variableDeclarationType" : "TelemetryMetadata",
"documentation" : "",
"simpleType" : "TelemetryMetadata",
"variableSetterType" : "TelemetryMetadata"
},
"getterModel" : {
"returnType" : "TelemetryMetadata",
"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,
"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.*/",
"simple" : false,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "TelemetryMetadata"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The Amazon Inspector application data metrics that are collected by the agent.
\n@param telemetryMetadata The Amazon Inspector application data metrics that are collected by the agent.*/",
"getterDocumentation" : "/**The Amazon Inspector application data metrics that are collected by the agent.
\n@return The Amazon Inspector application data metrics that are collected by the agent.*/",
"fluentSetterDocumentation" : "/**The Amazon Inspector application data metrics that are collected by the agent.
\n@param telemetryMetadata The Amazon Inspector application data metrics that are collected by the agent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Inspector application data metrics that are collected by the agent.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTelemetryMetadata(java.util.Collection)} or {@link #withTelemetryMetadata(java.util.Collection)} if you want to override the existing values.
\n@param telemetryMetadata The Amazon Inspector application data metrics that are collected by the agent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
},
"AgentHealth" : {
"documentation" : "The current health state of the agent.
",
"name" : "AgentHealth",
"c2jName" : "agentHealth",
"c2jShape" : "AgentHealth",
"variable" : {
"variableName" : "agentHealth",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current health state of the agent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "agentHealth",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentHealth",
"marshallLocationName" : "agentHealth",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "AgentHealth",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The current health state of the agent.
\n@param agentHealth The current health state of the agent.\n@see AgentHealth*/",
"getterDocumentation" : "/**The current health state of the agent.
\n@return The current health state of the agent.\n@see AgentHealth*/",
"fluentSetterDocumentation" : "/**The current health state of the agent.
\n@param agentHealth The current health state of the agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth*/",
"varargSetterDocumentation" : "/**The current health state of the agent.
\n@param agentHealth The current health state of the agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth*/",
"simple" : true,
"list" : false,
"map" : false
},
"AgentId" : {
"documentation" : "The AWS account of the EC2 instance where the agent is installed.
",
"name" : "AgentId",
"c2jName" : "agentId",
"c2jShape" : "AgentId",
"variable" : {
"variableName" : "agentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS account of the EC2 instance where the agent is installed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "agentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentId",
"marshallLocationName" : "agentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The AWS account of the EC2 instance where the agent is installed.
\n@param agentId The AWS account of the EC2 instance where the agent is installed.*/",
"getterDocumentation" : "/**The AWS account of the EC2 instance where the agent is installed.
\n@return The AWS account of the EC2 instance where the agent is installed.*/",
"fluentSetterDocumentation" : "/**The AWS account of the EC2 instance where the agent is installed.
\n@param agentId The AWS account of the EC2 instance where the agent is installed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS account of the EC2 instance where the agent is installed.
\n@param agentId The AWS account of the EC2 instance where the agent is installed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"AgentHealthCode" : {
"documentation" : "The detailed health state of the agent.
",
"name" : "AgentHealthCode",
"c2jName" : "agentHealthCode",
"c2jShape" : "AgentHealthCode",
"variable" : {
"variableName" : "agentHealthCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The detailed health state of the agent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "agentHealthCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentHealthCode",
"marshallLocationName" : "agentHealthCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "AgentHealthCode",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The detailed health state of the agent.
\n@param agentHealthCode The detailed health state of the agent.\n@see AgentHealthCode*/",
"getterDocumentation" : "/**The detailed health state of the agent.
\n@return The detailed health state of the agent.\n@see AgentHealthCode*/",
"fluentSetterDocumentation" : "/**The detailed health state of the agent.
\n@param agentHealthCode The detailed health state of the agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealthCode*/",
"varargSetterDocumentation" : "/**The detailed health state of the agent.
\n@param agentHealthCode The detailed health state of the agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealthCode*/",
"simple" : true,
"list" : false,
"map" : false
}
}
},
"ListAssessmentRunsRequest" : {
"c2jName" : "ListAssessmentRunsRequest",
"documentation" : "",
"shapeName" : "ListAssessmentRunsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ARNs that specify the assessment templates whose assessment runs you want to list.
",
"name" : "AssessmentTemplateArns",
"c2jName" : "assessmentTemplateArns",
"c2jShape" : "ListParentArnList",
"variable" : {
"variableName" : "assessmentTemplateArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The ARNs that specify the assessment templates whose assessment runs you want to list.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "assessmentTemplateArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "assessmentTemplateArns",
"marshallLocationName" : "assessmentTemplateArns",
"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" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Arn",
"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,
"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.*/",
"simple" : true,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : true,
"map" : false,
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The ARNs that specify the assessment templates whose assessment runs you want to list.
\n@param assessmentTemplateArns The ARNs that specify the assessment templates whose assessment runs you want to list.*/",
"getterDocumentation" : "/**The ARNs that specify the assessment templates whose assessment runs you want to list.
\n@return The ARNs that specify the assessment templates whose assessment runs you want to list.*/",
"fluentSetterDocumentation" : "/**The ARNs that specify the assessment templates whose assessment runs you want to list.
\n@param assessmentTemplateArns The ARNs that specify the assessment templates whose assessment runs you want to list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARNs that specify the assessment templates whose assessment runs you want to list.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAssessmentTemplateArns(java.util.Collection)} or {@link #withAssessmentTemplateArns(java.util.Collection)} if you want to override the existing values.
\n@param assessmentTemplateArns The ARNs that specify the assessment templates whose assessment runs you want to list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
}, {
"documentation" : "You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
",
"name" : "Filter",
"c2jName" : "filter",
"c2jShape" : "AssessmentRunFilter",
"variable" : {
"variableName" : "filter",
"variableType" : "AssessmentRunFilter",
"variableDeclarationType" : "AssessmentRunFilter",
"documentation" : "You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
",
"simpleType" : "AssessmentRunFilter",
"variableSetterType" : "AssessmentRunFilter"
},
"setterModel" : {
"variableName" : "filter",
"variableType" : "AssessmentRunFilter",
"variableDeclarationType" : "AssessmentRunFilter",
"documentation" : "",
"simpleType" : "AssessmentRunFilter",
"variableSetterType" : "AssessmentRunFilter"
},
"getterModel" : {
"returnType" : "AssessmentRunFilter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "filter",
"marshallLocationName" : "filter",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
\n@param filter You can use this parameter to specify a subset of data to be included in the action's response. For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.*/",
"getterDocumentation" : "/**
You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
\n@return You can use this parameter to specify a subset of data to be included in the action's response. For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.*/",
"fluentSetterDocumentation" : "/**
You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
\n@param filter You can use this parameter to specify a subset of data to be included in the action's response. For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
\n@param filter You can use this parameter to specify a subset of data to be included in the action's response. For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : false,
"map" : false
}, {
"documentation" : "
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "PaginationToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
",
"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,
"setterDocumentation" : "/**You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
\n@param nextToken You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.*/",
"getterDocumentation" : "/**You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
\n@return You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.*/",
"fluentSetterDocumentation" : "/**You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
\n@param nextToken You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
\n@param nextToken You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.
",
"name" : "MaxResults",
"c2jName" : "maxResults",
"c2jShape" : "ListMaxResults",
"variable" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "maxResults",
"marshallLocationName" : "maxResults",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.
\n@param maxResults You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.*/",
"getterDocumentation" : "/**You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.
\n@return You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.*/",
"fluentSetterDocumentation" : "/**You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.
\n@param maxResults You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.
\n@param maxResults You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "listAssessmentRunsRequest",
"variableType" : "ListAssessmentRunsRequest",
"variableDeclarationType" : "ListAssessmentRunsRequest",
"documentation" : null,
"simpleType" : "ListAssessmentRunsRequest",
"variableSetterType" : "ListAssessmentRunsRequest"
},
"marshaller" : {
"action" : "ListAssessmentRuns",
"verb" : "POST",
"target" : "InspectorService.ListAssessmentRuns",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "PaginationToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
",
"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,
"setterDocumentation" : "/**You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
\n@param nextToken You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.*/",
"getterDocumentation" : "/**You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
\n@return You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.*/",
"fluentSetterDocumentation" : "/**You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
\n@param nextToken You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
\n@param nextToken You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListAssessmentRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"Filter" : {
"documentation" : "You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
",
"name" : "Filter",
"c2jName" : "filter",
"c2jShape" : "AssessmentRunFilter",
"variable" : {
"variableName" : "filter",
"variableType" : "AssessmentRunFilter",
"variableDeclarationType" : "AssessmentRunFilter",
"documentation" : "You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
",
"simpleType" : "AssessmentRunFilter",
"variableSetterType" : "AssessmentRunFilter"
},
"setterModel" : {
"variableName" : "filter",
"variableType" : "AssessmentRunFilter",
"variableDeclarationType" : "AssessmentRunFilter",
"documentation" : "",
"simpleType" : "AssessmentRunFilter",
"variableSetterType" : "AssessmentRunFilter"
},
"getterModel" : {
"returnType" : "AssessmentRunFilter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "filter",
"marshallLocationName" : "filter",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
\n@param filter You can use this parameter to specify a subset of data to be included in the action's response. For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.*/",
"getterDocumentation" : "/**
You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
\n@return You can use this parameter to specify a subset of data to be included in the action's response. For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.*/",
"fluentSetterDocumentation" : "/**
You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
\n@param filter You can use this parameter to specify a subset of data to be included in the action's response. For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
\n@param filter You can use this parameter to specify a subset of data to be included in the action's response. For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : false,
"map" : false
},
"MaxResults" : {
"documentation" : "
You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.
",
"name" : "MaxResults",
"c2jName" : "maxResults",
"c2jShape" : "ListMaxResults",
"variable" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "maxResults",
"marshallLocationName" : "maxResults",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.
\n@param maxResults You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.*/",
"getterDocumentation" : "/**You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.
\n@return You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.*/",
"fluentSetterDocumentation" : "/**You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.
\n@param maxResults You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.
\n@param maxResults You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 10. The maximum value is 500.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"AssessmentTemplateArns" : {
"documentation" : "The ARNs that specify the assessment templates whose assessment runs you want to list.
",
"name" : "AssessmentTemplateArns",
"c2jName" : "assessmentTemplateArns",
"c2jShape" : "ListParentArnList",
"variable" : {
"variableName" : "assessmentTemplateArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The ARNs that specify the assessment templates whose assessment runs you want to list.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "assessmentTemplateArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "assessmentTemplateArns",
"marshallLocationName" : "assessmentTemplateArns",
"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" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Arn",
"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,
"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.*/",
"simple" : true,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List