models.streams.dynamodb-2012-08-10-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-dynamodb 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" : "AmazonDynamoDBException",
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : {
"AttributeValue" : {
"exclude" : null,
"excludeShape" : true,
"inject" : null,
"modify" : null
},
"InternalServerError" : {
"exclude" : null,
"excludeShape" : true,
"inject" : null,
"modify" : null
},
"KeySchemaElement" : {
"exclude" : null,
"excludeShape" : true,
"inject" : null,
"modify" : null
},
"KeyType" : {
"exclude" : null,
"excludeShape" : true,
"inject" : null,
"modify" : null
},
"LimitExceededException" : {
"exclude" : null,
"excludeShape" : true,
"inject" : null,
"modify" : null
},
"ResourceNotFoundException" : {
"exclude" : null,
"excludeShape" : true,
"inject" : null,
"modify" : null
},
"StreamViewType" : {
"exclude" : null,
"excludeShape" : true,
"inject" : null,
"modify" : null
}
},
"shapeSubstitutions" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : true,
"transformDirectory" : "transform",
"useAutoConstructList" : false,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2012-08-10",
"asyncClient" : "AmazonDynamoDBStreamsAsyncClient",
"asyncClientBuilderClassName" : "AmazonDynamoDBStreamsAsyncClientBuilder",
"asyncInterface" : "AmazonDynamoDBStreamsAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonDynamoDBStreamsModuleInjector",
"defaultEndpoint" : "https://streams.dynamodb.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "streams.dynamodb.us-east-1.amazonaws.com",
"defaultRegion" : null,
"documentation" : "Amazon DynamoDB Amazon DynamoDB Streams provides API actions for accessing streams and processing stream records. To learn more about application development with Streams, see Capturing Table Activity with DynamoDB Streams in the Amazon DynamoDB Developer Guide.
The following are short descriptions of each low-level DynamoDB Streams action:
-
DescribeStream - Returns detailed information about a particular stream.
-
GetRecords - Retrieves the stream records from within a shard.
-
GetShardIterator - Returns information on how to retrieve the streams record from a shard with a given shard ID.
-
ListStreams - Returns a list of all the streams associated with the current AWS account and endpoint.
",
"endpointPrefix" : "streams.dynamodb",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.0",
"packageName" : "com.amazonaws.services.dynamodbv2",
"packagePath" : "com/amazonaws/services/dynamodbv2",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"protocolFactory" : "com.amazonaws.protocol.json.SdkJsonProtocolFactory",
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon DynamoDB Streams",
"serviceName" : "Amazon DynamoDB Streams",
"signingName" : "dynamodb",
"smokeTestsPackageName" : "com.amazonaws.services.dynamodbv2.smoketests",
"syncClient" : "AmazonDynamoDBStreamsClient",
"syncClientBuilderClassName" : "AmazonDynamoDBStreamsClientBuilder",
"syncInterface" : "AmazonDynamoDBStreams",
"uid" : "streams-dynamodb-2012-08-10",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"DescribeStream" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeStreamResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.
You can call DescribeStream at a maximum rate of 10 times per second.
Each shard in the stream has a SequenceNumberRange
associated with it. If the SequenceNumberRange
has a StartingSequenceNumber
but no EndingSequenceNumber
, then the shard is still open (able to receive more stream records). If both StartingSequenceNumber
and EndingSequenceNumber
are present, then that shard is closed and can no longer receive more data.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The operation tried to access a nonexistent stream.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeStreamRequest",
"variableName" : "describeStreamRequest",
"variableType" : "DescribeStreamRequest",
"documentation" : "Represents the input of a DescribeStream operation.
",
"simpleType" : "DescribeStreamRequest",
"variableSetterType" : "DescribeStreamRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeStream",
"operationName" : "DescribeStream",
"returnType" : {
"returnType" : "DescribeStreamResult",
"documentation" : "Represents the output of a DescribeStream operation.
"
},
"syncReturnType" : "DescribeStreamResult"
},
"GetRecords" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetRecordsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the stream records from a given shard.
Specify a shard iterator using the ShardIterator
parameter. The shard iterator specifies the position in the shard from which you want to start reading stream records sequentially. If there are no stream records available in the portion of the shard that the iterator points to, GetRecords
returns an empty list. Note that it might take multiple calls to get to a portion of the shard that contains stream records.
GetRecords
can retrieve a maximum of 1 MB of data or 1000 stream records, whichever comes first.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The operation tried to access a nonexistent stream.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ExpiredIteratorException",
"documentation" : "The shard iterator has expired and can no longer be used to retrieve stream records. A shard iterator expires 15 minutes after it is retrieved using the GetShardIterator action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "TrimmedDataAccessException",
"documentation" : "The operation attempted to read past the oldest stream record in a shard.
In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream. You might receive a TrimmedDataAccessException if:
You request a shard iterator with a sequence number older than the trim point (24 hours).
You obtain a shard iterator, but before you use the iterator in a GetRecords request, a stream record in the shard exceeds the 24 hour period and is trimmed. This causes the iterator to access a record that no longer exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetRecordsRequest",
"variableName" : "getRecordsRequest",
"variableType" : "GetRecordsRequest",
"documentation" : "Represents the input of a GetRecords operation.
",
"simpleType" : "GetRecordsRequest",
"variableSetterType" : "GetRecordsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getRecords",
"operationName" : "GetRecords",
"returnType" : {
"returnType" : "GetRecordsResult",
"documentation" : "Represents the output of a GetRecords operation.
"
},
"syncReturnType" : "GetRecordsResult"
},
"GetShardIterator" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetShardIteratorResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a shard iterator. A shard iterator provides information about how to retrieve the stream records from within a shard. Use the shard iterator in a subsequent GetRecords
request to read the stream records from the shard.
A shard iterator expires 15 minutes after it is returned to the requester.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The operation tried to access a nonexistent stream.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
",
"httpStatusCode" : null
}, {
"exceptionName" : "TrimmedDataAccessException",
"documentation" : "The operation attempted to read past the oldest stream record in a shard.
In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream. You might receive a TrimmedDataAccessException if:
You request a shard iterator with a sequence number older than the trim point (24 hours).
You obtain a shard iterator, but before you use the iterator in a GetRecords request, a stream record in the shard exceeds the 24 hour period and is trimmed. This causes the iterator to access a record that no longer exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetShardIteratorRequest",
"variableName" : "getShardIteratorRequest",
"variableType" : "GetShardIteratorRequest",
"documentation" : "Represents the input of a GetShardIterator operation.
",
"simpleType" : "GetShardIteratorRequest",
"variableSetterType" : "GetShardIteratorRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getShardIterator",
"operationName" : "GetShardIterator",
"returnType" : {
"returnType" : "GetShardIteratorResult",
"documentation" : "Represents the output of a GetShardIterator operation.
"
},
"syncReturnType" : "GetShardIteratorResult"
},
"ListStreams" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListStreamsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array of stream ARNs associated with the current account and endpoint. If the TableName
parameter is present, then ListStreams will return only the streams ARNs for that table.
You can call ListStreams at a maximum rate of 5 times per second.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The operation tried to access a nonexistent stream.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListStreamsRequest",
"variableName" : "listStreamsRequest",
"variableType" : "ListStreamsRequest",
"documentation" : "Represents the input of a ListStreams operation.
",
"simpleType" : "ListStreamsRequest",
"variableSetterType" : "ListStreamsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listStreams",
"operationName" : "ListStreams",
"returnType" : {
"returnType" : "ListStreamsResult",
"documentation" : "Represents the output of a ListStreams operation.
"
},
"syncReturnType" : "ListStreamsResult"
}
},
"shapes" : {
"AttributeValue" : {
"c2jName" : "AttributeValue",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : true,
"skipGeneratingModelClass" : true,
"skipGeneratingUnmarshaller" : true
},
"deprecated" : false,
"documentation" : "Represents the data for an attribute. You can set one, and only one, of the elements.
Each attribute in an item is a name-value pair. An attribute can be single-valued or multi-valued set. For example, a book item can have title and authors attributes. Each book has one title but can have many authors. The multi-valued attribute is a set; duplicate values are not allowed.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "S",
"c2jShape" : "StringAttributeValue",
"deprecated" : false,
"documentation" : "A String data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A String data type.
\n@param s A String data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withS",
"getterDocumentation" : "/**A String data type.
\n@return A String data type.*/",
"getterMethodName" : "getS",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "S",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S",
"setterDocumentation" : "/**A String data type.
\n@param s A String data type.*/",
"setterMethodName" : "setS",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A String data type.
\n@param s A String data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s",
"variableType" : "String",
"documentation" : "A String data type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "N",
"c2jShape" : "NumberAttributeValue",
"deprecated" : false,
"documentation" : "A Number data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Number data type.
\n@param n A Number data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withN",
"getterDocumentation" : "/**A Number data type.
\n@return A Number data type.*/",
"getterMethodName" : "getN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "N",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "N",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "N",
"setterDocumentation" : "/**A Number data type.
\n@param n A Number data type.*/",
"setterMethodName" : "setN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "n",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A Number data type.
\n@param n A Number data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "n",
"variableType" : "String",
"documentation" : "A Number data type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "B",
"c2jShape" : "BinaryAttributeValue",
"deprecated" : false,
"documentation" : "A Binary data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Binary data type.
\n@param b A Binary data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withB",
"getterDocumentation" : "/**A Binary data type.
\n\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n
\n@return A Binary data type.*/",
"getterMethodName" : "getB",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "B",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "B",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "B",
"setterDocumentation" : "/**A Binary data type.
\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n
\n\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n
\n\n@param b A Binary data type.*/",
"setterMethodName" : "setB",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "b",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"varargSetterDocumentation" : "/**A Binary data type.
\n@param b A Binary data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "b",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "A Binary data type.
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SS",
"c2jShape" : "StringSetAttributeValue",
"deprecated" : false,
"documentation" : "A String Set data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A String Set data type.
\n@param sS A String Set data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSS",
"getterDocumentation" : "/**A String Set data type.
\n@return A String Set data type.*/",
"getterMethodName" : "getSS",
"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" : "SS",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SS",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "StringAttributeValue",
"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" : "SS",
"setterDocumentation" : "/**A String Set data type.
\n@param sS A String Set data type.*/",
"setterMethodName" : "setSS",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sS",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A String Set data type.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSS(java.util.Collection)} or {@link #withSS(java.util.Collection)} if you want to override the existing values.
\n@param sS A String Set data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sS",
"variableType" : "java.util.List",
"documentation" : "A String Set data type.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NS",
"c2jShape" : "NumberSetAttributeValue",
"deprecated" : false,
"documentation" : "A Number Set data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Number Set data type.
\n@param nS A Number Set data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNS",
"getterDocumentation" : "/**A Number Set data type.
\n@return A Number Set data type.*/",
"getterMethodName" : "getNS",
"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" : "NS",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NS",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "NumberAttributeValue",
"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" : "NS",
"setterDocumentation" : "/**A Number Set data type.
\n@param nS A Number Set data type.*/",
"setterMethodName" : "setNS",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nS",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A Number Set data type.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNS(java.util.Collection)} or {@link #withNS(java.util.Collection)} if you want to override the existing values.
\n@param nS A Number Set data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nS",
"variableType" : "java.util.List",
"documentation" : "A Number Set data type.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "BS",
"c2jShape" : "BinarySetAttributeValue",
"deprecated" : false,
"documentation" : "A Binary Set data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Binary Set data type.
\n@param bS A Binary Set data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withBS",
"getterDocumentation" : "/**A Binary Set data type.
\n@return A Binary Set data type.*/",
"getterMethodName" : "getBS",
"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" : "BS",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BS",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "BinaryAttributeValue",
"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\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n
\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"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" : "/**\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n
\n\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n
\n\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "member",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "member",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "java.nio.ByteBuffer",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "ByteBuffer",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "BS",
"setterDocumentation" : "/**A Binary Set data type.
\n@param bS A Binary Set data type.*/",
"setterMethodName" : "setBS",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "bS",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "ByteBuffer>",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A Binary Set data type.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setBS(java.util.Collection)} or {@link #withBS(java.util.Collection)} if you want to override the existing values.
\n@param bS A Binary Set data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "bS",
"variableType" : "java.util.List",
"documentation" : "A Binary Set data type.
",
"simpleType" : "ByteBuffer>",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "M",
"c2jShape" : "MapAttributeValue",
"deprecated" : false,
"documentation" : "A Map data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Map data type.
\n@param m A Map data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withM",
"getterDocumentation" : "/**A Map data type.
\n@return A Map data type.*/",
"getterMethodName" : "getM",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "M",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "M",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "AttributeValue",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withValue",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getValue",
"getterModel" : {
"returnType" : "AttributeValue",
"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" : "/**\n@param value */",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "AttributeValue",
"variableName" : "value",
"variableType" : "AttributeValue",
"documentation" : "",
"simpleType" : "AttributeValue",
"variableSetterType" : "AttributeValue"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AttributeValue",
"variableName" : "value",
"variableType" : "AttributeValue",
"documentation" : "",
"simpleType" : "AttributeValue",
"variableSetterType" : "AttributeValue"
},
"xmlNameSpaceUri" : null
},
"valueType" : "AttributeValue",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : false
},
"name" : "M",
"setterDocumentation" : "/**A Map data type.
\n@param m A Map data type.*/",
"setterMethodName" : "setM",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "m",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"varargSetterDocumentation" : "/**A Map data type.
\n@param m A Map data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "m",
"variableType" : "java.util.Map",
"documentation" : "A Map data type.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "L",
"c2jShape" : "ListAttributeValue",
"deprecated" : false,
"documentation" : "A List data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A List data type.
\n@param l A List data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withL",
"getterDocumentation" : "/**A List data type.
\n@return A List data type.*/",
"getterMethodName" : "getL",
"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" : "L",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "L",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "AttributeValue",
"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" : "AttributeValue",
"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" : "AttributeValue",
"variableName" : "member",
"variableType" : "AttributeValue",
"documentation" : "",
"simpleType" : "AttributeValue",
"variableSetterType" : "AttributeValue"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AttributeValue",
"variableName" : "member",
"variableType" : "AttributeValue",
"documentation" : "",
"simpleType" : "AttributeValue",
"variableSetterType" : "AttributeValue"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AttributeValue",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "AttributeValue",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "L",
"setterDocumentation" : "/**A List data type.
\n@param l A List data type.*/",
"setterMethodName" : "setL",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "l",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A List data type.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setL(java.util.Collection)} or {@link #withL(java.util.Collection)} if you want to override the existing values.
\n@param l A List data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "l",
"variableType" : "java.util.List",
"documentation" : "A List data type.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NULL",
"c2jShape" : "NullAttributeValue",
"deprecated" : false,
"documentation" : "A Null data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Null data type.
\n@param nULLValue A Null data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNULL",
"getterDocumentation" : "/**A Null data type.
\n@return A Null data type.*/",
"getterMethodName" : "getNULL",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NULL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NULL",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NULL",
"setterDocumentation" : "/**A Null data type.
\n@param nULLValue A Null data type.*/",
"setterMethodName" : "setNULL",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "nULLValue",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**A Null data type.
\n@param nULLValue A Null data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "nULLValue",
"variableType" : "Boolean",
"documentation" : "A Null data type.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "BOOL",
"c2jShape" : "BooleanAttributeValue",
"deprecated" : false,
"documentation" : "A Boolean data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Boolean data type.
\n@param bOOL A Boolean data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withBOOL",
"getterDocumentation" : "/**A Boolean data type.
\n@return A Boolean data type.*/",
"getterMethodName" : "getBOOL",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BOOL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BOOL",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BOOL",
"setterDocumentation" : "/**A Boolean data type.
\n@param bOOL A Boolean data type.*/",
"setterMethodName" : "setBOOL",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "bOOL",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**A Boolean data type.
\n@param bOOL A Boolean data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "bOOL",
"variableType" : "Boolean",
"documentation" : "A Boolean data type.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"B" : {
"c2jName" : "B",
"c2jShape" : "BinaryAttributeValue",
"deprecated" : false,
"documentation" : "A Binary data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Binary data type.
\n@param b A Binary data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withB",
"getterDocumentation" : "/**A Binary data type.
\n\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n
\n@return A Binary data type.*/",
"getterMethodName" : "getB",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "B",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "B",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "B",
"setterDocumentation" : "/**A Binary data type.
\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n
\n\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n
\n\n@param b A Binary data type.*/",
"setterMethodName" : "setB",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "b",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"varargSetterDocumentation" : "/**A Binary data type.
\n@param b A Binary data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "b",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "A Binary data type.
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
},
"BOOL" : {
"c2jName" : "BOOL",
"c2jShape" : "BooleanAttributeValue",
"deprecated" : false,
"documentation" : "A Boolean data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Boolean data type.
\n@param bOOL A Boolean data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withBOOL",
"getterDocumentation" : "/**A Boolean data type.
\n@return A Boolean data type.*/",
"getterMethodName" : "getBOOL",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BOOL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BOOL",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BOOL",
"setterDocumentation" : "/**A Boolean data type.
\n@param bOOL A Boolean data type.*/",
"setterMethodName" : "setBOOL",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "bOOL",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**A Boolean data type.
\n@param bOOL A Boolean data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "bOOL",
"variableType" : "Boolean",
"documentation" : "A Boolean data type.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"BS" : {
"c2jName" : "BS",
"c2jShape" : "BinarySetAttributeValue",
"deprecated" : false,
"documentation" : "A Binary Set data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Binary Set data type.
\n@param bS A Binary Set data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withBS",
"getterDocumentation" : "/**A Binary Set data type.
\n@return A Binary Set data type.*/",
"getterMethodName" : "getBS",
"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" : "BS",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BS",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "BinaryAttributeValue",
"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\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n
\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"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" : "/**\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n
\n\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n
\n\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "member",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "member",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "java.nio.ByteBuffer",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "ByteBuffer",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "BS",
"setterDocumentation" : "/**A Binary Set data type.
\n@param bS A Binary Set data type.*/",
"setterMethodName" : "setBS",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "bS",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "ByteBuffer>",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A Binary Set data type.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setBS(java.util.Collection)} or {@link #withBS(java.util.Collection)} if you want to override the existing values.
\n@param bS A Binary Set data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "bS",
"variableType" : "java.util.List",
"documentation" : "A Binary Set data type.
",
"simpleType" : "ByteBuffer>",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"L" : {
"c2jName" : "L",
"c2jShape" : "ListAttributeValue",
"deprecated" : false,
"documentation" : "A List data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A List data type.
\n@param l A List data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withL",
"getterDocumentation" : "/**A List data type.
\n@return A List data type.*/",
"getterMethodName" : "getL",
"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" : "L",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "L",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "AttributeValue",
"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" : "AttributeValue",
"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" : "AttributeValue",
"variableName" : "member",
"variableType" : "AttributeValue",
"documentation" : "",
"simpleType" : "AttributeValue",
"variableSetterType" : "AttributeValue"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AttributeValue",
"variableName" : "member",
"variableType" : "AttributeValue",
"documentation" : "",
"simpleType" : "AttributeValue",
"variableSetterType" : "AttributeValue"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AttributeValue",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "AttributeValue",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "L",
"setterDocumentation" : "/**A List data type.
\n@param l A List data type.*/",
"setterMethodName" : "setL",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "l",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A List data type.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setL(java.util.Collection)} or {@link #withL(java.util.Collection)} if you want to override the existing values.
\n@param l A List data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "l",
"variableType" : "java.util.List",
"documentation" : "A List data type.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"M" : {
"c2jName" : "M",
"c2jShape" : "MapAttributeValue",
"deprecated" : false,
"documentation" : "A Map data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Map data type.
\n@param m A Map data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withM",
"getterDocumentation" : "/**A Map data type.
\n@return A Map data type.*/",
"getterMethodName" : "getM",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "M",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "M",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "AttributeValue",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withValue",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getValue",
"getterModel" : {
"returnType" : "AttributeValue",
"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" : "/**\n@param value */",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "AttributeValue",
"variableName" : "value",
"variableType" : "AttributeValue",
"documentation" : "",
"simpleType" : "AttributeValue",
"variableSetterType" : "AttributeValue"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AttributeValue",
"variableName" : "value",
"variableType" : "AttributeValue",
"documentation" : "",
"simpleType" : "AttributeValue",
"variableSetterType" : "AttributeValue"
},
"xmlNameSpaceUri" : null
},
"valueType" : "AttributeValue",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : false
},
"name" : "M",
"setterDocumentation" : "/**A Map data type.
\n@param m A Map data type.*/",
"setterMethodName" : "setM",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "m",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"varargSetterDocumentation" : "/**A Map data type.
\n@param m A Map data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "m",
"variableType" : "java.util.Map",
"documentation" : "A Map data type.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
},
"N" : {
"c2jName" : "N",
"c2jShape" : "NumberAttributeValue",
"deprecated" : false,
"documentation" : "A Number data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Number data type.
\n@param n A Number data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withN",
"getterDocumentation" : "/**A Number data type.
\n@return A Number data type.*/",
"getterMethodName" : "getN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "N",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "N",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "N",
"setterDocumentation" : "/**A Number data type.
\n@param n A Number data type.*/",
"setterMethodName" : "setN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "n",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A Number data type.
\n@param n A Number data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "n",
"variableType" : "String",
"documentation" : "A Number data type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"NS" : {
"c2jName" : "NS",
"c2jShape" : "NumberSetAttributeValue",
"deprecated" : false,
"documentation" : "A Number Set data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Number Set data type.
\n@param nS A Number Set data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNS",
"getterDocumentation" : "/**A Number Set data type.
\n@return A Number Set data type.*/",
"getterMethodName" : "getNS",
"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" : "NS",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NS",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "NumberAttributeValue",
"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" : "NS",
"setterDocumentation" : "/**A Number Set data type.
\n@param nS A Number Set data type.*/",
"setterMethodName" : "setNS",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nS",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A Number Set data type.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNS(java.util.Collection)} or {@link #withNS(java.util.Collection)} if you want to override the existing values.
\n@param nS A Number Set data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nS",
"variableType" : "java.util.List",
"documentation" : "A Number Set data type.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NULL" : {
"c2jName" : "NULL",
"c2jShape" : "NullAttributeValue",
"deprecated" : false,
"documentation" : "A Null data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Null data type.
\n@param nULLValue A Null data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNULL",
"getterDocumentation" : "/**A Null data type.
\n@return A Null data type.*/",
"getterMethodName" : "getNULL",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NULL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NULL",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NULL",
"setterDocumentation" : "/**A Null data type.
\n@param nULLValue A Null data type.*/",
"setterMethodName" : "setNULL",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "nULLValue",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**A Null data type.
\n@param nULLValue A Null data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "nULLValue",
"variableType" : "Boolean",
"documentation" : "A Null data type.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"S" : {
"c2jName" : "S",
"c2jShape" : "StringAttributeValue",
"deprecated" : false,
"documentation" : "A String data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A String data type.
\n@param s A String data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withS",
"getterDocumentation" : "/**A String data type.
\n@return A String data type.*/",
"getterMethodName" : "getS",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "S",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S",
"setterDocumentation" : "/**A String data type.
\n@param s A String data type.*/",
"setterMethodName" : "setS",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A String data type.
\n@param s A String data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s",
"variableType" : "String",
"documentation" : "A String data type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SS" : {
"c2jName" : "SS",
"c2jShape" : "StringSetAttributeValue",
"deprecated" : false,
"documentation" : "A String Set data type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A String Set data type.
\n@param sS A String Set data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSS",
"getterDocumentation" : "/**A String Set data type.
\n@return A String Set data type.*/",
"getterMethodName" : "getSS",
"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" : "SS",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SS",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "StringAttributeValue",
"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" : "SS",
"setterDocumentation" : "/**A String Set data type.
\n@param sS A String Set data type.*/",
"setterMethodName" : "setSS",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sS",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A String Set data type.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSS(java.util.Collection)} or {@link #withSS(java.util.Collection)} if you want to override the existing values.
\n@param sS A String Set data type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sS",
"variableType" : "java.util.List",
"documentation" : "A String Set data type.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AttributeValue",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AttributeValue",
"variableName" : "attributeValue",
"variableType" : "AttributeValue",
"documentation" : null,
"simpleType" : "AttributeValue",
"variableSetterType" : "AttributeValue"
},
"wrapper" : false
},
"DescribeStreamRequest" : {
"c2jName" : "DescribeStreamInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input of a DescribeStream operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeStream",
"locationName" : null,
"requestUri" : "/",
"target" : "DynamoDBStreams_20120810.DescribeStream",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "StreamArn",
"c2jShape" : "StreamArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamArn",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@return The Amazon Resource Name (ARN) for the stream.*/",
"getterMethodName" : "getStreamArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.*/",
"setterMethodName" : "setStreamArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Limit",
"c2jShape" : "PositiveIntegerObject",
"deprecated" : false,
"documentation" : "The maximum number of shard objects to return. The upper limit is 100.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum number of shard objects to return. The upper limit is 100.
\n@param limit The maximum number of shard objects to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLimit",
"getterDocumentation" : "/**The maximum number of shard objects to return. The upper limit is 100.
\n@return The maximum number of shard objects to return. The upper limit is 100.*/",
"getterMethodName" : "getLimit",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Limit",
"setterDocumentation" : "/**The maximum number of shard objects to return. The upper limit is 100.
\n@param limit The maximum number of shard objects to return. The upper limit is 100.*/",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum number of shard objects to return. The upper limit is 100.
\n@param limit The maximum number of shard objects to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of shard objects to return. The upper limit is 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ExclusiveStartShardId",
"c2jShape" : "ShardId",
"deprecated" : false,
"documentation" : "The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.
\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExclusiveStartShardId",
"getterDocumentation" : "/**The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.
\n@return The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.*/",
"getterMethodName" : "getExclusiveStartShardId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExclusiveStartShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartShardId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExclusiveStartShardId",
"setterDocumentation" : "/**The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.
\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.*/",
"setterMethodName" : "setExclusiveStartShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.
\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : "The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ExclusiveStartShardId" : {
"c2jName" : "ExclusiveStartShardId",
"c2jShape" : "ShardId",
"deprecated" : false,
"documentation" : "The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.
\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExclusiveStartShardId",
"getterDocumentation" : "/**The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.
\n@return The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.*/",
"getterMethodName" : "getExclusiveStartShardId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExclusiveStartShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartShardId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExclusiveStartShardId",
"setterDocumentation" : "/**The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.
\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.*/",
"setterMethodName" : "setExclusiveStartShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.
\n@param exclusiveStartShardId The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : "The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId
in the previous operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Limit" : {
"c2jName" : "Limit",
"c2jShape" : "PositiveIntegerObject",
"deprecated" : false,
"documentation" : "The maximum number of shard objects to return. The upper limit is 100.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum number of shard objects to return. The upper limit is 100.
\n@param limit The maximum number of shard objects to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLimit",
"getterDocumentation" : "/**The maximum number of shard objects to return. The upper limit is 100.
\n@return The maximum number of shard objects to return. The upper limit is 100.*/",
"getterMethodName" : "getLimit",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Limit",
"setterDocumentation" : "/**The maximum number of shard objects to return. The upper limit is 100.
\n@param limit The maximum number of shard objects to return. The upper limit is 100.*/",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum number of shard objects to return. The upper limit is 100.
\n@param limit The maximum number of shard objects to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of shard objects to return. The upper limit is 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"StreamArn" : {
"c2jName" : "StreamArn",
"c2jShape" : "StreamArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamArn",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@return The Amazon Resource Name (ARN) for the stream.*/",
"getterMethodName" : "getStreamArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.*/",
"setterMethodName" : "setStreamArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamArn" ],
"shapeName" : "DescribeStreamRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeStreamRequest",
"variableName" : "describeStreamRequest",
"variableType" : "DescribeStreamRequest",
"documentation" : null,
"simpleType" : "DescribeStreamRequest",
"variableSetterType" : "DescribeStreamRequest"
},
"wrapper" : false
},
"DescribeStreamResult" : {
"c2jName" : "DescribeStreamOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the output of a DescribeStream operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "StreamDescription",
"c2jShape" : "StreamDescription",
"deprecated" : false,
"documentation" : "A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamDescription",
"getterDocumentation" : "/**A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
\n@return A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.*/",
"getterMethodName" : "getStreamDescription",
"getterModel" : {
"returnType" : "StreamDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamDescription",
"setterDocumentation" : "/**A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.*/",
"setterMethodName" : "setStreamDescription",
"setterModel" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : "",
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : "A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
",
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamDescription" : {
"c2jName" : "StreamDescription",
"c2jShape" : "StreamDescription",
"deprecated" : false,
"documentation" : "A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamDescription",
"getterDocumentation" : "/**A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
\n@return A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.*/",
"getterMethodName" : "getStreamDescription",
"getterModel" : {
"returnType" : "StreamDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamDescription",
"setterDocumentation" : "/**A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.*/",
"setterMethodName" : "setStreamDescription",
"setterModel" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : "",
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
\n@param streamDescription A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : "A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
",
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeStreamResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeStreamResult",
"variableName" : "describeStreamResult",
"variableType" : "DescribeStreamResult",
"documentation" : null,
"simpleType" : "DescribeStreamResult",
"variableSetterType" : "DescribeStreamResult"
},
"wrapper" : false
},
"ExpiredIteratorException" : {
"c2jName" : "ExpiredIteratorException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The shard iterator has expired and can no longer be used to retrieve stream records. A shard iterator expires 15 minutes after it is retrieved using the GetShardIterator action.
",
"enums" : null,
"errorCode" : "ExpiredIteratorException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ExpiredIteratorException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ExpiredIteratorException",
"variableName" : "expiredIteratorException",
"variableType" : "ExpiredIteratorException",
"documentation" : null,
"simpleType" : "ExpiredIteratorException",
"variableSetterType" : "ExpiredIteratorException"
},
"wrapper" : false
},
"GetRecordsRequest" : {
"c2jName" : "GetRecordsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input of a GetRecords operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetRecords",
"locationName" : null,
"requestUri" : "/",
"target" : "DynamoDBStreams_20120810.GetRecords",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ShardIterator",
"c2jShape" : "ShardIterator",
"deprecated" : false,
"documentation" : "A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withShardIterator",
"getterDocumentation" : "/**A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
\n@return A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.*/",
"getterMethodName" : "getShardIterator",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ShardIterator",
"setterDocumentation" : "/**A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.*/",
"setterMethodName" : "setShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Limit",
"c2jShape" : "PositiveIntegerObject",
"deprecated" : false,
"documentation" : "The maximum number of records to return from the shard. The upper limit is 1000.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum number of records to return from the shard. The upper limit is 1000.
\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLimit",
"getterDocumentation" : "/**The maximum number of records to return from the shard. The upper limit is 1000.
\n@return The maximum number of records to return from the shard. The upper limit is 1000.*/",
"getterMethodName" : "getLimit",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Limit",
"setterDocumentation" : "/**The maximum number of records to return from the shard. The upper limit is 1000.
\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.*/",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum number of records to return from the shard. The upper limit is 1000.
\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of records to return from the shard. The upper limit is 1000.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Limit" : {
"c2jName" : "Limit",
"c2jShape" : "PositiveIntegerObject",
"deprecated" : false,
"documentation" : "The maximum number of records to return from the shard. The upper limit is 1000.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum number of records to return from the shard. The upper limit is 1000.
\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLimit",
"getterDocumentation" : "/**The maximum number of records to return from the shard. The upper limit is 1000.
\n@return The maximum number of records to return from the shard. The upper limit is 1000.*/",
"getterMethodName" : "getLimit",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Limit",
"setterDocumentation" : "/**The maximum number of records to return from the shard. The upper limit is 1000.
\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.*/",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum number of records to return from the shard. The upper limit is 1000.
\n@param limit The maximum number of records to return from the shard. The upper limit is 1000.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of records to return from the shard. The upper limit is 1000.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"ShardIterator" : {
"c2jName" : "ShardIterator",
"c2jShape" : "ShardIterator",
"deprecated" : false,
"documentation" : "A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withShardIterator",
"getterDocumentation" : "/**A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
\n@return A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.*/",
"getterMethodName" : "getShardIterator",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ShardIterator",
"setterDocumentation" : "/**A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.*/",
"setterMethodName" : "setShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
\n@param shardIterator A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ShardIterator" ],
"shapeName" : "GetRecordsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetRecordsRequest",
"variableName" : "getRecordsRequest",
"variableType" : "GetRecordsRequest",
"documentation" : null,
"simpleType" : "GetRecordsRequest",
"variableSetterType" : "GetRecordsRequest"
},
"wrapper" : false
},
"GetRecordsResult" : {
"c2jName" : "GetRecordsOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the output of a GetRecords operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Records",
"c2jShape" : "RecordList",
"deprecated" : false,
"documentation" : "The stream records from the shard, which were retrieved using the shard iterator.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The stream records from the shard, which were retrieved using the shard iterator.
\n@param records The stream records from the shard, which were retrieved using the shard iterator.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecords",
"getterDocumentation" : "/**The stream records from the shard, which were retrieved using the shard iterator.
\n@return The stream records from the shard, which were retrieved using the shard iterator.*/",
"getterMethodName" : "getRecords",
"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" : "Records",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Records",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Record",
"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" : "Record",
"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" : "Record",
"variableName" : "member",
"variableType" : "Record",
"documentation" : "",
"simpleType" : "Record",
"variableSetterType" : "Record"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Record",
"variableName" : "member",
"variableType" : "Record",
"documentation" : "",
"simpleType" : "Record",
"variableSetterType" : "Record"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Record",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Record",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Records",
"setterDocumentation" : "/**The stream records from the shard, which were retrieved using the shard iterator.
\n@param records The stream records from the shard, which were retrieved using the shard iterator.*/",
"setterMethodName" : "setRecords",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "records",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The stream records from the shard, which were retrieved using the shard iterator.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRecords(java.util.Collection)} or {@link #withRecords(java.util.Collection)} if you want to override the existing values.
\n@param records The stream records from the shard, which were retrieved using the shard iterator.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "records",
"variableType" : "java.util.List",
"documentation" : "The stream records from the shard, which were retrieved using the shard iterator.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextShardIterator",
"c2jShape" : "ShardIterator",
"deprecated" : false,
"documentation" : "The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextShardIterator",
"getterDocumentation" : "/**The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
\n@return The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.*/",
"getterMethodName" : "getNextShardIterator",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextShardIterator",
"setterDocumentation" : "/**The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.*/",
"setterMethodName" : "setNextShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextShardIterator",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextShardIterator",
"variableType" : "String",
"documentation" : "The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextShardIterator" : {
"c2jName" : "NextShardIterator",
"c2jShape" : "ShardIterator",
"deprecated" : false,
"documentation" : "The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNextShardIterator",
"getterDocumentation" : "/**The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
\n@return The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.*/",
"getterMethodName" : "getNextShardIterator",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextShardIterator",
"setterDocumentation" : "/**The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.*/",
"setterMethodName" : "setNextShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextShardIterator",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
\n@param nextShardIterator The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextShardIterator",
"variableType" : "String",
"documentation" : "The next position in the shard from which to start sequentially reading stream records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Records" : {
"c2jName" : "Records",
"c2jShape" : "RecordList",
"deprecated" : false,
"documentation" : "The stream records from the shard, which were retrieved using the shard iterator.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The stream records from the shard, which were retrieved using the shard iterator.
\n@param records The stream records from the shard, which were retrieved using the shard iterator.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecords",
"getterDocumentation" : "/**The stream records from the shard, which were retrieved using the shard iterator.
\n@return The stream records from the shard, which were retrieved using the shard iterator.*/",
"getterMethodName" : "getRecords",
"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" : "Records",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Records",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Record",
"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" : "Record",
"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" : "Record",
"variableName" : "member",
"variableType" : "Record",
"documentation" : "",
"simpleType" : "Record",
"variableSetterType" : "Record"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Record",
"variableName" : "member",
"variableType" : "Record",
"documentation" : "",
"simpleType" : "Record",
"variableSetterType" : "Record"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Record",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Record",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Records",
"setterDocumentation" : "/**The stream records from the shard, which were retrieved using the shard iterator.
\n@param records The stream records from the shard, which were retrieved using the shard iterator.*/",
"setterMethodName" : "setRecords",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "records",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The stream records from the shard, which were retrieved using the shard iterator.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRecords(java.util.Collection)} or {@link #withRecords(java.util.Collection)} if you want to override the existing values.
\n@param records The stream records from the shard, which were retrieved using the shard iterator.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "records",
"variableType" : "java.util.List",
"documentation" : "The stream records from the shard, which were retrieved using the shard iterator.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetRecordsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetRecordsResult",
"variableName" : "getRecordsResult",
"variableType" : "GetRecordsResult",
"documentation" : null,
"simpleType" : "GetRecordsResult",
"variableSetterType" : "GetRecordsResult"
},
"wrapper" : false
},
"GetShardIteratorRequest" : {
"c2jName" : "GetShardIteratorInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input of a GetShardIterator operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetShardIterator",
"locationName" : null,
"requestUri" : "/",
"target" : "DynamoDBStreams_20120810.GetShardIterator",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "StreamArn",
"c2jShape" : "StreamArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamArn",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@return The Amazon Resource Name (ARN) for the stream.*/",
"getterMethodName" : "getStreamArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.*/",
"setterMethodName" : "setStreamArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ShardId",
"c2jShape" : "ShardId",
"deprecated" : false,
"documentation" : "The identifier of the shard. The iterator will be returned for this shard ID.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier of the shard. The iterator will be returned for this shard ID.
\n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withShardId",
"getterDocumentation" : "/**The identifier of the shard. The iterator will be returned for this shard ID.
\n@return The identifier of the shard. The iterator will be returned for this shard ID.*/",
"getterMethodName" : "getShardId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ShardId",
"setterDocumentation" : "/**The identifier of the shard. The iterator will be returned for this shard ID.
\n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.*/",
"setterMethodName" : "setShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identifier of the shard. The iterator will be returned for this shard ID.
\n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : "The identifier of the shard. The iterator will be returned for this shard ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ShardIteratorType",
"c2jShape" : "ShardIteratorType",
"deprecated" : false,
"documentation" : "Determines how the shard iterator is used to start reading stream records from the shard:
-
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
",
"enumType" : "ShardIteratorType",
"fluentSetterDocumentation" : "/**Determines how the shard iterator is used to start reading stream records from the shard:
-
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard: -
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType*/",
"fluentSetterMethodName" : "withShardIteratorType",
"getterDocumentation" : "/**Determines how the shard iterator is used to start reading stream records from the shard:
-
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@return Determines how the shard iterator is used to start reading stream records from the shard: -
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType*/",
"getterMethodName" : "getShardIteratorType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ShardIteratorType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIteratorType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ShardIteratorType",
"setterDocumentation" : "/**Determines how the shard iterator is used to start reading stream records from the shard:
-
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard: -
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType*/",
"setterMethodName" : "setShardIteratorType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIteratorType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Determines how the shard iterator is used to start reading stream records from the shard:
-
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard: -
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIteratorType",
"variableType" : "String",
"documentation" : "Determines how the shard iterator is used to start reading stream records from the shard:
-
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SequenceNumber",
"c2jShape" : "SequenceNumber",
"deprecated" : false,
"documentation" : "The sequence number of a stream record in the shard from which to start reading.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The sequence number of a stream record in the shard from which to start reading.
\n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSequenceNumber",
"getterDocumentation" : "/**The sequence number of a stream record in the shard from which to start reading.
\n@return The sequence number of a stream record in the shard from which to start reading.*/",
"getterMethodName" : "getSequenceNumber",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SequenceNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SequenceNumber",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SequenceNumber",
"setterDocumentation" : "/**The sequence number of a stream record in the shard from which to start reading.
\n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.*/",
"setterMethodName" : "setSequenceNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sequenceNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The sequence number of a stream record in the shard from which to start reading.
\n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sequenceNumber",
"variableType" : "String",
"documentation" : "The sequence number of a stream record in the shard from which to start reading.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SequenceNumber" : {
"c2jName" : "SequenceNumber",
"c2jShape" : "SequenceNumber",
"deprecated" : false,
"documentation" : "The sequence number of a stream record in the shard from which to start reading.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The sequence number of a stream record in the shard from which to start reading.
\n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSequenceNumber",
"getterDocumentation" : "/**The sequence number of a stream record in the shard from which to start reading.
\n@return The sequence number of a stream record in the shard from which to start reading.*/",
"getterMethodName" : "getSequenceNumber",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SequenceNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SequenceNumber",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SequenceNumber",
"setterDocumentation" : "/**The sequence number of a stream record in the shard from which to start reading.
\n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.*/",
"setterMethodName" : "setSequenceNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sequenceNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The sequence number of a stream record in the shard from which to start reading.
\n@param sequenceNumber The sequence number of a stream record in the shard from which to start reading.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sequenceNumber",
"variableType" : "String",
"documentation" : "The sequence number of a stream record in the shard from which to start reading.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ShardId" : {
"c2jName" : "ShardId",
"c2jShape" : "ShardId",
"deprecated" : false,
"documentation" : "The identifier of the shard. The iterator will be returned for this shard ID.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier of the shard. The iterator will be returned for this shard ID.
\n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withShardId",
"getterDocumentation" : "/**The identifier of the shard. The iterator will be returned for this shard ID.
\n@return The identifier of the shard. The iterator will be returned for this shard ID.*/",
"getterMethodName" : "getShardId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ShardId",
"setterDocumentation" : "/**The identifier of the shard. The iterator will be returned for this shard ID.
\n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.*/",
"setterMethodName" : "setShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identifier of the shard. The iterator will be returned for this shard ID.
\n@param shardId The identifier of the shard. The iterator will be returned for this shard ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : "The identifier of the shard. The iterator will be returned for this shard ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ShardIteratorType" : {
"c2jName" : "ShardIteratorType",
"c2jShape" : "ShardIteratorType",
"deprecated" : false,
"documentation" : "Determines how the shard iterator is used to start reading stream records from the shard:
-
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
",
"enumType" : "ShardIteratorType",
"fluentSetterDocumentation" : "/**Determines how the shard iterator is used to start reading stream records from the shard:
-
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard: -
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType*/",
"fluentSetterMethodName" : "withShardIteratorType",
"getterDocumentation" : "/**Determines how the shard iterator is used to start reading stream records from the shard:
-
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@return Determines how the shard iterator is used to start reading stream records from the shard: -
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType*/",
"getterMethodName" : "getShardIteratorType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ShardIteratorType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIteratorType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ShardIteratorType",
"setterDocumentation" : "/**Determines how the shard iterator is used to start reading stream records from the shard:
-
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard: -
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType*/",
"setterMethodName" : "setShardIteratorType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIteratorType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Determines how the shard iterator is used to start reading stream records from the shard:
-
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@param shardIteratorType Determines how the shard iterator is used to start reading stream records from the shard: -
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIteratorType",
"variableType" : "String",
"documentation" : "Determines how the shard iterator is used to start reading stream records from the shard:
-
AT_SEQUENCE_NUMBER
- Start reading exactly from the position denoted by a specific sequence number.
-
AFTER_SEQUENCE_NUMBER
- Start reading right after the position denoted by a specific sequence number.
-
TRIM_HORIZON
- Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.
-
LATEST
- Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamArn" : {
"c2jName" : "StreamArn",
"c2jShape" : "StreamArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamArn",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@return The Amazon Resource Name (ARN) for the stream.*/",
"getterMethodName" : "getStreamArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.*/",
"setterMethodName" : "setStreamArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamArn", "ShardId", "ShardIteratorType" ],
"shapeName" : "GetShardIteratorRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetShardIteratorRequest",
"variableName" : "getShardIteratorRequest",
"variableType" : "GetShardIteratorRequest",
"documentation" : null,
"simpleType" : "GetShardIteratorRequest",
"variableSetterType" : "GetShardIteratorRequest"
},
"wrapper" : false
},
"GetShardIteratorResult" : {
"c2jName" : "GetShardIteratorOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the output of a GetShardIterator operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ShardIterator",
"c2jShape" : "ShardIterator",
"deprecated" : false,
"documentation" : "The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
\n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withShardIterator",
"getterDocumentation" : "/**The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
\n@return The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.*/",
"getterMethodName" : "getShardIterator",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ShardIterator",
"setterDocumentation" : "/**The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
\n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.*/",
"setterMethodName" : "setShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
\n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ShardIterator" : {
"c2jName" : "ShardIterator",
"c2jShape" : "ShardIterator",
"deprecated" : false,
"documentation" : "The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
\n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withShardIterator",
"getterDocumentation" : "/**The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
\n@return The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.*/",
"getterMethodName" : "getShardIterator",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ShardIterator",
"setterDocumentation" : "/**The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
\n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.*/",
"setterMethodName" : "setShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
\n@param shardIterator The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetShardIteratorResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetShardIteratorResult",
"variableName" : "getShardIteratorResult",
"variableType" : "GetShardIteratorResult",
"documentation" : null,
"simpleType" : "GetShardIteratorResult",
"variableSetterType" : "GetShardIteratorResult"
},
"wrapper" : false
},
"InternalServerErrorException" : {
"c2jName" : "InternalServerError",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An error occurred on the server side.
",
"enums" : null,
"errorCode" : "InternalServerError",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InternalServerErrorException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InternalServerErrorException",
"variableName" : "internalServerErrorException",
"variableType" : "InternalServerErrorException",
"documentation" : null,
"simpleType" : "InternalServerErrorException",
"variableSetterType" : "InternalServerErrorException"
},
"wrapper" : false
},
"KeySchemaElement" : {
"c2jName" : "KeySchemaElement",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : true,
"skipGeneratingModelClass" : true,
"skipGeneratingUnmarshaller" : true
},
"deprecated" : false,
"documentation" : "Represents a single element of a key schema. A key schema specifies the attributes that make up the primary key of a table, or the key attributes of an index.
A KeySchemaElement represents exactly one attribute of the primary key. For example, a simple primary key (partition key) would be represented by one KeySchemaElement. A composite primary key (partition key and sort key) would require one KeySchemaElement for the partition key, and another KeySchemaElement for the sort key.
The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.
The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "AttributeName",
"c2jShape" : "KeySchemaAttributeName",
"deprecated" : false,
"documentation" : "The name of a key attribute.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of a key attribute.
\n@param attributeName The name of a key attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAttributeName",
"getterDocumentation" : "/**The name of a key attribute.
\n@return The name of a key attribute.*/",
"getterMethodName" : "getAttributeName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AttributeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttributeName",
"setterDocumentation" : "/**The name of a key attribute.
\n@param attributeName The name of a key attribute.*/",
"setterMethodName" : "setAttributeName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attributeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of a key attribute.
\n@param attributeName The name of a key attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attributeName",
"variableType" : "String",
"documentation" : "The name of a key attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KeyType",
"c2jShape" : "KeyType",
"deprecated" : false,
"documentation" : "The attribute data, consisting of the data type and the attribute value itself.
",
"enumType" : "KeyType",
"fluentSetterDocumentation" : "/**The attribute data, consisting of the data type and the attribute value itself.
\n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType*/",
"fluentSetterMethodName" : "withKeyType",
"getterDocumentation" : "/**The attribute data, consisting of the data type and the attribute value itself.
\n@return The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType*/",
"getterMethodName" : "getKeyType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KeyType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeyType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KeyType",
"setterDocumentation" : "/**The attribute data, consisting of the data type and the attribute value itself.
\n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType*/",
"setterMethodName" : "setKeyType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "keyType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The attribute data, consisting of the data type and the attribute value itself.
\n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "keyType",
"variableType" : "String",
"documentation" : "The attribute data, consisting of the data type and the attribute value itself.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttributeName" : {
"c2jName" : "AttributeName",
"c2jShape" : "KeySchemaAttributeName",
"deprecated" : false,
"documentation" : "The name of a key attribute.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of a key attribute.
\n@param attributeName The name of a key attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAttributeName",
"getterDocumentation" : "/**The name of a key attribute.
\n@return The name of a key attribute.*/",
"getterMethodName" : "getAttributeName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AttributeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AttributeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttributeName",
"setterDocumentation" : "/**The name of a key attribute.
\n@param attributeName The name of a key attribute.*/",
"setterMethodName" : "setAttributeName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attributeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of a key attribute.
\n@param attributeName The name of a key attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attributeName",
"variableType" : "String",
"documentation" : "The name of a key attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"KeyType" : {
"c2jName" : "KeyType",
"c2jShape" : "KeyType",
"deprecated" : false,
"documentation" : "The attribute data, consisting of the data type and the attribute value itself.
",
"enumType" : "KeyType",
"fluentSetterDocumentation" : "/**The attribute data, consisting of the data type and the attribute value itself.
\n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType*/",
"fluentSetterMethodName" : "withKeyType",
"getterDocumentation" : "/**The attribute data, consisting of the data type and the attribute value itself.
\n@return The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType*/",
"getterMethodName" : "getKeyType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KeyType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeyType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KeyType",
"setterDocumentation" : "/**The attribute data, consisting of the data type and the attribute value itself.
\n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@see KeyType*/",
"setterMethodName" : "setKeyType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "keyType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The attribute data, consisting of the data type and the attribute value itself.
\n@param keyType The attribute data, consisting of the data type and the attribute value itself.\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "keyType",
"variableType" : "String",
"documentation" : "The attribute data, consisting of the data type and the attribute value itself.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AttributeName", "KeyType" ],
"shapeName" : "KeySchemaElement",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KeySchemaElement",
"variableName" : "keySchemaElement",
"variableType" : "KeySchemaElement",
"documentation" : null,
"simpleType" : "KeySchemaElement",
"variableSetterType" : "KeySchemaElement"
},
"wrapper" : false
},
"KeyType" : {
"c2jName" : "KeyType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : true,
"skipGeneratingModelClass" : true,
"skipGeneratingUnmarshaller" : true
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "HASH",
"value" : "HASH"
}, {
"name" : "RANGE",
"value" : "RANGE"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KeyType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KeyType",
"variableName" : "keyType",
"variableType" : "KeyType",
"documentation" : null,
"simpleType" : "KeyType",
"variableSetterType" : "KeyType"
},
"wrapper" : false
},
"LimitExceededException" : {
"c2jName" : "LimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : true,
"skipGeneratingModelClass" : true,
"skipGeneratingUnmarshaller" : true
},
"deprecated" : false,
"documentation" : "Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.
",
"enums" : null,
"errorCode" : "LimitExceededException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "LimitExceededException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "LimitExceededException",
"variableName" : "limitExceededException",
"variableType" : "LimitExceededException",
"documentation" : null,
"simpleType" : "LimitExceededException",
"variableSetterType" : "LimitExceededException"
},
"wrapper" : false
},
"ListStreamsRequest" : {
"c2jName" : "ListStreamsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input of a ListStreams operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListStreams",
"locationName" : null,
"requestUri" : "/",
"target" : "DynamoDBStreams_20120810.ListStreams",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "TableName",
"c2jShape" : "TableName",
"deprecated" : false,
"documentation" : "If this parameter is provided, then only the streams associated with this table name are returned.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If this parameter is provided, then only the streams associated with this table name are returned.
\n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTableName",
"getterDocumentation" : "/**If this parameter is provided, then only the streams associated with this table name are returned.
\n@return If this parameter is provided, then only the streams associated with this table name are returned.*/",
"getterMethodName" : "getTableName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TableName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TableName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableName",
"setterDocumentation" : "/**If this parameter is provided, then only the streams associated with this table name are returned.
\n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.*/",
"setterMethodName" : "setTableName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**If this parameter is provided, then only the streams associated with this table name are returned.
\n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "If this parameter is provided, then only the streams associated with this table name are returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Limit",
"c2jShape" : "PositiveIntegerObject",
"deprecated" : false,
"documentation" : "The maximum number of streams to return. The upper limit is 100.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum number of streams to return. The upper limit is 100.
\n@param limit The maximum number of streams to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLimit",
"getterDocumentation" : "/**The maximum number of streams to return. The upper limit is 100.
\n@return The maximum number of streams to return. The upper limit is 100.*/",
"getterMethodName" : "getLimit",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Limit",
"setterDocumentation" : "/**The maximum number of streams to return. The upper limit is 100.
\n@param limit The maximum number of streams to return. The upper limit is 100.*/",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum number of streams to return. The upper limit is 100.
\n@param limit The maximum number of streams to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of streams to return. The upper limit is 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ExclusiveStartStreamArn",
"c2jShape" : "StreamArn",
"deprecated" : false,
"documentation" : "The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.
\n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExclusiveStartStreamArn",
"getterDocumentation" : "/**The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.
\n@return The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.*/",
"getterMethodName" : "getExclusiveStartStreamArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExclusiveStartStreamArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartStreamArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExclusiveStartStreamArn",
"setterDocumentation" : "/**The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.
\n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.*/",
"setterMethodName" : "setExclusiveStartStreamArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartStreamArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.
\n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartStreamArn",
"variableType" : "String",
"documentation" : "The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ExclusiveStartStreamArn" : {
"c2jName" : "ExclusiveStartStreamArn",
"c2jShape" : "StreamArn",
"deprecated" : false,
"documentation" : "The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.
\n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExclusiveStartStreamArn",
"getterDocumentation" : "/**The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.
\n@return The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.*/",
"getterMethodName" : "getExclusiveStartStreamArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExclusiveStartStreamArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartStreamArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExclusiveStartStreamArn",
"setterDocumentation" : "/**The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.
\n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.*/",
"setterMethodName" : "setExclusiveStartStreamArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartStreamArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.
\n@param exclusiveStartStreamArn The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartStreamArn",
"variableType" : "String",
"documentation" : "The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn
in the previous operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Limit" : {
"c2jName" : "Limit",
"c2jShape" : "PositiveIntegerObject",
"deprecated" : false,
"documentation" : "The maximum number of streams to return. The upper limit is 100.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum number of streams to return. The upper limit is 100.
\n@param limit The maximum number of streams to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLimit",
"getterDocumentation" : "/**The maximum number of streams to return. The upper limit is 100.
\n@return The maximum number of streams to return. The upper limit is 100.*/",
"getterMethodName" : "getLimit",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Limit",
"setterDocumentation" : "/**The maximum number of streams to return. The upper limit is 100.
\n@param limit The maximum number of streams to return. The upper limit is 100.*/",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum number of streams to return. The upper limit is 100.
\n@param limit The maximum number of streams to return. The upper limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of streams to return. The upper limit is 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"TableName" : {
"c2jName" : "TableName",
"c2jShape" : "TableName",
"deprecated" : false,
"documentation" : "If this parameter is provided, then only the streams associated with this table name are returned.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If this parameter is provided, then only the streams associated with this table name are returned.
\n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTableName",
"getterDocumentation" : "/**If this parameter is provided, then only the streams associated with this table name are returned.
\n@return If this parameter is provided, then only the streams associated with this table name are returned.*/",
"getterMethodName" : "getTableName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TableName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TableName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableName",
"setterDocumentation" : "/**If this parameter is provided, then only the streams associated with this table name are returned.
\n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.*/",
"setterMethodName" : "setTableName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**If this parameter is provided, then only the streams associated with this table name are returned.
\n@param tableName If this parameter is provided, then only the streams associated with this table name are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "If this parameter is provided, then only the streams associated with this table name are returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListStreamsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListStreamsRequest",
"variableName" : "listStreamsRequest",
"variableType" : "ListStreamsRequest",
"documentation" : null,
"simpleType" : "ListStreamsRequest",
"variableSetterType" : "ListStreamsRequest"
},
"wrapper" : false
},
"ListStreamsResult" : {
"c2jName" : "ListStreamsOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the output of a ListStreams operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Streams",
"c2jShape" : "StreamList",
"deprecated" : false,
"documentation" : "A list of stream descriptors associated with the current account and endpoint.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of stream descriptors associated with the current account and endpoint.
\n@param streams A list of stream descriptors associated with the current account and endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreams",
"getterDocumentation" : "/**A list of stream descriptors associated with the current account and endpoint.
\n@return A list of stream descriptors associated with the current account and endpoint.*/",
"getterMethodName" : "getStreams",
"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" : "Streams",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Streams",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Stream",
"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" : "Stream",
"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" : "Stream",
"variableName" : "member",
"variableType" : "Stream",
"documentation" : "",
"simpleType" : "Stream",
"variableSetterType" : "Stream"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Stream",
"variableName" : "member",
"variableType" : "Stream",
"documentation" : "",
"simpleType" : "Stream",
"variableSetterType" : "Stream"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Stream",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Stream",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Streams",
"setterDocumentation" : "/**A list of stream descriptors associated with the current account and endpoint.
\n@param streams A list of stream descriptors associated with the current account and endpoint.*/",
"setterMethodName" : "setStreams",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "streams",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of stream descriptors associated with the current account and endpoint.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setStreams(java.util.Collection)} or {@link #withStreams(java.util.Collection)} if you want to override the existing values.
\n@param streams A list of stream descriptors associated with the current account and endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "streams",
"variableType" : "java.util.List",
"documentation" : "A list of stream descriptors associated with the current account and endpoint.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "LastEvaluatedStreamArn",
"c2jShape" : "StreamArn",
"deprecated" : false,
"documentation" : "The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.
\n@param lastEvaluatedStreamArn The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLastEvaluatedStreamArn",
"getterDocumentation" : "/**
The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.
\n@return The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.*/",
"getterMethodName" : "getLastEvaluatedStreamArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LastEvaluatedStreamArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastEvaluatedStreamArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastEvaluatedStreamArn",
"setterDocumentation" : "/**
The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.
\n@param lastEvaluatedStreamArn The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.*/",
"setterMethodName" : "setLastEvaluatedStreamArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastEvaluatedStreamArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.
\n@param lastEvaluatedStreamArn The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastEvaluatedStreamArn",
"variableType" : "String",
"documentation" : "
The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LastEvaluatedStreamArn" : {
"c2jName" : "LastEvaluatedStreamArn",
"c2jShape" : "StreamArn",
"deprecated" : false,
"documentation" : "The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.
\n@param lastEvaluatedStreamArn The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLastEvaluatedStreamArn",
"getterDocumentation" : "/**
The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.
\n@return The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.*/",
"getterMethodName" : "getLastEvaluatedStreamArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LastEvaluatedStreamArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastEvaluatedStreamArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastEvaluatedStreamArn",
"setterDocumentation" : "/**
The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.
\n@param lastEvaluatedStreamArn The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.*/",
"setterMethodName" : "setLastEvaluatedStreamArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastEvaluatedStreamArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.
\n@param lastEvaluatedStreamArn The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastEvaluatedStreamArn",
"variableType" : "String",
"documentation" : "
The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedStreamArn
is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.
If LastEvaluatedStreamArn
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn
is empty.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Streams" : {
"c2jName" : "Streams",
"c2jShape" : "StreamList",
"deprecated" : false,
"documentation" : "A list of stream descriptors associated with the current account and endpoint.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of stream descriptors associated with the current account and endpoint.
\n@param streams A list of stream descriptors associated with the current account and endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreams",
"getterDocumentation" : "/**A list of stream descriptors associated with the current account and endpoint.
\n@return A list of stream descriptors associated with the current account and endpoint.*/",
"getterMethodName" : "getStreams",
"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" : "Streams",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Streams",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Stream",
"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" : "Stream",
"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" : "Stream",
"variableName" : "member",
"variableType" : "Stream",
"documentation" : "",
"simpleType" : "Stream",
"variableSetterType" : "Stream"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Stream",
"variableName" : "member",
"variableType" : "Stream",
"documentation" : "",
"simpleType" : "Stream",
"variableSetterType" : "Stream"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Stream",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Stream",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Streams",
"setterDocumentation" : "/**A list of stream descriptors associated with the current account and endpoint.
\n@param streams A list of stream descriptors associated with the current account and endpoint.*/",
"setterMethodName" : "setStreams",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "streams",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of stream descriptors associated with the current account and endpoint.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setStreams(java.util.Collection)} or {@link #withStreams(java.util.Collection)} if you want to override the existing values.
\n@param streams A list of stream descriptors associated with the current account and endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "streams",
"variableType" : "java.util.List",
"documentation" : "A list of stream descriptors associated with the current account and endpoint.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListStreamsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListStreamsResult",
"variableName" : "listStreamsResult",
"variableType" : "ListStreamsResult",
"documentation" : null,
"simpleType" : "ListStreamsResult",
"variableSetterType" : "ListStreamsResult"
},
"wrapper" : false
},
"OperationType" : {
"c2jName" : "OperationType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "INSERT",
"value" : "INSERT"
}, {
"name" : "MODIFY",
"value" : "MODIFY"
}, {
"name" : "REMOVE",
"value" : "REMOVE"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "OperationType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "OperationType",
"variableName" : "operationType",
"variableType" : "OperationType",
"documentation" : null,
"simpleType" : "OperationType",
"variableSetterType" : "OperationType"
},
"wrapper" : false
},
"Record" : {
"c2jName" : "Record",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A description of a unique event within a stream.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "eventID",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A globally unique identifier for the event that was recorded in this stream record.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A globally unique identifier for the event that was recorded in this stream record.
\n@param eventID A globally unique identifier for the event that was recorded in this stream record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEventID",
"getterDocumentation" : "/**A globally unique identifier for the event that was recorded in this stream record.
\n@return A globally unique identifier for the event that was recorded in this stream record.*/",
"getterMethodName" : "getEventID",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "eventID",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventID",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EventID",
"setterDocumentation" : "/**A globally unique identifier for the event that was recorded in this stream record.
\n@param eventID A globally unique identifier for the event that was recorded in this stream record.*/",
"setterMethodName" : "setEventID",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventID",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A globally unique identifier for the event that was recorded in this stream record.
\n@param eventID A globally unique identifier for the event that was recorded in this stream record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventID",
"variableType" : "String",
"documentation" : "A globally unique identifier for the event that was recorded in this stream record.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "eventName",
"c2jShape" : "OperationType",
"deprecated" : false,
"documentation" : "The type of data modification that was performed on the DynamoDB table:
-
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
",
"enumType" : "OperationType",
"fluentSetterDocumentation" : "/**The type of data modification that was performed on the DynamoDB table:
-
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@param eventName The type of data modification that was performed on the DynamoDB table: -
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/",
"fluentSetterMethodName" : "withEventName",
"getterDocumentation" : "/**The type of data modification that was performed on the DynamoDB table:
-
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@return The type of data modification that was performed on the DynamoDB table: -
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@see OperationType*/",
"getterMethodName" : "getEventName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "eventName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EventName",
"setterDocumentation" : "/**The type of data modification that was performed on the DynamoDB table:
-
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@param eventName The type of data modification that was performed on the DynamoDB table: -
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@see OperationType*/",
"setterMethodName" : "setEventName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of data modification that was performed on the DynamoDB table:
-
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@param eventName The type of data modification that was performed on the DynamoDB table: -
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventName",
"variableType" : "String",
"documentation" : "The type of data modification that was performed on the DynamoDB table:
-
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "eventVersion",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The version number of the stream record format. This number is updated whenever the structure of Record is modified.
Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The version number of the stream record format. This number is updated whenever the structure of Record is modified.
Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.
\n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified. Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEventVersion",
"getterDocumentation" : "/**
The version number of the stream record format. This number is updated whenever the structure of Record is modified.
Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.
\n@return The version number of the stream record format. This number is updated whenever the structure of Record is modified. Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.*/",
"getterMethodName" : "getEventVersion",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "eventVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventVersion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EventVersion",
"setterDocumentation" : "/**
The version number of the stream record format. This number is updated whenever the structure of Record is modified.
Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.
\n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified. Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.*/",
"setterMethodName" : "setEventVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The version number of the stream record format. This number is updated whenever the structure of Record is modified.
Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.
\n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified. Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventVersion",
"variableType" : "String",
"documentation" : "
The version number of the stream record format. This number is updated whenever the structure of Record is modified.
Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "eventSource",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.
\n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEventSource",
"getterDocumentation" : "/**The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.
\n@return The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.*/",
"getterMethodName" : "getEventSource",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "eventSource",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventSource",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EventSource",
"setterDocumentation" : "/**The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.
\n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.*/",
"setterMethodName" : "setEventSource",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventSource",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.
\n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventSource",
"variableType" : "String",
"documentation" : "The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "awsRegion",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The region in which the GetRecords request was received.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The region in which the GetRecords request was received.
\n@param awsRegion The region in which the GetRecords request was received.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAwsRegion",
"getterDocumentation" : "/**The region in which the GetRecords request was received.
\n@return The region in which the GetRecords request was received.*/",
"getterMethodName" : "getAwsRegion",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "awsRegion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "awsRegion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AwsRegion",
"setterDocumentation" : "/**The region in which the GetRecords request was received.
\n@param awsRegion The region in which the GetRecords request was received.*/",
"setterMethodName" : "setAwsRegion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "awsRegion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The region in which the GetRecords request was received.
\n@param awsRegion The region in which the GetRecords request was received.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "awsRegion",
"variableType" : "String",
"documentation" : "The region in which the GetRecords request was received.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "dynamodb",
"c2jShape" : "StreamRecord",
"deprecated" : false,
"documentation" : "The main body of the stream record, containing all of the DynamoDB-specific fields.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The main body of the stream record, containing all of the DynamoDB-specific fields.
\n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDynamodb",
"getterDocumentation" : "/**The main body of the stream record, containing all of the DynamoDB-specific fields.
\n@return The main body of the stream record, containing all of the DynamoDB-specific fields.*/",
"getterMethodName" : "getDynamodb",
"getterModel" : {
"returnType" : "StreamRecord",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "dynamodb",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "dynamodb",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Dynamodb",
"setterDocumentation" : "/**The main body of the stream record, containing all of the DynamoDB-specific fields.
\n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.*/",
"setterMethodName" : "setDynamodb",
"setterModel" : {
"variableDeclarationType" : "StreamRecord",
"variableName" : "dynamodb",
"variableType" : "StreamRecord",
"documentation" : "",
"simpleType" : "StreamRecord",
"variableSetterType" : "StreamRecord"
},
"simple" : false,
"varargSetterDocumentation" : "/**The main body of the stream record, containing all of the DynamoDB-specific fields.
\n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "StreamRecord",
"variableName" : "dynamodb",
"variableType" : "StreamRecord",
"documentation" : "The main body of the stream record, containing all of the DynamoDB-specific fields.
",
"simpleType" : "StreamRecord",
"variableSetterType" : "StreamRecord"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AwsRegion" : {
"c2jName" : "awsRegion",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The region in which the GetRecords request was received.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The region in which the GetRecords request was received.
\n@param awsRegion The region in which the GetRecords request was received.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAwsRegion",
"getterDocumentation" : "/**The region in which the GetRecords request was received.
\n@return The region in which the GetRecords request was received.*/",
"getterMethodName" : "getAwsRegion",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "awsRegion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "awsRegion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AwsRegion",
"setterDocumentation" : "/**The region in which the GetRecords request was received.
\n@param awsRegion The region in which the GetRecords request was received.*/",
"setterMethodName" : "setAwsRegion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "awsRegion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The region in which the GetRecords request was received.
\n@param awsRegion The region in which the GetRecords request was received.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "awsRegion",
"variableType" : "String",
"documentation" : "The region in which the GetRecords request was received.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Dynamodb" : {
"c2jName" : "dynamodb",
"c2jShape" : "StreamRecord",
"deprecated" : false,
"documentation" : "The main body of the stream record, containing all of the DynamoDB-specific fields.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The main body of the stream record, containing all of the DynamoDB-specific fields.
\n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDynamodb",
"getterDocumentation" : "/**The main body of the stream record, containing all of the DynamoDB-specific fields.
\n@return The main body of the stream record, containing all of the DynamoDB-specific fields.*/",
"getterMethodName" : "getDynamodb",
"getterModel" : {
"returnType" : "StreamRecord",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "dynamodb",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "dynamodb",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Dynamodb",
"setterDocumentation" : "/**The main body of the stream record, containing all of the DynamoDB-specific fields.
\n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.*/",
"setterMethodName" : "setDynamodb",
"setterModel" : {
"variableDeclarationType" : "StreamRecord",
"variableName" : "dynamodb",
"variableType" : "StreamRecord",
"documentation" : "",
"simpleType" : "StreamRecord",
"variableSetterType" : "StreamRecord"
},
"simple" : false,
"varargSetterDocumentation" : "/**The main body of the stream record, containing all of the DynamoDB-specific fields.
\n@param dynamodb The main body of the stream record, containing all of the DynamoDB-specific fields.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "StreamRecord",
"variableName" : "dynamodb",
"variableType" : "StreamRecord",
"documentation" : "The main body of the stream record, containing all of the DynamoDB-specific fields.
",
"simpleType" : "StreamRecord",
"variableSetterType" : "StreamRecord"
},
"xmlNameSpaceUri" : null
},
"EventID" : {
"c2jName" : "eventID",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A globally unique identifier for the event that was recorded in this stream record.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A globally unique identifier for the event that was recorded in this stream record.
\n@param eventID A globally unique identifier for the event that was recorded in this stream record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEventID",
"getterDocumentation" : "/**A globally unique identifier for the event that was recorded in this stream record.
\n@return A globally unique identifier for the event that was recorded in this stream record.*/",
"getterMethodName" : "getEventID",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "eventID",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventID",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EventID",
"setterDocumentation" : "/**A globally unique identifier for the event that was recorded in this stream record.
\n@param eventID A globally unique identifier for the event that was recorded in this stream record.*/",
"setterMethodName" : "setEventID",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventID",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A globally unique identifier for the event that was recorded in this stream record.
\n@param eventID A globally unique identifier for the event that was recorded in this stream record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventID",
"variableType" : "String",
"documentation" : "A globally unique identifier for the event that was recorded in this stream record.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EventName" : {
"c2jName" : "eventName",
"c2jShape" : "OperationType",
"deprecated" : false,
"documentation" : "The type of data modification that was performed on the DynamoDB table:
-
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
",
"enumType" : "OperationType",
"fluentSetterDocumentation" : "/**The type of data modification that was performed on the DynamoDB table:
-
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@param eventName The type of data modification that was performed on the DynamoDB table: -
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/",
"fluentSetterMethodName" : "withEventName",
"getterDocumentation" : "/**The type of data modification that was performed on the DynamoDB table:
-
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@return The type of data modification that was performed on the DynamoDB table: -
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@see OperationType*/",
"getterMethodName" : "getEventName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "eventName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EventName",
"setterDocumentation" : "/**The type of data modification that was performed on the DynamoDB table:
-
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@param eventName The type of data modification that was performed on the DynamoDB table: -
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@see OperationType*/",
"setterMethodName" : "setEventName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of data modification that was performed on the DynamoDB table:
-
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@param eventName The type of data modification that was performed on the DynamoDB table: -
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventName",
"variableType" : "String",
"documentation" : "The type of data modification that was performed on the DynamoDB table:
-
INSERT
- a new item was added to the table.
-
MODIFY
- one or more of an existing item's attributes were modified.
-
REMOVE
- the item was deleted from the table
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EventSource" : {
"c2jName" : "eventSource",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.
\n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEventSource",
"getterDocumentation" : "/**The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.
\n@return The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.*/",
"getterMethodName" : "getEventSource",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "eventSource",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventSource",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EventSource",
"setterDocumentation" : "/**The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.
\n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.*/",
"setterMethodName" : "setEventSource",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventSource",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.
\n@param eventSource The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventSource",
"variableType" : "String",
"documentation" : "The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EventVersion" : {
"c2jName" : "eventVersion",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The version number of the stream record format. This number is updated whenever the structure of Record is modified.
Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The version number of the stream record format. This number is updated whenever the structure of Record is modified.
Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.
\n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified. Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEventVersion",
"getterDocumentation" : "/**
The version number of the stream record format. This number is updated whenever the structure of Record is modified.
Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.
\n@return The version number of the stream record format. This number is updated whenever the structure of Record is modified. Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.*/",
"getterMethodName" : "getEventVersion",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "eventVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventVersion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EventVersion",
"setterDocumentation" : "/**
The version number of the stream record format. This number is updated whenever the structure of Record is modified.
Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.
\n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified. Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.*/",
"setterMethodName" : "setEventVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The version number of the stream record format. This number is updated whenever the structure of Record is modified.
Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.
\n@param eventVersion The version number of the stream record format. This number is updated whenever the structure of Record is modified. Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventVersion",
"variableType" : "String",
"documentation" : "
The version number of the stream record format. This number is updated whenever the structure of Record is modified.
Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Record",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Record",
"variableName" : "record",
"variableType" : "Record",
"documentation" : null,
"simpleType" : "Record",
"variableSetterType" : "Record"
},
"wrapper" : false
},
"ResourceNotFoundException" : {
"c2jName" : "ResourceNotFoundException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : true,
"skipGeneratingModelClass" : true,
"skipGeneratingUnmarshaller" : true
},
"deprecated" : false,
"documentation" : "The operation tried to access a nonexistent stream.
",
"enums" : null,
"errorCode" : "ResourceNotFoundException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ResourceNotFoundException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ResourceNotFoundException",
"variableName" : "resourceNotFoundException",
"variableType" : "ResourceNotFoundException",
"documentation" : null,
"simpleType" : "ResourceNotFoundException",
"variableSetterType" : "ResourceNotFoundException"
},
"wrapper" : false
},
"SequenceNumberRange" : {
"c2jName" : "SequenceNumberRange",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The beginning and ending sequence numbers for the stream records contained within a shard.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "StartingSequenceNumber",
"c2jShape" : "SequenceNumber",
"deprecated" : false,
"documentation" : "The first sequence number.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The first sequence number.
\n@param startingSequenceNumber The first sequence number.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStartingSequenceNumber",
"getterDocumentation" : "/**The first sequence number.
\n@return The first sequence number.*/",
"getterMethodName" : "getStartingSequenceNumber",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StartingSequenceNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartingSequenceNumber",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartingSequenceNumber",
"setterDocumentation" : "/**The first sequence number.
\n@param startingSequenceNumber The first sequence number.*/",
"setterMethodName" : "setStartingSequenceNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startingSequenceNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The first sequence number.
\n@param startingSequenceNumber The first sequence number.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startingSequenceNumber",
"variableType" : "String",
"documentation" : "The first sequence number.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EndingSequenceNumber",
"c2jShape" : "SequenceNumber",
"deprecated" : false,
"documentation" : "The last sequence number.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The last sequence number.
\n@param endingSequenceNumber The last sequence number.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEndingSequenceNumber",
"getterDocumentation" : "/**The last sequence number.
\n@return The last sequence number.*/",
"getterMethodName" : "getEndingSequenceNumber",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndingSequenceNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndingSequenceNumber",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndingSequenceNumber",
"setterDocumentation" : "/**The last sequence number.
\n@param endingSequenceNumber The last sequence number.*/",
"setterMethodName" : "setEndingSequenceNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endingSequenceNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The last sequence number.
\n@param endingSequenceNumber The last sequence number.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endingSequenceNumber",
"variableType" : "String",
"documentation" : "The last sequence number.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndingSequenceNumber" : {
"c2jName" : "EndingSequenceNumber",
"c2jShape" : "SequenceNumber",
"deprecated" : false,
"documentation" : "The last sequence number.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The last sequence number.
\n@param endingSequenceNumber The last sequence number.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEndingSequenceNumber",
"getterDocumentation" : "/**The last sequence number.
\n@return The last sequence number.*/",
"getterMethodName" : "getEndingSequenceNumber",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndingSequenceNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndingSequenceNumber",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndingSequenceNumber",
"setterDocumentation" : "/**The last sequence number.
\n@param endingSequenceNumber The last sequence number.*/",
"setterMethodName" : "setEndingSequenceNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endingSequenceNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The last sequence number.
\n@param endingSequenceNumber The last sequence number.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endingSequenceNumber",
"variableType" : "String",
"documentation" : "The last sequence number.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StartingSequenceNumber" : {
"c2jName" : "StartingSequenceNumber",
"c2jShape" : "SequenceNumber",
"deprecated" : false,
"documentation" : "The first sequence number.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The first sequence number.
\n@param startingSequenceNumber The first sequence number.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStartingSequenceNumber",
"getterDocumentation" : "/**The first sequence number.
\n@return The first sequence number.*/",
"getterMethodName" : "getStartingSequenceNumber",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StartingSequenceNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartingSequenceNumber",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartingSequenceNumber",
"setterDocumentation" : "/**The first sequence number.
\n@param startingSequenceNumber The first sequence number.*/",
"setterMethodName" : "setStartingSequenceNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startingSequenceNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The first sequence number.
\n@param startingSequenceNumber The first sequence number.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startingSequenceNumber",
"variableType" : "String",
"documentation" : "The first sequence number.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "SequenceNumberRange",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "SequenceNumberRange",
"variableName" : "sequenceNumberRange",
"variableType" : "SequenceNumberRange",
"documentation" : null,
"simpleType" : "SequenceNumberRange",
"variableSetterType" : "SequenceNumberRange"
},
"wrapper" : false
},
"Shard" : {
"c2jName" : "Shard",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A uniquely identified group of stream records within a stream.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ShardId",
"c2jShape" : "ShardId",
"deprecated" : false,
"documentation" : "The system-generated identifier for this shard.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The system-generated identifier for this shard.
\n@param shardId The system-generated identifier for this shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withShardId",
"getterDocumentation" : "/**The system-generated identifier for this shard.
\n@return The system-generated identifier for this shard.*/",
"getterMethodName" : "getShardId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ShardId",
"setterDocumentation" : "/**The system-generated identifier for this shard.
\n@param shardId The system-generated identifier for this shard.*/",
"setterMethodName" : "setShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The system-generated identifier for this shard.
\n@param shardId The system-generated identifier for this shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : "The system-generated identifier for this shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SequenceNumberRange",
"c2jShape" : "SequenceNumberRange",
"deprecated" : false,
"documentation" : "The range of possible sequence numbers for the shard.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The range of possible sequence numbers for the shard.
\n@param sequenceNumberRange The range of possible sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSequenceNumberRange",
"getterDocumentation" : "/**The range of possible sequence numbers for the shard.
\n@return The range of possible sequence numbers for the shard.*/",
"getterMethodName" : "getSequenceNumberRange",
"getterModel" : {
"returnType" : "SequenceNumberRange",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SequenceNumberRange",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SequenceNumberRange",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SequenceNumberRange",
"setterDocumentation" : "/**The range of possible sequence numbers for the shard.
\n@param sequenceNumberRange The range of possible sequence numbers for the shard.*/",
"setterMethodName" : "setSequenceNumberRange",
"setterModel" : {
"variableDeclarationType" : "SequenceNumberRange",
"variableName" : "sequenceNumberRange",
"variableType" : "SequenceNumberRange",
"documentation" : "",
"simpleType" : "SequenceNumberRange",
"variableSetterType" : "SequenceNumberRange"
},
"simple" : false,
"varargSetterDocumentation" : "/**The range of possible sequence numbers for the shard.
\n@param sequenceNumberRange The range of possible sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SequenceNumberRange",
"variableName" : "sequenceNumberRange",
"variableType" : "SequenceNumberRange",
"documentation" : "The range of possible sequence numbers for the shard.
",
"simpleType" : "SequenceNumberRange",
"variableSetterType" : "SequenceNumberRange"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ParentShardId",
"c2jShape" : "ShardId",
"deprecated" : false,
"documentation" : "The shard ID of the current shard's parent.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The shard ID of the current shard's parent.
\n@param parentShardId The shard ID of the current shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withParentShardId",
"getterDocumentation" : "/**The shard ID of the current shard's parent.
\n@return The shard ID of the current shard's parent.*/",
"getterMethodName" : "getParentShardId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ParentShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ParentShardId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ParentShardId",
"setterDocumentation" : "/**The shard ID of the current shard's parent.
\n@param parentShardId The shard ID of the current shard's parent.*/",
"setterMethodName" : "setParentShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "parentShardId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The shard ID of the current shard's parent.
\n@param parentShardId The shard ID of the current shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "parentShardId",
"variableType" : "String",
"documentation" : "The shard ID of the current shard's parent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ParentShardId" : {
"c2jName" : "ParentShardId",
"c2jShape" : "ShardId",
"deprecated" : false,
"documentation" : "The shard ID of the current shard's parent.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The shard ID of the current shard's parent.
\n@param parentShardId The shard ID of the current shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withParentShardId",
"getterDocumentation" : "/**The shard ID of the current shard's parent.
\n@return The shard ID of the current shard's parent.*/",
"getterMethodName" : "getParentShardId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ParentShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ParentShardId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ParentShardId",
"setterDocumentation" : "/**The shard ID of the current shard's parent.
\n@param parentShardId The shard ID of the current shard's parent.*/",
"setterMethodName" : "setParentShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "parentShardId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The shard ID of the current shard's parent.
\n@param parentShardId The shard ID of the current shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "parentShardId",
"variableType" : "String",
"documentation" : "The shard ID of the current shard's parent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SequenceNumberRange" : {
"c2jName" : "SequenceNumberRange",
"c2jShape" : "SequenceNumberRange",
"deprecated" : false,
"documentation" : "The range of possible sequence numbers for the shard.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The range of possible sequence numbers for the shard.
\n@param sequenceNumberRange The range of possible sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSequenceNumberRange",
"getterDocumentation" : "/**The range of possible sequence numbers for the shard.
\n@return The range of possible sequence numbers for the shard.*/",
"getterMethodName" : "getSequenceNumberRange",
"getterModel" : {
"returnType" : "SequenceNumberRange",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SequenceNumberRange",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SequenceNumberRange",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SequenceNumberRange",
"setterDocumentation" : "/**The range of possible sequence numbers for the shard.
\n@param sequenceNumberRange The range of possible sequence numbers for the shard.*/",
"setterMethodName" : "setSequenceNumberRange",
"setterModel" : {
"variableDeclarationType" : "SequenceNumberRange",
"variableName" : "sequenceNumberRange",
"variableType" : "SequenceNumberRange",
"documentation" : "",
"simpleType" : "SequenceNumberRange",
"variableSetterType" : "SequenceNumberRange"
},
"simple" : false,
"varargSetterDocumentation" : "/**The range of possible sequence numbers for the shard.
\n@param sequenceNumberRange The range of possible sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SequenceNumberRange",
"variableName" : "sequenceNumberRange",
"variableType" : "SequenceNumberRange",
"documentation" : "The range of possible sequence numbers for the shard.
",
"simpleType" : "SequenceNumberRange",
"variableSetterType" : "SequenceNumberRange"
},
"xmlNameSpaceUri" : null
},
"ShardId" : {
"c2jName" : "ShardId",
"c2jShape" : "ShardId",
"deprecated" : false,
"documentation" : "The system-generated identifier for this shard.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The system-generated identifier for this shard.
\n@param shardId The system-generated identifier for this shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withShardId",
"getterDocumentation" : "/**The system-generated identifier for this shard.
\n@return The system-generated identifier for this shard.*/",
"getterMethodName" : "getShardId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ShardId",
"setterDocumentation" : "/**The system-generated identifier for this shard.
\n@param shardId The system-generated identifier for this shard.*/",
"setterMethodName" : "setShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The system-generated identifier for this shard.
\n@param shardId The system-generated identifier for this shard.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : "The system-generated identifier for this shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Shard",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Shard",
"variableName" : "shard",
"variableType" : "Shard",
"documentation" : null,
"simpleType" : "Shard",
"variableSetterType" : "Shard"
},
"wrapper" : false
},
"ShardIteratorType" : {
"c2jName" : "ShardIteratorType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "TRIM_HORIZON",
"value" : "TRIM_HORIZON"
}, {
"name" : "LATEST",
"value" : "LATEST"
}, {
"name" : "AT_SEQUENCE_NUMBER",
"value" : "AT_SEQUENCE_NUMBER"
}, {
"name" : "AFTER_SEQUENCE_NUMBER",
"value" : "AFTER_SEQUENCE_NUMBER"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ShardIteratorType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ShardIteratorType",
"variableName" : "shardIteratorType",
"variableType" : "ShardIteratorType",
"documentation" : null,
"simpleType" : "ShardIteratorType",
"variableSetterType" : "ShardIteratorType"
},
"wrapper" : false
},
"Stream" : {
"c2jName" : "Stream",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents all of the data describing a particular stream.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "StreamArn",
"c2jShape" : "StreamArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamArn",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@return The Amazon Resource Name (ARN) for the stream.*/",
"getterMethodName" : "getStreamArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.*/",
"setterMethodName" : "setStreamArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TableName",
"c2jShape" : "TableName",
"deprecated" : false,
"documentation" : "The DynamoDB table with which the stream is associated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The DynamoDB table with which the stream is associated.
\n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTableName",
"getterDocumentation" : "/**The DynamoDB table with which the stream is associated.
\n@return The DynamoDB table with which the stream is associated.*/",
"getterMethodName" : "getTableName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TableName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TableName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableName",
"setterDocumentation" : "/**The DynamoDB table with which the stream is associated.
\n@param tableName The DynamoDB table with which the stream is associated.*/",
"setterMethodName" : "setTableName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The DynamoDB table with which the stream is associated.
\n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "The DynamoDB table with which the stream is associated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "StreamLabel",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@param streamLabel A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamLabel",
"getterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@return A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
*/",
"getterMethodName" : "getStreamLabel",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamLabel",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamLabel",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamLabel",
"setterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@param streamLabel A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
*/",
"setterMethodName" : "setStreamLabel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamLabel",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@param streamLabel A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamLabel",
"variableType" : "String",
"documentation" : "A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamArn" : {
"c2jName" : "StreamArn",
"c2jShape" : "StreamArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamArn",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@return The Amazon Resource Name (ARN) for the stream.*/",
"getterMethodName" : "getStreamArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.*/",
"setterMethodName" : "setStreamArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamLabel" : {
"c2jName" : "StreamLabel",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@param streamLabel A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamLabel",
"getterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@return A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
*/",
"getterMethodName" : "getStreamLabel",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamLabel",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamLabel",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamLabel",
"setterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@param streamLabel A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
*/",
"setterMethodName" : "setStreamLabel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamLabel",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@param streamLabel A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamLabel",
"variableType" : "String",
"documentation" : "A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TableName" : {
"c2jName" : "TableName",
"c2jShape" : "TableName",
"deprecated" : false,
"documentation" : "The DynamoDB table with which the stream is associated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The DynamoDB table with which the stream is associated.
\n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTableName",
"getterDocumentation" : "/**The DynamoDB table with which the stream is associated.
\n@return The DynamoDB table with which the stream is associated.*/",
"getterMethodName" : "getTableName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TableName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TableName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableName",
"setterDocumentation" : "/**The DynamoDB table with which the stream is associated.
\n@param tableName The DynamoDB table with which the stream is associated.*/",
"setterMethodName" : "setTableName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The DynamoDB table with which the stream is associated.
\n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "The DynamoDB table with which the stream is associated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Stream",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Stream",
"variableName" : "stream",
"variableType" : "Stream",
"documentation" : null,
"simpleType" : "Stream",
"variableSetterType" : "Stream"
},
"wrapper" : false
},
"StreamDescription" : {
"c2jName" : "StreamDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents all of the data describing a particular stream.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "StreamArn",
"c2jShape" : "StreamArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamArn",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@return The Amazon Resource Name (ARN) for the stream.*/",
"getterMethodName" : "getStreamArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.*/",
"setterMethodName" : "setStreamArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "StreamLabel",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@param streamLabel A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamLabel",
"getterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@return A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
*/",
"getterMethodName" : "getStreamLabel",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamLabel",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamLabel",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamLabel",
"setterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@param streamLabel A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
*/",
"setterMethodName" : "setStreamLabel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamLabel",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@param streamLabel A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamLabel",
"variableType" : "String",
"documentation" : "A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "StreamStatus",
"c2jShape" : "StreamStatus",
"deprecated" : false,
"documentation" : "Indicates the current status of the stream:
-
ENABLING
- Streams is currently being enabled on the DynamoDB table.
-
ENABLED
- the stream is enabled.
-
DISABLING
- Streams is currently being disabled on the DynamoDB table.
-
DISABLED
- the stream is disabled.
",
"enumType" : "StreamStatus",
"fluentSetterDocumentation" : "/**Indicates the current status of the stream:
-
ENABLING
- Streams is currently being enabled on the DynamoDB table.
-
ENABLED
- the stream is enabled.
-
DISABLING
- Streams is currently being disabled on the DynamoDB table.
-
DISABLED
- the stream is disabled.
\n@param streamStatus Indicates the current status of the stream: -
ENABLING
- Streams is currently being enabled on the DynamoDB table.
-
ENABLED
- the stream is enabled.
-
DISABLING
- Streams is currently being disabled on the DynamoDB table.
-
DISABLED
- the stream is disabled.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus*/",
"fluentSetterMethodName" : "withStreamStatus",
"getterDocumentation" : "/**Indicates the current status of the stream:
-
ENABLING
- Streams is currently being enabled on the DynamoDB table.
-
ENABLED
- the stream is enabled.
-
DISABLING
- Streams is currently being disabled on the DynamoDB table.
-
DISABLED
- the stream is disabled.
\n@return Indicates the current status of the stream: -
ENABLING
- Streams is currently being enabled on the DynamoDB table.
-
ENABLED
- the stream is enabled.
-
DISABLING
- Streams is currently being disabled on the DynamoDB table.
-
DISABLED
- the stream is disabled.
\n@see StreamStatus*/",
"getterMethodName" : "getStreamStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamStatus",
"setterDocumentation" : "/**Indicates the current status of the stream:
-
ENABLING
- Streams is currently being enabled on the DynamoDB table.
-
ENABLED
- the stream is enabled.
-
DISABLING
- Streams is currently being disabled on the DynamoDB table.
-
DISABLED
- the stream is disabled.
\n@param streamStatus Indicates the current status of the stream: -
ENABLING
- Streams is currently being enabled on the DynamoDB table.
-
ENABLED
- the stream is enabled.
-
DISABLING
- Streams is currently being disabled on the DynamoDB table.
-
DISABLED
- the stream is disabled.
\n@see StreamStatus*/",
"setterMethodName" : "setStreamStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Indicates the current status of the stream:
-
ENABLING
- Streams is currently being enabled on the DynamoDB table.
-
ENABLED
- the stream is enabled.
-
DISABLING
- Streams is currently being disabled on the DynamoDB table.
-
DISABLED
- the stream is disabled.
\n@param streamStatus Indicates the current status of the stream: -
ENABLING
- Streams is currently being enabled on the DynamoDB table.
-
ENABLED
- the stream is enabled.
-
DISABLING
- Streams is currently being disabled on the DynamoDB table.
-
DISABLED
- the stream is disabled.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamStatus",
"variableType" : "String",
"documentation" : "Indicates the current status of the stream:
-
ENABLING
- Streams is currently being enabled on the DynamoDB table.
-
ENABLED
- the stream is enabled.
-
DISABLING
- Streams is currently being disabled on the DynamoDB table.
-
DISABLED
- the stream is disabled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "StreamViewType",
"c2jShape" : "StreamViewType",
"deprecated" : false,
"documentation" : "Indicates the format of the records within this stream:
-
KEYS_ONLY
- only the key attributes of items that were modified in the DynamoDB table.
-
NEW_IMAGE
- entire items from the table, as they appeared after they were modified.
-
OLD_IMAGE
- entire items from the table, as they appeared before they were modified.
-
NEW_AND_OLD_IMAGES
- both the new and the old images of the items from the table.
",
"enumType" : "StreamViewType",
"fluentSetterDocumentation" : "/**Indicates the format of the records within this stream:
-
KEYS_ONLY
- only the key attributes of items that were modified in the DynamoDB table.
-
NEW_IMAGE
- entire items from the table, as they appeared after they were modified.
-
OLD_IMAGE
- entire items from the table, as they appeared before they were modified.
-
NEW_AND_OLD_IMAGES
- both the new and the old images of the items from the table.
\n@param streamViewType Indicates the format of the records within this stream: -
KEYS_ONLY
- only the key attributes of items that were modified in the DynamoDB table.
-
NEW_IMAGE
- entire items from the table, as they appeared after they were modified.
-
OLD_IMAGE
- entire items from the table, as they appeared before they were modified.
-
NEW_AND_OLD_IMAGES
- both the new and the old images of the items from the table.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamViewType*/",
"fluentSetterMethodName" : "withStreamViewType",
"getterDocumentation" : "/**Indicates the format of the records within this stream:
-
KEYS_ONLY
- only the key attributes of items that were modified in the DynamoDB table.
-
NEW_IMAGE
- entire items from the table, as they appeared after they were modified.
-
OLD_IMAGE
- entire items from the table, as they appeared before they were modified.
-
NEW_AND_OLD_IMAGES
- both the new and the old images of the items from the table.
\n@return Indicates the format of the records within this stream: -
KEYS_ONLY
- only the key attributes of items that were modified in the DynamoDB table.
-
NEW_IMAGE
- entire items from the table, as they appeared after they were modified.
-
OLD_IMAGE
- entire items from the table, as they appeared before they were modified.
-
NEW_AND_OLD_IMAGES
- both the new and the old images of the items from the table.
\n@see StreamViewType*/",
"getterMethodName" : "getStreamViewType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamViewType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamViewType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamViewType",
"setterDocumentation" : "/**Indicates the format of the records within this stream:
-
KEYS_ONLY
- only the key attributes of items that were modified in the DynamoDB table.
-
NEW_IMAGE
- entire items from the table, as they appeared after they were modified.
-
OLD_IMAGE
- entire items from the table, as they appeared before they were modified.
-
NEW_AND_OLD_IMAGES
- both the new and the old images of the items from the table.
\n@param streamViewType Indicates the format of the records within this stream: -
KEYS_ONLY
- only the key attributes of items that were modified in the DynamoDB table.
-
NEW_IMAGE
- entire items from the table, as they appeared after they were modified.
-
OLD_IMAGE
- entire items from the table, as they appeared before they were modified.
-
NEW_AND_OLD_IMAGES
- both the new and the old images of the items from the table.
\n@see StreamViewType*/",
"setterMethodName" : "setStreamViewType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamViewType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Indicates the format of the records within this stream:
-
KEYS_ONLY
- only the key attributes of items that were modified in the DynamoDB table.
-
NEW_IMAGE
- entire items from the table, as they appeared after they were modified.
-
OLD_IMAGE
- entire items from the table, as they appeared before they were modified.
-
NEW_AND_OLD_IMAGES
- both the new and the old images of the items from the table.
\n@param streamViewType Indicates the format of the records within this stream: -
KEYS_ONLY
- only the key attributes of items that were modified in the DynamoDB table.
-
NEW_IMAGE
- entire items from the table, as they appeared after they were modified.
-
OLD_IMAGE
- entire items from the table, as they appeared before they were modified.
-
NEW_AND_OLD_IMAGES
- both the new and the old images of the items from the table.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamViewType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamViewType",
"variableType" : "String",
"documentation" : "Indicates the format of the records within this stream:
-
KEYS_ONLY
- only the key attributes of items that were modified in the DynamoDB table.
-
NEW_IMAGE
- entire items from the table, as they appeared after they were modified.
-
OLD_IMAGE
- entire items from the table, as they appeared before they were modified.
-
NEW_AND_OLD_IMAGES
- both the new and the old images of the items from the table.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CreationRequestDateTime",
"c2jShape" : "Date",
"deprecated" : false,
"documentation" : "The date and time when the request to create this stream was issued.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time when the request to create this stream was issued.
\n@param creationRequestDateTime The date and time when the request to create this stream was issued.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCreationRequestDateTime",
"getterDocumentation" : "/**The date and time when the request to create this stream was issued.
\n@return The date and time when the request to create this stream was issued.*/",
"getterMethodName" : "getCreationRequestDateTime",
"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" : "CreationRequestDateTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationRequestDateTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationRequestDateTime",
"setterDocumentation" : "/**The date and time when the request to create this stream was issued.
\n@param creationRequestDateTime The date and time when the request to create this stream was issued.*/",
"setterMethodName" : "setCreationRequestDateTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationRequestDateTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time when the request to create this stream was issued.
\n@param creationRequestDateTime The date and time when the request to create this stream was issued.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationRequestDateTime",
"variableType" : "java.util.Date",
"documentation" : "The date and time when the request to create this stream was issued.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TableName",
"c2jShape" : "TableName",
"deprecated" : false,
"documentation" : "The DynamoDB table with which the stream is associated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The DynamoDB table with which the stream is associated.
\n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTableName",
"getterDocumentation" : "/**The DynamoDB table with which the stream is associated.
\n@return The DynamoDB table with which the stream is associated.*/",
"getterMethodName" : "getTableName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TableName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TableName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableName",
"setterDocumentation" : "/**The DynamoDB table with which the stream is associated.
\n@param tableName The DynamoDB table with which the stream is associated.*/",
"setterMethodName" : "setTableName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The DynamoDB table with which the stream is associated.
\n@param tableName The DynamoDB table with which the stream is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "The DynamoDB table with which the stream is associated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KeySchema",
"c2jShape" : "KeySchema",
"deprecated" : false,
"documentation" : "The key attribute(s) of the stream's DynamoDB table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The key attribute(s) of the stream's DynamoDB table.
\n@param keySchema The key attribute(s) of the stream's DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKeySchema",
"getterDocumentation" : "/**The key attribute(s) of the stream's DynamoDB table.
\n@return The key attribute(s) of the stream's DynamoDB table.*/",
"getterMethodName" : "getKeySchema",
"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" : "KeySchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeySchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "KeySchemaElement",
"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" : "KeySchemaElement",
"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" : "KeySchemaElement",
"variableName" : "member",
"variableType" : "KeySchemaElement",
"documentation" : "",
"simpleType" : "KeySchemaElement",
"variableSetterType" : "KeySchemaElement"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KeySchemaElement",
"variableName" : "member",
"variableType" : "KeySchemaElement",
"documentation" : "",
"simpleType" : "KeySchemaElement",
"variableSetterType" : "KeySchemaElement"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "KeySchemaElement",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "KeySchemaElement",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "KeySchema",
"setterDocumentation" : "/**The key attribute(s) of the stream's DynamoDB table.
\n@param keySchema The key attribute(s) of the stream's DynamoDB table.*/",
"setterMethodName" : "setKeySchema",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "keySchema",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The key attribute(s) of the stream's DynamoDB table.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.
\n@param keySchema The key attribute(s) of the stream's DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "keySchema",
"variableType" : "java.util.List",
"documentation" : "The key attribute(s) of the stream's DynamoDB table.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Shards",
"c2jShape" : "ShardDescriptionList",
"deprecated" : false,
"documentation" : "The shards that comprise the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The shards that comprise the stream.
\n@param shards The shards that comprise the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withShards",
"getterDocumentation" : "/**The shards that comprise the stream.
\n@return The shards that comprise the stream.*/",
"getterMethodName" : "getShards",
"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" : "Shards",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Shards",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Shard",
"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" : "Shard",
"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" : "Shard",
"variableName" : "member",
"variableType" : "Shard",
"documentation" : "",
"simpleType" : "Shard",
"variableSetterType" : "Shard"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Shard",
"variableName" : "member",
"variableType" : "Shard",
"documentation" : "",
"simpleType" : "Shard",
"variableSetterType" : "Shard"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Shard",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Shard",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Shards",
"setterDocumentation" : "/**The shards that comprise the stream.
\n@param shards The shards that comprise the stream.*/",
"setterMethodName" : "setShards",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shards",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The shards that comprise the stream.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setShards(java.util.Collection)} or {@link #withShards(java.util.Collection)} if you want to override the existing values.
\n@param shards The shards that comprise the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shards",
"variableType" : "java.util.List",
"documentation" : "The shards that comprise the stream.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "LastEvaluatedShardId",
"c2jShape" : "ShardId",
"deprecated" : false,
"documentation" : "The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
\n@param lastEvaluatedShardId The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLastEvaluatedShardId",
"getterDocumentation" : "/**
The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
\n@return The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.*/",
"getterMethodName" : "getLastEvaluatedShardId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LastEvaluatedShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastEvaluatedShardId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastEvaluatedShardId",
"setterDocumentation" : "/**
The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
\n@param lastEvaluatedShardId The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.*/",
"setterMethodName" : "setLastEvaluatedShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastEvaluatedShardId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
\n@param lastEvaluatedShardId The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastEvaluatedShardId",
"variableType" : "String",
"documentation" : "
The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreationRequestDateTime" : {
"c2jName" : "CreationRequestDateTime",
"c2jShape" : "Date",
"deprecated" : false,
"documentation" : "The date and time when the request to create this stream was issued.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time when the request to create this stream was issued.
\n@param creationRequestDateTime The date and time when the request to create this stream was issued.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCreationRequestDateTime",
"getterDocumentation" : "/**The date and time when the request to create this stream was issued.
\n@return The date and time when the request to create this stream was issued.*/",
"getterMethodName" : "getCreationRequestDateTime",
"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" : "CreationRequestDateTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationRequestDateTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationRequestDateTime",
"setterDocumentation" : "/**The date and time when the request to create this stream was issued.
\n@param creationRequestDateTime The date and time when the request to create this stream was issued.*/",
"setterMethodName" : "setCreationRequestDateTime",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationRequestDateTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time when the request to create this stream was issued.
\n@param creationRequestDateTime The date and time when the request to create this stream was issued.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationRequestDateTime",
"variableType" : "java.util.Date",
"documentation" : "The date and time when the request to create this stream was issued.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"KeySchema" : {
"c2jName" : "KeySchema",
"c2jShape" : "KeySchema",
"deprecated" : false,
"documentation" : "The key attribute(s) of the stream's DynamoDB table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The key attribute(s) of the stream's DynamoDB table.
\n@param keySchema The key attribute(s) of the stream's DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKeySchema",
"getterDocumentation" : "/**The key attribute(s) of the stream's DynamoDB table.
\n@return The key attribute(s) of the stream's DynamoDB table.*/",
"getterMethodName" : "getKeySchema",
"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" : "KeySchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeySchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "KeySchemaElement",
"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" : "KeySchemaElement",
"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" : "KeySchemaElement",
"variableName" : "member",
"variableType" : "KeySchemaElement",
"documentation" : "",
"simpleType" : "KeySchemaElement",
"variableSetterType" : "KeySchemaElement"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KeySchemaElement",
"variableName" : "member",
"variableType" : "KeySchemaElement",
"documentation" : "",
"simpleType" : "KeySchemaElement",
"variableSetterType" : "KeySchemaElement"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "KeySchemaElement",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "KeySchemaElement",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "KeySchema",
"setterDocumentation" : "/**The key attribute(s) of the stream's DynamoDB table.
\n@param keySchema The key attribute(s) of the stream's DynamoDB table.*/",
"setterMethodName" : "setKeySchema",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "keySchema",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The key attribute(s) of the stream's DynamoDB table.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.
\n@param keySchema The key attribute(s) of the stream's DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "keySchema",
"variableType" : "java.util.List",
"documentation" : "The key attribute(s) of the stream's DynamoDB table.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"LastEvaluatedShardId" : {
"c2jName" : "LastEvaluatedShardId",
"c2jShape" : "ShardId",
"deprecated" : false,
"documentation" : "The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
\n@param lastEvaluatedShardId The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLastEvaluatedShardId",
"getterDocumentation" : "/**
The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
\n@return The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.*/",
"getterMethodName" : "getLastEvaluatedShardId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LastEvaluatedShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastEvaluatedShardId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastEvaluatedShardId",
"setterDocumentation" : "/**
The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
\n@param lastEvaluatedShardId The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.*/",
"setterMethodName" : "setLastEvaluatedShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastEvaluatedShardId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
\n@param lastEvaluatedShardId The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastEvaluatedShardId",
"variableType" : "String",
"documentation" : "
The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If LastEvaluatedShardId
is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.
If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Shards" : {
"c2jName" : "Shards",
"c2jShape" : "ShardDescriptionList",
"deprecated" : false,
"documentation" : "The shards that comprise the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The shards that comprise the stream.
\n@param shards The shards that comprise the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withShards",
"getterDocumentation" : "/**The shards that comprise the stream.
\n@return The shards that comprise the stream.*/",
"getterMethodName" : "getShards",
"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" : "Shards",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Shards",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Shard",
"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" : "Shard",
"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" : "Shard",
"variableName" : "member",
"variableType" : "Shard",
"documentation" : "",
"simpleType" : "Shard",
"variableSetterType" : "Shard"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Shard",
"variableName" : "member",
"variableType" : "Shard",
"documentation" : "",
"simpleType" : "Shard",
"variableSetterType" : "Shard"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Shard",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Shard",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Shards",
"setterDocumentation" : "/**The shards that comprise the stream.
\n@param shards The shards that comprise the stream.*/",
"setterMethodName" : "setShards",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shards",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The shards that comprise the stream.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setShards(java.util.Collection)} or {@link #withShards(java.util.Collection)} if you want to override the existing values.
\n@param shards The shards that comprise the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shards",
"variableType" : "java.util.List",
"documentation" : "The shards that comprise the stream.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"StreamArn" : {
"c2jName" : "StreamArn",
"c2jShape" : "StreamArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamArn",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@return The Amazon Resource Name (ARN) for the stream.*/",
"getterMethodName" : "getStreamArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.*/",
"setterMethodName" : "setStreamArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the stream.
\n@param streamArn The Amazon Resource Name (ARN) for the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamLabel" : {
"c2jName" : "StreamLabel",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@param streamLabel A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStreamLabel",
"getterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@return A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
*/",
"getterMethodName" : "getStreamLabel",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StreamLabel",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamLabel",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamLabel",
"setterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@param streamLabel A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
*/",
"setterMethodName" : "setStreamLabel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamLabel",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@param streamLabel A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the StreamLabel
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamLabel",
"variableType" : "String",
"documentation" : "A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the