
models.inspector-2016-02-16-intermediate.json Maven / Gradle / Ivy
Show all versions of inspector Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : true
},
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificEndpointBuilderClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : {
"AccessDeniedException" : {
"exclude" : null,
"excludeShape" : false,
"inject" : null,
"modify" : [ {
"errorCode" : {
"emitAsType" : null,
"emitEnumName" : null,
"emitPropertyName" : "inspectorErrorCode",
"marshallLocationName" : null,
"unmarshallLocationName" : null
}
} ]
},
"InvalidCrossAccountRoleException" : {
"exclude" : null,
"excludeShape" : false,
"inject" : null,
"modify" : [ {
"errorCode" : {
"emitAsType" : null,
"emitEnumName" : null,
"emitPropertyName" : "inspectorErrorCode",
"marshallLocationName" : null,
"unmarshallLocationName" : null
}
} ]
},
"InvalidInputException" : {
"exclude" : null,
"excludeShape" : false,
"inject" : null,
"modify" : [ {
"errorCode" : {
"emitAsType" : null,
"emitEnumName" : null,
"emitPropertyName" : "inspectorErrorCode",
"marshallLocationName" : null,
"unmarshallLocationName" : null
}
} ]
},
"LimitExceededException" : {
"exclude" : null,
"excludeShape" : false,
"inject" : null,
"modify" : [ {
"errorCode" : {
"emitAsType" : null,
"emitEnumName" : null,
"emitPropertyName" : "inspectorErrorCode",
"marshallLocationName" : null,
"unmarshallLocationName" : null
}
} ]
},
"NoSuchEntityException" : {
"exclude" : null,
"excludeShape" : false,
"inject" : null,
"modify" : [ {
"errorCode" : {
"emitAsType" : null,
"emitEnumName" : null,
"emitPropertyName" : "inspectorErrorCode",
"marshallLocationName" : null,
"unmarshallLocationName" : null
}
} ]
}
},
"shapeSubstitutions" : null,
"shareModelsWith" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"useAutoConstructList" : false,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2016-02-16",
"asyncBuilder" : "DefaultInspectorAsyncClientBuilder",
"asyncBuilderInterface" : "InspectorAsyncClientBuilder",
"asyncClient" : "DefaultInspectorAsyncClient",
"asyncInterface" : "InspectorAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultInspectorBaseClientBuilder",
"baseBuilderInterface" : "InspectorBaseClientBuilder",
"baseExceptionName" : "InspectorException",
"cborProtocol" : false,
"checksumFormat" : null,
"clientPackageName" : "inspector",
"contentType" : null,
"cucumberModuleInjectorClassName" : "InspectorClientModuleInjector",
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : 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.
",
"endpointPrefix" : "inspector",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.inspector",
"fullModelPackageName" : "software.amazon.awssdk.services.inspector.model",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.inspector.transform",
"fullSmokeTestsPackageName" : "software.amazon.awssdk.services.inspector.smoketests",
"fullTransformPackageName" : "software.amazon.awssdk.services.inspector.transform",
"fullWaitersPackageName" : "software.amazon.awssdk.services.inspector.waiters",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "inspector.model",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"protocolFactory" : "software.amazon.awssdk.protocol.json.SdkJsonProtocolFactory",
"requestBaseFqcn" : "software.amazon.awssdk.AmazonWebServiceRequest",
"requestTransformPackageName" : "inspector.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon Inspector",
"serviceName" : "Amazon Inspector",
"signingName" : "inspector",
"smokeTestsPackageName" : "inspector.smoketests",
"syncBuilder" : "DefaultInspectorClientBuilder",
"syncBuilderInterface" : "InspectorClientBuilder",
"syncClient" : "DefaultInspectorClient",
"syncInterface" : "InspectorClient",
"transformPackageName" : "inspector.transform",
"uid" : "inspector-2016-02-16",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"waitersPackageName" : "inspector.waiters",
"xmlProtocol" : false
},
"operations" : {
"AddAttributesToFindings" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "AddAttributesToFindingsResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddAttributesToFindingsRequest",
"variableName" : "addAttributesToFindingsRequest",
"variableType" : "AddAttributesToFindingsRequest",
"documentation" : "",
"simpleType" : "AddAttributesToFindingsRequest",
"variableSetterType" : "AddAttributesToFindingsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "addAttributesToFindings",
"operationName" : "AddAttributesToFindings",
"returnType" : {
"returnType" : "AddAttributesToFindingsResponse",
"documentation" : null
},
"syncReturnType" : "AddAttributesToFindingsResponse"
},
"CreateAssessmentTarget" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "CreateAssessmentTargetResponse",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateAssessmentTargetRequest",
"variableName" : "createAssessmentTargetRequest",
"variableType" : "CreateAssessmentTargetRequest",
"documentation" : "",
"simpleType" : "CreateAssessmentTargetRequest",
"variableSetterType" : "CreateAssessmentTargetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createAssessmentTarget",
"operationName" : "CreateAssessmentTarget",
"returnType" : {
"returnType" : "CreateAssessmentTargetResponse",
"documentation" : null
},
"syncReturnType" : "CreateAssessmentTargetResponse"
},
"CreateAssessmentTemplate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "CreateAssessmentTemplateResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateAssessmentTemplateRequest",
"variableName" : "createAssessmentTemplateRequest",
"variableType" : "CreateAssessmentTemplateRequest",
"documentation" : "",
"simpleType" : "CreateAssessmentTemplateRequest",
"variableSetterType" : "CreateAssessmentTemplateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createAssessmentTemplate",
"operationName" : "CreateAssessmentTemplate",
"returnType" : {
"returnType" : "CreateAssessmentTemplateResponse",
"documentation" : null
},
"syncReturnType" : "CreateAssessmentTemplateResponse"
},
"CreateResourceGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "CreateResourceGroupResponse",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateResourceGroupRequest",
"variableName" : "createResourceGroupRequest",
"variableType" : "CreateResourceGroupRequest",
"documentation" : "",
"simpleType" : "CreateResourceGroupRequest",
"variableSetterType" : "CreateResourceGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createResourceGroup",
"operationName" : "CreateResourceGroup",
"returnType" : {
"returnType" : "CreateResourceGroupResponse",
"documentation" : null
},
"syncReturnType" : "CreateResourceGroupResponse"
},
"DeleteAssessmentRun" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "DeleteAssessmentRunResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the assessment run that is specified by the ARN of the assessment run.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AssessmentRunInProgressException",
"documentation" : "You cannot perform a specified action if an assessment run is currently in progress.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteAssessmentRunRequest",
"variableName" : "deleteAssessmentRunRequest",
"variableType" : "DeleteAssessmentRunRequest",
"documentation" : "",
"simpleType" : "DeleteAssessmentRunRequest",
"variableSetterType" : "DeleteAssessmentRunRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteAssessmentRun",
"operationName" : "DeleteAssessmentRun",
"returnType" : {
"returnType" : "DeleteAssessmentRunResponse",
"documentation" : null
},
"syncReturnType" : "DeleteAssessmentRunResponse"
},
"DeleteAssessmentTarget" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "DeleteAssessmentTargetResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the assessment target that is specified by the ARN of the assessment target.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AssessmentRunInProgressException",
"documentation" : "You cannot perform a specified action if an assessment run is currently in progress.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteAssessmentTargetRequest",
"variableName" : "deleteAssessmentTargetRequest",
"variableType" : "DeleteAssessmentTargetRequest",
"documentation" : "",
"simpleType" : "DeleteAssessmentTargetRequest",
"variableSetterType" : "DeleteAssessmentTargetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteAssessmentTarget",
"operationName" : "DeleteAssessmentTarget",
"returnType" : {
"returnType" : "DeleteAssessmentTargetResponse",
"documentation" : null
},
"syncReturnType" : "DeleteAssessmentTargetResponse"
},
"DeleteAssessmentTemplate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "DeleteAssessmentTemplateResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the assessment template that is specified by the ARN of the assessment template.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AssessmentRunInProgressException",
"documentation" : "You cannot perform a specified action if an assessment run is currently in progress.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteAssessmentTemplateRequest",
"variableName" : "deleteAssessmentTemplateRequest",
"variableType" : "DeleteAssessmentTemplateRequest",
"documentation" : "",
"simpleType" : "DeleteAssessmentTemplateRequest",
"variableSetterType" : "DeleteAssessmentTemplateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteAssessmentTemplate",
"operationName" : "DeleteAssessmentTemplate",
"returnType" : {
"returnType" : "DeleteAssessmentTemplateResponse",
"documentation" : null
},
"syncReturnType" : "DeleteAssessmentTemplateResponse"
},
"DescribeAssessmentRuns" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "DescribeAssessmentRunsResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the assessment runs that are specified by the ARNs of the assessment runs.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAssessmentRunsRequest",
"variableName" : "describeAssessmentRunsRequest",
"variableType" : "DescribeAssessmentRunsRequest",
"documentation" : "",
"simpleType" : "DescribeAssessmentRunsRequest",
"variableSetterType" : "DescribeAssessmentRunsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeAssessmentRuns",
"operationName" : "DescribeAssessmentRuns",
"returnType" : {
"returnType" : "DescribeAssessmentRunsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeAssessmentRunsResponse"
},
"DescribeAssessmentTargets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "DescribeAssessmentTargetsResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the assessment targets that are specified by the ARNs of the assessment targets.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAssessmentTargetsRequest",
"variableName" : "describeAssessmentTargetsRequest",
"variableType" : "DescribeAssessmentTargetsRequest",
"documentation" : "",
"simpleType" : "DescribeAssessmentTargetsRequest",
"variableSetterType" : "DescribeAssessmentTargetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeAssessmentTargets",
"operationName" : "DescribeAssessmentTargets",
"returnType" : {
"returnType" : "DescribeAssessmentTargetsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeAssessmentTargetsResponse"
},
"DescribeAssessmentTemplates" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "DescribeAssessmentTemplatesResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the assessment templates that are specified by the ARNs of the assessment templates.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAssessmentTemplatesRequest",
"variableName" : "describeAssessmentTemplatesRequest",
"variableType" : "DescribeAssessmentTemplatesRequest",
"documentation" : "",
"simpleType" : "DescribeAssessmentTemplatesRequest",
"variableSetterType" : "DescribeAssessmentTemplatesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeAssessmentTemplates",
"operationName" : "DescribeAssessmentTemplates",
"returnType" : {
"returnType" : "DescribeAssessmentTemplatesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeAssessmentTemplatesResponse"
},
"DescribeCrossAccountAccessRole" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "DescribeCrossAccountAccessRoleResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the IAM role that enables Amazon Inspector to access your AWS account.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCrossAccountAccessRoleRequest",
"variableName" : "describeCrossAccountAccessRoleRequest",
"variableType" : "DescribeCrossAccountAccessRoleRequest",
"documentation" : null,
"simpleType" : "DescribeCrossAccountAccessRoleRequest",
"variableSetterType" : "DescribeCrossAccountAccessRoleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeCrossAccountAccessRole",
"operationName" : "DescribeCrossAccountAccessRole",
"returnType" : {
"returnType" : "DescribeCrossAccountAccessRoleResponse",
"documentation" : null
},
"syncReturnType" : "DescribeCrossAccountAccessRoleResponse"
},
"DescribeFindings" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "DescribeFindingsResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the findings that are specified by the ARNs of the findings.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeFindingsRequest",
"variableName" : "describeFindingsRequest",
"variableType" : "DescribeFindingsRequest",
"documentation" : "",
"simpleType" : "DescribeFindingsRequest",
"variableSetterType" : "DescribeFindingsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeFindings",
"operationName" : "DescribeFindings",
"returnType" : {
"returnType" : "DescribeFindingsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeFindingsResponse"
},
"DescribeResourceGroups" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "DescribeResourceGroupsResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the resource groups that are specified by the ARNs of the resource groups.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeResourceGroupsRequest",
"variableName" : "describeResourceGroupsRequest",
"variableType" : "DescribeResourceGroupsRequest",
"documentation" : "",
"simpleType" : "DescribeResourceGroupsRequest",
"variableSetterType" : "DescribeResourceGroupsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeResourceGroups",
"operationName" : "DescribeResourceGroups",
"returnType" : {
"returnType" : "DescribeResourceGroupsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeResourceGroupsResponse"
},
"DescribeRulesPackages" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "DescribeRulesPackagesResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the rules packages that are specified by the ARNs of the rules packages.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeRulesPackagesRequest",
"variableName" : "describeRulesPackagesRequest",
"variableType" : "DescribeRulesPackagesRequest",
"documentation" : "",
"simpleType" : "DescribeRulesPackagesRequest",
"variableSetterType" : "DescribeRulesPackagesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeRulesPackages",
"operationName" : "DescribeRulesPackages",
"returnType" : {
"returnType" : "DescribeRulesPackagesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeRulesPackagesResponse"
},
"GetAssessmentReport" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "GetAssessmentReportResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Produces an assessment report that includes detailed and comprehensive results of a specified assessment run.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AssessmentRunInProgressException",
"documentation" : "You cannot perform a specified action if an assessment run is currently in progress.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnsupportedFeatureException",
"documentation" : "Used by the GetAssessmentReport API. The request was rejected because you tried to generate a report for an assessment run that existed before reporting was supported in Amazon Inspector. You can only generate reports for assessment runs that took place or will take place after generating reports in Amazon Inspector became available.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetAssessmentReportRequest",
"variableName" : "getAssessmentReportRequest",
"variableType" : "GetAssessmentReportRequest",
"documentation" : "",
"simpleType" : "GetAssessmentReportRequest",
"variableSetterType" : "GetAssessmentReportRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getAssessmentReport",
"operationName" : "GetAssessmentReport",
"returnType" : {
"returnType" : "GetAssessmentReportResponse",
"documentation" : null
},
"syncReturnType" : "GetAssessmentReportResponse"
},
"GetTelemetryMetadata" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "GetTelemetryMetadataResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Information about the data that is collected for the specified assessment run.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetTelemetryMetadataRequest",
"variableName" : "getTelemetryMetadataRequest",
"variableType" : "GetTelemetryMetadataRequest",
"documentation" : "",
"simpleType" : "GetTelemetryMetadataRequest",
"variableSetterType" : "GetTelemetryMetadataRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getTelemetryMetadata",
"operationName" : "GetTelemetryMetadata",
"returnType" : {
"returnType" : "GetTelemetryMetadataResponse",
"documentation" : null
},
"syncReturnType" : "GetTelemetryMetadataResponse"
},
"ListAssessmentRunAgents" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "ListAssessmentRunAgentsResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListAssessmentRunAgentsRequest",
"variableName" : "listAssessmentRunAgentsRequest",
"variableType" : "ListAssessmentRunAgentsRequest",
"documentation" : "",
"simpleType" : "ListAssessmentRunAgentsRequest",
"variableSetterType" : "ListAssessmentRunAgentsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listAssessmentRunAgents",
"operationName" : "ListAssessmentRunAgents",
"returnType" : {
"returnType" : "ListAssessmentRunAgentsResponse",
"documentation" : null
},
"syncReturnType" : "ListAssessmentRunAgentsResponse"
},
"ListAssessmentRuns" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "ListAssessmentRunsResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListAssessmentRunsRequest",
"variableName" : "listAssessmentRunsRequest",
"variableType" : "ListAssessmentRunsRequest",
"documentation" : "",
"simpleType" : "ListAssessmentRunsRequest",
"variableSetterType" : "ListAssessmentRunsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listAssessmentRuns",
"operationName" : "ListAssessmentRuns",
"returnType" : {
"returnType" : "ListAssessmentRunsResponse",
"documentation" : null
},
"syncReturnType" : "ListAssessmentRunsResponse"
},
"ListAssessmentTargets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "ListAssessmentTargetsResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the ARNs of the assessment targets within this AWS account. For more information about assessment targets, see Amazon Inspector Assessment Targets.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListAssessmentTargetsRequest",
"variableName" : "listAssessmentTargetsRequest",
"variableType" : "ListAssessmentTargetsRequest",
"documentation" : "",
"simpleType" : "ListAssessmentTargetsRequest",
"variableSetterType" : "ListAssessmentTargetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listAssessmentTargets",
"operationName" : "ListAssessmentTargets",
"returnType" : {
"returnType" : "ListAssessmentTargetsResponse",
"documentation" : null
},
"syncReturnType" : "ListAssessmentTargetsResponse"
},
"ListAssessmentTemplates" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "ListAssessmentTemplatesResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListAssessmentTemplatesRequest",
"variableName" : "listAssessmentTemplatesRequest",
"variableType" : "ListAssessmentTemplatesRequest",
"documentation" : "",
"simpleType" : "ListAssessmentTemplatesRequest",
"variableSetterType" : "ListAssessmentTemplatesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listAssessmentTemplates",
"operationName" : "ListAssessmentTemplates",
"returnType" : {
"returnType" : "ListAssessmentTemplatesResponse",
"documentation" : null
},
"syncReturnType" : "ListAssessmentTemplatesResponse"
},
"ListEventSubscriptions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "ListEventSubscriptionsResponse",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListEventSubscriptionsRequest",
"variableName" : "listEventSubscriptionsRequest",
"variableType" : "ListEventSubscriptionsRequest",
"documentation" : "",
"simpleType" : "ListEventSubscriptionsRequest",
"variableSetterType" : "ListEventSubscriptionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listEventSubscriptions",
"operationName" : "ListEventSubscriptions",
"returnType" : {
"returnType" : "ListEventSubscriptionsResponse",
"documentation" : null
},
"syncReturnType" : "ListEventSubscriptionsResponse"
},
"ListFindings" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "ListFindingsResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListFindingsRequest",
"variableName" : "listFindingsRequest",
"variableType" : "ListFindingsRequest",
"documentation" : "",
"simpleType" : "ListFindingsRequest",
"variableSetterType" : "ListFindingsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listFindings",
"operationName" : "ListFindings",
"returnType" : {
"returnType" : "ListFindingsResponse",
"documentation" : null
},
"syncReturnType" : "ListFindingsResponse"
},
"ListRulesPackages" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "ListRulesPackagesResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all available Amazon Inspector rules packages.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListRulesPackagesRequest",
"variableName" : "listRulesPackagesRequest",
"variableType" : "ListRulesPackagesRequest",
"documentation" : "",
"simpleType" : "ListRulesPackagesRequest",
"variableSetterType" : "ListRulesPackagesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listRulesPackages",
"operationName" : "ListRulesPackages",
"returnType" : {
"returnType" : "ListRulesPackagesResponse",
"documentation" : null
},
"syncReturnType" : "ListRulesPackagesResponse"
},
"ListTagsForResource" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "ListTagsForResourceResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all tags associated with an assessment template.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourceRequest",
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"documentation" : "",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listTagsForResource",
"operationName" : "ListTagsForResource",
"returnType" : {
"returnType" : "ListTagsForResourceResponse",
"documentation" : null
},
"syncReturnType" : "ListTagsForResourceResponse"
},
"PreviewAgents" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "PreviewAgentsResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Previews the agents installed on the EC2 instances that are part of the specified assessment target.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidCrossAccountRoleException",
"documentation" : "Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PreviewAgentsRequest",
"variableName" : "previewAgentsRequest",
"variableType" : "PreviewAgentsRequest",
"documentation" : "",
"simpleType" : "PreviewAgentsRequest",
"variableSetterType" : "PreviewAgentsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "previewAgents",
"operationName" : "PreviewAgents",
"returnType" : {
"returnType" : "PreviewAgentsResponse",
"documentation" : null
},
"syncReturnType" : "PreviewAgentsResponse"
},
"RegisterCrossAccountAccessRole" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "RegisterCrossAccountAccessRoleResponse",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidCrossAccountRoleException",
"documentation" : "Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RegisterCrossAccountAccessRoleRequest",
"variableName" : "registerCrossAccountAccessRoleRequest",
"variableType" : "RegisterCrossAccountAccessRoleRequest",
"documentation" : "",
"simpleType" : "RegisterCrossAccountAccessRoleRequest",
"variableSetterType" : "RegisterCrossAccountAccessRoleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "registerCrossAccountAccessRole",
"operationName" : "RegisterCrossAccountAccessRole",
"returnType" : {
"returnType" : "RegisterCrossAccountAccessRoleResponse",
"documentation" : null
},
"syncReturnType" : "RegisterCrossAccountAccessRoleResponse"
},
"RemoveAttributesFromFindings" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "RemoveAttributesFromFindingsResponse",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RemoveAttributesFromFindingsRequest",
"variableName" : "removeAttributesFromFindingsRequest",
"variableType" : "RemoveAttributesFromFindingsRequest",
"documentation" : "",
"simpleType" : "RemoveAttributesFromFindingsRequest",
"variableSetterType" : "RemoveAttributesFromFindingsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "removeAttributesFromFindings",
"operationName" : "RemoveAttributesFromFindings",
"returnType" : {
"returnType" : "RemoveAttributesFromFindingsResponse",
"documentation" : null
},
"syncReturnType" : "RemoveAttributesFromFindingsResponse"
},
"SetTagsForResource" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "SetTagsForResourceResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetTagsForResourceRequest",
"variableName" : "setTagsForResourceRequest",
"variableType" : "SetTagsForResourceRequest",
"documentation" : "",
"simpleType" : "SetTagsForResourceRequest",
"variableSetterType" : "SetTagsForResourceRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setTagsForResource",
"operationName" : "SetTagsForResource",
"returnType" : {
"returnType" : "SetTagsForResourceResponse",
"documentation" : null
},
"syncReturnType" : "SetTagsForResourceResponse"
},
"StartAssessmentRun" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "StartAssessmentRunResponse",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidCrossAccountRoleException",
"documentation" : "Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AgentsAlreadyRunningAssessmentException",
"documentation" : "You started an assessment run, but one of the instances is already participating in another assessment run.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartAssessmentRunRequest",
"variableName" : "startAssessmentRunRequest",
"variableType" : "StartAssessmentRunRequest",
"documentation" : "",
"simpleType" : "StartAssessmentRunRequest",
"variableSetterType" : "StartAssessmentRunRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "startAssessmentRun",
"operationName" : "StartAssessmentRun",
"returnType" : {
"returnType" : "StartAssessmentRunResponse",
"documentation" : null
},
"syncReturnType" : "StartAssessmentRunResponse"
},
"StopAssessmentRun" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "StopAssessmentRunResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Stops the assessment run that is specified by the ARN of the assessment run.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StopAssessmentRunRequest",
"variableName" : "stopAssessmentRunRequest",
"variableType" : "StopAssessmentRunRequest",
"documentation" : "",
"simpleType" : "StopAssessmentRunRequest",
"variableSetterType" : "StopAssessmentRunRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "stopAssessmentRun",
"operationName" : "StopAssessmentRun",
"returnType" : {
"returnType" : "StopAssessmentRunResponse",
"documentation" : null
},
"syncReturnType" : "StopAssessmentRunResponse"
},
"SubscribeToEvent" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "SubscribeToEventResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SubscribeToEventRequest",
"variableName" : "subscribeToEventRequest",
"variableType" : "SubscribeToEventRequest",
"documentation" : "",
"simpleType" : "SubscribeToEventRequest",
"variableSetterType" : "SubscribeToEventRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "subscribeToEvent",
"operationName" : "SubscribeToEvent",
"returnType" : {
"returnType" : "SubscribeToEventResponse",
"documentation" : null
},
"syncReturnType" : "SubscribeToEventResponse"
},
"UnsubscribeFromEvent" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "UnsubscribeFromEventResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UnsubscribeFromEventRequest",
"variableName" : "unsubscribeFromEventRequest",
"variableType" : "UnsubscribeFromEventRequest",
"documentation" : "",
"simpleType" : "UnsubscribeFromEventRequest",
"variableSetterType" : "UnsubscribeFromEventRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "unsubscribeFromEvent",
"operationName" : "UnsubscribeFromEvent",
"returnType" : {
"returnType" : "UnsubscribeFromEventResponse",
"documentation" : null
},
"syncReturnType" : "UnsubscribeFromEventResponse"
},
"UpdateAssessmentTarget" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "CompletableFuture",
"asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler",
"asyncReturnType" : "UpdateAssessmentTargetResponse",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the assessment target that is specified by the ARN of the assessment target.
",
"exceptions" : [ {
"exceptionName" : "InternalException",
"documentation" : "Internal server error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to access the requested resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NoSuchEntityException",
"documentation" : "The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateAssessmentTargetRequest",
"variableName" : "updateAssessmentTargetRequest",
"variableType" : "UpdateAssessmentTargetRequest",
"documentation" : "",
"simpleType" : "UpdateAssessmentTargetRequest",
"variableSetterType" : "UpdateAssessmentTargetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateAssessmentTarget",
"operationName" : "UpdateAssessmentTarget",
"returnType" : {
"returnType" : "UpdateAssessmentTargetResponse",
"documentation" : null
},
"syncReturnType" : "UpdateAssessmentTargetResponse"
}
},
"shapes" : {
"AccessDeniedErrorCode" : {
"c2jName" : "AccessDeniedErrorCode",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"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"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccessDeniedErrorCode",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AccessDeniedErrorCode",
"variableName" : "accessDeniedErrorCode",
"variableType" : "AccessDeniedErrorCode",
"documentation" : null,
"simpleType" : "AccessDeniedErrorCode",
"variableSetterType" : "AccessDeniedErrorCode"
},
"wrapper" : false
},
"AccessDeniedException" : {
"c2jName" : "AccessDeniedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "You do not have required permissions to access the requested resource.
",
"enums" : null,
"errorCode" : "AccessDeniedException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getCanRetry",
"beanStyleSetterMethodName" : "setCanRetry",
"c2jName" : "canRetry",
"c2jShape" : "Bool",
"deprecated" : false,
"documentation" : "You can immediately retry your request.
",
"enumType" : null,
"fluentGetterMethodName" : "canRetry",
"fluentSetterDocumentation" : "You can immediately retry your request.
\n@param canRetry You can immediately retry your request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "canRetry",
"getterDocumentation" : "You can immediately retry your request.
\n@return You can immediately retry your request.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "canRetry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "canRetry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "CanRetry",
"setterDocumentation" : "You can immediately retry your request.
\n@param canRetry You can immediately retry your request.",
"setterMethodName" : "setCanRetry",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "canRetry",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "You can immediately retry your request.
\n@param canRetry You can immediately retry your request.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "canRetry",
"variableType" : "Boolean",
"documentation" : "You can immediately retry your request.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getInspectorErrorCode",
"beanStyleSetterMethodName" : "setInspectorErrorCode",
"c2jName" : "inspectorErrorCode",
"c2jShape" : "AccessDeniedErrorCode",
"deprecated" : false,
"documentation" : "Code that indicates the type of error that is generated.
",
"enumType" : "AccessDeniedErrorCode",
"fluentGetterMethodName" : "inspectorErrorCode",
"fluentSetterDocumentation" : "Code that indicates the type of error that is generated.
\n@param inspectorErrorCode Code that indicates the type of error that is generated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessDeniedErrorCode",
"fluentSetterMethodName" : "inspectorErrorCode",
"getterDocumentation" : "Code that indicates the type of error that is generated.
\n@return Code that indicates the type of error that is generated.\n@see AccessDeniedErrorCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InspectorErrorCode",
"setterDocumentation" : "Code that indicates the type of error that is generated.
\n@param inspectorErrorCode Code that indicates the type of error that is generated.\n@see AccessDeniedErrorCode",
"setterMethodName" : "setInspectorErrorCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inspectorErrorCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "Code that indicates the type of error that is generated.
\n@param inspectorErrorCode Code that indicates the type of error that is generated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessDeniedErrorCode",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inspectorErrorCode",
"variableType" : "String",
"documentation" : "Code that indicates the type of error that is generated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CanRetry" : {
"beanStyleGetterMethodName" : "getCanRetry",
"beanStyleSetterMethodName" : "setCanRetry",
"c2jName" : "canRetry",
"c2jShape" : "Bool",
"deprecated" : false,
"documentation" : "You can immediately retry your request.
",
"enumType" : null,
"fluentGetterMethodName" : "canRetry",
"fluentSetterDocumentation" : "You can immediately retry your request.
\n@param canRetry You can immediately retry your request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "canRetry",
"getterDocumentation" : "You can immediately retry your request.
\n@return You can immediately retry your request.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "canRetry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "canRetry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "CanRetry",
"setterDocumentation" : "You can immediately retry your request.
\n@param canRetry You can immediately retry your request.",
"setterMethodName" : "setCanRetry",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "canRetry",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "You can immediately retry your request.
\n@param canRetry You can immediately retry your request.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "canRetry",
"variableType" : "Boolean",
"documentation" : "You can immediately retry your request.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"InspectorErrorCode" : {
"beanStyleGetterMethodName" : "getInspectorErrorCode",
"beanStyleSetterMethodName" : "setInspectorErrorCode",
"c2jName" : "inspectorErrorCode",
"c2jShape" : "AccessDeniedErrorCode",
"deprecated" : false,
"documentation" : "Code that indicates the type of error that is generated.
",
"enumType" : "AccessDeniedErrorCode",
"fluentGetterMethodName" : "inspectorErrorCode",
"fluentSetterDocumentation" : "Code that indicates the type of error that is generated.
\n@param inspectorErrorCode Code that indicates the type of error that is generated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessDeniedErrorCode",
"fluentSetterMethodName" : "inspectorErrorCode",
"getterDocumentation" : "Code that indicates the type of error that is generated.
\n@return Code that indicates the type of error that is generated.\n@see AccessDeniedErrorCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InspectorErrorCode",
"setterDocumentation" : "Code that indicates the type of error that is generated.
\n@param inspectorErrorCode Code that indicates the type of error that is generated.\n@see AccessDeniedErrorCode",
"setterMethodName" : "setInspectorErrorCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inspectorErrorCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "Code that indicates the type of error that is generated.
\n@param inspectorErrorCode Code that indicates the type of error that is generated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessDeniedErrorCode",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inspectorErrorCode",
"variableType" : "String",
"documentation" : "Code that indicates the type of error that is generated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCanRetry",
"beanStyleSetterMethodName" : "setCanRetry",
"c2jName" : "canRetry",
"c2jShape" : "Bool",
"deprecated" : false,
"documentation" : "You can immediately retry your request.
",
"enumType" : null,
"fluentGetterMethodName" : "canRetry",
"fluentSetterDocumentation" : "You can immediately retry your request.
\n@param canRetry You can immediately retry your request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "canRetry",
"getterDocumentation" : "You can immediately retry your request.
\n@return You can immediately retry your request.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "canRetry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "canRetry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "CanRetry",
"setterDocumentation" : "You can immediately retry your request.
\n@param canRetry You can immediately retry your request.",
"setterMethodName" : "setCanRetry",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "canRetry",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "You can immediately retry your request.
\n@param canRetry You can immediately retry your request.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "canRetry",
"variableType" : "Boolean",
"documentation" : "You can immediately retry your request.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getInspectorErrorCode",
"beanStyleSetterMethodName" : "setInspectorErrorCode",
"c2jName" : "inspectorErrorCode",
"c2jShape" : "AccessDeniedErrorCode",
"deprecated" : false,
"documentation" : "Code that indicates the type of error that is generated.
",
"enumType" : "AccessDeniedErrorCode",
"fluentGetterMethodName" : "inspectorErrorCode",
"fluentSetterDocumentation" : "Code that indicates the type of error that is generated.
\n@param inspectorErrorCode Code that indicates the type of error that is generated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessDeniedErrorCode",
"fluentSetterMethodName" : "inspectorErrorCode",
"getterDocumentation" : "Code that indicates the type of error that is generated.
\n@return Code that indicates the type of error that is generated.\n@see AccessDeniedErrorCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InspectorErrorCode",
"setterDocumentation" : "Code that indicates the type of error that is generated.
\n@param inspectorErrorCode Code that indicates the type of error that is generated.\n@see AccessDeniedErrorCode",
"setterMethodName" : "setInspectorErrorCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inspectorErrorCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "Code that indicates the type of error that is generated.
\n@param inspectorErrorCode Code that indicates the type of error that is generated.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessDeniedErrorCode",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inspectorErrorCode",
"variableType" : "String",
"documentation" : "Code that indicates the type of error that is generated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "message", "errorCode", "canRetry" ],
"shapeName" : "AccessDeniedException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessDeniedException",
"variableName" : "accessDeniedException",
"variableType" : "AccessDeniedException",
"documentation" : null,
"simpleType" : "AccessDeniedException",
"variableSetterType" : "AccessDeniedException"
},
"wrapper" : false
},
"AddAttributesToFindingsRequest" : {
"c2jName" : "AddAttributesToFindingsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AddAttributesToFindings",
"locationName" : null,
"requestUri" : "/",
"target" : "InspectorService.AddAttributesToFindings",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getFindingArns",
"beanStyleSetterMethodName" : "setFindingArns",
"c2jName" : "findingArns",
"c2jShape" : "AddRemoveAttributesFindingArnList",
"deprecated" : false,
"documentation" : "The ARNs that specify the findings that you want to assign attributes to.
",
"enumType" : null,
"fluentGetterMethodName" : "findingArns",
"fluentSetterDocumentation" : "The ARNs that specify the findings that you want to assign attributes to.
\n@param findingArns The ARNs that specify the findings that you want to assign attributes to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "findingArns",
"getterDocumentation" : "The ARNs that specify the findings that you want to assign attributes to.
\n@return The ARNs that specify the findings that you want to assign attributes to.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "findingArns",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "findingArns",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Arn",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "\n@param member ",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "FindingArns",
"setterDocumentation" : "The ARNs that specify the findings that you want to assign attributes to.
\n@param findingArns The ARNs that specify the findings that you want to assign attributes to.",
"setterMethodName" : "setFindingArns",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "findingArns",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "The ARNs that specify the findings that you want to assign attributes to.
\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 ARNs that specify the findings that you want to assign attributes to.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "findingArns",
"variableType" : "java.util.List",
"documentation" : "The ARNs that specify the findings that you want to assign attributes to.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributes",
"beanStyleSetterMethodName" : "setAttributes",
"c2jName" : "attributes",
"c2jShape" : "UserAttributeList",
"deprecated" : false,
"documentation" : "The array of attributes that you want to assign to specified findings.
",
"enumType" : null,
"fluentGetterMethodName" : "attributes",
"fluentSetterDocumentation" : "The array of attributes that you want to assign to specified findings.
\n@param attributes The array of attributes that you want to assign to specified findings.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributes",
"getterDocumentation" : "The array of attributes that you want to assign to specified findings.
\n@return The array of attributes that you want to assign to specified findings.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Attribute",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "Attribute",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "\n@param member ",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"simple" : false,
"varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Attribute",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Attribute",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Attributes",
"setterDocumentation" : "The array of attributes that you want to assign to specified findings.
\n@param attributes The array of attributes that you want to assign to specified findings.",
"setterMethodName" : "setAttributes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "The array of attributes that you want to assign to specified findings.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.
\n@param attributes The array of attributes that you want to assign to specified findings.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : "The array of attributes that you want to assign to specified findings.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"beanStyleGetterMethodName" : "getAttributes",
"beanStyleSetterMethodName" : "setAttributes",
"c2jName" : "attributes",
"c2jShape" : "UserAttributeList",
"deprecated" : false,
"documentation" : "The array of attributes that you want to assign to specified findings.
",
"enumType" : null,
"fluentGetterMethodName" : "attributes",
"fluentSetterDocumentation" : "The array of attributes that you want to assign to specified findings.
\n@param attributes The array of attributes that you want to assign to specified findings.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributes",
"getterDocumentation" : "The array of attributes that you want to assign to specified findings.
\n@return The array of attributes that you want to assign to specified findings.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Attribute",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "Attribute",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "\n@param member ",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"simple" : false,
"varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Attribute",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Attribute",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Attributes",
"setterDocumentation" : "The array of attributes that you want to assign to specified findings.
\n@param attributes The array of attributes that you want to assign to specified findings.",
"setterMethodName" : "setAttributes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "The array of attributes that you want to assign to specified findings.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.
\n@param attributes The array of attributes that you want to assign to specified findings.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : "The array of attributes that you want to assign to specified findings.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"FindingArns" : {
"beanStyleGetterMethodName" : "getFindingArns",
"beanStyleSetterMethodName" : "setFindingArns",
"c2jName" : "findingArns",
"c2jShape" : "AddRemoveAttributesFindingArnList",
"deprecated" : false,
"documentation" : "The ARNs that specify the findings that you want to assign attributes to.
",
"enumType" : null,
"fluentGetterMethodName" : "findingArns",
"fluentSetterDocumentation" : "The ARNs that specify the findings that you want to assign attributes to.
\n@param findingArns The ARNs that specify the findings that you want to assign attributes to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "findingArns",
"getterDocumentation" : "The ARNs that specify the findings that you want to assign attributes to.
\n@return The ARNs that specify the findings that you want to assign attributes to.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "findingArns",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "findingArns",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Arn",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "\n@param member ",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "FindingArns",
"setterDocumentation" : "The ARNs that specify the findings that you want to assign attributes to.
\n@param findingArns The ARNs that specify the findings that you want to assign attributes to.",
"setterMethodName" : "setFindingArns",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "findingArns",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "The ARNs that specify the findings that you want to assign attributes to.
\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 ARNs that specify the findings that you want to assign attributes to.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "findingArns",
"variableType" : "java.util.List",
"documentation" : "The ARNs that specify the findings that you want to assign attributes to.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getFindingArns",
"beanStyleSetterMethodName" : "setFindingArns",
"c2jName" : "findingArns",
"c2jShape" : "AddRemoveAttributesFindingArnList",
"deprecated" : false,
"documentation" : "The ARNs that specify the findings that you want to assign attributes to.
",
"enumType" : null,
"fluentGetterMethodName" : "findingArns",
"fluentSetterDocumentation" : "The ARNs that specify the findings that you want to assign attributes to.
\n@param findingArns The ARNs that specify the findings that you want to assign attributes to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "findingArns",
"getterDocumentation" : "The ARNs that specify the findings that you want to assign attributes to.
\n@return The ARNs that specify the findings that you want to assign attributes to.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "findingArns",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "findingArns",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Arn",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "\n@param member ",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "FindingArns",
"setterDocumentation" : "The ARNs that specify the findings that you want to assign attributes to.
\n@param findingArns The ARNs that specify the findings that you want to assign attributes to.",
"setterMethodName" : "setFindingArns",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "findingArns",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "The ARNs that specify the findings that you want to assign attributes to.
\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 ARNs that specify the findings that you want to assign attributes to.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "findingArns",
"variableType" : "java.util.List",
"documentation" : "The ARNs that specify the findings that you want to assign attributes to.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributes",
"beanStyleSetterMethodName" : "setAttributes",
"c2jName" : "attributes",
"c2jShape" : "UserAttributeList",
"deprecated" : false,
"documentation" : "The array of attributes that you want to assign to specified findings.
",
"enumType" : null,
"fluentGetterMethodName" : "attributes",
"fluentSetterDocumentation" : "The array of attributes that you want to assign to specified findings.
\n@param attributes The array of attributes that you want to assign to specified findings.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributes",
"getterDocumentation" : "The array of attributes that you want to assign to specified findings.
\n@return The array of attributes that you want to assign to specified findings.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Attribute",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "Attribute",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "\n@param member ",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"simple" : false,
"varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "Attribute",
"variableName" : "member",
"variableType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Attribute",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Attribute",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Attributes",
"setterDocumentation" : "The array of attributes that you want to assign to specified findings.
\n@param attributes The array of attributes that you want to assign to specified findings.",
"setterMethodName" : "setAttributes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "The array of attributes that you want to assign to specified findings.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.
\n@param attributes The array of attributes that you want to assign to specified findings.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attributes",
"variableType" : "java.util.List",
"documentation" : "The array of attributes that you want to assign to specified findings.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "findingArns", "attributes" ],
"shapeName" : "AddAttributesToFindingsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddAttributesToFindingsRequest",
"variableName" : "addAttributesToFindingsRequest",
"variableType" : "AddAttributesToFindingsRequest",
"documentation" : null,
"simpleType" : "AddAttributesToFindingsRequest",
"variableSetterType" : "AddAttributesToFindingsRequest"
},
"wrapper" : false
},
"AddAttributesToFindingsResponse" : {
"c2jName" : "AddAttributesToFindingsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getFailedItems",
"beanStyleSetterMethodName" : "setFailedItems",
"c2jName" : "failedItems",
"c2jShape" : "FailedItems",
"deprecated" : false,
"documentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
",
"enumType" : null,
"fluentGetterMethodName" : "failedItems",
"fluentSetterDocumentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attribute 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.",
"fluentSetterMethodName" : "failedItems",
"getterDocumentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
\n@return Attribute details that cannot be described. An error code is provided for each failed item.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failedItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "failedItems",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "FailedItemDetails",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "\n@param value \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "FailedItemDetails",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Value",
"setterDocumentation" : "\n@param value ",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "FailedItemDetails",
"variableName" : "value",
"variableType" : "FailedItemDetails",
"documentation" : "",
"simpleType" : "FailedItemDetails",
"variableSetterType" : "FailedItemDetails"
},
"simple" : false,
"varargSetterDocumentation" : "\n@param value \n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "FailedItemDetails",
"variableName" : "value",
"variableType" : "FailedItemDetails",
"documentation" : "",
"simpleType" : "FailedItemDetails",
"variableSetterType" : "FailedItemDetails"
},
"xmlNameSpaceUri" : null
},
"valueType" : "FailedItemDetails",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : false
},
"marshallingTargetClass" : "Map",
"marshallingType" : "MAP",
"name" : "FailedItems",
"setterDocumentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attribute details that cannot be described. An error code is provided for each failed item.",
"setterMethodName" : "setFailedItems",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "failedItems",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"varargSetterDocumentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attribute 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.",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "failedItems",
"variableType" : "java.util.Map",
"documentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FailedItems" : {
"beanStyleGetterMethodName" : "getFailedItems",
"beanStyleSetterMethodName" : "setFailedItems",
"c2jName" : "failedItems",
"c2jShape" : "FailedItems",
"deprecated" : false,
"documentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
",
"enumType" : null,
"fluentGetterMethodName" : "failedItems",
"fluentSetterDocumentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attribute 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.",
"fluentSetterMethodName" : "failedItems",
"getterDocumentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
\n@return Attribute details that cannot be described. An error code is provided for each failed item.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failedItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "failedItems",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "FailedItemDetails",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "\n@param value \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "FailedItemDetails",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Value",
"setterDocumentation" : "\n@param value ",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "FailedItemDetails",
"variableName" : "value",
"variableType" : "FailedItemDetails",
"documentation" : "",
"simpleType" : "FailedItemDetails",
"variableSetterType" : "FailedItemDetails"
},
"simple" : false,
"varargSetterDocumentation" : "\n@param value \n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "FailedItemDetails",
"variableName" : "value",
"variableType" : "FailedItemDetails",
"documentation" : "",
"simpleType" : "FailedItemDetails",
"variableSetterType" : "FailedItemDetails"
},
"xmlNameSpaceUri" : null
},
"valueType" : "FailedItemDetails",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : false
},
"marshallingTargetClass" : "Map",
"marshallingType" : "MAP",
"name" : "FailedItems",
"setterDocumentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attribute details that cannot be described. An error code is provided for each failed item.",
"setterMethodName" : "setFailedItems",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "failedItems",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"varargSetterDocumentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attribute 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.",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "failedItems",
"variableType" : "java.util.Map",
"documentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getFailedItems",
"beanStyleSetterMethodName" : "setFailedItems",
"c2jName" : "failedItems",
"c2jShape" : "FailedItems",
"deprecated" : false,
"documentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
",
"enumType" : null,
"fluentGetterMethodName" : "failedItems",
"fluentSetterDocumentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attribute 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.",
"fluentSetterMethodName" : "failedItems",
"getterDocumentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
\n@return Attribute details that cannot be described. An error code is provided for each failed item.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failedItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "failedItems",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "FailedItemDetails",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "\n@param value \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "FailedItemDetails",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Value",
"setterDocumentation" : "\n@param value ",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "FailedItemDetails",
"variableName" : "value",
"variableType" : "FailedItemDetails",
"documentation" : "",
"simpleType" : "FailedItemDetails",
"variableSetterType" : "FailedItemDetails"
},
"simple" : false,
"varargSetterDocumentation" : "\n@param value \n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "FailedItemDetails",
"variableName" : "value",
"variableType" : "FailedItemDetails",
"documentation" : "",
"simpleType" : "FailedItemDetails",
"variableSetterType" : "FailedItemDetails"
},
"xmlNameSpaceUri" : null
},
"valueType" : "FailedItemDetails",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : false
},
"marshallingTargetClass" : "Map",
"marshallingType" : "MAP",
"name" : "FailedItems",
"setterDocumentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attribute details that cannot be described. An error code is provided for each failed item.",
"setterMethodName" : "setFailedItems",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "failedItems",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"varargSetterDocumentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
\n@param failedItems Attribute 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.",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "failedItems",
"variableType" : "java.util.Map",
"documentation" : "Attribute details that cannot be described. An error code is provided for each failed item.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "failedItems" ],
"shapeName" : "AddAttributesToFindingsResponse",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddAttributesToFindingsResponse",
"variableName" : "addAttributesToFindingsResponse",
"variableType" : "AddAttributesToFindingsResponse",
"documentation" : null,
"simpleType" : "AddAttributesToFindingsResponse",
"variableSetterType" : "AddAttributesToFindingsResponse"
},
"wrapper" : false
},
"AgentAlreadyRunningAssessment" : {
"c2jName" : "AgentAlreadyRunningAssessment",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Used in the exception error that is thrown if you start an assessment run for an assessment target that includes an EC2 instance that is already participating in another started assessment run.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAgentId",
"beanStyleSetterMethodName" : "setAgentId",
"c2jName" : "agentId",
"c2jShape" : "AgentId",
"deprecated" : false,
"documentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
",
"enumType" : null,
"fluentGetterMethodName" : "agentId",
"fluentSetterDocumentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
\n@param agentId ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "agentId",
"getterDocumentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
\n@return ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "agentId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "agentId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AgentId",
"setterDocumentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
\n@param agentId ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.",
"setterMethodName" : "setAgentId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "agentId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
\n@param agentId ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "agentId",
"variableType" : "String",
"documentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAssessmentRunArn",
"beanStyleSetterMethodName" : "setAssessmentRunArn",
"c2jName" : "assessmentRunArn",
"c2jShape" : "Arn",
"deprecated" : false,
"documentation" : "The ARN of the assessment run that has already been started.
",
"enumType" : null,
"fluentGetterMethodName" : "assessmentRunArn",
"fluentSetterDocumentation" : "The ARN of the assessment run that has already been started.
\n@param assessmentRunArn The ARN of the assessment run that has already been started.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "assessmentRunArn",
"getterDocumentation" : "The ARN of the assessment run that has already been started.
\n@return The ARN of the assessment run that has already been started.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "assessmentRunArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "assessmentRunArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AssessmentRunArn",
"setterDocumentation" : "The ARN of the assessment run that has already been started.
\n@param assessmentRunArn The ARN of the assessment run that has already been started.",
"setterMethodName" : "setAssessmentRunArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "assessmentRunArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "The ARN of the assessment run that has already been started.
\n@param assessmentRunArn The ARN of the assessment run that has already been started.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "assessmentRunArn",
"variableType" : "String",
"documentation" : "The ARN of the assessment run that has already been started.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AgentId" : {
"beanStyleGetterMethodName" : "getAgentId",
"beanStyleSetterMethodName" : "setAgentId",
"c2jName" : "agentId",
"c2jShape" : "AgentId",
"deprecated" : false,
"documentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
",
"enumType" : null,
"fluentGetterMethodName" : "agentId",
"fluentSetterDocumentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
\n@param agentId ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "agentId",
"getterDocumentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
\n@return ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "agentId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "agentId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AgentId",
"setterDocumentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
\n@param agentId ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.",
"setterMethodName" : "setAgentId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "agentId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
\n@param agentId ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "agentId",
"variableType" : "String",
"documentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"AssessmentRunArn" : {
"beanStyleGetterMethodName" : "getAssessmentRunArn",
"beanStyleSetterMethodName" : "setAssessmentRunArn",
"c2jName" : "assessmentRunArn",
"c2jShape" : "Arn",
"deprecated" : false,
"documentation" : "The ARN of the assessment run that has already been started.
",
"enumType" : null,
"fluentGetterMethodName" : "assessmentRunArn",
"fluentSetterDocumentation" : "The ARN of the assessment run that has already been started.
\n@param assessmentRunArn The ARN of the assessment run that has already been started.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "assessmentRunArn",
"getterDocumentation" : "The ARN of the assessment run that has already been started.
\n@return The ARN of the assessment run that has already been started.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "assessmentRunArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "assessmentRunArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AssessmentRunArn",
"setterDocumentation" : "The ARN of the assessment run that has already been started.
\n@param assessmentRunArn The ARN of the assessment run that has already been started.",
"setterMethodName" : "setAssessmentRunArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "assessmentRunArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "The ARN of the assessment run that has already been started.
\n@param assessmentRunArn The ARN of the assessment run that has already been started.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "assessmentRunArn",
"variableType" : "String",
"documentation" : "The ARN of the assessment run that has already been started.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAgentId",
"beanStyleSetterMethodName" : "setAgentId",
"c2jName" : "agentId",
"c2jShape" : "AgentId",
"deprecated" : false,
"documentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
",
"enumType" : null,
"fluentGetterMethodName" : "agentId",
"fluentSetterDocumentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
\n@param agentId ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "agentId",
"getterDocumentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
\n@return ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "agentId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "agentId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AgentId",
"setterDocumentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
\n@param agentId ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.",
"setterMethodName" : "setAgentId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "agentId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
\n@param agentId ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "agentId",
"variableType" : "String",
"documentation" : "ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAssessmentRunArn",
"beanStyleSetterMethodName" : "setAssessmentRunArn",
"c2jName" : "assessmentRunArn",
"c2jShape" : "Arn",
"deprecated" : false,
"documentation" : "The ARN of the assessment run that has already been started.
",
"enumType" : null,
"fluentGetterMethodName" : "assessmentRunArn",
"fluentSetterDocumentation" : "The ARN of the assessment run that has already been started.
\n@param assessmentRunArn The ARN of the assessment run that has already been started.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "assessmentRunArn",
"getterDocumentation" : "The ARN of the assessment run that has already been started.
\n@return The ARN of the assessment run that has already been started.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "assessmentRunArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "assessmentRunArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AssessmentRunArn",
"setterDocumentation" : "The ARN of the assessment run that has already been started.
\n@param assessmentRunArn The ARN of the assessment run that has already been started.",
"setterMethodName" : "setAssessmentRunArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "assessmentRunArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "The ARN of the assessment run that has already been started.
\n@param assessmentRunArn The ARN of the assessment run that has already been started.\n@return Returns a reference to this object so that method calls can be chained together.",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "assessmentRunArn",
"variableType" : "String",
"documentation" : "The ARN of the assessment run that has already been started.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "agentId", "assessmentRunArn" ],
"shapeName" : "AgentAlreadyRunningAssessment",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AgentAlreadyRunningAssessment",
"variableName" : "agentAlreadyRunningAssessment",
"variableType" : "AgentAlreadyRunningAssessment",
"documentation" : null,
"simpleType" : "AgentAlreadyRunningAssessment",
"variableSetterType" : "AgentAlreadyRunningAssessment"
},
"wrapper" : false
},
"AgentFilter" : {
"c2jName" : "AgentFilter",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains information about an Amazon Inspector agent. This data type is used as a request parameter in the ListAssessmentRunAgents action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAgentHealths",
"beanStyleSetterMethodName" : "setAgentHealths",
"c2jName" : "agentHealths",
"c2jShape" : "AgentHealthList",
"deprecated" : false,
"documentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
",
"enumType" : "AgentHealth",
"fluentGetterMethodName" : "agentHealths",
"fluentSetterDocumentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
\n@param agentHealths The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth",
"fluentSetterMethodName" : "agentHealths",
"getterDocumentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
\n@return The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.\n@see AgentHealth",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "agentHealths",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "agentHealths",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AgentHealth",
"deprecated" : false,
"documentation" : "",
"enumType" : "AgentHealth",
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "\n@return \n@see AgentHealth",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "\n@param member \n@see AgentHealth",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "AgentHealths",
"setterDocumentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
\n@param agentHealths The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.\n@see AgentHealth",
"setterMethodName" : "setAgentHealths",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "agentHealths",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAgentHealths(java.util.Collection)} or {@link #withAgentHealths(java.util.Collection)} if you want to override the existing values.
\n@param agentHealths The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "agentHealths",
"variableType" : "java.util.List",
"documentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAgentHealthCodes",
"beanStyleSetterMethodName" : "setAgentHealthCodes",
"c2jName" : "agentHealthCodes",
"c2jShape" : "AgentHealthCodeList",
"deprecated" : false,
"documentation" : "The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
",
"enumType" : "AgentHealthCode",
"fluentGetterMethodName" : "agentHealthCodes",
"fluentSetterDocumentation" : "The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
\n@param agentHealthCodes The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealthCode",
"fluentSetterMethodName" : "agentHealthCodes",
"getterDocumentation" : "The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
\n@return The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.\n@see AgentHealthCode",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "agentHealthCodes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "agentHealthCodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AgentHealthCode",
"deprecated" : false,
"documentation" : "",
"enumType" : "AgentHealthCode",
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealthCode",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "\n@return \n@see AgentHealthCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "\n@param member \n@see AgentHealthCode",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealthCode",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "AgentHealthCodes",
"setterDocumentation" : "The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
\n@param agentHealthCodes The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.\n@see AgentHealthCode",
"setterMethodName" : "setAgentHealthCodes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "agentHealthCodes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAgentHealthCodes(java.util.Collection)} or {@link #withAgentHealthCodes(java.util.Collection)} if you want to override the existing values.
\n@param agentHealthCodes The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealthCode",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "agentHealthCodes",
"variableType" : "java.util.List",
"documentation" : "The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AgentHealthCodes" : {
"beanStyleGetterMethodName" : "getAgentHealthCodes",
"beanStyleSetterMethodName" : "setAgentHealthCodes",
"c2jName" : "agentHealthCodes",
"c2jShape" : "AgentHealthCodeList",
"deprecated" : false,
"documentation" : "The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
",
"enumType" : "AgentHealthCode",
"fluentGetterMethodName" : "agentHealthCodes",
"fluentSetterDocumentation" : "The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
\n@param agentHealthCodes The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealthCode",
"fluentSetterMethodName" : "agentHealthCodes",
"getterDocumentation" : "The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
\n@return The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.\n@see AgentHealthCode",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "agentHealthCodes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "agentHealthCodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AgentHealthCode",
"deprecated" : false,
"documentation" : "",
"enumType" : "AgentHealthCode",
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealthCode",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "\n@return \n@see AgentHealthCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "\n@param member \n@see AgentHealthCode",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealthCode",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "AgentHealthCodes",
"setterDocumentation" : "The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
\n@param agentHealthCodes The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.\n@see AgentHealthCode",
"setterMethodName" : "setAgentHealthCodes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "agentHealthCodes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAgentHealthCodes(java.util.Collection)} or {@link #withAgentHealthCodes(java.util.Collection)} if you want to override the existing values.
\n@param agentHealthCodes The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealthCode",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "agentHealthCodes",
"variableType" : "java.util.List",
"documentation" : "The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"AgentHealths" : {
"beanStyleGetterMethodName" : "getAgentHealths",
"beanStyleSetterMethodName" : "setAgentHealths",
"c2jName" : "agentHealths",
"c2jShape" : "AgentHealthList",
"deprecated" : false,
"documentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
",
"enumType" : "AgentHealth",
"fluentGetterMethodName" : "agentHealths",
"fluentSetterDocumentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
\n@param agentHealths The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth",
"fluentSetterMethodName" : "agentHealths",
"getterDocumentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
\n@return The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.\n@see AgentHealth",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "agentHealths",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "agentHealths",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AgentHealth",
"deprecated" : false,
"documentation" : "",
"enumType" : "AgentHealth",
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "\n@return \n@see AgentHealth",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "\n@param member \n@see AgentHealth",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "AgentHealths",
"setterDocumentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
\n@param agentHealths The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.\n@see AgentHealth",
"setterMethodName" : "setAgentHealths",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "agentHealths",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAgentHealths(java.util.Collection)} or {@link #withAgentHealths(java.util.Collection)} if you want to override the existing values.
\n@param agentHealths The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "agentHealths",
"variableType" : "java.util.List",
"documentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAgentHealths",
"beanStyleSetterMethodName" : "setAgentHealths",
"c2jName" : "agentHealths",
"c2jShape" : "AgentHealthList",
"deprecated" : false,
"documentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
",
"enumType" : "AgentHealth",
"fluentGetterMethodName" : "agentHealths",
"fluentSetterDocumentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
\n@param agentHealths The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth",
"fluentSetterMethodName" : "agentHealths",
"getterDocumentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
\n@return The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.\n@see AgentHealth",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "agentHealths",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "agentHealths",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AgentHealth",
"deprecated" : false,
"documentation" : "",
"enumType" : "AgentHealth",
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "\n@return \n@see AgentHealth",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "\n@param member \n@see AgentHealth",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentHealth",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "AgentHealths",
"setterDocumentation" : "The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
\n@param agentHealths The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.\n@see AgentHealth",
"setterMethodName" : "setAgentHealths",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "agentHealths",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List