models.xray-2016-04-12-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-xray Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : true
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : true,
"transformDirectory" : "transform",
"useAutoConstructList" : false,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2016-04-12",
"asyncClient" : "AWSXRayAsyncClient",
"asyncClientBuilderClassName" : "AWSXRayAsyncClientBuilder",
"asyncInterface" : "AWSXRayAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : "",
"cucumberModuleInjectorClassName" : "AWSXRayModuleInjector",
"defaultEndpoint" : "xray.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "xray.us-east-1.amazonaws.com",
"defaultRegion" : null,
"documentation" : "AWS X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces.
",
"endpointPrefix" : "xray",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"packageName" : "com.amazonaws.services.xray",
"packagePath" : "com/amazonaws/services/xray",
"protocol" : "rest-json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"protocolFactory" : "com.amazonaws.protocol.json.SdkJsonProtocolFactory",
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"serviceAbbreviation" : null,
"serviceFullName" : "AWS X-Ray",
"serviceName" : "AWS X-Ray",
"signingName" : "xray",
"smokeTestsPackageName" : "com.amazonaws.services.xray.smoketests",
"syncClient" : "AWSXRayClient",
"syncClientBuilderClassName" : "AWSXRayClientBuilder",
"syncInterface" : "AWSXRay",
"uid" : "xray-2016-04-12",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"BatchGetTraces" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "BatchGetTracesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use GetTraceSummaries
to get a list of trace IDs.
",
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request is missing required parameters or has invalid parameters.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottledException",
"documentation" : "The request exceeds the maximum number of requests per second.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchGetTracesRequest",
"variableName" : "batchGetTracesRequest",
"variableType" : "BatchGetTracesRequest",
"documentation" : "",
"simpleType" : "BatchGetTracesRequest",
"variableSetterType" : "BatchGetTracesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "batchGetTraces",
"operationName" : "BatchGetTraces",
"returnType" : {
"returnType" : "BatchGetTracesResult",
"documentation" : null
},
"syncReturnType" : "BatchGetTracesResult"
},
"GetServiceGraph" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetServiceGraphResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the AWS X-Ray SDK. Downstream services can be other applications, AWS resources, HTTP web APIs, or SQL databases.
",
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request is missing required parameters or has invalid parameters.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottledException",
"documentation" : "The request exceeds the maximum number of requests per second.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetServiceGraphRequest",
"variableName" : "getServiceGraphRequest",
"variableType" : "GetServiceGraphRequest",
"documentation" : "",
"simpleType" : "GetServiceGraphRequest",
"variableSetterType" : "GetServiceGraphRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getServiceGraph",
"operationName" : "GetServiceGraph",
"returnType" : {
"returnType" : "GetServiceGraphResult",
"documentation" : null
},
"syncReturnType" : "GetServiceGraphResult"
},
"GetTraceGraph" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetTraceGraphResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a service graph for one or more specific trace IDs.
",
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request is missing required parameters or has invalid parameters.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottledException",
"documentation" : "The request exceeds the maximum number of requests per second.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetTraceGraphRequest",
"variableName" : "getTraceGraphRequest",
"variableType" : "GetTraceGraphRequest",
"documentation" : "",
"simpleType" : "GetTraceGraphRequest",
"variableSetterType" : "GetTraceGraphRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getTraceGraph",
"operationName" : "GetTraceGraph",
"returnType" : {
"returnType" : "GetTraceGraphResult",
"documentation" : null
},
"syncReturnType" : "GetTraceGraphResult"
},
"GetTraceSummaries" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetTraceSummariesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves IDs and metadata for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to BatchGetTraces
.
",
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request is missing required parameters or has invalid parameters.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottledException",
"documentation" : "The request exceeds the maximum number of requests per second.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetTraceSummariesRequest",
"variableName" : "getTraceSummariesRequest",
"variableType" : "GetTraceSummariesRequest",
"documentation" : "",
"simpleType" : "GetTraceSummariesRequest",
"variableSetterType" : "GetTraceSummariesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getTraceSummaries",
"operationName" : "GetTraceSummaries",
"returnType" : {
"returnType" : "GetTraceSummariesResult",
"documentation" : null
},
"syncReturnType" : "GetTraceSummariesResult"
},
"PutTelemetryRecords" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "PutTelemetryRecordsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Used by the AWS X-Ray daemon to upload telemetry.
",
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request is missing required parameters or has invalid parameters.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottledException",
"documentation" : "The request exceeds the maximum number of requests per second.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutTelemetryRecordsRequest",
"variableName" : "putTelemetryRecordsRequest",
"variableType" : "PutTelemetryRecordsRequest",
"documentation" : "",
"simpleType" : "PutTelemetryRecordsRequest",
"variableSetterType" : "PutTelemetryRecordsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "putTelemetryRecords",
"operationName" : "PutTelemetryRecords",
"returnType" : {
"returnType" : "PutTelemetryRecordsResult",
"documentation" : null
},
"syncReturnType" : "PutTelemetryRecordsResult"
},
"PutTraceSegments" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "PutTraceSegmentsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Uploads segment documents to AWS X-Ray. The X-Ray SDK generates segment documents and sends them to the X-Ray daemon, which uploads them in batches. A segment document can be a completed segment, an in-progress segment, or an array of subsegments.
",
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request is missing required parameters or has invalid parameters.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottledException",
"documentation" : "The request exceeds the maximum number of requests per second.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutTraceSegmentsRequest",
"variableName" : "putTraceSegmentsRequest",
"variableType" : "PutTraceSegmentsRequest",
"documentation" : "",
"simpleType" : "PutTraceSegmentsRequest",
"variableSetterType" : "PutTraceSegmentsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "putTraceSegments",
"operationName" : "PutTraceSegments",
"returnType" : {
"returnType" : "PutTraceSegmentsResult",
"documentation" : null
},
"syncReturnType" : "PutTraceSegmentsResult"
}
},
"shapes" : {
"Alias" : {
"c2jName" : "Alias",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An alias for an edge.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The canonical name of the alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The canonical name of the alias.
\n@param name The canonical name of the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**The canonical name of the alias.
\n@return The canonical name of the alias.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**The canonical name of the alias.
\n@param name The canonical name of the alias.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The canonical name of the alias.
\n@param name The canonical name of the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The canonical name of the alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Names",
"c2jShape" : "AliasNames",
"deprecated" : false,
"documentation" : "A list of names for the alias, including the canonical name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of names for the alias, including the canonical name.
\n@param names A list of names for the alias, including the canonical name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNames",
"getterDocumentation" : "/**A list of names for the alias, including the canonical name.
\n@return A list of names for the alias, including the canonical name.*/",
"getterMethodName" : "getNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Names",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Names",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"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,
"name" : "Names",
"setterDocumentation" : "/**A list of names for the alias, including the canonical name.
\n@param names A list of names for the alias, including the canonical name.*/",
"setterMethodName" : "setNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "names",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of names for the alias, including the canonical name.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNames(java.util.Collection)} or {@link #withNames(java.util.Collection)} if you want to override the existing values.
\n@param names A list of names for the alias, including the canonical name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "names",
"variableType" : "java.util.List",
"documentation" : "A list of names for the alias, including the canonical name.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Type",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The type of the alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The type of the alias.
\n@param type The type of the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withType",
"getterDocumentation" : "/**The type of the alias.
\n@return The type of the alias.*/",
"getterMethodName" : "getType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"setterDocumentation" : "/**The type of the alias.
\n@param type The type of the alias.*/",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of the alias.
\n@param type The type of the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of the alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "Name",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The canonical name of the alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The canonical name of the alias.
\n@param name The canonical name of the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**The canonical name of the alias.
\n@return The canonical name of the alias.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**The canonical name of the alias.
\n@param name The canonical name of the alias.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The canonical name of the alias.
\n@param name The canonical name of the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The canonical name of the alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Names" : {
"c2jName" : "Names",
"c2jShape" : "AliasNames",
"deprecated" : false,
"documentation" : "A list of names for the alias, including the canonical name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of names for the alias, including the canonical name.
\n@param names A list of names for the alias, including the canonical name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNames",
"getterDocumentation" : "/**A list of names for the alias, including the canonical name.
\n@return A list of names for the alias, including the canonical name.*/",
"getterMethodName" : "getNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Names",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Names",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"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,
"name" : "Names",
"setterDocumentation" : "/**A list of names for the alias, including the canonical name.
\n@param names A list of names for the alias, including the canonical name.*/",
"setterMethodName" : "setNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "names",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of names for the alias, including the canonical name.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNames(java.util.Collection)} or {@link #withNames(java.util.Collection)} if you want to override the existing values.
\n@param names A list of names for the alias, including the canonical name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "names",
"variableType" : "java.util.List",
"documentation" : "A list of names for the alias, including the canonical name.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Type" : {
"c2jName" : "Type",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The type of the alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The type of the alias.
\n@param type The type of the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withType",
"getterDocumentation" : "/**The type of the alias.
\n@return The type of the alias.*/",
"getterMethodName" : "getType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"setterDocumentation" : "/**The type of the alias.
\n@param type The type of the alias.*/",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of the alias.
\n@param type The type of the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of the alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Alias",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Alias",
"variableName" : "alias",
"variableType" : "Alias",
"documentation" : null,
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"wrapper" : false
},
"AnnotationValue" : {
"c2jName" : "AnnotationValue",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Value of a segment annotation. Has one of three value types: Number, Boolean or String.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "NumberValue",
"c2jShape" : "NullableDouble",
"deprecated" : false,
"documentation" : "Value for a Number annotation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Value for a Number annotation.
\n@param numberValue Value for a Number annotation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNumberValue",
"getterDocumentation" : "/**Value for a Number annotation.
\n@return Value for a Number annotation.*/",
"getterMethodName" : "getNumberValue",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NumberValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NumberValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NumberValue",
"setterDocumentation" : "/**Value for a Number annotation.
\n@param numberValue Value for a Number annotation.*/",
"setterMethodName" : "setNumberValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "numberValue",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"varargSetterDocumentation" : "/**Value for a Number annotation.
\n@param numberValue Value for a Number annotation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "numberValue",
"variableType" : "Double",
"documentation" : "Value for a Number annotation.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "BooleanValue",
"c2jShape" : "NullableBoolean",
"deprecated" : false,
"documentation" : "Value for a Boolean annotation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Value for a Boolean annotation.
\n@param booleanValue Value for a Boolean annotation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withBooleanValue",
"getterDocumentation" : "/**Value for a Boolean annotation.
\n@return Value for a Boolean annotation.*/",
"getterMethodName" : "getBooleanValue",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BooleanValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BooleanValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BooleanValue",
"setterDocumentation" : "/**Value for a Boolean annotation.
\n@param booleanValue Value for a Boolean annotation.*/",
"setterMethodName" : "setBooleanValue",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "booleanValue",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Value for a Boolean annotation.
\n@param booleanValue Value for a Boolean annotation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "booleanValue",
"variableType" : "Boolean",
"documentation" : "Value for a Boolean annotation.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "StringValue",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Value for a String annotation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Value for a String annotation.
\n@param stringValue Value for a String annotation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStringValue",
"getterDocumentation" : "/**Value for a String annotation.
\n@return Value for a String annotation.*/",
"getterMethodName" : "getStringValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StringValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StringValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StringValue",
"setterDocumentation" : "/**Value for a String annotation.
\n@param stringValue Value for a String annotation.*/",
"setterMethodName" : "setStringValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stringValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Value for a String annotation.
\n@param stringValue Value for a String annotation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stringValue",
"variableType" : "String",
"documentation" : "Value for a String annotation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BooleanValue" : {
"c2jName" : "BooleanValue",
"c2jShape" : "NullableBoolean",
"deprecated" : false,
"documentation" : "Value for a Boolean annotation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Value for a Boolean annotation.
\n@param booleanValue Value for a Boolean annotation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withBooleanValue",
"getterDocumentation" : "/**Value for a Boolean annotation.
\n@return Value for a Boolean annotation.*/",
"getterMethodName" : "getBooleanValue",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BooleanValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BooleanValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BooleanValue",
"setterDocumentation" : "/**Value for a Boolean annotation.
\n@param booleanValue Value for a Boolean annotation.*/",
"setterMethodName" : "setBooleanValue",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "booleanValue",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Value for a Boolean annotation.
\n@param booleanValue Value for a Boolean annotation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "booleanValue",
"variableType" : "Boolean",
"documentation" : "Value for a Boolean annotation.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"NumberValue" : {
"c2jName" : "NumberValue",
"c2jShape" : "NullableDouble",
"deprecated" : false,
"documentation" : "Value for a Number annotation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Value for a Number annotation.
\n@param numberValue Value for a Number annotation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNumberValue",
"getterDocumentation" : "/**Value for a Number annotation.
\n@return Value for a Number annotation.*/",
"getterMethodName" : "getNumberValue",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NumberValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NumberValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NumberValue",
"setterDocumentation" : "/**Value for a Number annotation.
\n@param numberValue Value for a Number annotation.*/",
"setterMethodName" : "setNumberValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "numberValue",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"varargSetterDocumentation" : "/**Value for a Number annotation.
\n@param numberValue Value for a Number annotation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "numberValue",
"variableType" : "Double",
"documentation" : "Value for a Number annotation.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
},
"StringValue" : {
"c2jName" : "StringValue",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Value for a String annotation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Value for a String annotation.
\n@param stringValue Value for a String annotation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStringValue",
"getterDocumentation" : "/**Value for a String annotation.
\n@return Value for a String annotation.*/",
"getterMethodName" : "getStringValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StringValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StringValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StringValue",
"setterDocumentation" : "/**Value for a String annotation.
\n@param stringValue Value for a String annotation.*/",
"setterMethodName" : "setStringValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stringValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Value for a String annotation.
\n@param stringValue Value for a String annotation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stringValue",
"variableType" : "String",
"documentation" : "Value for a String annotation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AnnotationValue",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnnotationValue",
"variableName" : "annotationValue",
"variableType" : "AnnotationValue",
"documentation" : null,
"simpleType" : "AnnotationValue",
"variableSetterType" : "AnnotationValue"
},
"wrapper" : false
},
"BackendConnectionErrors" : {
"c2jName" : "BackendConnectionErrors",
"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" : [ {
"c2jName" : "TimeoutCount",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param timeoutCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTimeoutCount",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getTimeoutCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TimeoutCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimeoutCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeoutCount",
"setterDocumentation" : "/**\n@param timeoutCount */",
"setterMethodName" : "setTimeoutCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "timeoutCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param timeoutCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "timeoutCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ConnectionRefusedCount",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param connectionRefusedCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConnectionRefusedCount",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getConnectionRefusedCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ConnectionRefusedCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConnectionRefusedCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ConnectionRefusedCount",
"setterDocumentation" : "/**\n@param connectionRefusedCount */",
"setterMethodName" : "setConnectionRefusedCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "connectionRefusedCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param connectionRefusedCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "connectionRefusedCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "HTTPCode4XXCount",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param hTTPCode4XXCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHTTPCode4XXCount",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getHTTPCode4XXCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HTTPCode4XXCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HTTPCode4XXCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HTTPCode4XXCount",
"setterDocumentation" : "/**\n@param hTTPCode4XXCount */",
"setterMethodName" : "setHTTPCode4XXCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "hTTPCode4XXCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param hTTPCode4XXCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "hTTPCode4XXCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "HTTPCode5XXCount",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param hTTPCode5XXCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHTTPCode5XXCount",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getHTTPCode5XXCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HTTPCode5XXCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HTTPCode5XXCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HTTPCode5XXCount",
"setterDocumentation" : "/**\n@param hTTPCode5XXCount */",
"setterMethodName" : "setHTTPCode5XXCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "hTTPCode5XXCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param hTTPCode5XXCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "hTTPCode5XXCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "UnknownHostCount",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param unknownHostCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withUnknownHostCount",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getUnknownHostCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "UnknownHostCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UnknownHostCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "UnknownHostCount",
"setterDocumentation" : "/**\n@param unknownHostCount */",
"setterMethodName" : "setUnknownHostCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "unknownHostCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param unknownHostCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "unknownHostCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "OtherCount",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param otherCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOtherCount",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getOtherCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OtherCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OtherCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OtherCount",
"setterDocumentation" : "/**\n@param otherCount */",
"setterMethodName" : "setOtherCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "otherCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param otherCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "otherCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConnectionRefusedCount" : {
"c2jName" : "ConnectionRefusedCount",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param connectionRefusedCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConnectionRefusedCount",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getConnectionRefusedCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ConnectionRefusedCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConnectionRefusedCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ConnectionRefusedCount",
"setterDocumentation" : "/**\n@param connectionRefusedCount */",
"setterMethodName" : "setConnectionRefusedCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "connectionRefusedCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param connectionRefusedCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "connectionRefusedCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"HTTPCode4XXCount" : {
"c2jName" : "HTTPCode4XXCount",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param hTTPCode4XXCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHTTPCode4XXCount",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getHTTPCode4XXCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HTTPCode4XXCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HTTPCode4XXCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HTTPCode4XXCount",
"setterDocumentation" : "/**\n@param hTTPCode4XXCount */",
"setterMethodName" : "setHTTPCode4XXCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "hTTPCode4XXCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param hTTPCode4XXCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "hTTPCode4XXCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"HTTPCode5XXCount" : {
"c2jName" : "HTTPCode5XXCount",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param hTTPCode5XXCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHTTPCode5XXCount",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getHTTPCode5XXCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HTTPCode5XXCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HTTPCode5XXCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HTTPCode5XXCount",
"setterDocumentation" : "/**\n@param hTTPCode5XXCount */",
"setterMethodName" : "setHTTPCode5XXCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "hTTPCode5XXCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param hTTPCode5XXCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "hTTPCode5XXCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"OtherCount" : {
"c2jName" : "OtherCount",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param otherCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOtherCount",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getOtherCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OtherCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OtherCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OtherCount",
"setterDocumentation" : "/**\n@param otherCount */",
"setterMethodName" : "setOtherCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "otherCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param otherCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "otherCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"TimeoutCount" : {
"c2jName" : "TimeoutCount",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param timeoutCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTimeoutCount",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getTimeoutCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TimeoutCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimeoutCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeoutCount",
"setterDocumentation" : "/**\n@param timeoutCount */",
"setterMethodName" : "setTimeoutCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "timeoutCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param timeoutCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "timeoutCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"UnknownHostCount" : {
"c2jName" : "UnknownHostCount",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param unknownHostCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withUnknownHostCount",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getUnknownHostCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "UnknownHostCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UnknownHostCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "UnknownHostCount",
"setterDocumentation" : "/**\n@param unknownHostCount */",
"setterMethodName" : "setUnknownHostCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "unknownHostCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param unknownHostCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "unknownHostCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BackendConnectionErrors",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BackendConnectionErrors",
"variableName" : "backendConnectionErrors",
"variableType" : "BackendConnectionErrors",
"documentation" : null,
"simpleType" : "BackendConnectionErrors",
"variableSetterType" : "BackendConnectionErrors"
},
"wrapper" : false
},
"BatchGetTracesRequest" : {
"c2jName" : "BatchGetTracesRequest",
"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" : "BatchGetTraces",
"locationName" : null,
"requestUri" : "/Traces",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "TraceIds",
"c2jShape" : "TraceIdList",
"deprecated" : false,
"documentation" : "Specify the trace IDs of requests for which to retrieve segments.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specify the trace IDs of requests for which to retrieve segments.
\n@param traceIds Specify the trace IDs of requests for which to retrieve segments.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTraceIds",
"getterDocumentation" : "/**Specify the trace IDs of requests for which to retrieve segments.
\n@return Specify the trace IDs of requests for which to retrieve segments.*/",
"getterMethodName" : "getTraceIds",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TraceIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TraceIds",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TraceId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"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,
"name" : "TraceIds",
"setterDocumentation" : "/**Specify the trace IDs of requests for which to retrieve segments.
\n@param traceIds Specify the trace IDs of requests for which to retrieve segments.*/",
"setterMethodName" : "setTraceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traceIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Specify the trace IDs of requests for which to retrieve segments.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTraceIds(java.util.Collection)} or {@link #withTraceIds(java.util.Collection)} if you want to override the existing values.
\n@param traceIds Specify the trace IDs of requests for which to retrieve segments.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traceIds",
"variableType" : "java.util.List",
"documentation" : "Specify the trace IDs of requests for which to retrieve segments.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Pagination token. Not used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Pagination token. Not used.
\n@return Pagination token. Not used.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Pagination token. Not used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Pagination token. Not used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Pagination token. Not used.
\n@return Pagination token. Not used.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Pagination token. Not used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TraceIds" : {
"c2jName" : "TraceIds",
"c2jShape" : "TraceIdList",
"deprecated" : false,
"documentation" : "Specify the trace IDs of requests for which to retrieve segments.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specify the trace IDs of requests for which to retrieve segments.
\n@param traceIds Specify the trace IDs of requests for which to retrieve segments.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTraceIds",
"getterDocumentation" : "/**Specify the trace IDs of requests for which to retrieve segments.
\n@return Specify the trace IDs of requests for which to retrieve segments.*/",
"getterMethodName" : "getTraceIds",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TraceIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TraceIds",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TraceId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"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,
"name" : "TraceIds",
"setterDocumentation" : "/**Specify the trace IDs of requests for which to retrieve segments.
\n@param traceIds Specify the trace IDs of requests for which to retrieve segments.*/",
"setterMethodName" : "setTraceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traceIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Specify the trace IDs of requests for which to retrieve segments.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTraceIds(java.util.Collection)} or {@link #withTraceIds(java.util.Collection)} if you want to override the existing values.
\n@param traceIds Specify the trace IDs of requests for which to retrieve segments.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traceIds",
"variableType" : "java.util.List",
"documentation" : "Specify the trace IDs of requests for which to retrieve segments.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "TraceIds" ],
"shapeName" : "BatchGetTracesRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BatchGetTracesRequest",
"variableName" : "batchGetTracesRequest",
"variableType" : "BatchGetTracesRequest",
"documentation" : null,
"simpleType" : "BatchGetTracesRequest",
"variableSetterType" : "BatchGetTracesRequest"
},
"wrapper" : false
},
"BatchGetTracesResult" : {
"c2jName" : "BatchGetTracesResult",
"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" : [ {
"c2jName" : "Traces",
"c2jShape" : "TraceList",
"deprecated" : false,
"documentation" : "Full traces for the specified requests.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Full traces for the specified requests.
\n@param traces Full traces for the specified requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTraces",
"getterDocumentation" : "/**Full traces for the specified requests.
\n@return Full traces for the specified requests.*/",
"getterMethodName" : "getTraces",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Traces",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Traces",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Trace",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "Trace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Trace",
"variableName" : "member",
"variableType" : "Trace",
"documentation" : "",
"simpleType" : "Trace",
"variableSetterType" : "Trace"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Trace",
"variableName" : "member",
"variableType" : "Trace",
"documentation" : "",
"simpleType" : "Trace",
"variableSetterType" : "Trace"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Trace",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Trace",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Traces",
"setterDocumentation" : "/**Full traces for the specified requests.
\n@param traces Full traces for the specified requests.*/",
"setterMethodName" : "setTraces",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traces",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Full traces for the specified requests.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTraces(java.util.Collection)} or {@link #withTraces(java.util.Collection)} if you want to override the existing values.
\n@param traces Full traces for the specified requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traces",
"variableType" : "java.util.List",
"documentation" : "Full traces for the specified requests.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "UnprocessedTraceIds",
"c2jShape" : "UnprocessedTraceIdList",
"deprecated" : false,
"documentation" : "Trace IDs of requests that haven't been processed.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Trace IDs of requests that haven't been processed.
\n@param unprocessedTraceIds Trace IDs of requests that haven't been processed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withUnprocessedTraceIds",
"getterDocumentation" : "/**Trace IDs of requests that haven't been processed.
\n@return Trace IDs of requests that haven't been processed.*/",
"getterMethodName" : "getUnprocessedTraceIds",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "UnprocessedTraceIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UnprocessedTraceIds",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TraceId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"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,
"name" : "UnprocessedTraceIds",
"setterDocumentation" : "/**Trace IDs of requests that haven't been processed.
\n@param unprocessedTraceIds Trace IDs of requests that haven't been processed.*/",
"setterMethodName" : "setUnprocessedTraceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "unprocessedTraceIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Trace IDs of requests that haven't been processed.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUnprocessedTraceIds(java.util.Collection)} or {@link #withUnprocessedTraceIds(java.util.Collection)} if you want to override the existing values.
\n@param unprocessedTraceIds Trace IDs of requests that haven't been processed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "unprocessedTraceIds",
"variableType" : "java.util.List",
"documentation" : "Trace IDs of requests that haven't been processed.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Pagination token. Not used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Pagination token. Not used.
\n@return Pagination token. Not used.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Pagination token. Not used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Pagination token. Not used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Pagination token. Not used.
\n@return Pagination token. Not used.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Pagination token. Not used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Traces" : {
"c2jName" : "Traces",
"c2jShape" : "TraceList",
"deprecated" : false,
"documentation" : "Full traces for the specified requests.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Full traces for the specified requests.
\n@param traces Full traces for the specified requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTraces",
"getterDocumentation" : "/**Full traces for the specified requests.
\n@return Full traces for the specified requests.*/",
"getterMethodName" : "getTraces",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Traces",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Traces",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Trace",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "Trace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Trace",
"variableName" : "member",
"variableType" : "Trace",
"documentation" : "",
"simpleType" : "Trace",
"variableSetterType" : "Trace"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Trace",
"variableName" : "member",
"variableType" : "Trace",
"documentation" : "",
"simpleType" : "Trace",
"variableSetterType" : "Trace"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Trace",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Trace",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Traces",
"setterDocumentation" : "/**Full traces for the specified requests.
\n@param traces Full traces for the specified requests.*/",
"setterMethodName" : "setTraces",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traces",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Full traces for the specified requests.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTraces(java.util.Collection)} or {@link #withTraces(java.util.Collection)} if you want to override the existing values.
\n@param traces Full traces for the specified requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traces",
"variableType" : "java.util.List",
"documentation" : "Full traces for the specified requests.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"UnprocessedTraceIds" : {
"c2jName" : "UnprocessedTraceIds",
"c2jShape" : "UnprocessedTraceIdList",
"deprecated" : false,
"documentation" : "Trace IDs of requests that haven't been processed.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Trace IDs of requests that haven't been processed.
\n@param unprocessedTraceIds Trace IDs of requests that haven't been processed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withUnprocessedTraceIds",
"getterDocumentation" : "/**Trace IDs of requests that haven't been processed.
\n@return Trace IDs of requests that haven't been processed.*/",
"getterMethodName" : "getUnprocessedTraceIds",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "UnprocessedTraceIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UnprocessedTraceIds",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TraceId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"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,
"name" : "UnprocessedTraceIds",
"setterDocumentation" : "/**Trace IDs of requests that haven't been processed.
\n@param unprocessedTraceIds Trace IDs of requests that haven't been processed.*/",
"setterMethodName" : "setUnprocessedTraceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "unprocessedTraceIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Trace IDs of requests that haven't been processed.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUnprocessedTraceIds(java.util.Collection)} or {@link #withUnprocessedTraceIds(java.util.Collection)} if you want to override the existing values.
\n@param unprocessedTraceIds Trace IDs of requests that haven't been processed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "unprocessedTraceIds",
"variableType" : "java.util.List",
"documentation" : "Trace IDs of requests that haven't been processed.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BatchGetTracesResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchGetTracesResult",
"variableName" : "batchGetTracesResult",
"variableType" : "BatchGetTracesResult",
"documentation" : null,
"simpleType" : "BatchGetTracesResult",
"variableSetterType" : "BatchGetTracesResult"
},
"wrapper" : false
},
"Edge" : {
"c2jName" : "Edge",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about a connection between two services.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ReferenceId",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "Identifier of the edge. Unique within a service map.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Identifier of the edge. Unique within a service map.
\n@param referenceId Identifier of the edge. Unique within a service map.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceId",
"getterDocumentation" : "/**Identifier of the edge. Unique within a service map.
\n@return Identifier of the edge. Unique within a service map.*/",
"getterMethodName" : "getReferenceId",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceId",
"setterDocumentation" : "/**Identifier of the edge. Unique within a service map.
\n@param referenceId Identifier of the edge. Unique within a service map.*/",
"setterMethodName" : "setReferenceId",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "referenceId",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**Identifier of the edge. Unique within a service map.
\n@param referenceId Identifier of the edge. Unique within a service map.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "referenceId",
"variableType" : "Integer",
"documentation" : "Identifier of the edge. Unique within a service map.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "StartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The start time of the first segment on the edge.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The start time of the first segment on the edge.
\n@param startTime The start time of the first segment on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStartTime",
"getterDocumentation" : "/**The start time of the first segment on the edge.
\n@return The start time of the first segment on the edge.*/",
"getterMethodName" : "getStartTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartTime",
"setterDocumentation" : "/**The start time of the first segment on the edge.
\n@param startTime The start time of the first segment on the edge.*/",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The start time of the first segment on the edge.
\n@param startTime The start time of the first segment on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "The start time of the first segment on the edge.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EndTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The end time of the last segment on the edge.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The end time of the last segment on the edge.
\n@param endTime The end time of the last segment on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEndTime",
"getterDocumentation" : "/**The end time of the last segment on the edge.
\n@return The end time of the last segment on the edge.*/",
"getterMethodName" : "getEndTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndTime",
"setterDocumentation" : "/**The end time of the last segment on the edge.
\n@param endTime The end time of the last segment on the edge.*/",
"setterMethodName" : "setEndTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The end time of the last segment on the edge.
\n@param endTime The end time of the last segment on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "The end time of the last segment on the edge.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SummaryStatistics",
"c2jShape" : "EdgeStatistics",
"deprecated" : false,
"documentation" : "Response statistics for segments on the edge.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Response statistics for segments on the edge.
\n@param summaryStatistics Response statistics for segments on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSummaryStatistics",
"getterDocumentation" : "/**Response statistics for segments on the edge.
\n@return Response statistics for segments on the edge.*/",
"getterMethodName" : "getSummaryStatistics",
"getterModel" : {
"returnType" : "EdgeStatistics",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SummaryStatistics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SummaryStatistics",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SummaryStatistics",
"setterDocumentation" : "/**Response statistics for segments on the edge.
\n@param summaryStatistics Response statistics for segments on the edge.*/",
"setterMethodName" : "setSummaryStatistics",
"setterModel" : {
"variableDeclarationType" : "EdgeStatistics",
"variableName" : "summaryStatistics",
"variableType" : "EdgeStatistics",
"documentation" : "",
"simpleType" : "EdgeStatistics",
"variableSetterType" : "EdgeStatistics"
},
"simple" : false,
"varargSetterDocumentation" : "/**Response statistics for segments on the edge.
\n@param summaryStatistics Response statistics for segments on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "EdgeStatistics",
"variableName" : "summaryStatistics",
"variableType" : "EdgeStatistics",
"documentation" : "Response statistics for segments on the edge.
",
"simpleType" : "EdgeStatistics",
"variableSetterType" : "EdgeStatistics"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ResponseTimeHistogram",
"c2jShape" : "Histogram",
"deprecated" : false,
"documentation" : "Histogram describing the prominence of response times on the edge.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Histogram describing the prominence of response times on the edge.
\n@param responseTimeHistogram Histogram describing the prominence of response times on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResponseTimeHistogram",
"getterDocumentation" : "/**Histogram describing the prominence of response times on the edge.
\n@return Histogram describing the prominence of response times on the edge.*/",
"getterMethodName" : "getResponseTimeHistogram",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResponseTimeHistogram",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResponseTimeHistogram",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "HistogramEntry",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "HistogramEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "HistogramEntry",
"variableName" : "member",
"variableType" : "HistogramEntry",
"documentation" : "",
"simpleType" : "HistogramEntry",
"variableSetterType" : "HistogramEntry"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HistogramEntry",
"variableName" : "member",
"variableType" : "HistogramEntry",
"documentation" : "",
"simpleType" : "HistogramEntry",
"variableSetterType" : "HistogramEntry"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "HistogramEntry",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "HistogramEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ResponseTimeHistogram",
"setterDocumentation" : "/**Histogram describing the prominence of response times on the edge.
\n@param responseTimeHistogram Histogram describing the prominence of response times on the edge.*/",
"setterMethodName" : "setResponseTimeHistogram",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "responseTimeHistogram",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Histogram describing the prominence of response times on the edge.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResponseTimeHistogram(java.util.Collection)} or {@link #withResponseTimeHistogram(java.util.Collection)} if you want to override the existing values.
\n@param responseTimeHistogram Histogram describing the prominence of response times on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "responseTimeHistogram",
"variableType" : "java.util.List",
"documentation" : "Histogram describing the prominence of response times on the edge.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Aliases",
"c2jShape" : "AliasList",
"deprecated" : false,
"documentation" : "Aliases for the edge.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Aliases for the edge.
\n@param aliases Aliases for the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAliases",
"getterDocumentation" : "/**Aliases for the edge.
\n@return Aliases for the edge.*/",
"getterMethodName" : "getAliases",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Aliases",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Aliases",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Alias",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "Alias",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Alias",
"variableName" : "member",
"variableType" : "Alias",
"documentation" : "",
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Alias",
"variableName" : "member",
"variableType" : "Alias",
"documentation" : "",
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Alias",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Alias",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Aliases",
"setterDocumentation" : "/**Aliases for the edge.
\n@param aliases Aliases for the edge.*/",
"setterMethodName" : "setAliases",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "aliases",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Aliases for the edge.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAliases(java.util.Collection)} or {@link #withAliases(java.util.Collection)} if you want to override the existing values.
\n@param aliases Aliases for the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "aliases",
"variableType" : "java.util.List",
"documentation" : "Aliases for the edge.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Aliases" : {
"c2jName" : "Aliases",
"c2jShape" : "AliasList",
"deprecated" : false,
"documentation" : "Aliases for the edge.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Aliases for the edge.
\n@param aliases Aliases for the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAliases",
"getterDocumentation" : "/**Aliases for the edge.
\n@return Aliases for the edge.*/",
"getterMethodName" : "getAliases",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Aliases",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Aliases",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Alias",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "Alias",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Alias",
"variableName" : "member",
"variableType" : "Alias",
"documentation" : "",
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Alias",
"variableName" : "member",
"variableType" : "Alias",
"documentation" : "",
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Alias",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Alias",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Aliases",
"setterDocumentation" : "/**Aliases for the edge.
\n@param aliases Aliases for the edge.*/",
"setterMethodName" : "setAliases",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "aliases",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Aliases for the edge.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAliases(java.util.Collection)} or {@link #withAliases(java.util.Collection)} if you want to override the existing values.
\n@param aliases Aliases for the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "aliases",
"variableType" : "java.util.List",
"documentation" : "Aliases for the edge.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"EndTime" : {
"c2jName" : "EndTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The end time of the last segment on the edge.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The end time of the last segment on the edge.
\n@param endTime The end time of the last segment on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEndTime",
"getterDocumentation" : "/**The end time of the last segment on the edge.
\n@return The end time of the last segment on the edge.*/",
"getterMethodName" : "getEndTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndTime",
"setterDocumentation" : "/**The end time of the last segment on the edge.
\n@param endTime The end time of the last segment on the edge.*/",
"setterMethodName" : "setEndTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The end time of the last segment on the edge.
\n@param endTime The end time of the last segment on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "The end time of the last segment on the edge.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"ReferenceId" : {
"c2jName" : "ReferenceId",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "Identifier of the edge. Unique within a service map.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Identifier of the edge. Unique within a service map.
\n@param referenceId Identifier of the edge. Unique within a service map.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceId",
"getterDocumentation" : "/**Identifier of the edge. Unique within a service map.
\n@return Identifier of the edge. Unique within a service map.*/",
"getterMethodName" : "getReferenceId",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceId",
"setterDocumentation" : "/**Identifier of the edge. Unique within a service map.
\n@param referenceId Identifier of the edge. Unique within a service map.*/",
"setterMethodName" : "setReferenceId",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "referenceId",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**Identifier of the edge. Unique within a service map.
\n@param referenceId Identifier of the edge. Unique within a service map.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "referenceId",
"variableType" : "Integer",
"documentation" : "Identifier of the edge. Unique within a service map.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"ResponseTimeHistogram" : {
"c2jName" : "ResponseTimeHistogram",
"c2jShape" : "Histogram",
"deprecated" : false,
"documentation" : "Histogram describing the prominence of response times on the edge.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Histogram describing the prominence of response times on the edge.
\n@param responseTimeHistogram Histogram describing the prominence of response times on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResponseTimeHistogram",
"getterDocumentation" : "/**Histogram describing the prominence of response times on the edge.
\n@return Histogram describing the prominence of response times on the edge.*/",
"getterMethodName" : "getResponseTimeHistogram",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResponseTimeHistogram",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResponseTimeHistogram",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "HistogramEntry",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "HistogramEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "HistogramEntry",
"variableName" : "member",
"variableType" : "HistogramEntry",
"documentation" : "",
"simpleType" : "HistogramEntry",
"variableSetterType" : "HistogramEntry"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HistogramEntry",
"variableName" : "member",
"variableType" : "HistogramEntry",
"documentation" : "",
"simpleType" : "HistogramEntry",
"variableSetterType" : "HistogramEntry"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "HistogramEntry",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "HistogramEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ResponseTimeHistogram",
"setterDocumentation" : "/**Histogram describing the prominence of response times on the edge.
\n@param responseTimeHistogram Histogram describing the prominence of response times on the edge.*/",
"setterMethodName" : "setResponseTimeHistogram",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "responseTimeHistogram",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Histogram describing the prominence of response times on the edge.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResponseTimeHistogram(java.util.Collection)} or {@link #withResponseTimeHistogram(java.util.Collection)} if you want to override the existing values.
\n@param responseTimeHistogram Histogram describing the prominence of response times on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "responseTimeHistogram",
"variableType" : "java.util.List",
"documentation" : "Histogram describing the prominence of response times on the edge.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"StartTime" : {
"c2jName" : "StartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The start time of the first segment on the edge.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The start time of the first segment on the edge.
\n@param startTime The start time of the first segment on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStartTime",
"getterDocumentation" : "/**The start time of the first segment on the edge.
\n@return The start time of the first segment on the edge.*/",
"getterMethodName" : "getStartTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartTime",
"setterDocumentation" : "/**The start time of the first segment on the edge.
\n@param startTime The start time of the first segment on the edge.*/",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The start time of the first segment on the edge.
\n@param startTime The start time of the first segment on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "The start time of the first segment on the edge.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"SummaryStatistics" : {
"c2jName" : "SummaryStatistics",
"c2jShape" : "EdgeStatistics",
"deprecated" : false,
"documentation" : "Response statistics for segments on the edge.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Response statistics for segments on the edge.
\n@param summaryStatistics Response statistics for segments on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSummaryStatistics",
"getterDocumentation" : "/**Response statistics for segments on the edge.
\n@return Response statistics for segments on the edge.*/",
"getterMethodName" : "getSummaryStatistics",
"getterModel" : {
"returnType" : "EdgeStatistics",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SummaryStatistics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SummaryStatistics",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SummaryStatistics",
"setterDocumentation" : "/**Response statistics for segments on the edge.
\n@param summaryStatistics Response statistics for segments on the edge.*/",
"setterMethodName" : "setSummaryStatistics",
"setterModel" : {
"variableDeclarationType" : "EdgeStatistics",
"variableName" : "summaryStatistics",
"variableType" : "EdgeStatistics",
"documentation" : "",
"simpleType" : "EdgeStatistics",
"variableSetterType" : "EdgeStatistics"
},
"simple" : false,
"varargSetterDocumentation" : "/**Response statistics for segments on the edge.
\n@param summaryStatistics Response statistics for segments on the edge.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "EdgeStatistics",
"variableName" : "summaryStatistics",
"variableType" : "EdgeStatistics",
"documentation" : "Response statistics for segments on the edge.
",
"simpleType" : "EdgeStatistics",
"variableSetterType" : "EdgeStatistics"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Edge",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Edge",
"variableName" : "edge",
"variableType" : "Edge",
"documentation" : null,
"simpleType" : "Edge",
"variableSetterType" : "Edge"
},
"wrapper" : false
},
"EdgeStatistics" : {
"c2jName" : "EdgeStatistics",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Response statistics for an edge.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OkCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The number of requests that completed with a 2xx Success status code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of requests that completed with a 2xx Success status code.
\n@param okCount The number of requests that completed with a 2xx Success status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOkCount",
"getterDocumentation" : "/**The number of requests that completed with a 2xx Success status code.
\n@return The number of requests that completed with a 2xx Success status code.*/",
"getterMethodName" : "getOkCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OkCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OkCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OkCount",
"setterDocumentation" : "/**The number of requests that completed with a 2xx Success status code.
\n@param okCount The number of requests that completed with a 2xx Success status code.*/",
"setterMethodName" : "setOkCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "okCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of requests that completed with a 2xx Success status code.
\n@param okCount The number of requests that completed with a 2xx Success status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "okCount",
"variableType" : "Long",
"documentation" : "The number of requests that completed with a 2xx Success status code.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ErrorStatistics",
"c2jShape" : "ErrorStatistics",
"deprecated" : false,
"documentation" : "Information about requests that failed with a 4xx Client Error status code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Information about requests that failed with a 4xx Client Error status code.
\n@param errorStatistics Information about requests that failed with a 4xx Client Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withErrorStatistics",
"getterDocumentation" : "/**Information about requests that failed with a 4xx Client Error status code.
\n@return Information about requests that failed with a 4xx Client Error status code.*/",
"getterMethodName" : "getErrorStatistics",
"getterModel" : {
"returnType" : "ErrorStatistics",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ErrorStatistics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ErrorStatistics",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ErrorStatistics",
"setterDocumentation" : "/**Information about requests that failed with a 4xx Client Error status code.
\n@param errorStatistics Information about requests that failed with a 4xx Client Error status code.*/",
"setterMethodName" : "setErrorStatistics",
"setterModel" : {
"variableDeclarationType" : "ErrorStatistics",
"variableName" : "errorStatistics",
"variableType" : "ErrorStatistics",
"documentation" : "",
"simpleType" : "ErrorStatistics",
"variableSetterType" : "ErrorStatistics"
},
"simple" : false,
"varargSetterDocumentation" : "/**Information about requests that failed with a 4xx Client Error status code.
\n@param errorStatistics Information about requests that failed with a 4xx Client Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ErrorStatistics",
"variableName" : "errorStatistics",
"variableType" : "ErrorStatistics",
"documentation" : "Information about requests that failed with a 4xx Client Error status code.
",
"simpleType" : "ErrorStatistics",
"variableSetterType" : "ErrorStatistics"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "FaultStatistics",
"c2jShape" : "FaultStatistics",
"deprecated" : false,
"documentation" : "Information about requests that failed with a 5xx Server Error status code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Information about requests that failed with a 5xx Server Error status code.
\n@param faultStatistics Information about requests that failed with a 5xx Server Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFaultStatistics",
"getterDocumentation" : "/**Information about requests that failed with a 5xx Server Error status code.
\n@return Information about requests that failed with a 5xx Server Error status code.*/",
"getterMethodName" : "getFaultStatistics",
"getterModel" : {
"returnType" : "FaultStatistics",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FaultStatistics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FaultStatistics",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FaultStatistics",
"setterDocumentation" : "/**Information about requests that failed with a 5xx Server Error status code.
\n@param faultStatistics Information about requests that failed with a 5xx Server Error status code.*/",
"setterMethodName" : "setFaultStatistics",
"setterModel" : {
"variableDeclarationType" : "FaultStatistics",
"variableName" : "faultStatistics",
"variableType" : "FaultStatistics",
"documentation" : "",
"simpleType" : "FaultStatistics",
"variableSetterType" : "FaultStatistics"
},
"simple" : false,
"varargSetterDocumentation" : "/**Information about requests that failed with a 5xx Server Error status code.
\n@param faultStatistics Information about requests that failed with a 5xx Server Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "FaultStatistics",
"variableName" : "faultStatistics",
"variableType" : "FaultStatistics",
"documentation" : "Information about requests that failed with a 5xx Server Error status code.
",
"simpleType" : "FaultStatistics",
"variableSetterType" : "FaultStatistics"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TotalCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The total number of completed requests.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The total number of completed requests.
\n@param totalCount The total number of completed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTotalCount",
"getterDocumentation" : "/**The total number of completed requests.
\n@return The total number of completed requests.*/",
"getterMethodName" : "getTotalCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TotalCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TotalCount",
"setterDocumentation" : "/**The total number of completed requests.
\n@param totalCount The total number of completed requests.*/",
"setterMethodName" : "setTotalCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "totalCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The total number of completed requests.
\n@param totalCount The total number of completed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "totalCount",
"variableType" : "Long",
"documentation" : "The total number of completed requests.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TotalResponseTime",
"c2jShape" : "NullableDouble",
"deprecated" : false,
"documentation" : "The aggregate response time of completed requests.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The aggregate response time of completed requests.
\n@param totalResponseTime The aggregate response time of completed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTotalResponseTime",
"getterDocumentation" : "/**The aggregate response time of completed requests.
\n@return The aggregate response time of completed requests.*/",
"getterMethodName" : "getTotalResponseTime",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TotalResponseTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalResponseTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TotalResponseTime",
"setterDocumentation" : "/**The aggregate response time of completed requests.
\n@param totalResponseTime The aggregate response time of completed requests.*/",
"setterMethodName" : "setTotalResponseTime",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "totalResponseTime",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"varargSetterDocumentation" : "/**The aggregate response time of completed requests.
\n@param totalResponseTime The aggregate response time of completed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "totalResponseTime",
"variableType" : "Double",
"documentation" : "The aggregate response time of completed requests.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ErrorStatistics" : {
"c2jName" : "ErrorStatistics",
"c2jShape" : "ErrorStatistics",
"deprecated" : false,
"documentation" : "Information about requests that failed with a 4xx Client Error status code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Information about requests that failed with a 4xx Client Error status code.
\n@param errorStatistics Information about requests that failed with a 4xx Client Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withErrorStatistics",
"getterDocumentation" : "/**Information about requests that failed with a 4xx Client Error status code.
\n@return Information about requests that failed with a 4xx Client Error status code.*/",
"getterMethodName" : "getErrorStatistics",
"getterModel" : {
"returnType" : "ErrorStatistics",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ErrorStatistics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ErrorStatistics",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ErrorStatistics",
"setterDocumentation" : "/**Information about requests that failed with a 4xx Client Error status code.
\n@param errorStatistics Information about requests that failed with a 4xx Client Error status code.*/",
"setterMethodName" : "setErrorStatistics",
"setterModel" : {
"variableDeclarationType" : "ErrorStatistics",
"variableName" : "errorStatistics",
"variableType" : "ErrorStatistics",
"documentation" : "",
"simpleType" : "ErrorStatistics",
"variableSetterType" : "ErrorStatistics"
},
"simple" : false,
"varargSetterDocumentation" : "/**Information about requests that failed with a 4xx Client Error status code.
\n@param errorStatistics Information about requests that failed with a 4xx Client Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ErrorStatistics",
"variableName" : "errorStatistics",
"variableType" : "ErrorStatistics",
"documentation" : "Information about requests that failed with a 4xx Client Error status code.
",
"simpleType" : "ErrorStatistics",
"variableSetterType" : "ErrorStatistics"
},
"xmlNameSpaceUri" : null
},
"FaultStatistics" : {
"c2jName" : "FaultStatistics",
"c2jShape" : "FaultStatistics",
"deprecated" : false,
"documentation" : "Information about requests that failed with a 5xx Server Error status code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Information about requests that failed with a 5xx Server Error status code.
\n@param faultStatistics Information about requests that failed with a 5xx Server Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFaultStatistics",
"getterDocumentation" : "/**Information about requests that failed with a 5xx Server Error status code.
\n@return Information about requests that failed with a 5xx Server Error status code.*/",
"getterMethodName" : "getFaultStatistics",
"getterModel" : {
"returnType" : "FaultStatistics",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FaultStatistics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FaultStatistics",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FaultStatistics",
"setterDocumentation" : "/**Information about requests that failed with a 5xx Server Error status code.
\n@param faultStatistics Information about requests that failed with a 5xx Server Error status code.*/",
"setterMethodName" : "setFaultStatistics",
"setterModel" : {
"variableDeclarationType" : "FaultStatistics",
"variableName" : "faultStatistics",
"variableType" : "FaultStatistics",
"documentation" : "",
"simpleType" : "FaultStatistics",
"variableSetterType" : "FaultStatistics"
},
"simple" : false,
"varargSetterDocumentation" : "/**Information about requests that failed with a 5xx Server Error status code.
\n@param faultStatistics Information about requests that failed with a 5xx Server Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "FaultStatistics",
"variableName" : "faultStatistics",
"variableType" : "FaultStatistics",
"documentation" : "Information about requests that failed with a 5xx Server Error status code.
",
"simpleType" : "FaultStatistics",
"variableSetterType" : "FaultStatistics"
},
"xmlNameSpaceUri" : null
},
"OkCount" : {
"c2jName" : "OkCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The number of requests that completed with a 2xx Success status code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of requests that completed with a 2xx Success status code.
\n@param okCount The number of requests that completed with a 2xx Success status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOkCount",
"getterDocumentation" : "/**The number of requests that completed with a 2xx Success status code.
\n@return The number of requests that completed with a 2xx Success status code.*/",
"getterMethodName" : "getOkCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OkCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OkCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OkCount",
"setterDocumentation" : "/**The number of requests that completed with a 2xx Success status code.
\n@param okCount The number of requests that completed with a 2xx Success status code.*/",
"setterMethodName" : "setOkCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "okCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of requests that completed with a 2xx Success status code.
\n@param okCount The number of requests that completed with a 2xx Success status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "okCount",
"variableType" : "Long",
"documentation" : "The number of requests that completed with a 2xx Success status code.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"TotalCount" : {
"c2jName" : "TotalCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The total number of completed requests.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The total number of completed requests.
\n@param totalCount The total number of completed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTotalCount",
"getterDocumentation" : "/**The total number of completed requests.
\n@return The total number of completed requests.*/",
"getterMethodName" : "getTotalCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TotalCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TotalCount",
"setterDocumentation" : "/**The total number of completed requests.
\n@param totalCount The total number of completed requests.*/",
"setterMethodName" : "setTotalCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "totalCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The total number of completed requests.
\n@param totalCount The total number of completed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "totalCount",
"variableType" : "Long",
"documentation" : "The total number of completed requests.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"TotalResponseTime" : {
"c2jName" : "TotalResponseTime",
"c2jShape" : "NullableDouble",
"deprecated" : false,
"documentation" : "The aggregate response time of completed requests.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The aggregate response time of completed requests.
\n@param totalResponseTime The aggregate response time of completed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTotalResponseTime",
"getterDocumentation" : "/**The aggregate response time of completed requests.
\n@return The aggregate response time of completed requests.*/",
"getterMethodName" : "getTotalResponseTime",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TotalResponseTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalResponseTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TotalResponseTime",
"setterDocumentation" : "/**The aggregate response time of completed requests.
\n@param totalResponseTime The aggregate response time of completed requests.*/",
"setterMethodName" : "setTotalResponseTime",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "totalResponseTime",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"varargSetterDocumentation" : "/**The aggregate response time of completed requests.
\n@param totalResponseTime The aggregate response time of completed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "totalResponseTime",
"variableType" : "Double",
"documentation" : "The aggregate response time of completed requests.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EdgeStatistics",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EdgeStatistics",
"variableName" : "edgeStatistics",
"variableType" : "EdgeStatistics",
"documentation" : null,
"simpleType" : "EdgeStatistics",
"variableSetterType" : "EdgeStatistics"
},
"wrapper" : false
},
"ErrorStatistics" : {
"c2jName" : "ErrorStatistics",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about requests that failed with a 4xx Client Error status code.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ThrottleCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The number of requests that failed with a 419 throttling status code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of requests that failed with a 419 throttling status code.
\n@param throttleCount The number of requests that failed with a 419 throttling status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withThrottleCount",
"getterDocumentation" : "/**The number of requests that failed with a 419 throttling status code.
\n@return The number of requests that failed with a 419 throttling status code.*/",
"getterMethodName" : "getThrottleCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ThrottleCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThrottleCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThrottleCount",
"setterDocumentation" : "/**The number of requests that failed with a 419 throttling status code.
\n@param throttleCount The number of requests that failed with a 419 throttling status code.*/",
"setterMethodName" : "setThrottleCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "throttleCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of requests that failed with a 419 throttling status code.
\n@param throttleCount The number of requests that failed with a 419 throttling status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "throttleCount",
"variableType" : "Long",
"documentation" : "The number of requests that failed with a 419 throttling status code.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "OtherCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The number of requests that failed with untracked 4xx Client Error status codes.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of requests that failed with untracked 4xx Client Error status codes.
\n@param otherCount The number of requests that failed with untracked 4xx Client Error status codes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOtherCount",
"getterDocumentation" : "/**The number of requests that failed with untracked 4xx Client Error status codes.
\n@return The number of requests that failed with untracked 4xx Client Error status codes.*/",
"getterMethodName" : "getOtherCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OtherCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OtherCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OtherCount",
"setterDocumentation" : "/**The number of requests that failed with untracked 4xx Client Error status codes.
\n@param otherCount The number of requests that failed with untracked 4xx Client Error status codes.*/",
"setterMethodName" : "setOtherCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "otherCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of requests that failed with untracked 4xx Client Error status codes.
\n@param otherCount The number of requests that failed with untracked 4xx Client Error status codes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "otherCount",
"variableType" : "Long",
"documentation" : "The number of requests that failed with untracked 4xx Client Error status codes.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TotalCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The total number of requests that failed with a 4xx Client Error status code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The total number of requests that failed with a 4xx Client Error status code.
\n@param totalCount The total number of requests that failed with a 4xx Client Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTotalCount",
"getterDocumentation" : "/**The total number of requests that failed with a 4xx Client Error status code.
\n@return The total number of requests that failed with a 4xx Client Error status code.*/",
"getterMethodName" : "getTotalCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TotalCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TotalCount",
"setterDocumentation" : "/**The total number of requests that failed with a 4xx Client Error status code.
\n@param totalCount The total number of requests that failed with a 4xx Client Error status code.*/",
"setterMethodName" : "setTotalCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "totalCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The total number of requests that failed with a 4xx Client Error status code.
\n@param totalCount The total number of requests that failed with a 4xx Client Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "totalCount",
"variableType" : "Long",
"documentation" : "The total number of requests that failed with a 4xx Client Error status code.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OtherCount" : {
"c2jName" : "OtherCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The number of requests that failed with untracked 4xx Client Error status codes.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of requests that failed with untracked 4xx Client Error status codes.
\n@param otherCount The number of requests that failed with untracked 4xx Client Error status codes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOtherCount",
"getterDocumentation" : "/**The number of requests that failed with untracked 4xx Client Error status codes.
\n@return The number of requests that failed with untracked 4xx Client Error status codes.*/",
"getterMethodName" : "getOtherCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OtherCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OtherCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OtherCount",
"setterDocumentation" : "/**The number of requests that failed with untracked 4xx Client Error status codes.
\n@param otherCount The number of requests that failed with untracked 4xx Client Error status codes.*/",
"setterMethodName" : "setOtherCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "otherCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of requests that failed with untracked 4xx Client Error status codes.
\n@param otherCount The number of requests that failed with untracked 4xx Client Error status codes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "otherCount",
"variableType" : "Long",
"documentation" : "The number of requests that failed with untracked 4xx Client Error status codes.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"ThrottleCount" : {
"c2jName" : "ThrottleCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The number of requests that failed with a 419 throttling status code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of requests that failed with a 419 throttling status code.
\n@param throttleCount The number of requests that failed with a 419 throttling status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withThrottleCount",
"getterDocumentation" : "/**The number of requests that failed with a 419 throttling status code.
\n@return The number of requests that failed with a 419 throttling status code.*/",
"getterMethodName" : "getThrottleCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ThrottleCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThrottleCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThrottleCount",
"setterDocumentation" : "/**The number of requests that failed with a 419 throttling status code.
\n@param throttleCount The number of requests that failed with a 419 throttling status code.*/",
"setterMethodName" : "setThrottleCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "throttleCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of requests that failed with a 419 throttling status code.
\n@param throttleCount The number of requests that failed with a 419 throttling status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "throttleCount",
"variableType" : "Long",
"documentation" : "The number of requests that failed with a 419 throttling status code.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"TotalCount" : {
"c2jName" : "TotalCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The total number of requests that failed with a 4xx Client Error status code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The total number of requests that failed with a 4xx Client Error status code.
\n@param totalCount The total number of requests that failed with a 4xx Client Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTotalCount",
"getterDocumentation" : "/**The total number of requests that failed with a 4xx Client Error status code.
\n@return The total number of requests that failed with a 4xx Client Error status code.*/",
"getterMethodName" : "getTotalCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TotalCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TotalCount",
"setterDocumentation" : "/**The total number of requests that failed with a 4xx Client Error status code.
\n@param totalCount The total number of requests that failed with a 4xx Client Error status code.*/",
"setterMethodName" : "setTotalCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "totalCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The total number of requests that failed with a 4xx Client Error status code.
\n@param totalCount The total number of requests that failed with a 4xx Client Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "totalCount",
"variableType" : "Long",
"documentation" : "The total number of requests that failed with a 4xx Client Error status code.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ErrorStatistics",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ErrorStatistics",
"variableName" : "errorStatistics",
"variableType" : "ErrorStatistics",
"documentation" : null,
"simpleType" : "ErrorStatistics",
"variableSetterType" : "ErrorStatistics"
},
"wrapper" : false
},
"FaultStatistics" : {
"c2jName" : "FaultStatistics",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about requests that failed with a 5xx Server Error status code.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OtherCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The number of requests that failed with untracked 5xx Server Error status codes.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of requests that failed with untracked 5xx Server Error status codes.
\n@param otherCount The number of requests that failed with untracked 5xx Server Error status codes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOtherCount",
"getterDocumentation" : "/**The number of requests that failed with untracked 5xx Server Error status codes.
\n@return The number of requests that failed with untracked 5xx Server Error status codes.*/",
"getterMethodName" : "getOtherCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OtherCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OtherCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OtherCount",
"setterDocumentation" : "/**The number of requests that failed with untracked 5xx Server Error status codes.
\n@param otherCount The number of requests that failed with untracked 5xx Server Error status codes.*/",
"setterMethodName" : "setOtherCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "otherCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of requests that failed with untracked 5xx Server Error status codes.
\n@param otherCount The number of requests that failed with untracked 5xx Server Error status codes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "otherCount",
"variableType" : "Long",
"documentation" : "The number of requests that failed with untracked 5xx Server Error status codes.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TotalCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The total number of requests that failed with a 5xx Server Error status code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The total number of requests that failed with a 5xx Server Error status code.
\n@param totalCount The total number of requests that failed with a 5xx Server Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTotalCount",
"getterDocumentation" : "/**The total number of requests that failed with a 5xx Server Error status code.
\n@return The total number of requests that failed with a 5xx Server Error status code.*/",
"getterMethodName" : "getTotalCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TotalCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TotalCount",
"setterDocumentation" : "/**The total number of requests that failed with a 5xx Server Error status code.
\n@param totalCount The total number of requests that failed with a 5xx Server Error status code.*/",
"setterMethodName" : "setTotalCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "totalCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The total number of requests that failed with a 5xx Server Error status code.
\n@param totalCount The total number of requests that failed with a 5xx Server Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "totalCount",
"variableType" : "Long",
"documentation" : "The total number of requests that failed with a 5xx Server Error status code.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OtherCount" : {
"c2jName" : "OtherCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The number of requests that failed with untracked 5xx Server Error status codes.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of requests that failed with untracked 5xx Server Error status codes.
\n@param otherCount The number of requests that failed with untracked 5xx Server Error status codes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOtherCount",
"getterDocumentation" : "/**The number of requests that failed with untracked 5xx Server Error status codes.
\n@return The number of requests that failed with untracked 5xx Server Error status codes.*/",
"getterMethodName" : "getOtherCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OtherCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OtherCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OtherCount",
"setterDocumentation" : "/**The number of requests that failed with untracked 5xx Server Error status codes.
\n@param otherCount The number of requests that failed with untracked 5xx Server Error status codes.*/",
"setterMethodName" : "setOtherCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "otherCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of requests that failed with untracked 5xx Server Error status codes.
\n@param otherCount The number of requests that failed with untracked 5xx Server Error status codes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "otherCount",
"variableType" : "Long",
"documentation" : "The number of requests that failed with untracked 5xx Server Error status codes.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"TotalCount" : {
"c2jName" : "TotalCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The total number of requests that failed with a 5xx Server Error status code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The total number of requests that failed with a 5xx Server Error status code.
\n@param totalCount The total number of requests that failed with a 5xx Server Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTotalCount",
"getterDocumentation" : "/**The total number of requests that failed with a 5xx Server Error status code.
\n@return The total number of requests that failed with a 5xx Server Error status code.*/",
"getterMethodName" : "getTotalCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TotalCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TotalCount",
"setterDocumentation" : "/**The total number of requests that failed with a 5xx Server Error status code.
\n@param totalCount The total number of requests that failed with a 5xx Server Error status code.*/",
"setterMethodName" : "setTotalCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "totalCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The total number of requests that failed with a 5xx Server Error status code.
\n@param totalCount The total number of requests that failed with a 5xx Server Error status code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "totalCount",
"variableType" : "Long",
"documentation" : "The total number of requests that failed with a 5xx Server Error status code.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "FaultStatistics",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "FaultStatistics",
"variableName" : "faultStatistics",
"variableType" : "FaultStatistics",
"documentation" : null,
"simpleType" : "FaultStatistics",
"variableSetterType" : "FaultStatistics"
},
"wrapper" : false
},
"GetServiceGraphRequest" : {
"c2jName" : "GetServiceGraphRequest",
"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" : "GetServiceGraph",
"locationName" : null,
"requestUri" : "/ServiceGraph",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "StartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The start of the time frame for which to generate a graph.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The start of the time frame for which to generate a graph.
\n@param startTime The start of the time frame for which to generate a graph.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStartTime",
"getterDocumentation" : "/**The start of the time frame for which to generate a graph.
\n@return The start of the time frame for which to generate a graph.*/",
"getterMethodName" : "getStartTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartTime",
"setterDocumentation" : "/**The start of the time frame for which to generate a graph.
\n@param startTime The start of the time frame for which to generate a graph.*/",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The start of the time frame for which to generate a graph.
\n@param startTime The start of the time frame for which to generate a graph.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "The start of the time frame for which to generate a graph.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EndTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The end of the time frame for which to generate a graph.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The end of the time frame for which to generate a graph.
\n@param endTime The end of the time frame for which to generate a graph.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEndTime",
"getterDocumentation" : "/**The end of the time frame for which to generate a graph.
\n@return The end of the time frame for which to generate a graph.*/",
"getterMethodName" : "getEndTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndTime",
"setterDocumentation" : "/**The end of the time frame for which to generate a graph.
\n@param endTime The end of the time frame for which to generate a graph.*/",
"setterMethodName" : "setEndTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The end of the time frame for which to generate a graph.
\n@param endTime The end of the time frame for which to generate a graph.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "The end of the time frame for which to generate a graph.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Pagination token. Not used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Pagination token. Not used.
\n@return Pagination token. Not used.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Pagination token. Not used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndTime" : {
"c2jName" : "EndTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The end of the time frame for which to generate a graph.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The end of the time frame for which to generate a graph.
\n@param endTime The end of the time frame for which to generate a graph.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEndTime",
"getterDocumentation" : "/**The end of the time frame for which to generate a graph.
\n@return The end of the time frame for which to generate a graph.*/",
"getterMethodName" : "getEndTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndTime",
"setterDocumentation" : "/**The end of the time frame for which to generate a graph.
\n@param endTime The end of the time frame for which to generate a graph.*/",
"setterMethodName" : "setEndTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The end of the time frame for which to generate a graph.
\n@param endTime The end of the time frame for which to generate a graph.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "The end of the time frame for which to generate a graph.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Pagination token. Not used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Pagination token. Not used.
\n@return Pagination token. Not used.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Pagination token. Not used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StartTime" : {
"c2jName" : "StartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The start of the time frame for which to generate a graph.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The start of the time frame for which to generate a graph.
\n@param startTime The start of the time frame for which to generate a graph.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStartTime",
"getterDocumentation" : "/**The start of the time frame for which to generate a graph.
\n@return The start of the time frame for which to generate a graph.*/",
"getterMethodName" : "getStartTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartTime",
"setterDocumentation" : "/**The start of the time frame for which to generate a graph.
\n@param startTime The start of the time frame for which to generate a graph.*/",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The start of the time frame for which to generate a graph.
\n@param startTime The start of the time frame for which to generate a graph.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "The start of the time frame for which to generate a graph.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StartTime", "EndTime" ],
"shapeName" : "GetServiceGraphRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetServiceGraphRequest",
"variableName" : "getServiceGraphRequest",
"variableType" : "GetServiceGraphRequest",
"documentation" : null,
"simpleType" : "GetServiceGraphRequest",
"variableSetterType" : "GetServiceGraphRequest"
},
"wrapper" : false
},
"GetServiceGraphResult" : {
"c2jName" : "GetServiceGraphResult",
"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" : [ {
"c2jName" : "StartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The start of the time frame for which the graph was generated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The start of the time frame for which the graph was generated.
\n@param startTime The start of the time frame for which the graph was generated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStartTime",
"getterDocumentation" : "/**The start of the time frame for which the graph was generated.
\n@return The start of the time frame for which the graph was generated.*/",
"getterMethodName" : "getStartTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartTime",
"setterDocumentation" : "/**The start of the time frame for which the graph was generated.
\n@param startTime The start of the time frame for which the graph was generated.*/",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The start of the time frame for which the graph was generated.
\n@param startTime The start of the time frame for which the graph was generated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "The start of the time frame for which the graph was generated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EndTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The end of the time frame for which the graph was generated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The end of the time frame for which the graph was generated.
\n@param endTime The end of the time frame for which the graph was generated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEndTime",
"getterDocumentation" : "/**The end of the time frame for which the graph was generated.
\n@return The end of the time frame for which the graph was generated.*/",
"getterMethodName" : "getEndTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndTime",
"setterDocumentation" : "/**The end of the time frame for which the graph was generated.
\n@param endTime The end of the time frame for which the graph was generated.*/",
"setterMethodName" : "setEndTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The end of the time frame for which the graph was generated.
\n@param endTime The end of the time frame for which the graph was generated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "The end of the time frame for which the graph was generated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Services",
"c2jShape" : "ServiceList",
"deprecated" : false,
"documentation" : "The services that have processed a traced request during the specified time frame.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The services that have processed a traced request during the specified time frame.
\n@param services The services that have processed a traced request during the specified time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withServices",
"getterDocumentation" : "/**The services that have processed a traced request during the specified time frame.
\n@return The services that have processed a traced request during the specified time frame.*/",
"getterMethodName" : "getServices",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Services",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Services",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Service",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "Service",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Service",
"variableName" : "member",
"variableType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Service",
"variableName" : "member",
"variableType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Service",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Service",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Services",
"setterDocumentation" : "/**The services that have processed a traced request during the specified time frame.
\n@param services The services that have processed a traced request during the specified time frame.*/",
"setterMethodName" : "setServices",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "services",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The services that have processed a traced request during the specified time frame.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setServices(java.util.Collection)} or {@link #withServices(java.util.Collection)} if you want to override the existing values.
\n@param services The services that have processed a traced request during the specified time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "services",
"variableType" : "java.util.List",
"documentation" : "The services that have processed a traced request during the specified time frame.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Pagination token. Not used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Pagination token. Not used.
\n@return Pagination token. Not used.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Pagination token. Not used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndTime" : {
"c2jName" : "EndTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The end of the time frame for which the graph was generated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The end of the time frame for which the graph was generated.
\n@param endTime The end of the time frame for which the graph was generated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEndTime",
"getterDocumentation" : "/**The end of the time frame for which the graph was generated.
\n@return The end of the time frame for which the graph was generated.*/",
"getterMethodName" : "getEndTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndTime",
"setterDocumentation" : "/**The end of the time frame for which the graph was generated.
\n@param endTime The end of the time frame for which the graph was generated.*/",
"setterMethodName" : "setEndTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The end of the time frame for which the graph was generated.
\n@param endTime The end of the time frame for which the graph was generated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "The end of the time frame for which the graph was generated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Pagination token. Not used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Pagination token. Not used.
\n@return Pagination token. Not used.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Pagination token. Not used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Services" : {
"c2jName" : "Services",
"c2jShape" : "ServiceList",
"deprecated" : false,
"documentation" : "The services that have processed a traced request during the specified time frame.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The services that have processed a traced request during the specified time frame.
\n@param services The services that have processed a traced request during the specified time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withServices",
"getterDocumentation" : "/**The services that have processed a traced request during the specified time frame.
\n@return The services that have processed a traced request during the specified time frame.*/",
"getterMethodName" : "getServices",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Services",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Services",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Service",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "Service",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Service",
"variableName" : "member",
"variableType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Service",
"variableName" : "member",
"variableType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Service",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Service",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Services",
"setterDocumentation" : "/**The services that have processed a traced request during the specified time frame.
\n@param services The services that have processed a traced request during the specified time frame.*/",
"setterMethodName" : "setServices",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "services",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The services that have processed a traced request during the specified time frame.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setServices(java.util.Collection)} or {@link #withServices(java.util.Collection)} if you want to override the existing values.
\n@param services The services that have processed a traced request during the specified time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "services",
"variableType" : "java.util.List",
"documentation" : "The services that have processed a traced request during the specified time frame.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"StartTime" : {
"c2jName" : "StartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The start of the time frame for which the graph was generated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The start of the time frame for which the graph was generated.
\n@param startTime The start of the time frame for which the graph was generated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStartTime",
"getterDocumentation" : "/**The start of the time frame for which the graph was generated.
\n@return The start of the time frame for which the graph was generated.*/",
"getterMethodName" : "getStartTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartTime",
"setterDocumentation" : "/**The start of the time frame for which the graph was generated.
\n@param startTime The start of the time frame for which the graph was generated.*/",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The start of the time frame for which the graph was generated.
\n@param startTime The start of the time frame for which the graph was generated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "The start of the time frame for which the graph was generated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetServiceGraphResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetServiceGraphResult",
"variableName" : "getServiceGraphResult",
"variableType" : "GetServiceGraphResult",
"documentation" : null,
"simpleType" : "GetServiceGraphResult",
"variableSetterType" : "GetServiceGraphResult"
},
"wrapper" : false
},
"GetTraceGraphRequest" : {
"c2jName" : "GetTraceGraphRequest",
"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" : "GetTraceGraph",
"locationName" : null,
"requestUri" : "/TraceGraph",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "TraceIds",
"c2jShape" : "TraceIdList",
"deprecated" : false,
"documentation" : "Trace IDs of requests for which to generate a service graph.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Trace IDs of requests for which to generate a service graph.
\n@param traceIds Trace IDs of requests for which to generate a service graph.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTraceIds",
"getterDocumentation" : "/**Trace IDs of requests for which to generate a service graph.
\n@return Trace IDs of requests for which to generate a service graph.*/",
"getterMethodName" : "getTraceIds",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TraceIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TraceIds",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TraceId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"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,
"name" : "TraceIds",
"setterDocumentation" : "/**Trace IDs of requests for which to generate a service graph.
\n@param traceIds Trace IDs of requests for which to generate a service graph.*/",
"setterMethodName" : "setTraceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traceIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Trace IDs of requests for which to generate a service graph.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTraceIds(java.util.Collection)} or {@link #withTraceIds(java.util.Collection)} if you want to override the existing values.
\n@param traceIds Trace IDs of requests for which to generate a service graph.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traceIds",
"variableType" : "java.util.List",
"documentation" : "Trace IDs of requests for which to generate a service graph.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Pagination token. Not used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Pagination token. Not used.
\n@return Pagination token. Not used.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Pagination token. Not used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Pagination token. Not used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Pagination token. Not used.
\n@return Pagination token. Not used.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Pagination token. Not used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TraceIds" : {
"c2jName" : "TraceIds",
"c2jShape" : "TraceIdList",
"deprecated" : false,
"documentation" : "Trace IDs of requests for which to generate a service graph.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Trace IDs of requests for which to generate a service graph.
\n@param traceIds Trace IDs of requests for which to generate a service graph.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTraceIds",
"getterDocumentation" : "/**Trace IDs of requests for which to generate a service graph.
\n@return Trace IDs of requests for which to generate a service graph.*/",
"getterMethodName" : "getTraceIds",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TraceIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TraceIds",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TraceId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"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,
"name" : "TraceIds",
"setterDocumentation" : "/**Trace IDs of requests for which to generate a service graph.
\n@param traceIds Trace IDs of requests for which to generate a service graph.*/",
"setterMethodName" : "setTraceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traceIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Trace IDs of requests for which to generate a service graph.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTraceIds(java.util.Collection)} or {@link #withTraceIds(java.util.Collection)} if you want to override the existing values.
\n@param traceIds Trace IDs of requests for which to generate a service graph.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traceIds",
"variableType" : "java.util.List",
"documentation" : "Trace IDs of requests for which to generate a service graph.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "TraceIds" ],
"shapeName" : "GetTraceGraphRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetTraceGraphRequest",
"variableName" : "getTraceGraphRequest",
"variableType" : "GetTraceGraphRequest",
"documentation" : null,
"simpleType" : "GetTraceGraphRequest",
"variableSetterType" : "GetTraceGraphRequest"
},
"wrapper" : false
},
"GetTraceGraphResult" : {
"c2jName" : "GetTraceGraphResult",
"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" : [ {
"c2jName" : "Services",
"c2jShape" : "ServiceList",
"deprecated" : false,
"documentation" : "The services that have processed one of the specified requests.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The services that have processed one of the specified requests.
\n@param services The services that have processed one of the specified requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withServices",
"getterDocumentation" : "/**The services that have processed one of the specified requests.
\n@return The services that have processed one of the specified requests.*/",
"getterMethodName" : "getServices",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Services",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Services",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Service",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "Service",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Service",
"variableName" : "member",
"variableType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Service",
"variableName" : "member",
"variableType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Service",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Service",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Services",
"setterDocumentation" : "/**The services that have processed one of the specified requests.
\n@param services The services that have processed one of the specified requests.*/",
"setterMethodName" : "setServices",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "services",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The services that have processed one of the specified requests.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setServices(java.util.Collection)} or {@link #withServices(java.util.Collection)} if you want to override the existing values.
\n@param services The services that have processed one of the specified requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "services",
"variableType" : "java.util.List",
"documentation" : "The services that have processed one of the specified requests.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Pagination token. Not used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Pagination token. Not used.
\n@return Pagination token. Not used.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Pagination token. Not used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Pagination token. Not used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Pagination token. Not used.
\n@return Pagination token. Not used.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Pagination token. Not used.
\n@param nextToken Pagination token. Not used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Pagination token. Not used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Services" : {
"c2jName" : "Services",
"c2jShape" : "ServiceList",
"deprecated" : false,
"documentation" : "The services that have processed one of the specified requests.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The services that have processed one of the specified requests.
\n@param services The services that have processed one of the specified requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withServices",
"getterDocumentation" : "/**The services that have processed one of the specified requests.
\n@return The services that have processed one of the specified requests.*/",
"getterMethodName" : "getServices",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Services",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Services",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Service",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "Service",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Service",
"variableName" : "member",
"variableType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Service",
"variableName" : "member",
"variableType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Service",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Service",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Services",
"setterDocumentation" : "/**The services that have processed one of the specified requests.
\n@param services The services that have processed one of the specified requests.*/",
"setterMethodName" : "setServices",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "services",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The services that have processed one of the specified requests.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setServices(java.util.Collection)} or {@link #withServices(java.util.Collection)} if you want to override the existing values.
\n@param services The services that have processed one of the specified requests.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "services",
"variableType" : "java.util.List",
"documentation" : "The services that have processed one of the specified requests.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetTraceGraphResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetTraceGraphResult",
"variableName" : "getTraceGraphResult",
"variableType" : "GetTraceGraphResult",
"documentation" : null,
"simpleType" : "GetTraceGraphResult",
"variableSetterType" : "GetTraceGraphResult"
},
"wrapper" : false
},
"GetTraceSummariesRequest" : {
"c2jName" : "GetTraceSummariesRequest",
"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" : "GetTraceSummaries",
"locationName" : null,
"requestUri" : "/TraceSummaries",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "StartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The start of the time frame for which to retrieve traces.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The start of the time frame for which to retrieve traces.
\n@param startTime The start of the time frame for which to retrieve traces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStartTime",
"getterDocumentation" : "/**The start of the time frame for which to retrieve traces.
\n@return The start of the time frame for which to retrieve traces.*/",
"getterMethodName" : "getStartTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartTime",
"setterDocumentation" : "/**The start of the time frame for which to retrieve traces.
\n@param startTime The start of the time frame for which to retrieve traces.*/",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The start of the time frame for which to retrieve traces.
\n@param startTime The start of the time frame for which to retrieve traces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "The start of the time frame for which to retrieve traces.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EndTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The end of the time frame for which to retrieve traces.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The end of the time frame for which to retrieve traces.
\n@param endTime The end of the time frame for which to retrieve traces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEndTime",
"getterDocumentation" : "/**The end of the time frame for which to retrieve traces.
\n@return The end of the time frame for which to retrieve traces.*/",
"getterMethodName" : "getEndTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndTime",
"setterDocumentation" : "/**The end of the time frame for which to retrieve traces.
\n@param endTime The end of the time frame for which to retrieve traces.*/",
"setterMethodName" : "setEndTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The end of the time frame for which to retrieve traces.
\n@param endTime The end of the time frame for which to retrieve traces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "The end of the time frame for which to retrieve traces.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Sampling",
"c2jShape" : "NullableBoolean",
"deprecated" : false,
"documentation" : "Set to true
to get summaries for only a subset of available traces.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Set to true
to get summaries for only a subset of available traces.
\n@param sampling Set to true
to get summaries for only a subset of available traces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSampling",
"getterDocumentation" : "/**Set to true
to get summaries for only a subset of available traces.
\n@return Set to true
to get summaries for only a subset of available traces.*/",
"getterMethodName" : "getSampling",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Sampling",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Sampling",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Sampling",
"setterDocumentation" : "/**Set to true
to get summaries for only a subset of available traces.
\n@param sampling Set to true
to get summaries for only a subset of available traces.*/",
"setterMethodName" : "setSampling",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sampling",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Set to true
to get summaries for only a subset of available traces.
\n@param sampling Set to true
to get summaries for only a subset of available traces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sampling",
"variableType" : "Boolean",
"documentation" : "Set to true
to get summaries for only a subset of available traces.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "FilterExpression",
"c2jShape" : "FilterExpression",
"deprecated" : false,
"documentation" : "Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
\n@param filterExpression Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFilterExpression",
"getterDocumentation" : "/**Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
\n@return Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.*/",
"getterMethodName" : "getFilterExpression",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FilterExpression",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FilterExpression",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FilterExpression",
"setterDocumentation" : "/**Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
\n@param filterExpression Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.*/",
"setterMethodName" : "setFilterExpression",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "filterExpression",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
\n@param filterExpression Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterExpression",
"variableType" : "String",
"documentation" : "Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Specify the pagination token returned by a previous request to retrieve the next page of results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specify the pagination token returned by a previous request to retrieve the next page of results.
\n@param nextToken Specify the pagination token returned by a previous request to retrieve the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Specify the pagination token returned by a previous request to retrieve the next page of results.
\n@return Specify the pagination token returned by a previous request to retrieve the next page of results.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Specify the pagination token returned by a previous request to retrieve the next page of results.
\n@param nextToken Specify the pagination token returned by a previous request to retrieve the next page of results.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specify the pagination token returned by a previous request to retrieve the next page of results.
\n@param nextToken Specify the pagination token returned by a previous request to retrieve the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Specify the pagination token returned by a previous request to retrieve the next page of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndTime" : {
"c2jName" : "EndTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The end of the time frame for which to retrieve traces.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The end of the time frame for which to retrieve traces.
\n@param endTime The end of the time frame for which to retrieve traces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEndTime",
"getterDocumentation" : "/**The end of the time frame for which to retrieve traces.
\n@return The end of the time frame for which to retrieve traces.*/",
"getterMethodName" : "getEndTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndTime",
"setterDocumentation" : "/**The end of the time frame for which to retrieve traces.
\n@param endTime The end of the time frame for which to retrieve traces.*/",
"setterMethodName" : "setEndTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The end of the time frame for which to retrieve traces.
\n@param endTime The end of the time frame for which to retrieve traces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "endTime",
"variableType" : "java.util.Date",
"documentation" : "The end of the time frame for which to retrieve traces.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"FilterExpression" : {
"c2jName" : "FilterExpression",
"c2jShape" : "FilterExpression",
"deprecated" : false,
"documentation" : "Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
\n@param filterExpression Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFilterExpression",
"getterDocumentation" : "/**Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
\n@return Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.*/",
"getterMethodName" : "getFilterExpression",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FilterExpression",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FilterExpression",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FilterExpression",
"setterDocumentation" : "/**Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
\n@param filterExpression Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.*/",
"setterMethodName" : "setFilterExpression",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "filterExpression",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
\n@param filterExpression Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterExpression",
"variableType" : "String",
"documentation" : "Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Specify the pagination token returned by a previous request to retrieve the next page of results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specify the pagination token returned by a previous request to retrieve the next page of results.
\n@param nextToken Specify the pagination token returned by a previous request to retrieve the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**Specify the pagination token returned by a previous request to retrieve the next page of results.
\n@return Specify the pagination token returned by a previous request to retrieve the next page of results.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**Specify the pagination token returned by a previous request to retrieve the next page of results.
\n@param nextToken Specify the pagination token returned by a previous request to retrieve the next page of results.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specify the pagination token returned by a previous request to retrieve the next page of results.
\n@param nextToken Specify the pagination token returned by a previous request to retrieve the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "Specify the pagination token returned by a previous request to retrieve the next page of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Sampling" : {
"c2jName" : "Sampling",
"c2jShape" : "NullableBoolean",
"deprecated" : false,
"documentation" : "Set to true
to get summaries for only a subset of available traces.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Set to true
to get summaries for only a subset of available traces.
\n@param sampling Set to true
to get summaries for only a subset of available traces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSampling",
"getterDocumentation" : "/**Set to true
to get summaries for only a subset of available traces.
\n@return Set to true
to get summaries for only a subset of available traces.*/",
"getterMethodName" : "getSampling",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Sampling",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Sampling",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Sampling",
"setterDocumentation" : "/**Set to true
to get summaries for only a subset of available traces.
\n@param sampling Set to true
to get summaries for only a subset of available traces.*/",
"setterMethodName" : "setSampling",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sampling",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Set to true
to get summaries for only a subset of available traces.
\n@param sampling Set to true
to get summaries for only a subset of available traces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sampling",
"variableType" : "Boolean",
"documentation" : "Set to true
to get summaries for only a subset of available traces.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"StartTime" : {
"c2jName" : "StartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The start of the time frame for which to retrieve traces.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The start of the time frame for which to retrieve traces.
\n@param startTime The start of the time frame for which to retrieve traces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStartTime",
"getterDocumentation" : "/**The start of the time frame for which to retrieve traces.
\n@return The start of the time frame for which to retrieve traces.*/",
"getterMethodName" : "getStartTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartTime",
"setterDocumentation" : "/**The start of the time frame for which to retrieve traces.
\n@param startTime The start of the time frame for which to retrieve traces.*/",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The start of the time frame for which to retrieve traces.
\n@param startTime The start of the time frame for which to retrieve traces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "startTime",
"variableType" : "java.util.Date",
"documentation" : "The start of the time frame for which to retrieve traces.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StartTime", "EndTime" ],
"shapeName" : "GetTraceSummariesRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetTraceSummariesRequest",
"variableName" : "getTraceSummariesRequest",
"variableType" : "GetTraceSummariesRequest",
"documentation" : null,
"simpleType" : "GetTraceSummariesRequest",
"variableSetterType" : "GetTraceSummariesRequest"
},
"wrapper" : false
},
"GetTraceSummariesResult" : {
"c2jName" : "GetTraceSummariesResult",
"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" : [ {
"c2jName" : "TraceSummaries",
"c2jShape" : "TraceSummaryList",
"deprecated" : false,
"documentation" : "Trace IDs and metadata for traces that were found in the specified time frame.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Trace IDs and metadata for traces that were found in the specified time frame.
\n@param traceSummaries Trace IDs and metadata for traces that were found in the specified time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTraceSummaries",
"getterDocumentation" : "/**Trace IDs and metadata for traces that were found in the specified time frame.
\n@return Trace IDs and metadata for traces that were found in the specified time frame.*/",
"getterMethodName" : "getTraceSummaries",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TraceSummaries",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TraceSummaries",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TraceSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "TraceSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "TraceSummary",
"variableName" : "member",
"variableType" : "TraceSummary",
"documentation" : "",
"simpleType" : "TraceSummary",
"variableSetterType" : "TraceSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TraceSummary",
"variableName" : "member",
"variableType" : "TraceSummary",
"documentation" : "",
"simpleType" : "TraceSummary",
"variableSetterType" : "TraceSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "TraceSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "TraceSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TraceSummaries",
"setterDocumentation" : "/**Trace IDs and metadata for traces that were found in the specified time frame.
\n@param traceSummaries Trace IDs and metadata for traces that were found in the specified time frame.*/",
"setterMethodName" : "setTraceSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traceSummaries",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Trace IDs and metadata for traces that were found in the specified time frame.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTraceSummaries(java.util.Collection)} or {@link #withTraceSummaries(java.util.Collection)} if you want to override the existing values.
\n@param traceSummaries Trace IDs and metadata for traces that were found in the specified time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traceSummaries",
"variableType" : "java.util.List",
"documentation" : "Trace IDs and metadata for traces that were found in the specified time frame.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ApproximateTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The start time of this page of results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The start time of this page of results.
\n@param approximateTime The start time of this page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApproximateTime",
"getterDocumentation" : "/**The start time of this page of results.
\n@return The start time of this page of results.*/",
"getterMethodName" : "getApproximateTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApproximateTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApproximateTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApproximateTime",
"setterDocumentation" : "/**The start time of this page of results.
\n@param approximateTime The start time of this page of results.*/",
"setterMethodName" : "setApproximateTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "approximateTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The start time of this page of results.
\n@param approximateTime The start time of this page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "approximateTime",
"variableType" : "java.util.Date",
"documentation" : "The start time of this page of results.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TracesProcessedCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The number of traces that were processed to get this set of summaries.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of traces that were processed to get this set of summaries.
\n@param tracesProcessedCount The number of traces that were processed to get this set of summaries.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTracesProcessedCount",
"getterDocumentation" : "/**The number of traces that were processed to get this set of summaries.
\n@return The number of traces that were processed to get this set of summaries.*/",
"getterMethodName" : "getTracesProcessedCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TracesProcessedCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TracesProcessedCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TracesProcessedCount",
"setterDocumentation" : "/**The number of traces that were processed to get this set of summaries.
\n@param tracesProcessedCount The number of traces that were processed to get this set of summaries.*/",
"setterMethodName" : "setTracesProcessedCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "tracesProcessedCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of traces that were processed to get this set of summaries.
\n@param tracesProcessedCount The number of traces that were processed to get this set of summaries.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "tracesProcessedCount",
"variableType" : "Long",
"documentation" : "The number of traces that were processed to get this set of summaries.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
\n@param nextToken If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
\n@return If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
\n@param nextToken If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
\n@param nextToken If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApproximateTime" : {
"c2jName" : "ApproximateTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The start time of this page of results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The start time of this page of results.
\n@param approximateTime The start time of this page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApproximateTime",
"getterDocumentation" : "/**The start time of this page of results.
\n@return The start time of this page of results.*/",
"getterMethodName" : "getApproximateTime",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApproximateTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApproximateTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApproximateTime",
"setterDocumentation" : "/**The start time of this page of results.
\n@param approximateTime The start time of this page of results.*/",
"setterMethodName" : "setApproximateTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "approximateTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The start time of this page of results.
\n@param approximateTime The start time of this page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "approximateTime",
"variableType" : "java.util.Date",
"documentation" : "The start time of this page of results.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "NextToken",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
\n@param nextToken If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextToken",
"getterDocumentation" : "/**If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
\n@return If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.*/",
"getterMethodName" : "getNextToken",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
\n@param nextToken If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.*/",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
\n@param nextToken If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TraceSummaries" : {
"c2jName" : "TraceSummaries",
"c2jShape" : "TraceSummaryList",
"deprecated" : false,
"documentation" : "Trace IDs and metadata for traces that were found in the specified time frame.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Trace IDs and metadata for traces that were found in the specified time frame.
\n@param traceSummaries Trace IDs and metadata for traces that were found in the specified time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTraceSummaries",
"getterDocumentation" : "/**Trace IDs and metadata for traces that were found in the specified time frame.
\n@return Trace IDs and metadata for traces that were found in the specified time frame.*/",
"getterMethodName" : "getTraceSummaries",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TraceSummaries",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TraceSummaries",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TraceSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "TraceSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "TraceSummary",
"variableName" : "member",
"variableType" : "TraceSummary",
"documentation" : "",
"simpleType" : "TraceSummary",
"variableSetterType" : "TraceSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TraceSummary",
"variableName" : "member",
"variableType" : "TraceSummary",
"documentation" : "",
"simpleType" : "TraceSummary",
"variableSetterType" : "TraceSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "TraceSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "TraceSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TraceSummaries",
"setterDocumentation" : "/**Trace IDs and metadata for traces that were found in the specified time frame.
\n@param traceSummaries Trace IDs and metadata for traces that were found in the specified time frame.*/",
"setterMethodName" : "setTraceSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traceSummaries",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Trace IDs and metadata for traces that were found in the specified time frame.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTraceSummaries(java.util.Collection)} or {@link #withTraceSummaries(java.util.Collection)} if you want to override the existing values.
\n@param traceSummaries Trace IDs and metadata for traces that were found in the specified time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "traceSummaries",
"variableType" : "java.util.List",
"documentation" : "Trace IDs and metadata for traces that were found in the specified time frame.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"TracesProcessedCount" : {
"c2jName" : "TracesProcessedCount",
"c2jShape" : "NullableLong",
"deprecated" : false,
"documentation" : "The number of traces that were processed to get this set of summaries.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of traces that were processed to get this set of summaries.
\n@param tracesProcessedCount The number of traces that were processed to get this set of summaries.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTracesProcessedCount",
"getterDocumentation" : "/**The number of traces that were processed to get this set of summaries.
\n@return The number of traces that were processed to get this set of summaries.*/",
"getterMethodName" : "getTracesProcessedCount",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TracesProcessedCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TracesProcessedCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TracesProcessedCount",
"setterDocumentation" : "/**The number of traces that were processed to get this set of summaries.
\n@param tracesProcessedCount The number of traces that were processed to get this set of summaries.*/",
"setterMethodName" : "setTracesProcessedCount",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "tracesProcessedCount",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of traces that were processed to get this set of summaries.
\n@param tracesProcessedCount The number of traces that were processed to get this set of summaries.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "tracesProcessedCount",
"variableType" : "Long",
"documentation" : "The number of traces that were processed to get this set of summaries.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetTraceSummariesResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetTraceSummariesResult",
"variableName" : "getTraceSummariesResult",
"variableType" : "GetTraceSummariesResult",
"documentation" : null,
"simpleType" : "GetTraceSummariesResult",
"variableSetterType" : "GetTraceSummariesResult"
},
"wrapper" : false
},
"HistogramEntry" : {
"c2jName" : "HistogramEntry",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An entry in a histogram for a statistic. A histogram maps the range of observed values on the X axis, and the prevalence of each value on the Y axis.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Value",
"c2jShape" : "Double",
"deprecated" : false,
"documentation" : "The value of the entry.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The value of the entry.
\n@param value The value of the entry.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withValue",
"getterDocumentation" : "/**The value of the entry.
\n@return The value of the entry.*/",
"getterMethodName" : "getValue",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**The value of the entry.
\n@param value The value of the entry.*/",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "value",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"varargSetterDocumentation" : "/**The value of the entry.
\n@param value The value of the entry.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "value",
"variableType" : "Double",
"documentation" : "The value of the entry.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Count",
"c2jShape" : "Integer",
"deprecated" : false,
"documentation" : "The prevalence of the entry.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The prevalence of the entry.
\n@param count The prevalence of the entry.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCount",
"getterDocumentation" : "/**The prevalence of the entry.
\n@return The prevalence of the entry.*/",
"getterMethodName" : "getCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Count",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Count",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Count",
"setterDocumentation" : "/**The prevalence of the entry.
\n@param count The prevalence of the entry.*/",
"setterMethodName" : "setCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "count",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The prevalence of the entry.
\n@param count The prevalence of the entry.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "count",
"variableType" : "Integer",
"documentation" : "The prevalence of the entry.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Count" : {
"c2jName" : "Count",
"c2jShape" : "Integer",
"deprecated" : false,
"documentation" : "The prevalence of the entry.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The prevalence of the entry.
\n@param count The prevalence of the entry.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCount",
"getterDocumentation" : "/**The prevalence of the entry.
\n@return The prevalence of the entry.*/",
"getterMethodName" : "getCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Count",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Count",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Count",
"setterDocumentation" : "/**The prevalence of the entry.
\n@param count The prevalence of the entry.*/",
"setterMethodName" : "setCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "count",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The prevalence of the entry.
\n@param count The prevalence of the entry.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "count",
"variableType" : "Integer",
"documentation" : "The prevalence of the entry.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Value" : {
"c2jName" : "Value",
"c2jShape" : "Double",
"deprecated" : false,
"documentation" : "The value of the entry.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The value of the entry.
\n@param value The value of the entry.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withValue",
"getterDocumentation" : "/**The value of the entry.
\n@return The value of the entry.*/",
"getterMethodName" : "getValue",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**The value of the entry.
\n@param value The value of the entry.*/",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "value",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"varargSetterDocumentation" : "/**The value of the entry.
\n@param value The value of the entry.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "value",
"variableType" : "Double",
"documentation" : "The value of the entry.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "HistogramEntry",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "HistogramEntry",
"variableName" : "histogramEntry",
"variableType" : "HistogramEntry",
"documentation" : null,
"simpleType" : "HistogramEntry",
"variableSetterType" : "HistogramEntry"
},
"wrapper" : false
},
"Http" : {
"c2jName" : "Http",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about an HTTP request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "HttpURL",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The request URL.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The request URL.
\n@param httpURL The request URL.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHttpURL",
"getterDocumentation" : "/**The request URL.
\n@return The request URL.*/",
"getterMethodName" : "getHttpURL",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HttpURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HttpURL",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HttpURL",
"setterDocumentation" : "/**The request URL.
\n@param httpURL The request URL.*/",
"setterMethodName" : "setHttpURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "httpURL",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The request URL.
\n@param httpURL The request URL.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "httpURL",
"variableType" : "String",
"documentation" : "The request URL.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "HttpStatus",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "The response status.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The response status.
\n@param httpStatus The response status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHttpStatus",
"getterDocumentation" : "/**The response status.
\n@return The response status.*/",
"getterMethodName" : "getHttpStatus",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HttpStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HttpStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HttpStatus",
"setterDocumentation" : "/**The response status.
\n@param httpStatus The response status.*/",
"setterMethodName" : "setHttpStatus",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "httpStatus",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The response status.
\n@param httpStatus The response status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "httpStatus",
"variableType" : "Integer",
"documentation" : "The response status.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "HttpMethod",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The request method.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The request method.
\n@param httpMethod The request method.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHttpMethod",
"getterDocumentation" : "/**The request method.
\n@return The request method.*/",
"getterMethodName" : "getHttpMethod",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HttpMethod",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HttpMethod",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HttpMethod",
"setterDocumentation" : "/**The request method.
\n@param httpMethod The request method.*/",
"setterMethodName" : "setHttpMethod",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "httpMethod",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The request method.
\n@param httpMethod The request method.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "httpMethod",
"variableType" : "String",
"documentation" : "The request method.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "UserAgent",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The request's user agent string.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The request's user agent string.
\n@param userAgent The request's user agent string.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withUserAgent",
"getterDocumentation" : "/**The request's user agent string.
\n@return The request's user agent string.*/",
"getterMethodName" : "getUserAgent",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "UserAgent",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UserAgent",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "UserAgent",
"setterDocumentation" : "/**The request's user agent string.
\n@param userAgent The request's user agent string.*/",
"setterMethodName" : "setUserAgent",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "userAgent",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The request's user agent string.
\n@param userAgent The request's user agent string.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "userAgent",
"variableType" : "String",
"documentation" : "The request's user agent string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ClientIp",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The IP address of the requestor.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IP address of the requestor.
\n@param clientIp The IP address of the requestor.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withClientIp",
"getterDocumentation" : "/**The IP address of the requestor.
\n@return The IP address of the requestor.*/",
"getterMethodName" : "getClientIp",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClientIp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClientIp",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClientIp",
"setterDocumentation" : "/**The IP address of the requestor.
\n@param clientIp The IP address of the requestor.*/",
"setterMethodName" : "setClientIp",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clientIp",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The IP address of the requestor.
\n@param clientIp The IP address of the requestor.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clientIp",
"variableType" : "String",
"documentation" : "The IP address of the requestor.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ClientIp" : {
"c2jName" : "ClientIp",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The IP address of the requestor.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IP address of the requestor.
\n@param clientIp The IP address of the requestor.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withClientIp",
"getterDocumentation" : "/**The IP address of the requestor.
\n@return The IP address of the requestor.*/",
"getterMethodName" : "getClientIp",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClientIp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClientIp",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClientIp",
"setterDocumentation" : "/**The IP address of the requestor.
\n@param clientIp The IP address of the requestor.*/",
"setterMethodName" : "setClientIp",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clientIp",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The IP address of the requestor.
\n@param clientIp The IP address of the requestor.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clientIp",
"variableType" : "String",
"documentation" : "The IP address of the requestor.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HttpMethod" : {
"c2jName" : "HttpMethod",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The request method.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The request method.
\n@param httpMethod The request method.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHttpMethod",
"getterDocumentation" : "/**The request method.
\n@return The request method.*/",
"getterMethodName" : "getHttpMethod",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HttpMethod",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HttpMethod",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HttpMethod",
"setterDocumentation" : "/**The request method.
\n@param httpMethod The request method.*/",
"setterMethodName" : "setHttpMethod",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "httpMethod",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The request method.
\n@param httpMethod The request method.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "httpMethod",
"variableType" : "String",
"documentation" : "The request method.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HttpStatus" : {
"c2jName" : "HttpStatus",
"c2jShape" : "NullableInteger",
"deprecated" : false,
"documentation" : "The response status.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The response status.
\n@param httpStatus The response status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHttpStatus",
"getterDocumentation" : "/**The response status.
\n@return The response status.*/",
"getterMethodName" : "getHttpStatus",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HttpStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HttpStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HttpStatus",
"setterDocumentation" : "/**The response status.
\n@param httpStatus The response status.*/",
"setterMethodName" : "setHttpStatus",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "httpStatus",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The response status.
\n@param httpStatus The response status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "httpStatus",
"variableType" : "Integer",
"documentation" : "The response status.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"HttpURL" : {
"c2jName" : "HttpURL",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The request URL.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The request URL.
\n@param httpURL The request URL.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHttpURL",
"getterDocumentation" : "/**The request URL.
\n@return The request URL.*/",
"getterMethodName" : "getHttpURL",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HttpURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HttpURL",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HttpURL",
"setterDocumentation" : "/**The request URL.
\n@param httpURL The request URL.*/",
"setterMethodName" : "setHttpURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "httpURL",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The request URL.
\n@param httpURL The request URL.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "httpURL",
"variableType" : "String",
"documentation" : "The request URL.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"UserAgent" : {
"c2jName" : "UserAgent",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The request's user agent string.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The request's user agent string.
\n@param userAgent The request's user agent string.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withUserAgent",
"getterDocumentation" : "/**The request's user agent string.
\n@return The request's user agent string.*/",
"getterMethodName" : "getUserAgent",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "UserAgent",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UserAgent",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "UserAgent",
"setterDocumentation" : "/**The request's user agent string.
\n@param userAgent The request's user agent string.*/",
"setterMethodName" : "setUserAgent",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "userAgent",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The request's user agent string.
\n@param userAgent The request's user agent string.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "userAgent",
"variableType" : "String",
"documentation" : "The request's user agent string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Http",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Http",
"variableName" : "http",
"variableType" : "Http",
"documentation" : null,
"simpleType" : "Http",
"variableSetterType" : "Http"
},
"wrapper" : false
},
"InvalidRequestException" : {
"c2jName" : "InvalidRequestException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The request is missing required parameters or has invalid parameters.
",
"enums" : null,
"errorCode" : "InvalidRequestException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidRequestException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidRequestException",
"variableName" : "invalidRequestException",
"variableType" : "InvalidRequestException",
"documentation" : null,
"simpleType" : "InvalidRequestException",
"variableSetterType" : "InvalidRequestException"
},
"wrapper" : false
},
"PutTelemetryRecordsRequest" : {
"c2jName" : "PutTelemetryRecordsRequest",
"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" : "PutTelemetryRecords",
"locationName" : null,
"requestUri" : "/TelemetryRecords",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "TelemetryRecords",
"c2jShape" : "TelemetryRecordList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param telemetryRecords \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTelemetryRecords",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getTelemetryRecords",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TelemetryRecords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TelemetryRecords",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TelemetryRecord",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "TelemetryRecord",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "TelemetryRecord",
"variableName" : "member",
"variableType" : "TelemetryRecord",
"documentation" : "",
"simpleType" : "TelemetryRecord",
"variableSetterType" : "TelemetryRecord"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TelemetryRecord",
"variableName" : "member",
"variableType" : "TelemetryRecord",
"documentation" : "",
"simpleType" : "TelemetryRecord",
"variableSetterType" : "TelemetryRecord"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "TelemetryRecord",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "TelemetryRecord",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TelemetryRecords",
"setterDocumentation" : "/**\n@param telemetryRecords */",
"setterMethodName" : "setTelemetryRecords",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "telemetryRecords",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTelemetryRecords(java.util.Collection)} or {@link #withTelemetryRecords(java.util.Collection)} if you want to override the existing values.
\n@param telemetryRecords \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "telemetryRecords",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EC2InstanceId",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param eC2InstanceId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEC2InstanceId",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getEC2InstanceId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2InstanceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2InstanceId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EC2InstanceId",
"setterDocumentation" : "/**\n@param eC2InstanceId */",
"setterMethodName" : "setEC2InstanceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eC2InstanceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param eC2InstanceId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eC2InstanceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Hostname",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param hostname \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHostname",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getHostname",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Hostname",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Hostname",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Hostname",
"setterDocumentation" : "/**\n@param hostname */",
"setterMethodName" : "setHostname",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hostname",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param hostname \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hostname",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ResourceARN",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param resourceARN \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**\n@param resourceARN */",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param resourceARN \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EC2InstanceId" : {
"c2jName" : "EC2InstanceId",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param eC2InstanceId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEC2InstanceId",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getEC2InstanceId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2InstanceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2InstanceId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EC2InstanceId",
"setterDocumentation" : "/**\n@param eC2InstanceId */",
"setterMethodName" : "setEC2InstanceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eC2InstanceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param eC2InstanceId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eC2InstanceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Hostname" : {
"c2jName" : "Hostname",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param hostname \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHostname",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getHostname",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Hostname",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Hostname",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Hostname",
"setterDocumentation" : "/**\n@param hostname */",
"setterMethodName" : "setHostname",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hostname",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param hostname \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hostname",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ResourceARN" : {
"c2jName" : "ResourceARN",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param resourceARN \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**\n@param resourceARN */",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param resourceARN \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TelemetryRecords" : {
"c2jName" : "TelemetryRecords",
"c2jShape" : "TelemetryRecordList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param telemetryRecords \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTelemetryRecords",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getTelemetryRecords",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TelemetryRecords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TelemetryRecords",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TelemetryRecord",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "TelemetryRecord",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "TelemetryRecord",
"variableName" : "member",
"variableType" : "TelemetryRecord",
"documentation" : "",
"simpleType" : "TelemetryRecord",
"variableSetterType" : "TelemetryRecord"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TelemetryRecord",
"variableName" : "member",
"variableType" : "TelemetryRecord",
"documentation" : "",
"simpleType" : "TelemetryRecord",
"variableSetterType" : "TelemetryRecord"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "TelemetryRecord",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "TelemetryRecord",
"templateImplType" : "java.util.ArrayList