All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.kinesis-2013-12-02-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon Kinesis module holds the client classes that are used for communicating with Amazon Kinesis Service

There is a newer version: 1.12.772
Show newest version
{
  "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" : {
      "contentType" : null,
      "protocol" : "cbor"
    },
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : {
      "CreateStream" : {
        "methodForms" : [ [ "StreamName", "ShardCount" ] ]
      },
      "DeleteStream" : {
        "methodForms" : [ [ "StreamName" ] ]
      },
      "DescribeStream" : {
        "methodForms" : [ [ "StreamName" ], [ "StreamName", "ExclusiveStartShardId" ], [ "StreamName", "Limit", "ExclusiveStartShardId" ] ]
      },
      "GetShardIterator" : {
        "methodForms" : [ [ "StreamName", "ShardId", "ShardIteratorType" ], [ "StreamName", "ShardId", "ShardIteratorType", "StartingSequenceNumber" ] ]
      },
      "ListStreams" : {
        "methodForms" : [ [ ], [ "ExclusiveStartStreamName" ], [ "Limit", "ExclusiveStartStreamName" ] ]
      },
      "MergeShards" : {
        "methodForms" : [ [ "StreamName", "ShardToMerge", "AdjacentShardToMerge" ] ]
      },
      "PutRecord" : {
        "methodForms" : [ [ "StreamName", "Data", "PartitionKey" ], [ "StreamName", "Data", "PartitionKey", "SequenceNumberForOrdering" ] ]
      },
      "SplitShard" : {
        "methodForms" : [ [ "StreamName", "ShardToSplit", "NewStartingHashKey" ] ]
      }
    },
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : true,
    "transformDirectory" : "transform",
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true
  },
  "metadata" : {
    "apiVersion" : "2013-12-02",
    "asyncClient" : "AmazonKinesisAsyncClient",
    "asyncClientBuilderClassName" : "AmazonKinesisAsyncClientBuilder",
    "asyncInterface" : "AmazonKinesisAsync",
    "cborProtocol" : true,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonKinesisModuleInjector",
    "defaultEndpoint" : "https://kinesis.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "kinesis.us-east-1.amazonaws.com",
    "defaultRegion" : null,
    "documentation" : "Amazon Kinesis Streams Service API Reference 

Amazon Kinesis Streams is a managed service that scales elastically for real time processing of streaming big data.

", "endpointPrefix" : "kinesis", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "packageName" : "com.amazonaws.services.kinesis", "packagePath" : "com/amazonaws/services/kinesis", "protocol" : "cbor", "protocolDefaultExceptionUmarshallerImpl" : null, "protocolFactory" : "com.amazonaws.protocol.json.SdkJsonProtocolFactory", "requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest", "requiresApiKey" : false, "requiresIamSigners" : false, "serviceAbbreviation" : "Kinesis", "serviceFullName" : "Amazon Kinesis", "serviceName" : "Kinesis", "signingName" : "kinesis", "smokeTestsPackageName" : "com.amazonaws.services.kinesis.smoketests", "syncClient" : "AmazonKinesisClient", "syncClientBuilderClassName" : "AmazonKinesisClientBuilder", "syncInterface" : "AmazonKinesis", "unmarshallerClassSuffix" : "JsonUnmarshaller", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "xmlProtocol" : false }, "operations" : { "AddTagsToStream" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AddTagsToStreamResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds or updates tags for the specified Amazon Kinesis stream. Each stream can have up to 10 tags.

If tags have already been assigned to the stream, AddTagsToStream overwrites any existing tags that correspond to the specified tag keys.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

The resource is not available for this operation. For successful operation, the resource needs to be in the ACTIVE state.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddTagsToStreamRequest", "variableName" : "addTagsToStreamRequest", "variableType" : "AddTagsToStreamRequest", "documentation" : "

Represents the input for AddTagsToStream.

", "simpleType" : "AddTagsToStreamRequest", "variableSetterType" : "AddTagsToStreamRequest" }, "inputStreamPropertyName" : null, "methodName" : "addTagsToStream", "operationName" : "AddTagsToStream", "returnType" : { "returnType" : "AddTagsToStreamResult", "documentation" : null }, "syncReturnType" : "AddTagsToStreamResult" }, "CreateStream" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateStreamResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an Amazon Kinesis stream. A stream captures and transports data records that are continuously emitted from different data sources or producers. Scale-out within a stream is explicitly supported by means of shards, which are uniquely identified groups of data records in a stream.

You specify and control the number of shards that a stream is composed of. Each shard can support reads up to 5 transactions per second, up to a maximum data read total of 2 MB per second. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second. You can add shards to a stream if the amount of data input increases and you can remove shards if the amount of data input decreases.

The stream name identifies the stream. The name is scoped to the AWS account used by the application. It is also scoped by region. That is, two streams in two different accounts can have the same name, and two streams in the same account, but in two different regions, can have the same name.

CreateStream is an asynchronous operation. Upon receiving a CreateStream request, Amazon Kinesis immediately returns and sets the stream status to CREATING. After the stream is created, Amazon Kinesis sets the stream status to ACTIVE. You should perform read and write operations only on an ACTIVE stream.

You receive a LimitExceededException when making a CreateStream request if you try to do one of the following:

  • Have more than five streams in the CREATING state at any point in time.

  • Create more shards than are authorized for your account.

For the default shard limit for an AWS account, see Streams Limits in the Amazon Kinesis Streams Developer Guide. If you need to increase this limit, contact AWS Support.

You can use DescribeStream to check the stream status, which is returned in StreamStatus.

CreateStream has a limit of 5 transactions per second per account.

", "exceptions" : [ { "exceptionName" : "ResourceInUseException", "documentation" : "

The resource is not available for this operation. For successful operation, the resource needs to be in the ACTIVE state.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateStreamRequest", "variableName" : "createStreamRequest", "variableType" : "CreateStreamRequest", "documentation" : "

Represents the input for CreateStream.

", "simpleType" : "CreateStreamRequest", "variableSetterType" : "CreateStreamRequest" }, "inputStreamPropertyName" : null, "methodName" : "createStream", "operationName" : "CreateStream", "returnType" : { "returnType" : "CreateStreamResult", "documentation" : null }, "syncReturnType" : "CreateStreamResult" }, "DecreaseStreamRetentionPeriod" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DecreaseStreamRetentionPeriodResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Decreases the Amazon Kinesis stream's retention period, which is the length of time data records are accessible after they are added to the stream. The minimum value of a stream's retention period is 24 hours.

This operation may result in lost data. For example, if the stream's retention period is 48 hours and is decreased to 24 hours, any data already in the stream that is older than 24 hours is inaccessible.

", "exceptions" : [ { "exceptionName" : "ResourceInUseException", "documentation" : "

The resource is not available for this operation. For successful operation, the resource needs to be in the ACTIVE state.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DecreaseStreamRetentionPeriodRequest", "variableName" : "decreaseStreamRetentionPeriodRequest", "variableType" : "DecreaseStreamRetentionPeriodRequest", "documentation" : "

Represents the input for DecreaseStreamRetentionPeriod.

", "simpleType" : "DecreaseStreamRetentionPeriodRequest", "variableSetterType" : "DecreaseStreamRetentionPeriodRequest" }, "inputStreamPropertyName" : null, "methodName" : "decreaseStreamRetentionPeriod", "operationName" : "DecreaseStreamRetentionPeriod", "returnType" : { "returnType" : "DecreaseStreamRetentionPeriodResult", "documentation" : null }, "syncReturnType" : "DecreaseStreamRetentionPeriodResult" }, "DeleteStream" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteStreamResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an Amazon Kinesis stream and all its shards and data. You must shut down any applications that are operating on the stream before you delete the stream. If an application attempts to operate on a deleted stream, it will receive the exception ResourceNotFoundException.

If the stream is in the ACTIVE state, you can delete it. After a DeleteStream request, the specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

Note: Amazon Kinesis might continue to accept data read and write operations, such as PutRecord, PutRecords, and GetRecords, on a stream in the DELETING state until the stream deletion is complete.

When you delete a stream, any shards in that stream are also deleted, and any tags are dissociated from the stream.

You can use the DescribeStream operation to check the state of the stream, which is returned in StreamStatus.

DeleteStream has a limit of 5 transactions per second per account.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteStreamRequest", "variableName" : "deleteStreamRequest", "variableType" : "DeleteStreamRequest", "documentation" : "

Represents the input for DeleteStream.

", "simpleType" : "DeleteStreamRequest", "variableSetterType" : "DeleteStreamRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteStream", "operationName" : "DeleteStream", "returnType" : { "returnType" : "DeleteStreamResult", "documentation" : null }, "syncReturnType" : "DeleteStreamResult" }, "DescribeLimits" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeLimitsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the shard limits and usage for the account.

If you update your account limits, the old limits might be returned for a few minutes.

This operation has a limit of 1 transaction per second per account.

", "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeLimitsRequest", "variableName" : "describeLimitsRequest", "variableType" : "DescribeLimitsRequest", "documentation" : "", "simpleType" : "DescribeLimitsRequest", "variableSetterType" : "DescribeLimitsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeLimits", "operationName" : "DescribeLimits", "returnType" : { "returnType" : "DescribeLimitsResult", "documentation" : null }, "syncReturnType" : "DescribeLimitsResult" }, "DescribeStream" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeStreamResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the specified Amazon Kinesis stream.

The information returned includes the stream name, Amazon Resource Name (ARN), creation time, enhanced metric configuration, and shard map. The shard map is an array of shard objects. For each shard object, there is the hash key and sequence number ranges that the shard spans, and the IDs of any earlier shards that played in a role in creating the shard. Every record ingested in the stream is identified by a sequence number, which is assigned when the record is put into the stream.

You can limit the number of shards returned by each call. For more information, see Retrieving Shards from a Stream in the Amazon Kinesis Streams Developer Guide.

There are no guarantees about the chronological order shards returned. To process shards in chronological order, use the ID of the parent shard to track the lineage to the oldest shard.

This operation has a limit of 10 transactions per second per account.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeStreamRequest", "variableName" : "describeStreamRequest", "variableType" : "DescribeStreamRequest", "documentation" : "

Represents the input for DescribeStream.

", "simpleType" : "DescribeStreamRequest", "variableSetterType" : "DescribeStreamRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeStream", "operationName" : "DescribeStream", "returnType" : { "returnType" : "DescribeStreamResult", "documentation" : "

Represents the output for DescribeStream.

" }, "syncReturnType" : "DescribeStreamResult" }, "DisableEnhancedMonitoring" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DisableEnhancedMonitoringResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Disables enhanced monitoring.

", "exceptions" : [ { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

The resource is not available for this operation. For successful operation, the resource needs to be in the ACTIVE state.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DisableEnhancedMonitoringRequest", "variableName" : "disableEnhancedMonitoringRequest", "variableType" : "DisableEnhancedMonitoringRequest", "documentation" : "

Represents the input for DisableEnhancedMonitoring.

", "simpleType" : "DisableEnhancedMonitoringRequest", "variableSetterType" : "DisableEnhancedMonitoringRequest" }, "inputStreamPropertyName" : null, "methodName" : "disableEnhancedMonitoring", "operationName" : "DisableEnhancedMonitoring", "returnType" : { "returnType" : "DisableEnhancedMonitoringResult", "documentation" : "

Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.

" }, "syncReturnType" : "DisableEnhancedMonitoringResult" }, "EnableEnhancedMonitoring" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "EnableEnhancedMonitoringResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables enhanced Amazon Kinesis stream monitoring for shard-level metrics.

", "exceptions" : [ { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

The resource is not available for this operation. For successful operation, the resource needs to be in the ACTIVE state.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "EnableEnhancedMonitoringRequest", "variableName" : "enableEnhancedMonitoringRequest", "variableType" : "EnableEnhancedMonitoringRequest", "documentation" : "

Represents the input for EnableEnhancedMonitoring.

", "simpleType" : "EnableEnhancedMonitoringRequest", "variableSetterType" : "EnableEnhancedMonitoringRequest" }, "inputStreamPropertyName" : null, "methodName" : "enableEnhancedMonitoring", "operationName" : "EnableEnhancedMonitoring", "returnType" : { "returnType" : "EnableEnhancedMonitoringResult", "documentation" : "

Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.

" }, "syncReturnType" : "EnableEnhancedMonitoringResult" }, "GetRecords" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetRecordsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets data records from an Amazon Kinesis stream's 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 data records sequentially. If there are no 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 records.

You can scale by provisioning multiple shards per stream while considering service limits (for more information, see Streams Limits in the Amazon Kinesis Streams Developer Guide). Your application should have one thread per shard, each reading continuously from its stream. To read from a stream continually, call GetRecords in a loop. Use GetShardIterator to get the shard iterator to specify in the first GetRecords call. GetRecords returns a new shard iterator in NextShardIterator. Specify the shard iterator returned in NextShardIterator in subsequent calls to GetRecords. Note that if the shard has been closed, the shard iterator can't return more data and GetRecords returns null in NextShardIterator. You can terminate the loop when the shard is closed, or when the shard iterator reaches the record with the sequence number or other attribute that marks it as the last record to process.

Each data record can be up to 1 MB in size, and each shard can read up to 2 MB per second. You can ensure that your calls don't exceed the maximum supported size or throughput by using the Limit parameter to specify the maximum number of records that GetRecords can return. Consider your average record size when determining this limit.

The size of the data returned by GetRecords varies depending on the utilization of the shard. The maximum size of data that GetRecords can return is 10 MB. If a call returns this amount of data, subsequent calls made within the next 5 seconds throw ProvisionedThroughputExceededException. If there is insufficient provisioned throughput on the shard, subsequent calls made within the next 1 second throw ProvisionedThroughputExceededException. Note that GetRecords won't return any data when it throws an exception. For this reason, we recommend that you wait one second between calls to GetRecords; however, it's possible that the application will get exceptions for longer than 1 second.

To detect whether the application is falling behind in processing, you can use the MillisBehindLatest response attribute. You can also monitor the stream using CloudWatch metrics and other mechanisms (see Monitoring in the Amazon Kinesis Streams Developer Guide).

Each Amazon Kinesis record includes a value, ApproximateArrivalTimestamp, that is set when a stream successfully receives and stores a record. This is commonly referred to as a server-side timestamp, whereas a client-side timestamp is set when a data producer creates or sends the record to a stream (a data producer is any data source putting data records into a stream, for example with PutRecords). The timestamp has millisecond precision. There are no guarantees about the timestamp accuracy, or that the timestamp is always increasing. For example, records in a shard or across a stream might have timestamps that are out of order.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null }, { "exceptionName" : "ProvisionedThroughputExceededException", "documentation" : "

The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.

", "httpStatusCode" : null }, { "exceptionName" : "ExpiredIteratorException", "documentation" : "

The provided iterator exceeds the maximum age allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetRecordsRequest", "variableName" : "getRecordsRequest", "variableType" : "GetRecordsRequest", "documentation" : "

Represents the input for GetRecords.

", "simpleType" : "GetRecordsRequest", "variableSetterType" : "GetRecordsRequest" }, "inputStreamPropertyName" : null, "methodName" : "getRecords", "operationName" : "GetRecords", "returnType" : { "returnType" : "GetRecordsResult", "documentation" : "

Represents the output for GetRecords.

" }, "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" : "

Gets an Amazon Kinesis shard iterator. A shard iterator expires five minutes after it is returned to the requester.

A shard iterator specifies the shard position from which to start reading data records sequentially. The position is specified using the sequence number of a data record in a shard. A sequence number is the identifier associated with every record ingested in the stream, and is assigned when a record is put into the stream. Each stream has one or more shards.

You must specify the shard iterator type. For example, you can set the ShardIteratorType parameter to read exactly from the position denoted by a specific sequence number by using the AT_SEQUENCE_NUMBER shard iterator type, or right after the sequence number by using the AFTER_SEQUENCE_NUMBER shard iterator type, using sequence numbers returned by earlier calls to PutRecord, PutRecords, GetRecords, or DescribeStream. In the request, you can specify the shard iterator type AT_TIMESTAMP to read records from an arbitrary point in time, TRIM_HORIZON to cause ShardIterator to point to the last untrimmed record in the shard in the system (the oldest data record in the shard), or LATEST so that you always read the most recent data in the shard.

When you read repeatedly from a stream, use a GetShardIterator request to get the first shard iterator for use in your first GetRecords request and for subsequent reads use the shard iterator returned by the GetRecords request in NextShardIterator. A new shard iterator is returned by every GetRecords request in NextShardIterator, which you use in the ShardIterator parameter of the next GetRecords request.

If a GetShardIterator request is made too often, you receive a ProvisionedThroughputExceededException. For more information about throughput limits, see GetRecords, and Streams Limits in the Amazon Kinesis Streams Developer Guide.

If the shard is closed, GetShardIterator returns a valid iterator for the last sequence number of the shard. Note that a shard can be closed as a result of using SplitShard or MergeShards.

GetShardIterator has a limit of 5 transactions per second per account per open shard.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null }, { "exceptionName" : "ProvisionedThroughputExceededException", "documentation" : "

The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetShardIteratorRequest", "variableName" : "getShardIteratorRequest", "variableType" : "GetShardIteratorRequest", "documentation" : "

Represents the input for GetShardIterator.

", "simpleType" : "GetShardIteratorRequest", "variableSetterType" : "GetShardIteratorRequest" }, "inputStreamPropertyName" : null, "methodName" : "getShardIterator", "operationName" : "GetShardIterator", "returnType" : { "returnType" : "GetShardIteratorResult", "documentation" : "

Represents the output for GetShardIterator.

" }, "syncReturnType" : "GetShardIteratorResult" }, "IncreaseStreamRetentionPeriod" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "IncreaseStreamRetentionPeriodResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Increases the Amazon Kinesis stream's retention period, which is the length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 168 hours (7 days).

Upon choosing a longer stream retention period, this operation will increase the time period records are accessible that have not yet expired. However, it will not make previous data that has expired (older than the stream's previous retention period) accessible after the operation has been called. For example, if a stream's retention period is set to 24 hours and is increased to 168 hours, any data that is older than 24 hours will remain inaccessible to consumer applications.

", "exceptions" : [ { "exceptionName" : "ResourceInUseException", "documentation" : "

The resource is not available for this operation. For successful operation, the resource needs to be in the ACTIVE state.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "IncreaseStreamRetentionPeriodRequest", "variableName" : "increaseStreamRetentionPeriodRequest", "variableType" : "IncreaseStreamRetentionPeriodRequest", "documentation" : "

Represents the input for IncreaseStreamRetentionPeriod.

", "simpleType" : "IncreaseStreamRetentionPeriodRequest", "variableSetterType" : "IncreaseStreamRetentionPeriodRequest" }, "inputStreamPropertyName" : null, "methodName" : "increaseStreamRetentionPeriod", "operationName" : "IncreaseStreamRetentionPeriod", "returnType" : { "returnType" : "IncreaseStreamRetentionPeriodResult", "documentation" : null }, "syncReturnType" : "IncreaseStreamRetentionPeriodResult" }, "ListStreams" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListStreamsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists your Amazon Kinesis streams.

The number of streams may be too large to return from a single call to ListStreams. You can limit the number of returned streams using the Limit parameter. If you do not specify a value for the Limit parameter, Amazon Kinesis uses the default limit, which is currently 10.

You can detect if there are more streams available to list by using the HasMoreStreams flag from the returned output. If there are more streams available, you can request more streams by using the name of the last stream returned by the ListStreams request in the ExclusiveStartStreamName parameter in a subsequent request to ListStreams. The group of stream names returned by the subsequent request is then added to the list. You can continue this process until all the stream names have been collected in the list.

ListStreams has a limit of 5 transactions per second per account.

", "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListStreamsRequest", "variableName" : "listStreamsRequest", "variableType" : "ListStreamsRequest", "documentation" : "

Represents the input for ListStreams.

", "simpleType" : "ListStreamsRequest", "variableSetterType" : "ListStreamsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listStreams", "operationName" : "ListStreams", "returnType" : { "returnType" : "ListStreamsResult", "documentation" : "

Represents the output for ListStreams.

" }, "syncReturnType" : "ListStreamsResult" }, "ListTagsForStream" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListTagsForStreamResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the tags for the specified Amazon Kinesis stream.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsForStreamRequest", "variableName" : "listTagsForStreamRequest", "variableType" : "ListTagsForStreamRequest", "documentation" : "

Represents the input for ListTagsForStream.

", "simpleType" : "ListTagsForStreamRequest", "variableSetterType" : "ListTagsForStreamRequest" }, "inputStreamPropertyName" : null, "methodName" : "listTagsForStream", "operationName" : "ListTagsForStream", "returnType" : { "returnType" : "ListTagsForStreamResult", "documentation" : "

Represents the output for ListTagsForStream.

" }, "syncReturnType" : "ListTagsForStreamResult" }, "MergeShards" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "MergeShardsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Merges two adjacent shards in an Amazon Kinesis stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data. Two shards are considered adjacent if the union of the hash key ranges for the two shards form a contiguous set with no gaps. For example, if you have two shards, one with a hash key range of 276...381 and the other with a hash key range of 382...454, then you could merge these two shards into a single shard that would have a hash key range of 276...454. After the merge, the single child shard receives data for all hash key values covered by the two parent shards.

MergeShards is called when there is a need to reduce the overall capacity of a stream because of excess capacity that is not being used. You must specify the shard to be merged and the adjacent shard for a stream. For more information about merging shards, see Merge Two Shards in the Amazon Kinesis Streams Developer Guide.

If the stream is in the ACTIVE state, you can call MergeShards. If a stream is in the CREATING, UPDATING, or DELETING state, MergeShards returns a ResourceInUseException. If the specified stream does not exist, MergeShards returns a ResourceNotFoundException.

You can use DescribeStream to check the state of the stream, which is returned in StreamStatus.

MergeShards is an asynchronous operation. Upon receiving a MergeShards request, Amazon Kinesis immediately returns a response and sets the StreamStatus to UPDATING. After the operation is completed, Amazon Kinesis sets the StreamStatus to ACTIVE. Read and write operations continue to work while the stream is in the UPDATING state.

You use DescribeStream to determine the shard IDs that are specified in the MergeShards request.

If you try to operate on too many streams in parallel using CreateStream, DeleteStream, MergeShards or SplitShard, you will receive a LimitExceededException.

MergeShards has limit of 5 transactions per second per account.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

The resource is not available for this operation. For successful operation, the resource needs to be in the ACTIVE state.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "MergeShardsRequest", "variableName" : "mergeShardsRequest", "variableType" : "MergeShardsRequest", "documentation" : "

Represents the input for MergeShards.

", "simpleType" : "MergeShardsRequest", "variableSetterType" : "MergeShardsRequest" }, "inputStreamPropertyName" : null, "methodName" : "mergeShards", "operationName" : "MergeShards", "returnType" : { "returnType" : "MergeShardsResult", "documentation" : null }, "syncReturnType" : "MergeShardsResult" }, "PutRecord" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "PutRecordResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Writes a single data record into an Amazon Kinesis stream. Call PutRecord to send data into the stream for real-time ingestion and subsequent processing, one record at a time. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second.

You must specify the name of the stream that captures, stores, and transports the data; a partition key; and the data blob itself.

The data blob can be any type of data; for example, a segment from a log file, geographic/location data, website clickstream data, and so on.

The partition key is used by Amazon Kinesis to distribute data across shards. Amazon Kinesis segregates the data records that belong to a stream into multiple shards, using the partition key associated with each data record to determine which shard a given data record belongs to.

Partition keys are Unicode strings, with a maximum length limit of 256 characters for each key. An MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards using the hash key ranges of the shards. You can override hashing the partition key to determine the shard by explicitly specifying a hash value using the ExplicitHashKey parameter. For more information, see Adding Data to a Stream in the Amazon Kinesis Streams Developer Guide.

PutRecord returns the shard ID of where the data record was placed and the sequence number that was assigned to the data record.

Sequence numbers increase over time and are specific to a shard within a stream, not across all shards within a stream. To guarantee strictly increasing ordering, write serially to a shard and use the SequenceNumberForOrdering parameter. For more information, see Adding Data to a Stream in the Amazon Kinesis Streams Developer Guide.

If a PutRecord request cannot be processed because of insufficient provisioned throughput on the shard involved in the request, PutRecord throws ProvisionedThroughputExceededException.

Data records are accessible for only 24 hours from the time that they are added to a stream.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null }, { "exceptionName" : "ProvisionedThroughputExceededException", "documentation" : "

The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutRecordRequest", "variableName" : "putRecordRequest", "variableType" : "PutRecordRequest", "documentation" : "

Represents the input for PutRecord.

", "simpleType" : "PutRecordRequest", "variableSetterType" : "PutRecordRequest" }, "inputStreamPropertyName" : null, "methodName" : "putRecord", "operationName" : "PutRecord", "returnType" : { "returnType" : "PutRecordResult", "documentation" : "

Represents the output for PutRecord.

" }, "syncReturnType" : "PutRecordResult" }, "PutRecords" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "PutRecordsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Writes multiple data records into an Amazon Kinesis stream in a single call (also referred to as a PutRecords request). Use this operation to send data into the stream for data ingestion and processing.

Each PutRecords request can support up to 500 records. Each record in the request can be as large as 1 MB, up to a limit of 5 MB for the entire request, including partition keys. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second.

You must specify the name of the stream that captures, stores, and transports the data; and an array of request Records, with each record in the array requiring a partition key and data blob. The record size limit applies to the total size of the partition key and data blob.

The data blob can be any type of data; for example, a segment from a log file, geographic/location data, website clickstream data, and so on.

The partition key is used by Amazon Kinesis as input to a hash function that maps the partition key and associated data to a specific shard. An MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream. For more information, see Adding Data to a Stream in the Amazon Kinesis Streams Developer Guide.

Each record in the Records array may include an optional parameter, ExplicitHashKey, which overrides the partition key to shard mapping. This parameter allows a data producer to determine explicitly the shard where the record is stored. For more information, see Adding Multiple Records with PutRecords in the Amazon Kinesis Streams Developer Guide.

The PutRecords response includes an array of response Records. Each record in the response array directly correlates with a record in the request array using natural ordering, from the top to the bottom of the request and response. The response Records array always includes the same number of records as the request array.

The response Records array includes both successfully and unsuccessfully processed records. Amazon Kinesis attempts to process all records in each PutRecords request. A single record failure does not stop the processing of subsequent records.

A successfully-processed record includes ShardId and SequenceNumber values. The ShardId parameter identifies the shard in the stream where the record is stored. The SequenceNumber parameter is an identifier assigned to the put record, unique to all records in the stream.

An unsuccessfully-processed record includes ErrorCode and ErrorMessage values. ErrorCode reflects the type of error and can be one of the following values: ProvisionedThroughputExceededException or InternalFailure. ErrorMessage provides more detailed information about the ProvisionedThroughputExceededException exception including the account ID, stream name, and shard ID of the record that was throttled. For more information about partially successful responses, see Adding Multiple Records with PutRecords in the Amazon Kinesis Streams Developer Guide.

By default, data records are accessible for only 24 hours from the time that they are added to an Amazon Kinesis stream. This retention period can be modified using the DecreaseStreamRetentionPeriod and IncreaseStreamRetentionPeriod operations.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null }, { "exceptionName" : "ProvisionedThroughputExceededException", "documentation" : "

The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutRecordsRequest", "variableName" : "putRecordsRequest", "variableType" : "PutRecordsRequest", "documentation" : "

A PutRecords request.

", "simpleType" : "PutRecordsRequest", "variableSetterType" : "PutRecordsRequest" }, "inputStreamPropertyName" : null, "methodName" : "putRecords", "operationName" : "PutRecords", "returnType" : { "returnType" : "PutRecordsResult", "documentation" : "

PutRecords results.

" }, "syncReturnType" : "PutRecordsResult" }, "RemoveTagsFromStream" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RemoveTagsFromStreamResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes tags from the specified Amazon Kinesis stream. Removed tags are deleted and cannot be recovered after this operation successfully completes.

If you specify a tag that does not exist, it is ignored.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

The resource is not available for this operation. For successful operation, the resource needs to be in the ACTIVE state.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RemoveTagsFromStreamRequest", "variableName" : "removeTagsFromStreamRequest", "variableType" : "RemoveTagsFromStreamRequest", "documentation" : "

Represents the input for RemoveTagsFromStream.

", "simpleType" : "RemoveTagsFromStreamRequest", "variableSetterType" : "RemoveTagsFromStreamRequest" }, "inputStreamPropertyName" : null, "methodName" : "removeTagsFromStream", "operationName" : "RemoveTagsFromStream", "returnType" : { "returnType" : "RemoveTagsFromStreamResult", "documentation" : null }, "syncReturnType" : "RemoveTagsFromStreamResult" }, "SplitShard" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SplitShardResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Splits a shard into two new shards in the Amazon Kinesis stream to increase the stream's capacity to ingest and transport data. SplitShard is called when there is a need to increase the overall capacity of a stream because of an expected increase in the volume of data records being ingested.

You can also use SplitShard when a shard appears to be approaching its maximum utilization; for example, the producers sending data into the specific shard are suddenly sending more than previously anticipated. You can also call SplitShard to increase stream capacity, so that more Amazon Kinesis applications can simultaneously read data from the stream for real-time processing.

You must specify the shard to be split and the new hash key, which is the position in the shard where the shard gets split in two. In many cases, the new hash key might simply be the average of the beginning and ending hash key, but it can be any hash key value in the range being mapped into the shard. For more information about splitting shards, see Split a Shard in the Amazon Kinesis Streams Developer Guide.

You can use DescribeStream to determine the shard ID and hash key values for the ShardToSplit and NewStartingHashKey parameters that are specified in the SplitShard request.

SplitShard is an asynchronous operation. Upon receiving a SplitShard request, Amazon Kinesis immediately returns a response and sets the stream status to UPDATING. After the operation is completed, Amazon Kinesis sets the stream status to ACTIVE. Read and write operations continue to work while the stream is in the UPDATING state.

You can use DescribeStream to check the status of the stream, which is returned in StreamStatus. If the stream is in the ACTIVE state, you can call SplitShard. If a stream is in CREATING or UPDATING or DELETING states, DescribeStream returns a ResourceInUseException.

If the specified stream does not exist, DescribeStream returns a ResourceNotFoundException. If you try to create more shards than are authorized for your account, you receive a LimitExceededException.

For the default shard limit for an AWS account, see Streams Limits in the Amazon Kinesis Streams Developer Guide. If you need to increase this limit, contact AWS Support.

If you try to operate on too many streams simultaneously using CreateStream, DeleteStream, MergeShards, and/or SplitShard, you receive a LimitExceededException.

SplitShard has limit of 5 transactions per second per account.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

The resource is not available for this operation. For successful operation, the resource needs to be in the ACTIVE state.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SplitShardRequest", "variableName" : "splitShardRequest", "variableType" : "SplitShardRequest", "documentation" : "

Represents the input for SplitShard.

", "simpleType" : "SplitShardRequest", "variableSetterType" : "SplitShardRequest" }, "inputStreamPropertyName" : null, "methodName" : "splitShard", "operationName" : "SplitShard", "returnType" : { "returnType" : "SplitShardResult", "documentation" : null }, "syncReturnType" : "SplitShardResult" }, "UpdateShardCount" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateShardCountResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the shard count of the specified stream to the specified number of shards.

Updating the shard count is an asynchronous operation. Upon receiving the request, Amazon Kinesis returns immediately and sets the status of the stream to UPDATING. After the update is complete, Amazon Kinesis sets the status of the stream back to ACTIVE. Depending on the size of the stream, the scaling action could take a few minutes to complete. You can continue to read and write data to your stream while its status is UPDATING.

To update the shard count, Amazon Kinesis performs splits and merges and individual shards. This can cause short-lived shards to be created, in addition to the final shards. We recommend that you double or halve the shard count, as this results in the fewest number of splits or merges.

This operation has a rate limit of twice per rolling 24 hour period. You cannot scale above double your current shard count, scale below half your current shard count, or exceed the shard limits for your account.

For the default limits for an AWS account, see Streams Limits in the Amazon Kinesis Streams Developer Guide. If you need to increase a limit, contact AWS Support.

", "exceptions" : [ { "exceptionName" : "InvalidArgumentException", "documentation" : "

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

The resource is not available for this operation. For successful operation, the resource needs to be in the ACTIVE state.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The requested resource could not be found. The stream might not be specified correctly.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateShardCountRequest", "variableName" : "updateShardCountRequest", "variableType" : "UpdateShardCountRequest", "documentation" : "", "simpleType" : "UpdateShardCountRequest", "variableSetterType" : "UpdateShardCountRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateShardCount", "operationName" : "UpdateShardCount", "returnType" : { "returnType" : "UpdateShardCountResult", "documentation" : null }, "syncReturnType" : "UpdateShardCountResult" } }, "shapes" : { "AddTagsToStreamRequest" : { "c2jName" : "AddTagsToStreamInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents the input for AddTagsToStream.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddTagsToStream", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.AddTagsToStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stream.

\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the stream.

\n@return The name of the stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the stream.

\n@param streamName The name of the stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stream.

\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "TagMap", "deprecated" : false, "documentation" : "

The set of key-value pairs to use to create the tags.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The set of key-value pairs to use to create the tags.

\n@param tags The set of key-value pairs to use to create the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

The set of key-value pairs to use to create the tags.

\n@return The set of key-value pairs to use to create the tags.*/", "getterMethodName" : "getTags", "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" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "TagValue", "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" : "String", "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" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Tags", "setterDocumentation" : "/**

The set of key-value pairs to use to create the tags.

\n@param tags The set of key-value pairs to use to create the tags.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

The set of key-value pairs to use to create the tags.

\n@param tags The set of key-value pairs to use to create the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

The set of key-value pairs to use to create the tags.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stream.

\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the stream.

\n@return The name of the stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the stream.

\n@param streamName The name of the stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stream.

\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagMap", "deprecated" : false, "documentation" : "

The set of key-value pairs to use to create the tags.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The set of key-value pairs to use to create the tags.

\n@param tags The set of key-value pairs to use to create the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

The set of key-value pairs to use to create the tags.

\n@return The set of key-value pairs to use to create the tags.*/", "getterMethodName" : "getTags", "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" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "TagValue", "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" : "String", "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" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Tags", "setterDocumentation" : "/**

The set of key-value pairs to use to create the tags.

\n@param tags The set of key-value pairs to use to create the tags.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

The set of key-value pairs to use to create the tags.

\n@param tags The set of key-value pairs to use to create the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

The set of key-value pairs to use to create the tags.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "Tags" ], "shapeName" : "AddTagsToStreamRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddTagsToStreamRequest", "variableName" : "addTagsToStreamRequest", "variableType" : "AddTagsToStreamRequest", "documentation" : null, "simpleType" : "AddTagsToStreamRequest", "variableSetterType" : "AddTagsToStreamRequest" }, "wrapper" : false }, "AddTagsToStreamResult" : { "c2jName" : "AddTagsToStreamResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddTagsToStreamResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddTagsToStreamResult", "variableName" : "addTagsToStreamResult", "variableType" : "AddTagsToStreamResult", "documentation" : null, "simpleType" : "AddTagsToStreamResult", "variableSetterType" : "AddTagsToStreamResult" }, "wrapper" : false }, "CreateStreamRequest" : { "c2jName" : "CreateStreamInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents the input for CreateStream.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateStream", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.CreateStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.

\n@param streamName A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.

\n@return A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.

\n@param streamName A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.

\n@param streamName A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ShardCount", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;

\n@param shardCount The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardCount", "getterDocumentation" : "/**

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;

\n@return The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;*/", "getterMethodName" : "getShardCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShardCount", "setterDocumentation" : "/**

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;

\n@param shardCount The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;*/", "setterMethodName" : "setShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "shardCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;

\n@param shardCount The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "shardCount", "variableType" : "Integer", "documentation" : "

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ShardCount" : { "c2jName" : "ShardCount", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;

\n@param shardCount The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardCount", "getterDocumentation" : "/**

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;

\n@return The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;*/", "getterMethodName" : "getShardCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShardCount", "setterDocumentation" : "/**

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;

\n@param shardCount The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;*/", "setterMethodName" : "setShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "shardCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;

\n@param shardCount The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "shardCount", "variableType" : "Integer", "documentation" : "

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

DefaultShardLimit;

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.

\n@param streamName A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.

\n@return A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.

\n@param streamName A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.

\n@param streamName A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account but in two different regions can have the same name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "ShardCount" ], "shapeName" : "CreateStreamRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateStreamRequest", "variableName" : "createStreamRequest", "variableType" : "CreateStreamRequest", "documentation" : null, "simpleType" : "CreateStreamRequest", "variableSetterType" : "CreateStreamRequest" }, "wrapper" : false }, "CreateStreamResult" : { "c2jName" : "CreateStreamResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateStreamResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateStreamResult", "variableName" : "createStreamResult", "variableType" : "CreateStreamResult", "documentation" : null, "simpleType" : "CreateStreamResult", "variableSetterType" : "CreateStreamResult" }, "wrapper" : false }, "DecreaseStreamRetentionPeriodRequest" : { "c2jName" : "DecreaseStreamRetentionPeriodInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents the input for DecreaseStreamRetentionPeriod.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DecreaseStreamRetentionPeriod", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DecreaseStreamRetentionPeriod", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the stream to modify.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stream to modify.

\n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the stream to modify.

\n@return The name of the stream to modify.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the stream to modify.

\n@param streamName The name of the stream to modify.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stream to modify.

\n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to modify.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RetentionPeriodHours", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

The new retention period of the stream, in hours. Must be less than the current retention period.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The new retention period of the stream, in hours. Must be less than the current retention period.

\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be less than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRetentionPeriodHours", "getterDocumentation" : "/**

The new retention period of the stream, in hours. Must be less than the current retention period.

\n@return The new retention period of the stream, in hours. Must be less than the current retention period.*/", "getterMethodName" : "getRetentionPeriodHours", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RetentionPeriodHours", "setterDocumentation" : "/**

The new retention period of the stream, in hours. Must be less than the current retention period.

\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be less than the current retention period.*/", "setterMethodName" : "setRetentionPeriodHours", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The new retention period of the stream, in hours. Must be less than the current retention period.

\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be less than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "

The new retention period of the stream, in hours. Must be less than the current retention period.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RetentionPeriodHours" : { "c2jName" : "RetentionPeriodHours", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

The new retention period of the stream, in hours. Must be less than the current retention period.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The new retention period of the stream, in hours. Must be less than the current retention period.

\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be less than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRetentionPeriodHours", "getterDocumentation" : "/**

The new retention period of the stream, in hours. Must be less than the current retention period.

\n@return The new retention period of the stream, in hours. Must be less than the current retention period.*/", "getterMethodName" : "getRetentionPeriodHours", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RetentionPeriodHours", "setterDocumentation" : "/**

The new retention period of the stream, in hours. Must be less than the current retention period.

\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be less than the current retention period.*/", "setterMethodName" : "setRetentionPeriodHours", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The new retention period of the stream, in hours. Must be less than the current retention period.

\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be less than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "

The new retention period of the stream, in hours. Must be less than the current retention period.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the stream to modify.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stream to modify.

\n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the stream to modify.

\n@return The name of the stream to modify.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the stream to modify.

\n@param streamName The name of the stream to modify.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stream to modify.

\n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to modify.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "RetentionPeriodHours" ], "shapeName" : "DecreaseStreamRetentionPeriodRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DecreaseStreamRetentionPeriodRequest", "variableName" : "decreaseStreamRetentionPeriodRequest", "variableType" : "DecreaseStreamRetentionPeriodRequest", "documentation" : null, "simpleType" : "DecreaseStreamRetentionPeriodRequest", "variableSetterType" : "DecreaseStreamRetentionPeriodRequest" }, "wrapper" : false }, "DecreaseStreamRetentionPeriodResult" : { "c2jName" : "DecreaseStreamRetentionPeriodResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DecreaseStreamRetentionPeriodResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DecreaseStreamRetentionPeriodResult", "variableName" : "decreaseStreamRetentionPeriodResult", "variableType" : "DecreaseStreamRetentionPeriodResult", "documentation" : null, "simpleType" : "DecreaseStreamRetentionPeriodResult", "variableSetterType" : "DecreaseStreamRetentionPeriodResult" }, "wrapper" : false }, "DeleteStreamRequest" : { "c2jName" : "DeleteStreamInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents the input for DeleteStream.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteStream", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DeleteStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the stream to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stream to delete.

\n@param streamName The name of the stream to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the stream to delete.

\n@return The name of the stream to delete.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the stream to delete.

\n@param streamName The name of the stream to delete.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stream to delete.

\n@param streamName The name of the stream to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the stream to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stream to delete.

\n@param streamName The name of the stream to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the stream to delete.

\n@return The name of the stream to delete.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the stream to delete.

\n@param streamName The name of the stream to delete.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stream to delete.

\n@param streamName The name of the stream to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName" ], "shapeName" : "DeleteStreamRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteStreamRequest", "variableName" : "deleteStreamRequest", "variableType" : "DeleteStreamRequest", "documentation" : null, "simpleType" : "DeleteStreamRequest", "variableSetterType" : "DeleteStreamRequest" }, "wrapper" : false }, "DeleteStreamResult" : { "c2jName" : "DeleteStreamResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteStreamResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteStreamResult", "variableName" : "deleteStreamResult", "variableType" : "DeleteStreamResult", "documentation" : null, "simpleType" : "DeleteStreamResult", "variableSetterType" : "DeleteStreamResult" }, "wrapper" : false }, "DescribeLimitsRequest" : { "c2jName" : "DescribeLimitsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeLimits", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DescribeLimits", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLimitsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLimitsRequest", "variableName" : "describeLimitsRequest", "variableType" : "DescribeLimitsRequest", "documentation" : null, "simpleType" : "DescribeLimitsRequest", "variableSetterType" : "DescribeLimitsRequest" }, "wrapper" : false }, "DescribeLimitsResult" : { "c2jName" : "DescribeLimitsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ShardLimit", "c2jShape" : "ShardCountObject", "deprecated" : false, "documentation" : "

The maximum number of shards.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of shards.

\n@param shardLimit The maximum number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardLimit", "getterDocumentation" : "/**

The maximum number of shards.

\n@return The maximum number of shards.*/", "getterMethodName" : "getShardLimit", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShardLimit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLimit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShardLimit", "setterDocumentation" : "/**

The maximum number of shards.

\n@param shardLimit The maximum number of shards.*/", "setterMethodName" : "setShardLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "shardLimit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of shards.

\n@param shardLimit The maximum number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "shardLimit", "variableType" : "Integer", "documentation" : "

The maximum number of shards.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "OpenShardCount", "c2jShape" : "ShardCountObject", "deprecated" : false, "documentation" : "

The number of open shards.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of open shards.

\n@param openShardCount The number of open shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOpenShardCount", "getterDocumentation" : "/**

The number of open shards.

\n@return The number of open shards.*/", "getterMethodName" : "getOpenShardCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "OpenShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OpenShardCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OpenShardCount", "setterDocumentation" : "/**

The number of open shards.

\n@param openShardCount The number of open shards.*/", "setterMethodName" : "setOpenShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of open shards.

\n@param openShardCount The number of open shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : "

The number of open shards.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OpenShardCount" : { "c2jName" : "OpenShardCount", "c2jShape" : "ShardCountObject", "deprecated" : false, "documentation" : "

The number of open shards.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of open shards.

\n@param openShardCount The number of open shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOpenShardCount", "getterDocumentation" : "/**

The number of open shards.

\n@return The number of open shards.*/", "getterMethodName" : "getOpenShardCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "OpenShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OpenShardCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OpenShardCount", "setterDocumentation" : "/**

The number of open shards.

\n@param openShardCount The number of open shards.*/", "setterMethodName" : "setOpenShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of open shards.

\n@param openShardCount The number of open shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : "

The number of open shards.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ShardLimit" : { "c2jName" : "ShardLimit", "c2jShape" : "ShardCountObject", "deprecated" : false, "documentation" : "

The maximum number of shards.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of shards.

\n@param shardLimit The maximum number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardLimit", "getterDocumentation" : "/**

The maximum number of shards.

\n@return The maximum number of shards.*/", "getterMethodName" : "getShardLimit", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShardLimit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLimit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShardLimit", "setterDocumentation" : "/**

The maximum number of shards.

\n@param shardLimit The maximum number of shards.*/", "setterMethodName" : "setShardLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "shardLimit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of shards.

\n@param shardLimit The maximum number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "shardLimit", "variableType" : "Integer", "documentation" : "

The maximum number of shards.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ShardLimit", "OpenShardCount" ], "shapeName" : "DescribeLimitsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeLimitsResult", "variableName" : "describeLimitsResult", "variableType" : "DescribeLimitsResult", "documentation" : null, "simpleType" : "DescribeLimitsResult", "variableSetterType" : "DescribeLimitsResult" }, "wrapper" : false }, "DescribeStreamRequest" : { "c2jName" : "DescribeStreamInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents the input for DescribeStream.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeStream", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DescribeStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the stream to describe.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stream to describe.

\n@param streamName The name of the stream to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the stream to describe.

\n@return The name of the stream to describe.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the stream to describe.

\n@param streamName The name of the stream to describe.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stream to describe.

\n@param streamName The name of the stream to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "DescribeStreamInputLimit", "deprecated" : false, "documentation" : "

The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

\n@param limit The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimit", "getterDocumentation" : "/**

The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

\n@return The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.*/", "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 shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

\n@param limit The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

\n@param limit The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.\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 shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExclusiveStartShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

The shard ID of the shard to start with.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The shard ID of the shard to start with.

\n@param exclusiveStartShardId The shard ID of the shard to start with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExclusiveStartShardId", "getterDocumentation" : "/**

The shard ID of the shard to start with.

\n@return The shard ID of the shard to start with.*/", "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 shard to start with.

\n@param exclusiveStartShardId The shard ID of the shard to start with.*/", "setterMethodName" : "setExclusiveStartShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The shard ID of the shard to start with.

\n@param exclusiveStartShardId The shard ID of the shard to start with.\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 shard to start with.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExclusiveStartShardId" : { "c2jName" : "ExclusiveStartShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

The shard ID of the shard to start with.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The shard ID of the shard to start with.

\n@param exclusiveStartShardId The shard ID of the shard to start with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExclusiveStartShardId", "getterDocumentation" : "/**

The shard ID of the shard to start with.

\n@return The shard ID of the shard to start with.*/", "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 shard to start with.

\n@param exclusiveStartShardId The shard ID of the shard to start with.*/", "setterMethodName" : "setExclusiveStartShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The shard ID of the shard to start with.

\n@param exclusiveStartShardId The shard ID of the shard to start with.\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 shard to start with.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "c2jName" : "Limit", "c2jShape" : "DescribeStreamInputLimit", "deprecated" : false, "documentation" : "

The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

\n@param limit The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimit", "getterDocumentation" : "/**

The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

\n@return The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.*/", "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 shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

\n@param limit The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

\n@param limit The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.\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 shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the stream to describe.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stream to describe.

\n@param streamName The name of the stream to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the stream to describe.

\n@return The name of the stream to describe.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the stream to describe.

\n@param streamName The name of the stream to describe.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stream to describe.

\n@param streamName The name of the stream to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName" ], "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 for DescribeStream.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StreamDescription", "c2jShape" : "StreamDescription", "deprecated" : false, "documentation" : "

The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

\n@param streamDescription The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamDescription", "getterDocumentation" : "/**

The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

\n@return The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.*/", "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" : "/**

The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

\n@param streamDescription The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.*/", "setterMethodName" : "setStreamDescription", "setterModel" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : "", "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

\n@param streamDescription The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : "

The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

", "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StreamDescription" : { "c2jName" : "StreamDescription", "c2jShape" : "StreamDescription", "deprecated" : false, "documentation" : "

The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

\n@param streamDescription The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamDescription", "getterDocumentation" : "/**

The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

\n@return The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.*/", "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" : "/**

The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

\n@param streamDescription The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.*/", "setterMethodName" : "setStreamDescription", "setterModel" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : "", "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

\n@param streamDescription The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : "

The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

", "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamDescription" ], "shapeName" : "DescribeStreamResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeStreamResult", "variableName" : "describeStreamResult", "variableType" : "DescribeStreamResult", "documentation" : null, "simpleType" : "DescribeStreamResult", "variableSetterType" : "DescribeStreamResult" }, "wrapper" : false }, "DisableEnhancedMonitoringRequest" : { "c2jName" : "DisableEnhancedMonitoringInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents the input for DisableEnhancedMonitoring.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DisableEnhancedMonitoring", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DisableEnhancedMonitoring", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

\n@param streamName The name of the Amazon Kinesis stream for which to disable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

\n@return The name of the Amazon Kinesis stream for which to disable enhanced monitoring.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

\n@param streamName The name of the Amazon Kinesis stream for which to disable enhanced monitoring.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

\n@param streamName The name of the Amazon Kinesis stream for which to disable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@param shardLevelMetrics List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withShardLevelMetrics", "getterDocumentation" : "/**

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@return List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@see MetricsName*/", "getterMethodName" : "getShardLevelMetrics", "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" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ShardLevelMetrics", "setterDocumentation" : "/**

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@param shardLevelMetrics List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@see MetricsName*/", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setShardLevelMetrics(java.util.Collection)} or {@link #withShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param shardLevelMetrics List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ShardLevelMetrics" : { "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@param shardLevelMetrics List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withShardLevelMetrics", "getterDocumentation" : "/**

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@return List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@see MetricsName*/", "getterMethodName" : "getShardLevelMetrics", "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" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ShardLevelMetrics", "setterDocumentation" : "/**

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@param shardLevelMetrics List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@see MetricsName*/", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setShardLevelMetrics(java.util.Collection)} or {@link #withShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param shardLevelMetrics List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value \"ALL\" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

\n@param streamName The name of the Amazon Kinesis stream for which to disable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

\n@return The name of the Amazon Kinesis stream for which to disable enhanced monitoring.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

\n@param streamName The name of the Amazon Kinesis stream for which to disable enhanced monitoring.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

\n@param streamName The name of the Amazon Kinesis stream for which to disable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "ShardLevelMetrics" ], "shapeName" : "DisableEnhancedMonitoringRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisableEnhancedMonitoringRequest", "variableName" : "disableEnhancedMonitoringRequest", "variableType" : "DisableEnhancedMonitoringRequest", "documentation" : null, "simpleType" : "DisableEnhancedMonitoringRequest", "variableSetterType" : "DisableEnhancedMonitoringRequest" }, "wrapper" : false }, "DisableEnhancedMonitoringResult" : { "c2jName" : "EnhancedMonitoringOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the Amazon Kinesis stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@return The name of the Amazon Kinesis stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the Amazon Kinesis stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CurrentShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

Represents the current state of the metrics that are in the enhanced state before the operation.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withCurrentShardLevelMetrics", "getterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n@return Represents the current state of the metrics that are in the enhanced state before the operation.\n@see MetricsName*/", "getterMethodName" : "getCurrentShardLevelMetrics", "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" : "CurrentShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "CurrentShardLevelMetrics", "setterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@see MetricsName*/", "setterMethodName" : "setCurrentShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCurrentShardLevelMetrics(java.util.Collection)} or {@link #withCurrentShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

Represents the current state of the metrics that are in the enhanced state before the operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DesiredShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

Represents the list of all the metrics that would be in the enhanced state after the operation.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withDesiredShardLevelMetrics", "getterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.\n@see MetricsName*/", "getterMethodName" : "getDesiredShardLevelMetrics", "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" : "DesiredShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DesiredShardLevelMetrics", "setterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@see MetricsName*/", "setterMethodName" : "setDesiredShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDesiredShardLevelMetrics(java.util.Collection)} or {@link #withDesiredShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

Represents the list of all the metrics that would be in the enhanced state after the operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CurrentShardLevelMetrics" : { "c2jName" : "CurrentShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

Represents the current state of the metrics that are in the enhanced state before the operation.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withCurrentShardLevelMetrics", "getterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n@return Represents the current state of the metrics that are in the enhanced state before the operation.\n@see MetricsName*/", "getterMethodName" : "getCurrentShardLevelMetrics", "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" : "CurrentShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "CurrentShardLevelMetrics", "setterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@see MetricsName*/", "setterMethodName" : "setCurrentShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCurrentShardLevelMetrics(java.util.Collection)} or {@link #withCurrentShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

Represents the current state of the metrics that are in the enhanced state before the operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DesiredShardLevelMetrics" : { "c2jName" : "DesiredShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

Represents the list of all the metrics that would be in the enhanced state after the operation.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withDesiredShardLevelMetrics", "getterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.\n@see MetricsName*/", "getterMethodName" : "getDesiredShardLevelMetrics", "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" : "DesiredShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DesiredShardLevelMetrics", "setterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@see MetricsName*/", "setterMethodName" : "setDesiredShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDesiredShardLevelMetrics(java.util.Collection)} or {@link #withDesiredShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

Represents the list of all the metrics that would be in the enhanced state after the operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the Amazon Kinesis stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@return The name of the Amazon Kinesis stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the Amazon Kinesis stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DisableEnhancedMonitoringResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DisableEnhancedMonitoringResult", "variableName" : "disableEnhancedMonitoringResult", "variableType" : "DisableEnhancedMonitoringResult", "documentation" : null, "simpleType" : "DisableEnhancedMonitoringResult", "variableSetterType" : "DisableEnhancedMonitoringResult" }, "wrapper" : false }, "EnableEnhancedMonitoringRequest" : { "c2jName" : "EnableEnhancedMonitoringInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents the input for EnableEnhancedMonitoring.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "EnableEnhancedMonitoring", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.EnableEnhancedMonitoring", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the stream for which to enable enhanced monitoring.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stream for which to enable enhanced monitoring.

\n@param streamName The name of the stream for which to enable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the stream for which to enable enhanced monitoring.

\n@return The name of the stream for which to enable enhanced monitoring.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the stream for which to enable enhanced monitoring.

\n@param streamName The name of the stream for which to enable enhanced monitoring.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stream for which to enable enhanced monitoring.

\n@param streamName The name of the stream for which to enable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream for which to enable enhanced monitoring.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@param shardLevelMetrics List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withShardLevelMetrics", "getterDocumentation" : "/**

List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@return List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@see MetricsName*/", "getterMethodName" : "getShardLevelMetrics", "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" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ShardLevelMetrics", "setterDocumentation" : "/**

List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@param shardLevelMetrics List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@see MetricsName*/", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setShardLevelMetrics(java.util.Collection)} or {@link #withShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param shardLevelMetrics List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ShardLevelMetrics" : { "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@param shardLevelMetrics List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withShardLevelMetrics", "getterDocumentation" : "/**

List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@return List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@see MetricsName*/", "getterMethodName" : "getShardLevelMetrics", "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" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ShardLevelMetrics", "setterDocumentation" : "/**

List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@param shardLevelMetrics List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@see MetricsName*/", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setShardLevelMetrics(java.util.Collection)} or {@link #withShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param shardLevelMetrics List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

List of shard-level metrics to enable.

The following are the valid shard-level metrics. The value \"ALL\" enables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the stream for which to enable enhanced monitoring.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stream for which to enable enhanced monitoring.

\n@param streamName The name of the stream for which to enable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the stream for which to enable enhanced monitoring.

\n@return The name of the stream for which to enable enhanced monitoring.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the stream for which to enable enhanced monitoring.

\n@param streamName The name of the stream for which to enable enhanced monitoring.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stream for which to enable enhanced monitoring.

\n@param streamName The name of the stream for which to enable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream for which to enable enhanced monitoring.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "ShardLevelMetrics" ], "shapeName" : "EnableEnhancedMonitoringRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EnableEnhancedMonitoringRequest", "variableName" : "enableEnhancedMonitoringRequest", "variableType" : "EnableEnhancedMonitoringRequest", "documentation" : null, "simpleType" : "EnableEnhancedMonitoringRequest", "variableSetterType" : "EnableEnhancedMonitoringRequest" }, "wrapper" : false }, "EnableEnhancedMonitoringResult" : { "c2jName" : "EnhancedMonitoringOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the Amazon Kinesis stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@return The name of the Amazon Kinesis stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the Amazon Kinesis stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CurrentShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

Represents the current state of the metrics that are in the enhanced state before the operation.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withCurrentShardLevelMetrics", "getterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n@return Represents the current state of the metrics that are in the enhanced state before the operation.\n@see MetricsName*/", "getterMethodName" : "getCurrentShardLevelMetrics", "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" : "CurrentShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "CurrentShardLevelMetrics", "setterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@see MetricsName*/", "setterMethodName" : "setCurrentShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCurrentShardLevelMetrics(java.util.Collection)} or {@link #withCurrentShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

Represents the current state of the metrics that are in the enhanced state before the operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DesiredShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

Represents the list of all the metrics that would be in the enhanced state after the operation.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withDesiredShardLevelMetrics", "getterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.\n@see MetricsName*/", "getterMethodName" : "getDesiredShardLevelMetrics", "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" : "DesiredShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DesiredShardLevelMetrics", "setterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@see MetricsName*/", "setterMethodName" : "setDesiredShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDesiredShardLevelMetrics(java.util.Collection)} or {@link #withDesiredShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

Represents the list of all the metrics that would be in the enhanced state after the operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CurrentShardLevelMetrics" : { "c2jName" : "CurrentShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

Represents the current state of the metrics that are in the enhanced state before the operation.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withCurrentShardLevelMetrics", "getterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n@return Represents the current state of the metrics that are in the enhanced state before the operation.\n@see MetricsName*/", "getterMethodName" : "getCurrentShardLevelMetrics", "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" : "CurrentShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "CurrentShardLevelMetrics", "setterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@see MetricsName*/", "setterMethodName" : "setCurrentShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Represents the current state of the metrics that are in the enhanced state before the operation.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCurrentShardLevelMetrics(java.util.Collection)} or {@link #withCurrentShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

Represents the current state of the metrics that are in the enhanced state before the operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DesiredShardLevelMetrics" : { "c2jName" : "DesiredShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

Represents the list of all the metrics that would be in the enhanced state after the operation.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withDesiredShardLevelMetrics", "getterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.\n@see MetricsName*/", "getterMethodName" : "getDesiredShardLevelMetrics", "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" : "DesiredShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DesiredShardLevelMetrics", "setterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@see MetricsName*/", "setterMethodName" : "setDesiredShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Represents the list of all the metrics that would be in the enhanced state after the operation.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDesiredShardLevelMetrics(java.util.Collection)} or {@link #withDesiredShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

Represents the list of all the metrics that would be in the enhanced state after the operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the Amazon Kinesis stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@return The name of the Amazon Kinesis stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the Amazon Kinesis stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EnableEnhancedMonitoringResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnableEnhancedMonitoringResult", "variableName" : "enableEnhancedMonitoringResult", "variableType" : "EnableEnhancedMonitoringResult", "documentation" : null, "simpleType" : "EnableEnhancedMonitoringResult", "variableSetterType" : "EnableEnhancedMonitoringResult" }, "wrapper" : false }, "EnhancedMetrics" : { "c2jName" : "EnhancedMetrics", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents enhanced metrics types.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@param shardLevelMetrics List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withShardLevelMetrics", "getterDocumentation" : "/**

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@return List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@see MetricsName*/", "getterMethodName" : "getShardLevelMetrics", "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" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ShardLevelMetrics", "setterDocumentation" : "/**

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@param shardLevelMetrics List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@see MetricsName*/", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setShardLevelMetrics(java.util.Collection)} or {@link #withShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param shardLevelMetrics List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ShardLevelMetrics" : { "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "deprecated" : false, "documentation" : "

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@param shardLevelMetrics List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withShardLevelMetrics", "getterDocumentation" : "/**

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@return List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@see MetricsName*/", "getterMethodName" : "getShardLevelMetrics", "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" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MetricsName", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see MetricsName*/", "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 \n@see MetricsName*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ShardLevelMetrics", "setterDocumentation" : "/**

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n@param shardLevelMetrics List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@see MetricsName*/", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setShardLevelMetrics(java.util.Collection)} or {@link #withShardLevelMetrics(java.util.Collection)} if you want to override the existing values.

\n@param shardLevelMetrics List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : "

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EnhancedMetrics", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "enhancedMetrics", "variableType" : "EnhancedMetrics", "documentation" : null, "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "wrapper" : false }, "ExpiredIteratorException" : { "c2jName" : "ExpiredIteratorException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The provided iterator exceeds the maximum age allowed.

", "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 for GetRecords.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetRecords", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.GetRecords", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "deprecated" : false, "documentation" : "

The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.

\n@param shardIterator The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the 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 you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.

\n@return The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the 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 you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.

\n@param shardIterator The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the 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 you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.

\n@param shardIterator The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the 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 you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "GetRecordsInputLimit", "deprecated" : false, "documentation" : "

The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.

\n@param limit The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.\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. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.

\n@return The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.*/", "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. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.

\n@param limit The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.

\n@param limit The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.\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. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Limit" : { "c2jName" : "Limit", "c2jShape" : "GetRecordsInputLimit", "deprecated" : false, "documentation" : "

The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.

\n@param limit The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.\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. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.

\n@return The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.*/", "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. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.

\n@param limit The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.

\n@param limit The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.\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. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ShardIterator" : { "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "deprecated" : false, "documentation" : "

The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.

\n@param shardIterator The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the 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 you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.

\n@return The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the 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 you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.

\n@param shardIterator The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the 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 you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.

\n@param shardIterator The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the 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 you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the 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 for GetRecords.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Records", "c2jShape" : "RecordList", "deprecated" : false, "documentation" : "

The data records retrieved from the shard.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The data records retrieved from the shard.

\n@param records The data records retrieved from the shard.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecords", "getterDocumentation" : "/**

The data records retrieved from the shard.

\n@return The data records retrieved from the shard.*/", "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" : "com.amazonaws.internal.SdkInternalList", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Records", "setterDocumentation" : "/**

The data records retrieved from the shard.

\n@param records The data records retrieved from the shard.*/", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The data records retrieved from the shard.

\n

NOTE: 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 data records retrieved from the shard.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

The data records retrieved from the shard.

", "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 data 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 data 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 data 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 data 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 data 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 data 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 data 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 data 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 data 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 data 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 }, { "c2jName" : "MillisBehindLatest", "c2jShape" : "MillisBehindLatest", "deprecated" : false, "documentation" : "

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.

\n@param millisBehindLatest The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMillisBehindLatest", "getterDocumentation" : "/**

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.

\n@return The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.*/", "getterMethodName" : "getMillisBehindLatest", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MillisBehindLatest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MillisBehindLatest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MillisBehindLatest", "setterDocumentation" : "/**

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.

\n@param millisBehindLatest The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.*/", "setterMethodName" : "setMillisBehindLatest", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "millisBehindLatest", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.

\n@param millisBehindLatest The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "millisBehindLatest", "variableType" : "Long", "documentation" : "

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MillisBehindLatest" : { "c2jName" : "MillisBehindLatest", "c2jShape" : "MillisBehindLatest", "deprecated" : false, "documentation" : "

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.

\n@param millisBehindLatest The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMillisBehindLatest", "getterDocumentation" : "/**

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.

\n@return The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.*/", "getterMethodName" : "getMillisBehindLatest", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MillisBehindLatest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MillisBehindLatest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MillisBehindLatest", "setterDocumentation" : "/**

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.

\n@param millisBehindLatest The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.*/", "setterMethodName" : "setMillisBehindLatest", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "millisBehindLatest", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.

\n@param millisBehindLatest The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "millisBehindLatest", "variableType" : "Long", "documentation" : "

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "NextShardIterator" : { "c2jName" : "NextShardIterator", "c2jShape" : "ShardIterator", "deprecated" : false, "documentation" : "

The next position in the shard from which to start sequentially reading data 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 data 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 data 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 data 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 data 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 data 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 data 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 data 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 data 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 data 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 data records retrieved from the shard.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The data records retrieved from the shard.

\n@param records The data records retrieved from the shard.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecords", "getterDocumentation" : "/**

The data records retrieved from the shard.

\n@return The data records retrieved from the shard.*/", "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" : "com.amazonaws.internal.SdkInternalList", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Records", "setterDocumentation" : "/**

The data records retrieved from the shard.

\n@param records The data records retrieved from the shard.*/", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The data records retrieved from the shard.

\n

NOTE: 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 data records retrieved from the shard.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

The data records retrieved from the shard.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Records" ], "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 for GetShardIterator.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetShardIterator", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.GetShardIterator", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

The name of the Amazon Kinesis stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@return The name of the Amazon Kinesis stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the Amazon Kinesis stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

The shard ID of the Amazon Kinesis shard to get the iterator for.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The shard ID of the Amazon Kinesis shard to get the iterator for.

\n@param shardId The shard ID of the Amazon Kinesis shard to get the iterator for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardId", "getterDocumentation" : "/**

The shard ID of the Amazon Kinesis shard to get the iterator for.

\n@return The shard ID of the Amazon Kinesis shard to get the iterator for.*/", "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 shard ID of the Amazon Kinesis shard to get the iterator for.

\n@param shardId The shard ID of the Amazon Kinesis shard to get the iterator for.*/", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The shard ID of the Amazon Kinesis shard to get the iterator for.

\n@param shardId The shard ID of the Amazon Kinesis shard to get the iterator for.\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 shard ID of the Amazon Kinesis shard to get the iterator for.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ShardIteratorType", "c2jShape" : "ShardIteratorType", "deprecated" : false, "documentation" : "

Determines how the shard iterator is used to start reading data records from the shard.

The following are the valid Amazon Kinesis shard iterator types:

  • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

  • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

  • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

  • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

  • LATEST - Start reading just after the most recent 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 data records from the shard.

The following are the valid Amazon Kinesis shard iterator types:

  • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

  • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

  • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

  • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

  • LATEST - Start reading just after the most recent 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 data records from the shard.

The following are the valid Amazon Kinesis shard iterator types:

  • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

  • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

  • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

  • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

  • LATEST - Start reading just after the most recent 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 data records from the shard.

    The following are the valid Amazon Kinesis shard iterator types:

    • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

    • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

    • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

    • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

    • LATEST - Start reading just after the most recent 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 data records from the shard.

    The following are the valid Amazon Kinesis shard iterator types:

    • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

    • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

    • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

    • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

    • LATEST - Start reading just after the most recent 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 data records from the shard.

      The following are the valid Amazon Kinesis shard iterator types:

      • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

      • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

      • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

      • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

      • LATEST - Start reading just after the most recent 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 data records from the shard.

      The following are the valid Amazon Kinesis shard iterator types:

      • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

      • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

      • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

      • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

      • LATEST - Start reading just after the most recent 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 data records from the shard.

        The following are the valid Amazon Kinesis shard iterator types:

        • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

        • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

        • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

        • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

        • LATEST - Start reading just after the most recent 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 data records from the shard.

        The following are the valid Amazon Kinesis shard iterator types:

        • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

        • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

        • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

        • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

        • LATEST - Start reading just after the most recent 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 data records from the shard.

          The following are the valid Amazon Kinesis shard iterator types:

          • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

          • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

          • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

          • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

          • LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

          The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.

          \n@param startingSequenceNumber The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStartingSequenceNumber", "getterDocumentation" : "/**

          The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.

          \n@return The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_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 sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.

          \n@param startingSequenceNumber The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.*/", "setterMethodName" : "setStartingSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

          The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.

          \n@param startingSequenceNumber The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_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 sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

          The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

          \n@param timestamp The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTimestamp", "getterDocumentation" : "/**

          The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

          \n@return The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).*/", "getterMethodName" : "getTimestamp", "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" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timestamp", "setterDocumentation" : "/**

          The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

          \n@param timestamp The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).*/", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

          The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

          \n@param timestamp The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "

          The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ShardId" : { "c2jName" : "ShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

          The shard ID of the Amazon Kinesis shard to get the iterator for.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          The shard ID of the Amazon Kinesis shard to get the iterator for.

          \n@param shardId The shard ID of the Amazon Kinesis shard to get the iterator for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardId", "getterDocumentation" : "/**

          The shard ID of the Amazon Kinesis shard to get the iterator for.

          \n@return The shard ID of the Amazon Kinesis shard to get the iterator for.*/", "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 shard ID of the Amazon Kinesis shard to get the iterator for.

          \n@param shardId The shard ID of the Amazon Kinesis shard to get the iterator for.*/", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

          The shard ID of the Amazon Kinesis shard to get the iterator for.

          \n@param shardId The shard ID of the Amazon Kinesis shard to get the iterator for.\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 shard ID of the Amazon Kinesis shard to get the iterator for.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ShardIteratorType" : { "c2jName" : "ShardIteratorType", "c2jShape" : "ShardIteratorType", "deprecated" : false, "documentation" : "

          Determines how the shard iterator is used to start reading data records from the shard.

          The following are the valid Amazon Kinesis shard iterator types:

          • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

          • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

          • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

          • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

          • LATEST - Start reading just after the most recent 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 data records from the shard.

          The following are the valid Amazon Kinesis shard iterator types:

          • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

          • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

          • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

          • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

          • LATEST - Start reading just after the most recent 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 data records from the shard.

          The following are the valid Amazon Kinesis shard iterator types:

          • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

          • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

          • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

          • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

          • LATEST - Start reading just after the most recent 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 data records from the shard.

            The following are the valid Amazon Kinesis shard iterator types:

            • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

            • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

            • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

            • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

            • LATEST - Start reading just after the most recent 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 data records from the shard.

            The following are the valid Amazon Kinesis shard iterator types:

            • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

            • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

            • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

            • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

            • LATEST - Start reading just after the most recent 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 data records from the shard.

              The following are the valid Amazon Kinesis shard iterator types:

              • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

              • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

              • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

              • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

              • LATEST - Start reading just after the most recent 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 data records from the shard.

              The following are the valid Amazon Kinesis shard iterator types:

              • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

              • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

              • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

              • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

              • LATEST - Start reading just after the most recent 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 data records from the shard.

                The following are the valid Amazon Kinesis shard iterator types:

                • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

                • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

                • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

                • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

                • LATEST - Start reading just after the most recent 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 data records from the shard.

                The following are the valid Amazon Kinesis shard iterator types:

                • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

                • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

                • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

                • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

                • LATEST - Start reading just after the most recent 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 data records from the shard.

                  The following are the valid Amazon Kinesis shard iterator types:

                  • AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

                  • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber.

                  • AT_TIMESTAMP - Start reading from the position denoted by a specific timestamp, provided in the value Timestamp.

                  • TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.

                  • LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartingSequenceNumber" : { "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.

                  \n@param startingSequenceNumber The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStartingSequenceNumber", "getterDocumentation" : "/**

                  The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.

                  \n@return The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_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 sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.

                  \n@param startingSequenceNumber The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.*/", "setterMethodName" : "setStartingSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.

                  \n@param startingSequenceNumber The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_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 sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the Amazon Kinesis stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the Amazon Kinesis stream.

                  \n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the Amazon Kinesis stream.

                  \n@return The name of the Amazon Kinesis stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the Amazon Kinesis stream.

                  \n@param streamName The name of the Amazon Kinesis stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the Amazon Kinesis stream.

                  \n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the Amazon Kinesis stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timestamp" : { "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                  The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

                  \n@param timestamp The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTimestamp", "getterDocumentation" : "/**

                  The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

                  \n@return The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).*/", "getterMethodName" : "getTimestamp", "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" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timestamp", "setterDocumentation" : "/**

                  The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

                  \n@param timestamp The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).*/", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

                  \n@param timestamp The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "

                  The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A timestamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00 or 1459799926.480. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "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 for GetShardIterator.

                  ", "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 data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

                  \n@param shardIterator The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data 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 data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

                  \n@return The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data 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 data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

                  \n@param shardIterator The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data 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 data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

                  \n@param shardIterator The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data 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 data records sequentially. A shard iterator specifies this position using the sequence number of a data 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 data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

                  \n@param shardIterator The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data 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 data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

                  \n@return The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data 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 data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

                  \n@param shardIterator The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data 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 data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

                  \n@param shardIterator The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data 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 data records sequentially. A shard iterator specifies this position using the sequence number of a data 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 }, "HashKeyRange" : { "c2jName" : "HashKeyRange", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StartingHashKey", "c2jShape" : "HashKey", "deprecated" : false, "documentation" : "

                  The starting hash key of the hash key range.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The starting hash key of the hash key range.

                  \n@param startingHashKey The starting hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStartingHashKey", "getterDocumentation" : "/**

                  The starting hash key of the hash key range.

                  \n@return The starting hash key of the hash key range.*/", "getterMethodName" : "getStartingHashKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingHashKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartingHashKey", "setterDocumentation" : "/**

                  The starting hash key of the hash key range.

                  \n@param startingHashKey The starting hash key of the hash key range.*/", "setterMethodName" : "setStartingHashKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startingHashKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The starting hash key of the hash key range.

                  \n@param startingHashKey The starting hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startingHashKey", "variableType" : "String", "documentation" : "

                  The starting hash key of the hash key range.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EndingHashKey", "c2jShape" : "HashKey", "deprecated" : false, "documentation" : "

                  The ending hash key of the hash key range.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ending hash key of the hash key range.

                  \n@param endingHashKey The ending hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEndingHashKey", "getterDocumentation" : "/**

                  The ending hash key of the hash key range.

                  \n@return The ending hash key of the hash key range.*/", "getterMethodName" : "getEndingHashKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EndingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndingHashKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndingHashKey", "setterDocumentation" : "/**

                  The ending hash key of the hash key range.

                  \n@param endingHashKey The ending hash key of the hash key range.*/", "setterMethodName" : "setEndingHashKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endingHashKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ending hash key of the hash key range.

                  \n@param endingHashKey The ending hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "endingHashKey", "variableType" : "String", "documentation" : "

                  The ending hash key of the hash key range.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndingHashKey" : { "c2jName" : "EndingHashKey", "c2jShape" : "HashKey", "deprecated" : false, "documentation" : "

                  The ending hash key of the hash key range.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ending hash key of the hash key range.

                  \n@param endingHashKey The ending hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEndingHashKey", "getterDocumentation" : "/**

                  The ending hash key of the hash key range.

                  \n@return The ending hash key of the hash key range.*/", "getterMethodName" : "getEndingHashKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EndingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndingHashKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndingHashKey", "setterDocumentation" : "/**

                  The ending hash key of the hash key range.

                  \n@param endingHashKey The ending hash key of the hash key range.*/", "setterMethodName" : "setEndingHashKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endingHashKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ending hash key of the hash key range.

                  \n@param endingHashKey The ending hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "endingHashKey", "variableType" : "String", "documentation" : "

                  The ending hash key of the hash key range.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartingHashKey" : { "c2jName" : "StartingHashKey", "c2jShape" : "HashKey", "deprecated" : false, "documentation" : "

                  The starting hash key of the hash key range.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The starting hash key of the hash key range.

                  \n@param startingHashKey The starting hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStartingHashKey", "getterDocumentation" : "/**

                  The starting hash key of the hash key range.

                  \n@return The starting hash key of the hash key range.*/", "getterMethodName" : "getStartingHashKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingHashKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartingHashKey", "setterDocumentation" : "/**

                  The starting hash key of the hash key range.

                  \n@param startingHashKey The starting hash key of the hash key range.*/", "setterMethodName" : "setStartingHashKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startingHashKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The starting hash key of the hash key range.

                  \n@param startingHashKey The starting hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startingHashKey", "variableType" : "String", "documentation" : "

                  The starting hash key of the hash key range.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StartingHashKey", "EndingHashKey" ], "shapeName" : "HashKeyRange", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HashKeyRange", "variableName" : "hashKeyRange", "variableType" : "HashKeyRange", "documentation" : null, "simpleType" : "HashKeyRange", "variableSetterType" : "HashKeyRange" }, "wrapper" : false }, "IncreaseStreamRetentionPeriodRequest" : { "c2jName" : "IncreaseStreamRetentionPeriodInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents the input for IncreaseStreamRetentionPeriod.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "IncreaseStreamRetentionPeriod", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.IncreaseStreamRetentionPeriod", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream to modify.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream to modify.

                  \n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream to modify.

                  \n@return The name of the stream to modify.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream to modify.

                  \n@param streamName The name of the stream to modify.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream to modify.

                  \n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream to modify.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RetentionPeriodHours", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                  The new retention period of the stream, in hours. Must be more than the current retention period.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The new retention period of the stream, in hours. Must be more than the current retention period.

                  \n@param retentionPeriodHours The new retention period of the stream, in hours. Must be more than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRetentionPeriodHours", "getterDocumentation" : "/**

                  The new retention period of the stream, in hours. Must be more than the current retention period.

                  \n@return The new retention period of the stream, in hours. Must be more than the current retention period.*/", "getterMethodName" : "getRetentionPeriodHours", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RetentionPeriodHours", "setterDocumentation" : "/**

                  The new retention period of the stream, in hours. Must be more than the current retention period.

                  \n@param retentionPeriodHours The new retention period of the stream, in hours. Must be more than the current retention period.*/", "setterMethodName" : "setRetentionPeriodHours", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The new retention period of the stream, in hours. Must be more than the current retention period.

                  \n@param retentionPeriodHours The new retention period of the stream, in hours. Must be more than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "

                  The new retention period of the stream, in hours. Must be more than the current retention period.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RetentionPeriodHours" : { "c2jName" : "RetentionPeriodHours", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                  The new retention period of the stream, in hours. Must be more than the current retention period.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The new retention period of the stream, in hours. Must be more than the current retention period.

                  \n@param retentionPeriodHours The new retention period of the stream, in hours. Must be more than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRetentionPeriodHours", "getterDocumentation" : "/**

                  The new retention period of the stream, in hours. Must be more than the current retention period.

                  \n@return The new retention period of the stream, in hours. Must be more than the current retention period.*/", "getterMethodName" : "getRetentionPeriodHours", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RetentionPeriodHours", "setterDocumentation" : "/**

                  The new retention period of the stream, in hours. Must be more than the current retention period.

                  \n@param retentionPeriodHours The new retention period of the stream, in hours. Must be more than the current retention period.*/", "setterMethodName" : "setRetentionPeriodHours", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The new retention period of the stream, in hours. Must be more than the current retention period.

                  \n@param retentionPeriodHours The new retention period of the stream, in hours. Must be more than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "

                  The new retention period of the stream, in hours. Must be more than the current retention period.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream to modify.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream to modify.

                  \n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream to modify.

                  \n@return The name of the stream to modify.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream to modify.

                  \n@param streamName The name of the stream to modify.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream to modify.

                  \n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream to modify.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "RetentionPeriodHours" ], "shapeName" : "IncreaseStreamRetentionPeriodRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IncreaseStreamRetentionPeriodRequest", "variableName" : "increaseStreamRetentionPeriodRequest", "variableType" : "IncreaseStreamRetentionPeriodRequest", "documentation" : null, "simpleType" : "IncreaseStreamRetentionPeriodRequest", "variableSetterType" : "IncreaseStreamRetentionPeriodRequest" }, "wrapper" : false }, "IncreaseStreamRetentionPeriodResult" : { "c2jName" : "IncreaseStreamRetentionPeriodResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IncreaseStreamRetentionPeriodResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IncreaseStreamRetentionPeriodResult", "variableName" : "increaseStreamRetentionPeriodResult", "variableType" : "IncreaseStreamRetentionPeriodResult", "documentation" : null, "simpleType" : "IncreaseStreamRetentionPeriodResult", "variableSetterType" : "IncreaseStreamRetentionPeriodResult" }, "wrapper" : false }, "InvalidArgumentException" : { "c2jName" : "InvalidArgumentException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

                  ", "enums" : null, "errorCode" : "InvalidArgumentException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidArgumentException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidArgumentException", "variableName" : "invalidArgumentException", "variableType" : "InvalidArgumentException", "documentation" : null, "simpleType" : "InvalidArgumentException", "variableSetterType" : "InvalidArgumentException" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

                  ", "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 for ListStreams.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListStreams", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.ListStreams", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Limit", "c2jShape" : "ListStreamsInputLimit", "deprecated" : false, "documentation" : "

                  The maximum number of streams to list.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maximum number of streams to list.

                  \n@param limit The maximum number of streams to list.\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 list.

                  \n@return The maximum number of streams to list.*/", "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 list.

                  \n@param limit The maximum number of streams to list.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maximum number of streams to list.

                  \n@param limit The maximum number of streams to list.\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 list.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExclusiveStartStreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream to start the list with.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream to start the list with.

                  \n@param exclusiveStartStreamName The name of the stream to start the list with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExclusiveStartStreamName", "getterDocumentation" : "/**

                  The name of the stream to start the list with.

                  \n@return The name of the stream to start the list with.*/", "getterMethodName" : "getExclusiveStartStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExclusiveStartStreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartStreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExclusiveStartStreamName", "setterDocumentation" : "/**

                  The name of the stream to start the list with.

                  \n@param exclusiveStartStreamName The name of the stream to start the list with.*/", "setterMethodName" : "setExclusiveStartStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartStreamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream to start the list with.

                  \n@param exclusiveStartStreamName The name of the stream to start the list with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartStreamName", "variableType" : "String", "documentation" : "

                  The name of the stream to start the list with.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExclusiveStartStreamName" : { "c2jName" : "ExclusiveStartStreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream to start the list with.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream to start the list with.

                  \n@param exclusiveStartStreamName The name of the stream to start the list with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExclusiveStartStreamName", "getterDocumentation" : "/**

                  The name of the stream to start the list with.

                  \n@return The name of the stream to start the list with.*/", "getterMethodName" : "getExclusiveStartStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExclusiveStartStreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartStreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExclusiveStartStreamName", "setterDocumentation" : "/**

                  The name of the stream to start the list with.

                  \n@param exclusiveStartStreamName The name of the stream to start the list with.*/", "setterMethodName" : "setExclusiveStartStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartStreamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream to start the list with.

                  \n@param exclusiveStartStreamName The name of the stream to start the list with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartStreamName", "variableType" : "String", "documentation" : "

                  The name of the stream to start the list with.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "c2jName" : "Limit", "c2jShape" : "ListStreamsInputLimit", "deprecated" : false, "documentation" : "

                  The maximum number of streams to list.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maximum number of streams to list.

                  \n@param limit The maximum number of streams to list.\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 list.

                  \n@return The maximum number of streams to list.*/", "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 list.

                  \n@param limit The maximum number of streams to list.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maximum number of streams to list.

                  \n@param limit The maximum number of streams to list.\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 list.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "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 for ListStreams.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StreamNames", "c2jShape" : "StreamNameList", "deprecated" : false, "documentation" : "

                  The names of the streams that are associated with the AWS account making the ListStreams request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The names of the streams that are associated with the AWS account making the ListStreams request.

                  \n@param streamNames The names of the streams that are associated with the AWS account making the ListStreams request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamNames", "getterDocumentation" : "/**

                  The names of the streams that are associated with the AWS account making the ListStreams request.

                  \n@return The names of the streams that are associated with the AWS account making the ListStreams request.*/", "getterMethodName" : "getStreamNames", "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" : "StreamNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StreamName", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StreamNames", "setterDocumentation" : "/**

                  The names of the streams that are associated with the AWS account making the ListStreams request.

                  \n@param streamNames The names of the streams that are associated with the AWS account making the ListStreams request.*/", "setterMethodName" : "setStreamNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "streamNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The names of the streams that are associated with the AWS account making the ListStreams request.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStreamNames(java.util.Collection)} or {@link #withStreamNames(java.util.Collection)} if you want to override the existing values.

                  \n@param streamNames The names of the streams that are associated with the AWS account making the ListStreams request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "streamNames", "variableType" : "java.util.List", "documentation" : "

                  The names of the streams that are associated with the AWS account making the ListStreams request.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HasMoreStreams", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                  If set to true, there are more streams available to list.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If set to true, there are more streams available to list.

                  \n@param hasMoreStreams If set to true, there are more streams available to list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHasMoreStreams", "getterDocumentation" : "/**

                  If set to true, there are more streams available to list.

                  \n@return If set to true, there are more streams available to list.*/", "getterMethodName" : "getHasMoreStreams", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HasMoreStreams", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreStreams", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HasMoreStreams", "setterDocumentation" : "/**

                  If set to true, there are more streams available to list.

                  \n@param hasMoreStreams If set to true, there are more streams available to list.*/", "setterMethodName" : "setHasMoreStreams", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreStreams", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If set to true, there are more streams available to list.

                  \n@param hasMoreStreams If set to true, there are more streams available to list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreStreams", "variableType" : "Boolean", "documentation" : "

                  If set to true, there are more streams available to list.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HasMoreStreams" : { "c2jName" : "HasMoreStreams", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                  If set to true, there are more streams available to list.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If set to true, there are more streams available to list.

                  \n@param hasMoreStreams If set to true, there are more streams available to list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHasMoreStreams", "getterDocumentation" : "/**

                  If set to true, there are more streams available to list.

                  \n@return If set to true, there are more streams available to list.*/", "getterMethodName" : "getHasMoreStreams", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HasMoreStreams", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreStreams", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HasMoreStreams", "setterDocumentation" : "/**

                  If set to true, there are more streams available to list.

                  \n@param hasMoreStreams If set to true, there are more streams available to list.*/", "setterMethodName" : "setHasMoreStreams", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreStreams", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If set to true, there are more streams available to list.

                  \n@param hasMoreStreams If set to true, there are more streams available to list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreStreams", "variableType" : "Boolean", "documentation" : "

                  If set to true, there are more streams available to list.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "StreamNames" : { "c2jName" : "StreamNames", "c2jShape" : "StreamNameList", "deprecated" : false, "documentation" : "

                  The names of the streams that are associated with the AWS account making the ListStreams request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The names of the streams that are associated with the AWS account making the ListStreams request.

                  \n@param streamNames The names of the streams that are associated with the AWS account making the ListStreams request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamNames", "getterDocumentation" : "/**

                  The names of the streams that are associated with the AWS account making the ListStreams request.

                  \n@return The names of the streams that are associated with the AWS account making the ListStreams request.*/", "getterMethodName" : "getStreamNames", "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" : "StreamNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StreamName", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StreamNames", "setterDocumentation" : "/**

                  The names of the streams that are associated with the AWS account making the ListStreams request.

                  \n@param streamNames The names of the streams that are associated with the AWS account making the ListStreams request.*/", "setterMethodName" : "setStreamNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "streamNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The names of the streams that are associated with the AWS account making the ListStreams request.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStreamNames(java.util.Collection)} or {@link #withStreamNames(java.util.Collection)} if you want to override the existing values.

                  \n@param streamNames The names of the streams that are associated with the AWS account making the ListStreams request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "streamNames", "variableType" : "java.util.List", "documentation" : "

                  The names of the streams that are associated with the AWS account making the ListStreams request.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamNames", "HasMoreStreams" ], "shapeName" : "ListStreamsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListStreamsResult", "variableName" : "listStreamsResult", "variableType" : "ListStreamsResult", "documentation" : null, "simpleType" : "ListStreamsResult", "variableSetterType" : "ListStreamsResult" }, "wrapper" : false }, "ListTagsForStreamRequest" : { "c2jName" : "ListTagsForStreamInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents the input for ListTagsForStream.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTagsForStream", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.ListTagsForStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream.

                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream.

                  \n@return The name of the stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream.

                  \n@param streamName The name of the stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream.

                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExclusiveStartTagKey", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                  The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

                  \n@param exclusiveStartTagKey The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExclusiveStartTagKey", "getterDocumentation" : "/**

                  The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

                  \n@return The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.*/", "getterMethodName" : "getExclusiveStartTagKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExclusiveStartTagKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartTagKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExclusiveStartTagKey", "setterDocumentation" : "/**

                  The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

                  \n@param exclusiveStartTagKey The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.*/", "setterMethodName" : "setExclusiveStartTagKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartTagKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

                  \n@param exclusiveStartTagKey The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartTagKey", "variableType" : "String", "documentation" : "

                  The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "ListTagsForStreamInputLimit", "deprecated" : false, "documentation" : "

                  The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

                  \n@param limit The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimit", "getterDocumentation" : "/**

                  The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

                  \n@return The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.*/", "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 number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

                  \n@param limit The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

                  \n@param limit The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.\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 number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExclusiveStartTagKey" : { "c2jName" : "ExclusiveStartTagKey", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                  The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

                  \n@param exclusiveStartTagKey The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExclusiveStartTagKey", "getterDocumentation" : "/**

                  The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

                  \n@return The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.*/", "getterMethodName" : "getExclusiveStartTagKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExclusiveStartTagKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartTagKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExclusiveStartTagKey", "setterDocumentation" : "/**

                  The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

                  \n@param exclusiveStartTagKey The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.*/", "setterMethodName" : "setExclusiveStartTagKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartTagKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

                  \n@param exclusiveStartTagKey The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartTagKey", "variableType" : "String", "documentation" : "

                  The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "c2jName" : "Limit", "c2jShape" : "ListTagsForStreamInputLimit", "deprecated" : false, "documentation" : "

                  The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

                  \n@param limit The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimit", "getterDocumentation" : "/**

                  The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

                  \n@return The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.*/", "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 number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

                  \n@param limit The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

                  \n@param limit The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.\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 number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream.

                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream.

                  \n@return The name of the stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream.

                  \n@param streamName The name of the stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream.

                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName" ], "shapeName" : "ListTagsForStreamRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForStreamRequest", "variableName" : "listTagsForStreamRequest", "variableType" : "ListTagsForStreamRequest", "documentation" : null, "simpleType" : "ListTagsForStreamRequest", "variableSetterType" : "ListTagsForStreamRequest" }, "wrapper" : false }, "ListTagsForStreamResult" : { "c2jName" : "ListTagsForStreamOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents the output for ListTagsForStream.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                  A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                  \n@param tags A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

                  A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                  \n@return A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.*/", "getterMethodName" : "getTags", "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" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                  A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                  \n@param tags A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                  \n@param tags A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                  A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HasMoreTags", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                  If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                  \n@param hasMoreTags If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHasMoreTags", "getterDocumentation" : "/**

                  If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                  \n@return If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.*/", "getterMethodName" : "getHasMoreTags", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HasMoreTags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreTags", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HasMoreTags", "setterDocumentation" : "/**

                  If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                  \n@param hasMoreTags If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.*/", "setterMethodName" : "setHasMoreTags", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreTags", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                  \n@param hasMoreTags If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreTags", "variableType" : "Boolean", "documentation" : "

                  If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HasMoreTags" : { "c2jName" : "HasMoreTags", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                  If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                  \n@param hasMoreTags If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHasMoreTags", "getterDocumentation" : "/**

                  If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                  \n@return If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.*/", "getterMethodName" : "getHasMoreTags", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HasMoreTags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreTags", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HasMoreTags", "setterDocumentation" : "/**

                  If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                  \n@param hasMoreTags If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.*/", "setterMethodName" : "setHasMoreTags", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreTags", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                  \n@param hasMoreTags If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreTags", "variableType" : "Boolean", "documentation" : "

                  If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                  A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                  \n@param tags A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

                  A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                  \n@return A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.*/", "getterMethodName" : "getTags", "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" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "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" : "Tag", "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" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                  A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                  \n@param tags A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                  \n@param tags A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                  A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Tags", "HasMoreTags" ], "shapeName" : "ListTagsForStreamResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForStreamResult", "variableName" : "listTagsForStreamResult", "variableType" : "ListTagsForStreamResult", "documentation" : null, "simpleType" : "ListTagsForStreamResult", "variableSetterType" : "ListTagsForStreamResult" }, "wrapper" : false }, "MergeShardsRequest" : { "c2jName" : "MergeShardsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents the input for MergeShards.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "MergeShards", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.MergeShards", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream for the merge.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream for the merge.

                  \n@param streamName The name of the stream for the merge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream for the merge.

                  \n@return The name of the stream for the merge.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream for the merge.

                  \n@param streamName The name of the stream for the merge.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream for the merge.

                  \n@param streamName The name of the stream for the merge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream for the merge.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ShardToMerge", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID of the shard to combine with the adjacent shard for the merge.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID of the shard to combine with the adjacent shard for the merge.

                  \n@param shardToMerge The shard ID of the shard to combine with the adjacent shard for the merge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardToMerge", "getterDocumentation" : "/**

                  The shard ID of the shard to combine with the adjacent shard for the merge.

                  \n@return The shard ID of the shard to combine with the adjacent shard for the merge.*/", "getterMethodName" : "getShardToMerge", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShardToMerge", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardToMerge", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShardToMerge", "setterDocumentation" : "/**

                  The shard ID of the shard to combine with the adjacent shard for the merge.

                  \n@param shardToMerge The shard ID of the shard to combine with the adjacent shard for the merge.*/", "setterMethodName" : "setShardToMerge", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardToMerge", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The shard ID of the shard to combine with the adjacent shard for the merge.

                  \n@param shardToMerge The shard ID of the shard to combine with the adjacent shard for the merge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "shardToMerge", "variableType" : "String", "documentation" : "

                  The shard ID of the shard to combine with the adjacent shard for the merge.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AdjacentShardToMerge", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID of the adjacent shard for the merge.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID of the adjacent shard for the merge.

                  \n@param adjacentShardToMerge The shard ID of the adjacent shard for the merge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAdjacentShardToMerge", "getterDocumentation" : "/**

                  The shard ID of the adjacent shard for the merge.

                  \n@return The shard ID of the adjacent shard for the merge.*/", "getterMethodName" : "getAdjacentShardToMerge", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdjacentShardToMerge", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjacentShardToMerge", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdjacentShardToMerge", "setterDocumentation" : "/**

                  The shard ID of the adjacent shard for the merge.

                  \n@param adjacentShardToMerge The shard ID of the adjacent shard for the merge.*/", "setterMethodName" : "setAdjacentShardToMerge", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "adjacentShardToMerge", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The shard ID of the adjacent shard for the merge.

                  \n@param adjacentShardToMerge The shard ID of the adjacent shard for the merge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "adjacentShardToMerge", "variableType" : "String", "documentation" : "

                  The shard ID of the adjacent shard for the merge.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AdjacentShardToMerge" : { "c2jName" : "AdjacentShardToMerge", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID of the adjacent shard for the merge.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID of the adjacent shard for the merge.

                  \n@param adjacentShardToMerge The shard ID of the adjacent shard for the merge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAdjacentShardToMerge", "getterDocumentation" : "/**

                  The shard ID of the adjacent shard for the merge.

                  \n@return The shard ID of the adjacent shard for the merge.*/", "getterMethodName" : "getAdjacentShardToMerge", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdjacentShardToMerge", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjacentShardToMerge", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdjacentShardToMerge", "setterDocumentation" : "/**

                  The shard ID of the adjacent shard for the merge.

                  \n@param adjacentShardToMerge The shard ID of the adjacent shard for the merge.*/", "setterMethodName" : "setAdjacentShardToMerge", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "adjacentShardToMerge", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The shard ID of the adjacent shard for the merge.

                  \n@param adjacentShardToMerge The shard ID of the adjacent shard for the merge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "adjacentShardToMerge", "variableType" : "String", "documentation" : "

                  The shard ID of the adjacent shard for the merge.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ShardToMerge" : { "c2jName" : "ShardToMerge", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID of the shard to combine with the adjacent shard for the merge.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID of the shard to combine with the adjacent shard for the merge.

                  \n@param shardToMerge The shard ID of the shard to combine with the adjacent shard for the merge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardToMerge", "getterDocumentation" : "/**

                  The shard ID of the shard to combine with the adjacent shard for the merge.

                  \n@return The shard ID of the shard to combine with the adjacent shard for the merge.*/", "getterMethodName" : "getShardToMerge", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShardToMerge", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardToMerge", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShardToMerge", "setterDocumentation" : "/**

                  The shard ID of the shard to combine with the adjacent shard for the merge.

                  \n@param shardToMerge The shard ID of the shard to combine with the adjacent shard for the merge.*/", "setterMethodName" : "setShardToMerge", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardToMerge", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The shard ID of the shard to combine with the adjacent shard for the merge.

                  \n@param shardToMerge The shard ID of the shard to combine with the adjacent shard for the merge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "shardToMerge", "variableType" : "String", "documentation" : "

                  The shard ID of the shard to combine with the adjacent shard for the merge.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream for the merge.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream for the merge.

                  \n@param streamName The name of the stream for the merge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream for the merge.

                  \n@return The name of the stream for the merge.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream for the merge.

                  \n@param streamName The name of the stream for the merge.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream for the merge.

                  \n@param streamName The name of the stream for the merge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream for the merge.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "ShardToMerge", "AdjacentShardToMerge" ], "shapeName" : "MergeShardsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MergeShardsRequest", "variableName" : "mergeShardsRequest", "variableType" : "MergeShardsRequest", "documentation" : null, "simpleType" : "MergeShardsRequest", "variableSetterType" : "MergeShardsRequest" }, "wrapper" : false }, "MergeShardsResult" : { "c2jName" : "MergeShardsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MergeShardsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MergeShardsResult", "variableName" : "mergeShardsResult", "variableType" : "MergeShardsResult", "documentation" : null, "simpleType" : "MergeShardsResult", "variableSetterType" : "MergeShardsResult" }, "wrapper" : false }, "MetricsName" : { "c2jName" : "MetricsName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "IncomingBytes", "value" : "IncomingBytes" }, { "name" : "IncomingRecords", "value" : "IncomingRecords" }, { "name" : "OutgoingBytes", "value" : "OutgoingBytes" }, { "name" : "OutgoingRecords", "value" : "OutgoingRecords" }, { "name" : "WriteProvisionedThroughputExceeded", "value" : "WriteProvisionedThroughputExceeded" }, { "name" : "ReadProvisionedThroughputExceeded", "value" : "ReadProvisionedThroughputExceeded" }, { "name" : "IteratorAgeMilliseconds", "value" : "IteratorAgeMilliseconds" }, { "name" : "ALL", "value" : "ALL" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MetricsName", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MetricsName", "variableName" : "metricsName", "variableType" : "MetricsName", "documentation" : null, "simpleType" : "MetricsName", "variableSetterType" : "MetricsName" }, "wrapper" : false }, "ProvisionedThroughputExceededException" : { "c2jName" : "ProvisionedThroughputExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.

                  ", "enums" : null, "errorCode" : "ProvisionedThroughputExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ProvisionedThroughputExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ProvisionedThroughputExceededException", "variableName" : "provisionedThroughputExceededException", "variableType" : "ProvisionedThroughputExceededException", "documentation" : null, "simpleType" : "ProvisionedThroughputExceededException", "variableSetterType" : "ProvisionedThroughputExceededException" }, "wrapper" : false }, "PutRecordRequest" : { "c2jName" : "PutRecordInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents the input for PutRecord.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutRecord", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.PutRecord", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream to put the data record into.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream to put the data record into.

                  \n@param streamName The name of the stream to put the data record into.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream to put the data record into.

                  \n@return The name of the stream to put the data record into.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream to put the data record into.

                  \n@param streamName The name of the stream to put the data record into.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream to put the data record into.

                  \n@param streamName The name of the stream to put the data record into.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream to put the data record into.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Data", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withData", "getterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \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 The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).*/", "getterMethodName" : "getData", "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" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Data", "setterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \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 data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).*/", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "deprecated" : false, "documentation" : "

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPartitionKey", "getterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@return Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.*/", "getterMethodName" : "getPartitionKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PartitionKey", "setterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.*/", "setterMethodName" : "setPartitionKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partitionKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "partitionKey", "variableType" : "String", "documentation" : "

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExplicitHashKey", "c2jShape" : "HashKey", "deprecated" : false, "documentation" : "

                  The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                  \n@param explicitHashKey The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExplicitHashKey", "getterDocumentation" : "/**

                  The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                  \n@return The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.*/", "getterMethodName" : "getExplicitHashKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExplicitHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExplicitHashKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExplicitHashKey", "setterDocumentation" : "/**

                  The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                  \n@param explicitHashKey The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.*/", "setterMethodName" : "setExplicitHashKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "explicitHashKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                  \n@param explicitHashKey The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "explicitHashKey", "variableType" : "String", "documentation" : "

                  The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SequenceNumberForOrdering", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.

                  \n@param sequenceNumberForOrdering Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSequenceNumberForOrdering", "getterDocumentation" : "/**

                  Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.

                  \n@return Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.*/", "getterMethodName" : "getSequenceNumberForOrdering", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SequenceNumberForOrdering", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumberForOrdering", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SequenceNumberForOrdering", "setterDocumentation" : "/**

                  Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.

                  \n@param sequenceNumberForOrdering Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.*/", "setterMethodName" : "setSequenceNumberForOrdering", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumberForOrdering", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.

                  \n@param sequenceNumberForOrdering Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumberForOrdering", "variableType" : "String", "documentation" : "

                  Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Data" : { "c2jName" : "Data", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withData", "getterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \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 The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).*/", "getterMethodName" : "getData", "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" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Data", "setterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \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 data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).*/", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "ExplicitHashKey" : { "c2jName" : "ExplicitHashKey", "c2jShape" : "HashKey", "deprecated" : false, "documentation" : "

                  The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                  \n@param explicitHashKey The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExplicitHashKey", "getterDocumentation" : "/**

                  The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                  \n@return The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.*/", "getterMethodName" : "getExplicitHashKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExplicitHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExplicitHashKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExplicitHashKey", "setterDocumentation" : "/**

                  The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                  \n@param explicitHashKey The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.*/", "setterMethodName" : "setExplicitHashKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "explicitHashKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                  \n@param explicitHashKey The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "explicitHashKey", "variableType" : "String", "documentation" : "

                  The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PartitionKey" : { "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "deprecated" : false, "documentation" : "

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPartitionKey", "getterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@return Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.*/", "getterMethodName" : "getPartitionKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PartitionKey", "setterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.*/", "setterMethodName" : "setPartitionKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partitionKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "partitionKey", "variableType" : "String", "documentation" : "

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SequenceNumberForOrdering" : { "c2jName" : "SequenceNumberForOrdering", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.

                  \n@param sequenceNumberForOrdering Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSequenceNumberForOrdering", "getterDocumentation" : "/**

                  Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.

                  \n@return Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.*/", "getterMethodName" : "getSequenceNumberForOrdering", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SequenceNumberForOrdering", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumberForOrdering", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SequenceNumberForOrdering", "setterDocumentation" : "/**

                  Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.

                  \n@param sequenceNumberForOrdering Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.*/", "setterMethodName" : "setSequenceNumberForOrdering", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumberForOrdering", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.

                  \n@param sequenceNumberForOrdering Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumberForOrdering", "variableType" : "String", "documentation" : "

                  Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the SequenceNumberForOrdering of record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records will be coarsely ordered based on arrival time.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream to put the data record into.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream to put the data record into.

                  \n@param streamName The name of the stream to put the data record into.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream to put the data record into.

                  \n@return The name of the stream to put the data record into.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream to put the data record into.

                  \n@param streamName The name of the stream to put the data record into.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream to put the data record into.

                  \n@param streamName The name of the stream to put the data record into.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream to put the data record into.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "Data", "PartitionKey" ], "shapeName" : "PutRecordRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutRecordRequest", "variableName" : "putRecordRequest", "variableType" : "PutRecordRequest", "documentation" : null, "simpleType" : "PutRecordRequest", "variableSetterType" : "PutRecordRequest" }, "wrapper" : false }, "PutRecordResult" : { "c2jName" : "PutRecordOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents the output for PutRecord.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID of the shard where the data record was placed.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID of the shard where the data record was placed.

                  \n@param shardId The shard ID of the shard where the data record was placed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardId", "getterDocumentation" : "/**

                  The shard ID of the shard where the data record was placed.

                  \n@return The shard ID of the shard where the data record was placed.*/", "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 shard ID of the shard where the data record was placed.

                  \n@param shardId The shard ID of the shard where the data record was placed.*/", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The shard ID of the shard where the data record was placed.

                  \n@param shardId The shard ID of the shard where the data record was placed.\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 shard ID of the shard where the data record was placed.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

                  \n@param sequenceNumber The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSequenceNumber", "getterDocumentation" : "/**

                  The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

                  \n@return The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.*/", "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 identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

                  \n@param sequenceNumber The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.*/", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

                  \n@param sequenceNumber The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.\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 identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SequenceNumber" : { "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

                  \n@param sequenceNumber The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSequenceNumber", "getterDocumentation" : "/**

                  The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

                  \n@return The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.*/", "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 identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

                  \n@param sequenceNumber The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.*/", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

                  \n@param sequenceNumber The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.\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 identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ShardId" : { "c2jName" : "ShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID of the shard where the data record was placed.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID of the shard where the data record was placed.

                  \n@param shardId The shard ID of the shard where the data record was placed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardId", "getterDocumentation" : "/**

                  The shard ID of the shard where the data record was placed.

                  \n@return The shard ID of the shard where the data record was placed.*/", "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 shard ID of the shard where the data record was placed.

                  \n@param shardId The shard ID of the shard where the data record was placed.*/", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The shard ID of the shard where the data record was placed.

                  \n@param shardId The shard ID of the shard where the data record was placed.\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 shard ID of the shard where the data record was placed.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ShardId", "SequenceNumber" ], "shapeName" : "PutRecordResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutRecordResult", "variableName" : "putRecordResult", "variableType" : "PutRecordResult", "documentation" : null, "simpleType" : "PutRecordResult", "variableSetterType" : "PutRecordResult" }, "wrapper" : false }, "PutRecordsRequest" : { "c2jName" : "PutRecordsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A PutRecords request.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutRecords", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.PutRecords", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Records", "c2jShape" : "PutRecordsRequestEntryList", "deprecated" : false, "documentation" : "

                  The records associated with the request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The records associated with the request.

                  \n@param records The records associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecords", "getterDocumentation" : "/**

                  The records associated with the request.

                  \n@return The records associated with the request.*/", "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" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PutRecordsRequestEntry", "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" : "PutRecordsRequestEntry", "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" : "PutRecordsRequestEntry", "variableName" : "member", "variableType" : "PutRecordsRequestEntry", "documentation" : "", "simpleType" : "PutRecordsRequestEntry", "variableSetterType" : "PutRecordsRequestEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "PutRecordsRequestEntry", "variableName" : "member", "variableType" : "PutRecordsRequestEntry", "documentation" : "", "simpleType" : "PutRecordsRequestEntry", "variableSetterType" : "PutRecordsRequestEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PutRecordsRequestEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "PutRecordsRequestEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Records", "setterDocumentation" : "/**

                  The records associated with the request.

                  \n@param records The records associated with the request.*/", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The records associated with the request.

                  \n

                  NOTE: 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 records associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

                  The records associated with the request.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The stream name associated with the request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The stream name associated with the request.

                  \n@param streamName The stream name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The stream name associated with the request.

                  \n@return The stream name associated with the request.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The stream name associated with the request.

                  \n@param streamName The stream name associated with the request.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The stream name associated with the request.

                  \n@param streamName The stream name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The stream name associated with the request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Records" : { "c2jName" : "Records", "c2jShape" : "PutRecordsRequestEntryList", "deprecated" : false, "documentation" : "

                  The records associated with the request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The records associated with the request.

                  \n@param records The records associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecords", "getterDocumentation" : "/**

                  The records associated with the request.

                  \n@return The records associated with the request.*/", "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" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PutRecordsRequestEntry", "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" : "PutRecordsRequestEntry", "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" : "PutRecordsRequestEntry", "variableName" : "member", "variableType" : "PutRecordsRequestEntry", "documentation" : "", "simpleType" : "PutRecordsRequestEntry", "variableSetterType" : "PutRecordsRequestEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "PutRecordsRequestEntry", "variableName" : "member", "variableType" : "PutRecordsRequestEntry", "documentation" : "", "simpleType" : "PutRecordsRequestEntry", "variableSetterType" : "PutRecordsRequestEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PutRecordsRequestEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "PutRecordsRequestEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Records", "setterDocumentation" : "/**

                  The records associated with the request.

                  \n@param records The records associated with the request.*/", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The records associated with the request.

                  \n

                  NOTE: 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 records associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

                  The records associated with the request.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The stream name associated with the request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The stream name associated with the request.

                  \n@param streamName The stream name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The stream name associated with the request.

                  \n@return The stream name associated with the request.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The stream name associated with the request.

                  \n@param streamName The stream name associated with the request.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The stream name associated with the request.

                  \n@param streamName The stream name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The stream name associated with the request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Records", "StreamName" ], "shapeName" : "PutRecordsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutRecordsRequest", "variableName" : "putRecordsRequest", "variableType" : "PutRecordsRequest", "documentation" : null, "simpleType" : "PutRecordsRequest", "variableSetterType" : "PutRecordsRequest" }, "wrapper" : false }, "PutRecordsRequestEntry" : { "c2jName" : "PutRecordsRequestEntry", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents the output for PutRecords.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Data", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withData", "getterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \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 The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).*/", "getterMethodName" : "getData", "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" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Data", "setterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \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 data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).*/", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExplicitHashKey", "c2jShape" : "HashKey", "deprecated" : false, "documentation" : "

                  The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                  \n@param explicitHashKey The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExplicitHashKey", "getterDocumentation" : "/**

                  The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                  \n@return The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.*/", "getterMethodName" : "getExplicitHashKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExplicitHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExplicitHashKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExplicitHashKey", "setterDocumentation" : "/**

                  The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                  \n@param explicitHashKey The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.*/", "setterMethodName" : "setExplicitHashKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "explicitHashKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                  \n@param explicitHashKey The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "explicitHashKey", "variableType" : "String", "documentation" : "

                  The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "deprecated" : false, "documentation" : "

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPartitionKey", "getterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@return Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.*/", "getterMethodName" : "getPartitionKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PartitionKey", "setterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.*/", "setterMethodName" : "setPartitionKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partitionKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "partitionKey", "variableType" : "String", "documentation" : "

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Data" : { "c2jName" : "Data", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withData", "getterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \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 The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).*/", "getterMethodName" : "getData", "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" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Data", "setterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \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 data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).*/", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                  The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "ExplicitHashKey" : { "c2jName" : "ExplicitHashKey", "c2jShape" : "HashKey", "deprecated" : false, "documentation" : "

                  The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                  \n@param explicitHashKey The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExplicitHashKey", "getterDocumentation" : "/**

                  The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                  \n@return The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.*/", "getterMethodName" : "getExplicitHashKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExplicitHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExplicitHashKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExplicitHashKey", "setterDocumentation" : "/**

                  The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                  \n@param explicitHashKey The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.*/", "setterMethodName" : "setExplicitHashKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "explicitHashKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                  \n@param explicitHashKey The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "explicitHashKey", "variableType" : "String", "documentation" : "

                  The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PartitionKey" : { "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "deprecated" : false, "documentation" : "

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPartitionKey", "getterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@return Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.*/", "getterMethodName" : "getPartitionKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PartitionKey", "setterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.*/", "setterMethodName" : "setPartitionKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partitionKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  \n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "partitionKey", "variableType" : "String", "documentation" : "

                  Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Data", "PartitionKey" ], "shapeName" : "PutRecordsRequestEntry", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutRecordsRequestEntry", "variableName" : "putRecordsRequestEntry", "variableType" : "PutRecordsRequestEntry", "documentation" : null, "simpleType" : "PutRecordsRequestEntry", "variableSetterType" : "PutRecordsRequestEntry" }, "wrapper" : false }, "PutRecordsResult" : { "c2jName" : "PutRecordsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  PutRecords results.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FailedRecordCount", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                  The number of unsuccessfully processed records in a PutRecords request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The number of unsuccessfully processed records in a PutRecords request.

                  \n@param failedRecordCount The number of unsuccessfully processed records in a PutRecords request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFailedRecordCount", "getterDocumentation" : "/**

                  The number of unsuccessfully processed records in a PutRecords request.

                  \n@return The number of unsuccessfully processed records in a PutRecords request.*/", "getterMethodName" : "getFailedRecordCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRecordCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRecordCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailedRecordCount", "setterDocumentation" : "/**

                  The number of unsuccessfully processed records in a PutRecords request.

                  \n@param failedRecordCount The number of unsuccessfully processed records in a PutRecords request.*/", "setterMethodName" : "setFailedRecordCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "failedRecordCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The number of unsuccessfully processed records in a PutRecords request.

                  \n@param failedRecordCount The number of unsuccessfully processed records in a PutRecords request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "failedRecordCount", "variableType" : "Integer", "documentation" : "

                  The number of unsuccessfully processed records in a PutRecords request.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Records", "c2jShape" : "PutRecordsResultEntryList", "deprecated" : false, "documentation" : "

                  An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

                  \n@param records An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecords", "getterDocumentation" : "/**

                  An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

                  \n@return An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.*/", "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" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PutRecordsResultEntry", "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" : "PutRecordsResultEntry", "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" : "PutRecordsResultEntry", "variableName" : "member", "variableType" : "PutRecordsResultEntry", "documentation" : "", "simpleType" : "PutRecordsResultEntry", "variableSetterType" : "PutRecordsResultEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "PutRecordsResultEntry", "variableName" : "member", "variableType" : "PutRecordsResultEntry", "documentation" : "", "simpleType" : "PutRecordsResultEntry", "variableSetterType" : "PutRecordsResultEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PutRecordsResultEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "PutRecordsResultEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Records", "setterDocumentation" : "/**

                  An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

                  \n@param records An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.*/", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

                  \n

                  NOTE: 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 An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

                  An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailedRecordCount" : { "c2jName" : "FailedRecordCount", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                  The number of unsuccessfully processed records in a PutRecords request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The number of unsuccessfully processed records in a PutRecords request.

                  \n@param failedRecordCount The number of unsuccessfully processed records in a PutRecords request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFailedRecordCount", "getterDocumentation" : "/**

                  The number of unsuccessfully processed records in a PutRecords request.

                  \n@return The number of unsuccessfully processed records in a PutRecords request.*/", "getterMethodName" : "getFailedRecordCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRecordCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRecordCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailedRecordCount", "setterDocumentation" : "/**

                  The number of unsuccessfully processed records in a PutRecords request.

                  \n@param failedRecordCount The number of unsuccessfully processed records in a PutRecords request.*/", "setterMethodName" : "setFailedRecordCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "failedRecordCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The number of unsuccessfully processed records in a PutRecords request.

                  \n@param failedRecordCount The number of unsuccessfully processed records in a PutRecords request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "failedRecordCount", "variableType" : "Integer", "documentation" : "

                  The number of unsuccessfully processed records in a PutRecords request.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Records" : { "c2jName" : "Records", "c2jShape" : "PutRecordsResultEntryList", "deprecated" : false, "documentation" : "

                  An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

                  \n@param records An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecords", "getterDocumentation" : "/**

                  An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

                  \n@return An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.*/", "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" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PutRecordsResultEntry", "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" : "PutRecordsResultEntry", "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" : "PutRecordsResultEntry", "variableName" : "member", "variableType" : "PutRecordsResultEntry", "documentation" : "", "simpleType" : "PutRecordsResultEntry", "variableSetterType" : "PutRecordsResultEntry" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "PutRecordsResultEntry", "variableName" : "member", "variableType" : "PutRecordsResultEntry", "documentation" : "", "simpleType" : "PutRecordsResultEntry", "variableSetterType" : "PutRecordsResultEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PutRecordsResultEntry", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "PutRecordsResultEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Records", "setterDocumentation" : "/**

                  An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

                  \n@param records An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.*/", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

                  \n

                  NOTE: 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 An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

                  An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Records" ], "shapeName" : "PutRecordsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutRecordsResult", "variableName" : "putRecordsResult", "variableType" : "PutRecordsResult", "documentation" : null, "simpleType" : "PutRecordsResult", "variableSetterType" : "PutRecordsResult" }, "wrapper" : false }, "PutRecordsResultEntry" : { "c2jName" : "PutRecordsResultEntry", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents the result of an individual record from a PutRecords request. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to the stream includes ErrorCode and ErrorMessage in the result.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  The sequence number for an individual record result.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The sequence number for an individual record result.

                  \n@param sequenceNumber The sequence number for an individual record result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSequenceNumber", "getterDocumentation" : "/**

                  The sequence number for an individual record result.

                  \n@return The sequence number for an individual record result.*/", "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 for an individual record result.

                  \n@param sequenceNumber The sequence number for an individual record result.*/", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The sequence number for an individual record result.

                  \n@param sequenceNumber The sequence number for an individual record result.\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 for an individual record result.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID for an individual record result.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID for an individual record result.

                  \n@param shardId The shard ID for an individual record result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardId", "getterDocumentation" : "/**

                  The shard ID for an individual record result.

                  \n@return The shard ID for an individual record result.*/", "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 shard ID for an individual record result.

                  \n@param shardId The shard ID for an individual record result.*/", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The shard ID for an individual record result.

                  \n@param shardId The shard ID for an individual record result.\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 shard ID for an individual record result.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ErrorCode", "c2jShape" : "ErrorCode", "deprecated" : false, "documentation" : "

                  The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                  \n@param errorCode The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withErrorCode", "getterDocumentation" : "/**

                  The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                  \n@return The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.*/", "getterMethodName" : "getErrorCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorCode", "setterDocumentation" : "/**

                  The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                  \n@param errorCode The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.*/", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                  \n@param errorCode The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

                  The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ErrorMessage", "c2jShape" : "ErrorMessage", "deprecated" : false, "documentation" : "

                  The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".

                  \n@param errorMessage The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withErrorMessage", "getterDocumentation" : "/**

                  The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".

                  \n@return The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".*/", "getterMethodName" : "getErrorMessage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorMessage", "setterDocumentation" : "/**

                  The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".

                  \n@param errorMessage The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".*/", "setterMethodName" : "setErrorMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".

                  \n@param errorMessage The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

                  The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ErrorCode" : { "c2jName" : "ErrorCode", "c2jShape" : "ErrorCode", "deprecated" : false, "documentation" : "

                  The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                  \n@param errorCode The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withErrorCode", "getterDocumentation" : "/**

                  The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                  \n@return The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.*/", "getterMethodName" : "getErrorCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorCode", "setterDocumentation" : "/**

                  The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                  \n@param errorCode The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.*/", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                  \n@param errorCode The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

                  The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ErrorMessage" : { "c2jName" : "ErrorMessage", "c2jShape" : "ErrorMessage", "deprecated" : false, "documentation" : "

                  The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".

                  \n@param errorMessage The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withErrorMessage", "getterDocumentation" : "/**

                  The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".

                  \n@return The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".*/", "getterMethodName" : "getErrorMessage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorMessage", "setterDocumentation" : "/**

                  The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".

                  \n@param errorMessage The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".*/", "setterMethodName" : "setErrorMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".

                  \n@param errorMessage The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

                  The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message \"Internal Service Failure\".

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SequenceNumber" : { "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  The sequence number for an individual record result.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The sequence number for an individual record result.

                  \n@param sequenceNumber The sequence number for an individual record result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSequenceNumber", "getterDocumentation" : "/**

                  The sequence number for an individual record result.

                  \n@return The sequence number for an individual record result.*/", "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 for an individual record result.

                  \n@param sequenceNumber The sequence number for an individual record result.*/", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The sequence number for an individual record result.

                  \n@param sequenceNumber The sequence number for an individual record result.\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 for an individual record result.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ShardId" : { "c2jName" : "ShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID for an individual record result.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID for an individual record result.

                  \n@param shardId The shard ID for an individual record result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardId", "getterDocumentation" : "/**

                  The shard ID for an individual record result.

                  \n@return The shard ID for an individual record result.*/", "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 shard ID for an individual record result.

                  \n@param shardId The shard ID for an individual record result.*/", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The shard ID for an individual record result.

                  \n@param shardId The shard ID for an individual record result.\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 shard ID for an individual record result.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutRecordsResultEntry", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutRecordsResultEntry", "variableName" : "putRecordsResultEntry", "variableType" : "PutRecordsResultEntry", "documentation" : null, "simpleType" : "PutRecordsResultEntry", "variableSetterType" : "PutRecordsResultEntry" }, "wrapper" : false }, "Record" : { "c2jName" : "Record", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The unit of data of the Amazon Kinesis stream, which is composed of a sequence number, a partition key, and a data blob.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  The unique identifier of the record in the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The unique identifier of the record in the stream.

                  \n@param sequenceNumber The unique identifier of the record in the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSequenceNumber", "getterDocumentation" : "/**

                  The unique identifier of the record in the stream.

                  \n@return The unique identifier of the record in the stream.*/", "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 unique identifier of the record in the stream.

                  \n@param sequenceNumber The unique identifier of the record in the stream.*/", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The unique identifier of the record in the stream.

                  \n@param sequenceNumber The unique identifier of the record in the stream.\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 unique identifier of the record in the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ApproximateArrivalTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                  The approximate time that the record was inserted into the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The approximate time that the record was inserted into the stream.

                  \n@param approximateArrivalTimestamp The approximate time that the record was inserted into the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withApproximateArrivalTimestamp", "getterDocumentation" : "/**

                  The approximate time that the record was inserted into the stream.

                  \n@return The approximate time that the record was inserted into the stream.*/", "getterMethodName" : "getApproximateArrivalTimestamp", "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" : "ApproximateArrivalTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApproximateArrivalTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ApproximateArrivalTimestamp", "setterDocumentation" : "/**

                  The approximate time that the record was inserted into the stream.

                  \n@param approximateArrivalTimestamp The approximate time that the record was inserted into the stream.*/", "setterMethodName" : "setApproximateArrivalTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "approximateArrivalTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The approximate time that the record was inserted into the stream.

                  \n@param approximateArrivalTimestamp The approximate time that the record was inserted into the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "approximateArrivalTimestamp", "variableType" : "java.util.Date", "documentation" : "

                  The approximate time that the record was inserted into the stream.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Data", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

                  The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \n@param data The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withData", "getterDocumentation" : "/**

                  The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \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 The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).*/", "getterMethodName" : "getData", "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" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Data", "setterDocumentation" : "/**

                  The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \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 data The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).*/", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \n@param data The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                  The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "deprecated" : false, "documentation" : "

                  Identifies which shard in the stream the data record is assigned to.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Identifies which shard in the stream the data record is assigned to.

                  \n@param partitionKey Identifies which shard in the stream the data record is assigned to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPartitionKey", "getterDocumentation" : "/**

                  Identifies which shard in the stream the data record is assigned to.

                  \n@return Identifies which shard in the stream the data record is assigned to.*/", "getterMethodName" : "getPartitionKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PartitionKey", "setterDocumentation" : "/**

                  Identifies which shard in the stream the data record is assigned to.

                  \n@param partitionKey Identifies which shard in the stream the data record is assigned to.*/", "setterMethodName" : "setPartitionKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partitionKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Identifies which shard in the stream the data record is assigned to.

                  \n@param partitionKey Identifies which shard in the stream the data record is assigned to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "partitionKey", "variableType" : "String", "documentation" : "

                  Identifies which shard in the stream the data record is assigned to.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApproximateArrivalTimestamp" : { "c2jName" : "ApproximateArrivalTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                  The approximate time that the record was inserted into the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The approximate time that the record was inserted into the stream.

                  \n@param approximateArrivalTimestamp The approximate time that the record was inserted into the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withApproximateArrivalTimestamp", "getterDocumentation" : "/**

                  The approximate time that the record was inserted into the stream.

                  \n@return The approximate time that the record was inserted into the stream.*/", "getterMethodName" : "getApproximateArrivalTimestamp", "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" : "ApproximateArrivalTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApproximateArrivalTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ApproximateArrivalTimestamp", "setterDocumentation" : "/**

                  The approximate time that the record was inserted into the stream.

                  \n@param approximateArrivalTimestamp The approximate time that the record was inserted into the stream.*/", "setterMethodName" : "setApproximateArrivalTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "approximateArrivalTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The approximate time that the record was inserted into the stream.

                  \n@param approximateArrivalTimestamp The approximate time that the record was inserted into the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "approximateArrivalTimestamp", "variableType" : "java.util.Date", "documentation" : "

                  The approximate time that the record was inserted into the stream.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Data" : { "c2jName" : "Data", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

                  The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \n@param data The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withData", "getterDocumentation" : "/**

                  The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \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 The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).*/", "getterMethodName" : "getData", "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" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Data", "setterDocumentation" : "/**

                  The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \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 data The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).*/", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  \n@param data The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                  The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).

                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "PartitionKey" : { "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "deprecated" : false, "documentation" : "

                  Identifies which shard in the stream the data record is assigned to.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Identifies which shard in the stream the data record is assigned to.

                  \n@param partitionKey Identifies which shard in the stream the data record is assigned to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPartitionKey", "getterDocumentation" : "/**

                  Identifies which shard in the stream the data record is assigned to.

                  \n@return Identifies which shard in the stream the data record is assigned to.*/", "getterMethodName" : "getPartitionKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PartitionKey", "setterDocumentation" : "/**

                  Identifies which shard in the stream the data record is assigned to.

                  \n@param partitionKey Identifies which shard in the stream the data record is assigned to.*/", "setterMethodName" : "setPartitionKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "partitionKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Identifies which shard in the stream the data record is assigned to.

                  \n@param partitionKey Identifies which shard in the stream the data record is assigned to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "partitionKey", "variableType" : "String", "documentation" : "

                  Identifies which shard in the stream the data record is assigned to.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SequenceNumber" : { "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  The unique identifier of the record in the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The unique identifier of the record in the stream.

                  \n@param sequenceNumber The unique identifier of the record in the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSequenceNumber", "getterDocumentation" : "/**

                  The unique identifier of the record in the stream.

                  \n@return The unique identifier of the record in the stream.*/", "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 unique identifier of the record in the stream.

                  \n@param sequenceNumber The unique identifier of the record in the stream.*/", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The unique identifier of the record in the stream.

                  \n@param sequenceNumber The unique identifier of the record in the stream.\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 unique identifier of the record in the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SequenceNumber", "Data", "PartitionKey" ], "shapeName" : "Record", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Record", "variableName" : "record", "variableType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "wrapper" : false }, "RemoveTagsFromStreamRequest" : { "c2jName" : "RemoveTagsFromStreamInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents the input for RemoveTagsFromStream.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RemoveTagsFromStream", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.RemoveTagsFromStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream.

                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream.

                  \n@return The name of the stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream.

                  \n@param streamName The name of the stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream.

                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "deprecated" : false, "documentation" : "

                  A list of tag keys. Each corresponding tag is removed from the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A list of tag keys. Each corresponding tag is removed from the stream.

                  \n@param tagKeys A list of tag keys. Each corresponding tag is removed from the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTagKeys", "getterDocumentation" : "/**

                  A list of tag keys. Each corresponding tag is removed from the stream.

                  \n@return A list of tag keys. Each corresponding tag is removed from the stream.*/", "getterMethodName" : "getTagKeys", "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" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagKey", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagKeys", "setterDocumentation" : "/**

                  A list of tag keys. Each corresponding tag is removed from the stream.

                  \n@param tagKeys A list of tag keys. Each corresponding tag is removed from the stream.*/", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A list of tag keys. Each corresponding tag is removed from the stream.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                  \n@param tagKeys A list of tag keys. Each corresponding tag is removed from the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                  A list of tag keys. Each corresponding tag is removed from the stream.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream.

                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream.

                  \n@return The name of the stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream.

                  \n@param streamName The name of the stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream.

                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TagKeys" : { "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "deprecated" : false, "documentation" : "

                  A list of tag keys. Each corresponding tag is removed from the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A list of tag keys. Each corresponding tag is removed from the stream.

                  \n@param tagKeys A list of tag keys. Each corresponding tag is removed from the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTagKeys", "getterDocumentation" : "/**

                  A list of tag keys. Each corresponding tag is removed from the stream.

                  \n@return A list of tag keys. Each corresponding tag is removed from the stream.*/", "getterMethodName" : "getTagKeys", "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" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagKey", "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" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagKeys", "setterDocumentation" : "/**

                  A list of tag keys. Each corresponding tag is removed from the stream.

                  \n@param tagKeys A list of tag keys. Each corresponding tag is removed from the stream.*/", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A list of tag keys. Each corresponding tag is removed from the stream.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                  \n@param tagKeys A list of tag keys. Each corresponding tag is removed from the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                  A list of tag keys. Each corresponding tag is removed from the stream.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "TagKeys" ], "shapeName" : "RemoveTagsFromStreamRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveTagsFromStreamRequest", "variableName" : "removeTagsFromStreamRequest", "variableType" : "RemoveTagsFromStreamRequest", "documentation" : null, "simpleType" : "RemoveTagsFromStreamRequest", "variableSetterType" : "RemoveTagsFromStreamRequest" }, "wrapper" : false }, "RemoveTagsFromStreamResult" : { "c2jName" : "RemoveTagsFromStreamResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RemoveTagsFromStreamResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RemoveTagsFromStreamResult", "variableName" : "removeTagsFromStreamResult", "variableType" : "RemoveTagsFromStreamResult", "documentation" : null, "simpleType" : "RemoveTagsFromStreamResult", "variableSetterType" : "RemoveTagsFromStreamResult" }, "wrapper" : false }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The resource is not available for this operation. For successful operation, the resource needs to be in the ACTIVE state.

                  ", "enums" : null, "errorCode" : "ResourceInUseException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceInUseException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The requested resource could not be found. The stream might not be specified correctly.

                  ", "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 }, "ScalingType" : { "c2jName" : "ScalingType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "UNIFORM_SCALING", "value" : "UNIFORM_SCALING" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ScalingType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalingType", "variableName" : "scalingType", "variableType" : "ScalingType", "documentation" : null, "simpleType" : "ScalingType", "variableSetterType" : "ScalingType" }, "wrapper" : false }, "SequenceNumberRange" : { "c2jName" : "SequenceNumberRange", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The range of possible sequence numbers for the shard.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  The starting sequence number for the range.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The starting sequence number for the range.

                  \n@param startingSequenceNumber The starting sequence number for the range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStartingSequenceNumber", "getterDocumentation" : "/**

                  The starting sequence number for the range.

                  \n@return The starting sequence number for the range.*/", "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 starting sequence number for the range.

                  \n@param startingSequenceNumber The starting sequence number for the range.*/", "setterMethodName" : "setStartingSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The starting sequence number for the range.

                  \n@param startingSequenceNumber The starting sequence number for the range.\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 starting sequence number for the range.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EndingSequenceNumber", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                  \n@param endingSequenceNumber The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEndingSequenceNumber", "getterDocumentation" : "/**

                  The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                  \n@return The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.*/", "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 ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                  \n@param endingSequenceNumber The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.*/", "setterMethodName" : "setEndingSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endingSequenceNumber", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                  \n@param endingSequenceNumber The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.\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 ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndingSequenceNumber" : { "c2jName" : "EndingSequenceNumber", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                  \n@param endingSequenceNumber The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEndingSequenceNumber", "getterDocumentation" : "/**

                  The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                  \n@return The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.*/", "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 ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                  \n@param endingSequenceNumber The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.*/", "setterMethodName" : "setEndingSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endingSequenceNumber", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                  \n@param endingSequenceNumber The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.\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 ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartingSequenceNumber" : { "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "deprecated" : false, "documentation" : "

                  The starting sequence number for the range.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The starting sequence number for the range.

                  \n@param startingSequenceNumber The starting sequence number for the range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStartingSequenceNumber", "getterDocumentation" : "/**

                  The starting sequence number for the range.

                  \n@return The starting sequence number for the range.*/", "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 starting sequence number for the range.

                  \n@param startingSequenceNumber The starting sequence number for the range.*/", "setterMethodName" : "setStartingSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The starting sequence number for the range.

                  \n@param startingSequenceNumber The starting sequence number for the range.\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 starting sequence number for the range.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StartingSequenceNumber" ], "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 data records in an Amazon Kinesis stream.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The unique identifier of the shard within the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The unique identifier of the shard within the stream.

                  \n@param shardId The unique identifier of the shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardId", "getterDocumentation" : "/**

                  The unique identifier of the shard within the stream.

                  \n@return The unique identifier of the shard within the stream.*/", "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 unique identifier of the shard within the stream.

                  \n@param shardId The unique identifier of the shard within the stream.*/", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The unique identifier of the shard within the stream.

                  \n@param shardId The unique identifier of the shard within the stream.\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 unique identifier of the shard within the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ParentShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID of the shard's parent.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID of the shard's parent.

                  \n@param parentShardId The shard ID of the 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 shard's parent.

                  \n@return The shard ID of the 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 shard's parent.

                  \n@param parentShardId The shard ID of the 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 shard's parent.

                  \n@param parentShardId The shard ID of the 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 shard's parent.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AdjacentParentShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID of the shard adjacent to the shard's parent.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID of the shard adjacent to the shard's parent.

                  \n@param adjacentParentShardId The shard ID of the shard adjacent to the shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAdjacentParentShardId", "getterDocumentation" : "/**

                  The shard ID of the shard adjacent to the shard's parent.

                  \n@return The shard ID of the shard adjacent to the shard's parent.*/", "getterMethodName" : "getAdjacentParentShardId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdjacentParentShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjacentParentShardId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdjacentParentShardId", "setterDocumentation" : "/**

                  The shard ID of the shard adjacent to the shard's parent.

                  \n@param adjacentParentShardId The shard ID of the shard adjacent to the shard's parent.*/", "setterMethodName" : "setAdjacentParentShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "adjacentParentShardId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The shard ID of the shard adjacent to the shard's parent.

                  \n@param adjacentParentShardId The shard ID of the shard adjacent to the shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "adjacentParentShardId", "variableType" : "String", "documentation" : "

                  The shard ID of the shard adjacent to the shard's parent.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HashKeyRange", "c2jShape" : "HashKeyRange", "deprecated" : false, "documentation" : "

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  \n@param hashKeyRange The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHashKeyRange", "getterDocumentation" : "/**

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  \n@return The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.*/", "getterMethodName" : "getHashKeyRange", "getterModel" : { "returnType" : "HashKeyRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HashKeyRange", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HashKeyRange", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HashKeyRange", "setterDocumentation" : "/**

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  \n@param hashKeyRange The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.*/", "setterMethodName" : "setHashKeyRange", "setterModel" : { "variableDeclarationType" : "HashKeyRange", "variableName" : "hashKeyRange", "variableType" : "HashKeyRange", "documentation" : "", "simpleType" : "HashKeyRange", "variableSetterType" : "HashKeyRange" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  \n@param hashKeyRange The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HashKeyRange", "variableName" : "hashKeyRange", "variableType" : "HashKeyRange", "documentation" : "

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  ", "simpleType" : "HashKeyRange", "variableSetterType" : "HashKeyRange" }, "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 } ], "membersAsMap" : { "AdjacentParentShardId" : { "c2jName" : "AdjacentParentShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID of the shard adjacent to the shard's parent.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID of the shard adjacent to the shard's parent.

                  \n@param adjacentParentShardId The shard ID of the shard adjacent to the shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAdjacentParentShardId", "getterDocumentation" : "/**

                  The shard ID of the shard adjacent to the shard's parent.

                  \n@return The shard ID of the shard adjacent to the shard's parent.*/", "getterMethodName" : "getAdjacentParentShardId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdjacentParentShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjacentParentShardId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdjacentParentShardId", "setterDocumentation" : "/**

                  The shard ID of the shard adjacent to the shard's parent.

                  \n@param adjacentParentShardId The shard ID of the shard adjacent to the shard's parent.*/", "setterMethodName" : "setAdjacentParentShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "adjacentParentShardId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The shard ID of the shard adjacent to the shard's parent.

                  \n@param adjacentParentShardId The shard ID of the shard adjacent to the shard's parent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "adjacentParentShardId", "variableType" : "String", "documentation" : "

                  The shard ID of the shard adjacent to the shard's parent.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HashKeyRange" : { "c2jName" : "HashKeyRange", "c2jShape" : "HashKeyRange", "deprecated" : false, "documentation" : "

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  \n@param hashKeyRange The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHashKeyRange", "getterDocumentation" : "/**

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  \n@return The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.*/", "getterMethodName" : "getHashKeyRange", "getterModel" : { "returnType" : "HashKeyRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HashKeyRange", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HashKeyRange", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HashKeyRange", "setterDocumentation" : "/**

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  \n@param hashKeyRange The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.*/", "setterMethodName" : "setHashKeyRange", "setterModel" : { "variableDeclarationType" : "HashKeyRange", "variableName" : "hashKeyRange", "variableType" : "HashKeyRange", "documentation" : "", "simpleType" : "HashKeyRange", "variableSetterType" : "HashKeyRange" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  \n@param hashKeyRange The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HashKeyRange", "variableName" : "hashKeyRange", "variableType" : "HashKeyRange", "documentation" : "

                  The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                  ", "simpleType" : "HashKeyRange", "variableSetterType" : "HashKeyRange" }, "xmlNameSpaceUri" : null }, "ParentShardId" : { "c2jName" : "ParentShardId", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID of the shard's parent.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID of the shard's parent.

                  \n@param parentShardId The shard ID of the 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 shard's parent.

                  \n@return The shard ID of the 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 shard's parent.

                  \n@param parentShardId The shard ID of the 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 shard's parent.

                  \n@param parentShardId The shard ID of the 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 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 unique identifier of the shard within the stream.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The unique identifier of the shard within the stream.

                  \n@param shardId The unique identifier of the shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardId", "getterDocumentation" : "/**

                  The unique identifier of the shard within the stream.

                  \n@return The unique identifier of the shard within the stream.*/", "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 unique identifier of the shard within the stream.

                  \n@param shardId The unique identifier of the shard within the stream.*/", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The unique identifier of the shard within the stream.

                  \n@param shardId The unique identifier of the shard within the stream.\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 unique identifier of the shard within the stream.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ShardId", "HashKeyRange", "SequenceNumberRange" ], "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" : "AT_SEQUENCE_NUMBER", "value" : "AT_SEQUENCE_NUMBER" }, { "name" : "AFTER_SEQUENCE_NUMBER", "value" : "AFTER_SEQUENCE_NUMBER" }, { "name" : "TRIM_HORIZON", "value" : "TRIM_HORIZON" }, { "name" : "LATEST", "value" : "LATEST" }, { "name" : "AT_TIMESTAMP", "value" : "AT_TIMESTAMP" } ], "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 }, "SplitShardRequest" : { "c2jName" : "SplitShardInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents the input for SplitShard.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SplitShard", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.SplitShard", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream for the shard split.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream for the shard split.

                  \n@param streamName The name of the stream for the shard split.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream for the shard split.

                  \n@return The name of the stream for the shard split.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream for the shard split.

                  \n@param streamName The name of the stream for the shard split.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream for the shard split.

                  \n@param streamName The name of the stream for the shard split.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream for the shard split.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ShardToSplit", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID of the shard to split.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID of the shard to split.

                  \n@param shardToSplit The shard ID of the shard to split.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardToSplit", "getterDocumentation" : "/**

                  The shard ID of the shard to split.

                  \n@return The shard ID of the shard to split.*/", "getterMethodName" : "getShardToSplit", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShardToSplit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardToSplit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShardToSplit", "setterDocumentation" : "/**

                  The shard ID of the shard to split.

                  \n@param shardToSplit The shard ID of the shard to split.*/", "setterMethodName" : "setShardToSplit", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardToSplit", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The shard ID of the shard to split.

                  \n@param shardToSplit The shard ID of the shard to split.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "shardToSplit", "variableType" : "String", "documentation" : "

                  The shard ID of the shard to split.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NewStartingHashKey", "c2jShape" : "HashKey", "deprecated" : false, "documentation" : "

                  A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.

                  \n@param newStartingHashKey A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNewStartingHashKey", "getterDocumentation" : "/**

                  A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.

                  \n@return A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.*/", "getterMethodName" : "getNewStartingHashKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NewStartingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NewStartingHashKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NewStartingHashKey", "setterDocumentation" : "/**

                  A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.

                  \n@param newStartingHashKey A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.*/", "setterMethodName" : "setNewStartingHashKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "newStartingHashKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.

                  \n@param newStartingHashKey A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "newStartingHashKey", "variableType" : "String", "documentation" : "

                  A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NewStartingHashKey" : { "c2jName" : "NewStartingHashKey", "c2jShape" : "HashKey", "deprecated" : false, "documentation" : "

                  A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.

                  \n@param newStartingHashKey A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNewStartingHashKey", "getterDocumentation" : "/**

                  A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.

                  \n@return A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.*/", "getterMethodName" : "getNewStartingHashKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NewStartingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NewStartingHashKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NewStartingHashKey", "setterDocumentation" : "/**

                  A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.

                  \n@param newStartingHashKey A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.*/", "setterMethodName" : "setNewStartingHashKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "newStartingHashKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.

                  \n@param newStartingHashKey A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "newStartingHashKey", "variableType" : "String", "documentation" : "

                  A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for NewStartingHashKey must be in the range of hash keys being mapped into the shard. The NewStartingHashKey hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ShardToSplit" : { "c2jName" : "ShardToSplit", "c2jShape" : "ShardId", "deprecated" : false, "documentation" : "

                  The shard ID of the shard to split.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The shard ID of the shard to split.

                  \n@param shardToSplit The shard ID of the shard to split.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withShardToSplit", "getterDocumentation" : "/**

                  The shard ID of the shard to split.

                  \n@return The shard ID of the shard to split.*/", "getterMethodName" : "getShardToSplit", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ShardToSplit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardToSplit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ShardToSplit", "setterDocumentation" : "/**

                  The shard ID of the shard to split.

                  \n@param shardToSplit The shard ID of the shard to split.*/", "setterMethodName" : "setShardToSplit", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardToSplit", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The shard ID of the shard to split.

                  \n@param shardToSplit The shard ID of the shard to split.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "shardToSplit", "variableType" : "String", "documentation" : "

                  The shard ID of the shard to split.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream for the shard split.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream for the shard split.

                  \n@param streamName The name of the stream for the shard split.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream for the shard split.

                  \n@return The name of the stream for the shard split.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream for the shard split.

                  \n@param streamName The name of the stream for the shard split.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream for the shard split.

                  \n@param streamName The name of the stream for the shard split.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream for the shard split.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "ShardToSplit", "NewStartingHashKey" ], "shapeName" : "SplitShardRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SplitShardRequest", "variableName" : "splitShardRequest", "variableType" : "SplitShardRequest", "documentation" : null, "simpleType" : "SplitShardRequest", "variableSetterType" : "SplitShardRequest" }, "wrapper" : false }, "SplitShardResult" : { "c2jName" : "SplitShardResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SplitShardResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SplitShardResult", "variableName" : "splitShardResult", "variableType" : "SplitShardResult", "documentation" : null, "simpleType" : "SplitShardResult", "variableSetterType" : "SplitShardResult" }, "wrapper" : false }, "StreamDescription" : { "c2jName" : "StreamDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents the output for DescribeStream.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                  The name of the stream being described.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the stream being described.

                  \n@param streamName The name of the stream being described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                  The name of the stream being described.

                  \n@return The name of the stream being described.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                  The name of the stream being described.

                  \n@param streamName The name of the stream being described.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the stream being described.

                  \n@param streamName The name of the stream being described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                  The name of the stream being described.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) for the stream being described.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) for the stream being described.

                  \n@param streamARN The Amazon Resource Name (ARN) for the stream being described.\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 being described.

                  \n@return The Amazon Resource Name (ARN) for the stream being described.*/", "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 being described.

                  \n@param streamARN The Amazon Resource Name (ARN) for the stream being described.*/", "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 being described.

                  \n@param streamARN The Amazon Resource Name (ARN) for the stream being described.\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 being described.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StreamStatus", "c2jShape" : "StreamStatus", "deprecated" : false, "documentation" : "

                  The current status of the stream being described. The stream status is one of the following states:

                  • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                  • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                  • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                  ", "enumType" : "StreamStatus", "fluentSetterDocumentation" : "/**

                  The current status of the stream being described. The stream status is one of the following states:

                  • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                  • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                  • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                  \n@param streamStatus The current status of the stream being described. The stream status is one of the following states:

                  • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                  • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                  • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus*/", "fluentSetterMethodName" : "withStreamStatus", "getterDocumentation" : "/**

                    The current status of the stream being described. The stream status is one of the following states:

                    • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                    • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                    • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                    • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                    \n@return The current status of the stream being described. The stream status is one of the following states:

                    • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                    • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                    • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                    • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                    • \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" : "/**

                      The current status of the stream being described. The stream status is one of the following states:

                      • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                      • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                      • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                      • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                      \n@param streamStatus The current status of the stream being described. The stream status is one of the following states:

                      • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                      • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                      • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                      • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                      • \n@see StreamStatus*/", "setterMethodName" : "setStreamStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                        The current status of the stream being described. The stream status is one of the following states:

                        • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                        • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                        • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                        • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                        \n@param streamStatus The current status of the stream being described. The stream status is one of the following states:

                        • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                        • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                        • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                        • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                        • \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" : "

                          The current status of the stream being described. The stream status is one of the following states:

                          • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                          • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                          • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                          • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Shards", "c2jShape" : "ShardList", "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" : "com.amazonaws.internal.SdkInternalList", "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" : "com.amazonaws.internal.SdkInternalList", "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" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                          The shards that comprise the stream.

                          \n

                          NOTE: 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" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : "

                          The shards that comprise the stream.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HasMoreShards", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                          If set to true, more shards in the stream are available to describe.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          If set to true, more shards in the stream are available to describe.

                          \n@param hasMoreShards If set to true, more shards in the stream are available to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHasMoreShards", "getterDocumentation" : "/**

                          If set to true, more shards in the stream are available to describe.

                          \n@return If set to true, more shards in the stream are available to describe.*/", "getterMethodName" : "getHasMoreShards", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HasMoreShards", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreShards", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HasMoreShards", "setterDocumentation" : "/**

                          If set to true, more shards in the stream are available to describe.

                          \n@param hasMoreShards If set to true, more shards in the stream are available to describe.*/", "setterMethodName" : "setHasMoreShards", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreShards", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                          If set to true, more shards in the stream are available to describe.

                          \n@param hasMoreShards If set to true, more shards in the stream are available to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreShards", "variableType" : "Boolean", "documentation" : "

                          If set to true, more shards in the stream are available to describe.

                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RetentionPeriodHours", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                          The current retention period, in hours.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          The current retention period, in hours.

                          \n@param retentionPeriodHours The current retention period, in hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRetentionPeriodHours", "getterDocumentation" : "/**

                          The current retention period, in hours.

                          \n@return The current retention period, in hours.*/", "getterMethodName" : "getRetentionPeriodHours", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RetentionPeriodHours", "setterDocumentation" : "/**

                          The current retention period, in hours.

                          \n@param retentionPeriodHours The current retention period, in hours.*/", "setterMethodName" : "setRetentionPeriodHours", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                          The current retention period, in hours.

                          \n@param retentionPeriodHours The current retention period, in hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "

                          The current retention period, in hours.

                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                          The approximate time that the stream was created.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          The approximate time that the stream was created.

                          \n@param streamCreationTimestamp The approximate time that the stream was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamCreationTimestamp", "getterDocumentation" : "/**

                          The approximate time that the stream was created.

                          \n@return The approximate time that the stream was created.*/", "getterMethodName" : "getStreamCreationTimestamp", "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" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamCreationTimestamp", "setterDocumentation" : "/**

                          The approximate time that the stream was created.

                          \n@param streamCreationTimestamp The approximate time that the stream was created.*/", "setterMethodName" : "setStreamCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "streamCreationTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                          The approximate time that the stream was created.

                          \n@param streamCreationTimestamp The approximate time that the stream was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "streamCreationTimestamp", "variableType" : "java.util.Date", "documentation" : "

                          The approximate time that the stream was created.

                          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EnhancedMonitoring", "c2jShape" : "EnhancedMonitoringList", "deprecated" : false, "documentation" : "

                          Represents the current enhanced monitoring settings of the stream.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          Represents the current enhanced monitoring settings of the stream.

                          \n@param enhancedMonitoring Represents the current enhanced monitoring settings of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEnhancedMonitoring", "getterDocumentation" : "/**

                          Represents the current enhanced monitoring settings of the stream.

                          \n@return Represents the current enhanced monitoring settings of the stream.*/", "getterMethodName" : "getEnhancedMonitoring", "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" : "EnhancedMonitoring", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnhancedMonitoring", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "EnhancedMetrics", "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" : "EnhancedMetrics", "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" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : "", "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : "", "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EnhancedMetrics", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "EnhancedMetrics", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "EnhancedMonitoring", "setterDocumentation" : "/**

                          Represents the current enhanced monitoring settings of the stream.

                          \n@param enhancedMonitoring Represents the current enhanced monitoring settings of the stream.*/", "setterMethodName" : "setEnhancedMonitoring", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                          Represents the current enhanced monitoring settings of the stream.

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setEnhancedMonitoring(java.util.Collection)} or {@link #withEnhancedMonitoring(java.util.Collection)} if you want to override the existing values.

                          \n@param enhancedMonitoring Represents the current enhanced monitoring settings of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : "

                          Represents the current enhanced monitoring settings of the stream.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EnhancedMonitoring" : { "c2jName" : "EnhancedMonitoring", "c2jShape" : "EnhancedMonitoringList", "deprecated" : false, "documentation" : "

                          Represents the current enhanced monitoring settings of the stream.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          Represents the current enhanced monitoring settings of the stream.

                          \n@param enhancedMonitoring Represents the current enhanced monitoring settings of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEnhancedMonitoring", "getterDocumentation" : "/**

                          Represents the current enhanced monitoring settings of the stream.

                          \n@return Represents the current enhanced monitoring settings of the stream.*/", "getterMethodName" : "getEnhancedMonitoring", "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" : "EnhancedMonitoring", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnhancedMonitoring", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "EnhancedMetrics", "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" : "EnhancedMetrics", "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" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : "", "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : "", "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EnhancedMetrics", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "EnhancedMetrics", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "EnhancedMonitoring", "setterDocumentation" : "/**

                          Represents the current enhanced monitoring settings of the stream.

                          \n@param enhancedMonitoring Represents the current enhanced monitoring settings of the stream.*/", "setterMethodName" : "setEnhancedMonitoring", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                          Represents the current enhanced monitoring settings of the stream.

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setEnhancedMonitoring(java.util.Collection)} or {@link #withEnhancedMonitoring(java.util.Collection)} if you want to override the existing values.

                          \n@param enhancedMonitoring Represents the current enhanced monitoring settings of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : "

                          Represents the current enhanced monitoring settings of the stream.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "HasMoreShards" : { "c2jName" : "HasMoreShards", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                          If set to true, more shards in the stream are available to describe.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          If set to true, more shards in the stream are available to describe.

                          \n@param hasMoreShards If set to true, more shards in the stream are available to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHasMoreShards", "getterDocumentation" : "/**

                          If set to true, more shards in the stream are available to describe.

                          \n@return If set to true, more shards in the stream are available to describe.*/", "getterMethodName" : "getHasMoreShards", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HasMoreShards", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreShards", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HasMoreShards", "setterDocumentation" : "/**

                          If set to true, more shards in the stream are available to describe.

                          \n@param hasMoreShards If set to true, more shards in the stream are available to describe.*/", "setterMethodName" : "setHasMoreShards", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreShards", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                          If set to true, more shards in the stream are available to describe.

                          \n@param hasMoreShards If set to true, more shards in the stream are available to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreShards", "variableType" : "Boolean", "documentation" : "

                          If set to true, more shards in the stream are available to describe.

                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "RetentionPeriodHours" : { "c2jName" : "RetentionPeriodHours", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                          The current retention period, in hours.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          The current retention period, in hours.

                          \n@param retentionPeriodHours The current retention period, in hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRetentionPeriodHours", "getterDocumentation" : "/**

                          The current retention period, in hours.

                          \n@return The current retention period, in hours.*/", "getterMethodName" : "getRetentionPeriodHours", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RetentionPeriodHours", "setterDocumentation" : "/**

                          The current retention period, in hours.

                          \n@param retentionPeriodHours The current retention period, in hours.*/", "setterMethodName" : "setRetentionPeriodHours", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                          The current retention period, in hours.

                          \n@param retentionPeriodHours The current retention period, in hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "

                          The current retention period, in hours.

                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Shards" : { "c2jName" : "Shards", "c2jShape" : "ShardList", "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" : "com.amazonaws.internal.SdkInternalList", "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" : "com.amazonaws.internal.SdkInternalList", "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" : "com.amazonaws.internal.SdkInternalList", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                          The shards that comprise the stream.

                          \n

                          NOTE: 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" : "com.amazonaws.internal.SdkInternalList", "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 being described.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) for the stream being described.

                          \n@param streamARN The Amazon Resource Name (ARN) for the stream being described.\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 being described.

                          \n@return The Amazon Resource Name (ARN) for the stream being described.*/", "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 being described.

                          \n@param streamARN The Amazon Resource Name (ARN) for the stream being described.*/", "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 being described.

                          \n@param streamARN The Amazon Resource Name (ARN) for the stream being described.\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 being described.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamCreationTimestamp" : { "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                          The approximate time that the stream was created.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          The approximate time that the stream was created.

                          \n@param streamCreationTimestamp The approximate time that the stream was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamCreationTimestamp", "getterDocumentation" : "/**

                          The approximate time that the stream was created.

                          \n@return The approximate time that the stream was created.*/", "getterMethodName" : "getStreamCreationTimestamp", "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" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamCreationTimestamp", "setterDocumentation" : "/**

                          The approximate time that the stream was created.

                          \n@param streamCreationTimestamp The approximate time that the stream was created.*/", "setterMethodName" : "setStreamCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "streamCreationTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                          The approximate time that the stream was created.

                          \n@param streamCreationTimestamp The approximate time that the stream was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "streamCreationTimestamp", "variableType" : "java.util.Date", "documentation" : "

                          The approximate time that the stream was created.

                          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                          The name of the stream being described.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          The name of the stream being described.

                          \n@param streamName The name of the stream being described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                          The name of the stream being described.

                          \n@return The name of the stream being described.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                          The name of the stream being described.

                          \n@param streamName The name of the stream being described.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                          The name of the stream being described.

                          \n@param streamName The name of the stream being described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                          The name of the stream being described.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamStatus" : { "c2jName" : "StreamStatus", "c2jShape" : "StreamStatus", "deprecated" : false, "documentation" : "

                          The current status of the stream being described. The stream status is one of the following states:

                          • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                          • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                          • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                          • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                          ", "enumType" : "StreamStatus", "fluentSetterDocumentation" : "/**

                          The current status of the stream being described. The stream status is one of the following states:

                          • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                          • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                          • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                          • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                          \n@param streamStatus The current status of the stream being described. The stream status is one of the following states:

                          • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                          • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                          • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                          • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus*/", "fluentSetterMethodName" : "withStreamStatus", "getterDocumentation" : "/**

                            The current status of the stream being described. The stream status is one of the following states:

                            • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                            • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                            • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                            • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                            \n@return The current status of the stream being described. The stream status is one of the following states:

                            • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                            • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                            • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                            • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                            • \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" : "/**

                              The current status of the stream being described. The stream status is one of the following states:

                              • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                              • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                              • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                              • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                              \n@param streamStatus The current status of the stream being described. The stream status is one of the following states:

                              • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                              • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                              • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                              • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                              • \n@see StreamStatus*/", "setterMethodName" : "setStreamStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                The current status of the stream being described. The stream status is one of the following states:

                                • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                                • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                                • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                                • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                                \n@param streamStatus The current status of the stream being described. The stream status is one of the following states:

                                • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                                • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                                • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                                • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                                • \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" : "

                                  The current status of the stream being described. The stream status is one of the following states:

                                  • CREATING - The stream is being created. Amazon Kinesis immediately returns and sets StreamStatus to CREATING.

                                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Amazon Kinesis completes the deletion.

                                  • ACTIVE - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE stream.

                                  • UPDATING - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING state.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "StreamARN", "StreamStatus", "Shards", "HasMoreShards", "RetentionPeriodHours", "StreamCreationTimestamp", "EnhancedMonitoring" ], "shapeName" : "StreamDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : null, "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "wrapper" : false }, "StreamStatus" : { "c2jName" : "StreamStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "CREATING", "value" : "CREATING" }, { "name" : "DELETING", "value" : "DELETING" }, { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "UPDATING", "value" : "UPDATING" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StreamStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamStatus", "variableName" : "streamStatus", "variableType" : "StreamStatus", "documentation" : null, "simpleType" : "StreamStatus", "variableSetterType" : "StreamStatus" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Metadata assigned to the stream, consisting of a key-value pair.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@param key A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKey", "getterDocumentation" : "/**

                                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@return A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@param key A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@param key A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@param value An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

                                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@return An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "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" : "/**

                                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@param value An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@param value An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@param key A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKey", "getterDocumentation" : "/**

                                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@return A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@param key A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@param key A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@param value An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

                                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@return An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "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" : "/**

                                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@param value An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  \n@param value An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Key" ], "shapeName" : "Tag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "UpdateShardCountRequest" : { "c2jName" : "UpdateShardCountInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateShardCount", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.UpdateShardCount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                                  The name of the stream.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the stream.

                                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                                  The name of the stream.

                                  \n@return The name of the stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                                  The name of the stream.

                                  \n@param streamName The name of the stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the stream.

                                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                  The name of the stream.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TargetShardCount", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                                  The new number of shards.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The new number of shards.

                                  \n@param targetShardCount The new number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTargetShardCount", "getterDocumentation" : "/**

                                  The new number of shards.

                                  \n@return The new number of shards.*/", "getterMethodName" : "getTargetShardCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetShardCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetShardCount", "setterDocumentation" : "/**

                                  The new number of shards.

                                  \n@param targetShardCount The new number of shards.*/", "setterMethodName" : "setTargetShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The new number of shards.

                                  \n@param targetShardCount The new number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "

                                  The new number of shards.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalingType", "c2jShape" : "ScalingType", "deprecated" : false, "documentation" : "

                                  The scaling type. Uniform scaling creates shards of equal size.

                                  ", "enumType" : "ScalingType", "fluentSetterDocumentation" : "/**

                                  The scaling type. Uniform scaling creates shards of equal size.

                                  \n@param scalingType The scaling type. Uniform scaling creates shards of equal size.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingType*/", "fluentSetterMethodName" : "withScalingType", "getterDocumentation" : "/**

                                  The scaling type. Uniform scaling creates shards of equal size.

                                  \n@return The scaling type. Uniform scaling creates shards of equal size.\n@see ScalingType*/", "getterMethodName" : "getScalingType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingType", "setterDocumentation" : "/**

                                  The scaling type. Uniform scaling creates shards of equal size.

                                  \n@param scalingType The scaling type. Uniform scaling creates shards of equal size.\n@see ScalingType*/", "setterMethodName" : "setScalingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalingType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The scaling type. Uniform scaling creates shards of equal size.

                                  \n@param scalingType The scaling type. Uniform scaling creates shards of equal size.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalingType", "variableType" : "String", "documentation" : "

                                  The scaling type. Uniform scaling creates shards of equal size.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ScalingType" : { "c2jName" : "ScalingType", "c2jShape" : "ScalingType", "deprecated" : false, "documentation" : "

                                  The scaling type. Uniform scaling creates shards of equal size.

                                  ", "enumType" : "ScalingType", "fluentSetterDocumentation" : "/**

                                  The scaling type. Uniform scaling creates shards of equal size.

                                  \n@param scalingType The scaling type. Uniform scaling creates shards of equal size.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingType*/", "fluentSetterMethodName" : "withScalingType", "getterDocumentation" : "/**

                                  The scaling type. Uniform scaling creates shards of equal size.

                                  \n@return The scaling type. Uniform scaling creates shards of equal size.\n@see ScalingType*/", "getterMethodName" : "getScalingType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingType", "setterDocumentation" : "/**

                                  The scaling type. Uniform scaling creates shards of equal size.

                                  \n@param scalingType The scaling type. Uniform scaling creates shards of equal size.\n@see ScalingType*/", "setterMethodName" : "setScalingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scalingType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The scaling type. Uniform scaling creates shards of equal size.

                                  \n@param scalingType The scaling type. Uniform scaling creates shards of equal size.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scalingType", "variableType" : "String", "documentation" : "

                                  The scaling type. Uniform scaling creates shards of equal size.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                                  The name of the stream.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the stream.

                                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                                  The name of the stream.

                                  \n@return The name of the stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                                  The name of the stream.

                                  \n@param streamName The name of the stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the stream.

                                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                  The name of the stream.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetShardCount" : { "c2jName" : "TargetShardCount", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                                  The new number of shards.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The new number of shards.

                                  \n@param targetShardCount The new number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTargetShardCount", "getterDocumentation" : "/**

                                  The new number of shards.

                                  \n@return The new number of shards.*/", "getterMethodName" : "getTargetShardCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetShardCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetShardCount", "setterDocumentation" : "/**

                                  The new number of shards.

                                  \n@param targetShardCount The new number of shards.*/", "setterMethodName" : "setTargetShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The new number of shards.

                                  \n@param targetShardCount The new number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "

                                  The new number of shards.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "TargetShardCount", "ScalingType" ], "shapeName" : "UpdateShardCountRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateShardCountRequest", "variableName" : "updateShardCountRequest", "variableType" : "UpdateShardCountRequest", "documentation" : null, "simpleType" : "UpdateShardCountRequest", "variableSetterType" : "UpdateShardCountRequest" }, "wrapper" : false }, "UpdateShardCountResult" : { "c2jName" : "UpdateShardCountOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                                  The name of the stream.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the stream.

                                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                                  The name of the stream.

                                  \n@return The name of the stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                                  The name of the stream.

                                  \n@param streamName The name of the stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the stream.

                                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                  The name of the stream.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CurrentShardCount", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                                  The current number of shards.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The current number of shards.

                                  \n@param currentShardCount The current number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCurrentShardCount", "getterDocumentation" : "/**

                                  The current number of shards.

                                  \n@return The current number of shards.*/", "getterMethodName" : "getCurrentShardCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CurrentShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CurrentShardCount", "setterDocumentation" : "/**

                                  The current number of shards.

                                  \n@param currentShardCount The current number of shards.*/", "setterMethodName" : "setCurrentShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "currentShardCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The current number of shards.

                                  \n@param currentShardCount The current number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "currentShardCount", "variableType" : "Integer", "documentation" : "

                                  The current number of shards.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TargetShardCount", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                                  The updated number of shards.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The updated number of shards.

                                  \n@param targetShardCount The updated number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTargetShardCount", "getterDocumentation" : "/**

                                  The updated number of shards.

                                  \n@return The updated number of shards.*/", "getterMethodName" : "getTargetShardCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetShardCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetShardCount", "setterDocumentation" : "/**

                                  The updated number of shards.

                                  \n@param targetShardCount The updated number of shards.*/", "setterMethodName" : "setTargetShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The updated number of shards.

                                  \n@param targetShardCount The updated number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "

                                  The updated number of shards.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CurrentShardCount" : { "c2jName" : "CurrentShardCount", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                                  The current number of shards.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The current number of shards.

                                  \n@param currentShardCount The current number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCurrentShardCount", "getterDocumentation" : "/**

                                  The current number of shards.

                                  \n@return The current number of shards.*/", "getterMethodName" : "getCurrentShardCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CurrentShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CurrentShardCount", "setterDocumentation" : "/**

                                  The current number of shards.

                                  \n@param currentShardCount The current number of shards.*/", "setterMethodName" : "setCurrentShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "currentShardCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The current number of shards.

                                  \n@param currentShardCount The current number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "currentShardCount", "variableType" : "Integer", "documentation" : "

                                  The current number of shards.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StreamName" : { "c2jName" : "StreamName", "c2jShape" : "StreamName", "deprecated" : false, "documentation" : "

                                  The name of the stream.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the stream.

                                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamName", "getterDocumentation" : "/**

                                  The name of the stream.

                                  \n@return The name of the stream.*/", "getterMethodName" : "getStreamName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamName", "setterDocumentation" : "/**

                                  The name of the stream.

                                  \n@param streamName The name of the stream.*/", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the stream.

                                  \n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                  The name of the stream.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetShardCount" : { "c2jName" : "TargetShardCount", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                                  The updated number of shards.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The updated number of shards.

                                  \n@param targetShardCount The updated number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTargetShardCount", "getterDocumentation" : "/**

                                  The updated number of shards.

                                  \n@return The updated number of shards.*/", "getterMethodName" : "getTargetShardCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetShardCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetShardCount", "setterDocumentation" : "/**

                                  The updated number of shards.

                                  \n@param targetShardCount The updated number of shards.*/", "setterMethodName" : "setTargetShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The updated number of shards.

                                  \n@param targetShardCount The updated number of shards.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "

                                  The updated number of shards.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateShardCountResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateShardCountResult", "variableName" : "updateShardCountResult", "variableType" : "UpdateShardCountResult", "documentation" : null, "simpleType" : "UpdateShardCountResult", "variableSetterType" : "UpdateShardCountResult" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "customAuthorizers" : { }, "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : true, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonKinesisException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.kinesis.model.AmazonKinesisException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "transformPackage" : "com.amazonaws.services.kinesis.model.transform" }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy