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

A single bundled dependency that includes all service and dependent JARs with third-party libraries relocated to different namespaces.

There is a newer version: 2.5.20
Show newest version
{
  "customizationConfig" : {
    "blacklistedSimpleMethods" : [ "deregisterStreamConsumer", "describeStreamConsumer", "listShards" ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customRetryPolicy" : "software.amazon.awssdk.services.kinesis.KinesisRetryPolicy",
    "customServiceMetadata" : {
      "contentType" : null,
      "protocol" : "cbor"
    },
    "customServiceNameForRequest" : null,
    "defaultExceptionUnmarshaller" : null,
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : null,
    "operationModifiers" : null,
    "renameShapes" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSmokeTests" : true,
    "skipSyncClientGeneration" : true,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "verifiedSimpleMethods" : [ "deregisterStreamConsumer" ]
  },
  "metadata" : {
    "apiVersion" : "2013-12-02",
    "asyncBuilder" : "DefaultKinesisAsyncClientBuilder",
    "asyncBuilderInterface" : "KinesisAsyncClientBuilder",
    "asyncClient" : "DefaultKinesisAsyncClient",
    "asyncInterface" : "KinesisAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultKinesisBaseClientBuilder",
    "baseBuilderInterface" : "KinesisBaseClientBuilder",
    "baseExceptionName" : "KinesisException",
    "baseRequestName" : "KinesisRequest",
    "baseResponseName" : "KinesisResponse",
    "cborProtocol" : true,
    "checksumFormat" : null,
    "clientPackageName" : "kinesis",
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "KinesisClientModuleInjector",
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "documentation" : "Amazon Kinesis Data Streams Service API Reference 

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

", "endpointPrefix" : "kinesis", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.kinesis", "fullModelPackageName" : "software.amazon.awssdk.services.kinesis.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.kinesis.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.kinesis.transform", "fullSmokeTestsPackageName" : "software.amazon.awssdk.services.kinesis.smoketests", "fullTransformPackageName" : "software.amazon.awssdk.services.kinesis.transform", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "kinesis.model", "paginatorsPackageName" : "kinesis.paginators", "protocol" : "cbor", "protocolDefaultExceptionUmarshallerImpl" : null, "protocolFactory" : "software.amazon.awssdk.awscore.protocol.json.AwsJsonProtocolFactory", "requestBaseFqcn" : "software.amazon.awssdk.awscore.AwsRequest", "requestTransformPackageName" : "kinesis.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceAbbreviation" : "Kinesis", "serviceFullName" : "Amazon Kinesis", "serviceName" : "Kinesis", "signingName" : "kinesis", "smokeTestsPackageName" : "kinesis.smoketests", "syncBuilder" : "DefaultKinesisClientBuilder", "syncBuilderInterface" : "KinesisClientBuilder", "syncClient" : "DefaultKinesisClient", "syncInterface" : "KinesisClient", "transformPackageName" : "kinesis.transform", "uid" : "kinesis-2013-12-02", "unmarshallerContextClassName" : "JsonMarshallerContext", "xmlProtocol" : false }, "operations" : { "AddTagsToStream" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Adds or updates tags for the specified Kinesis data stream. Each time you invoke this operation, you can specify up to 10 tags. If you want to add more than 10 tags to your stream, you can invoke this operation multiple times. In total, each stream can have up to 50 tags.

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

AddTagsToStream has a limit of five 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 must 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.

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

Represents the input for AddTagsToStream.

", "simpleType" : "AddTagsToStreamRequest", "variableSetterType" : "AddTagsToStreamRequest" }, "methodName" : "addTagsToStream", "operationName" : "AddTagsToStream", "paginated" : false, "returnType" : { "returnType" : "AddTagsToStreamResponse", "documentation" : null }, "syncReturnType" : "AddTagsToStreamResponse" }, "CreateStream" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a Kinesis data 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 five 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. If the amount of data input increases or decreases, you can add or remove shards.

The stream name identifies the stream. The name is scoped to the AWS account used by the application. It is also scoped by AWS 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, Kinesis Data Streams immediately returns and sets the stream status to CREATING. After the stream is created, Kinesis Data Streams 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 when 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 Amazon Kinesis Data Streams Limits in the Amazon Kinesis Data Streams Developer Guide. 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 five transactions per second per account.

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

The resource is not available for this operation. For successful operation, the resource must 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.

", "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" }, "methodName" : "createStream", "operationName" : "CreateStream", "paginated" : false, "returnType" : { "returnType" : "CreateStreamResponse", "documentation" : null }, "syncReturnType" : "CreateStreamResponse" }, "DecreaseStreamRetentionPeriod" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Decreases the Kinesis data 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 must 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" : "LimitExceededException", "documentation" : "

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

", "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" }, "methodName" : "decreaseStreamRetentionPeriod", "operationName" : "DecreaseStreamRetentionPeriod", "paginated" : false, "returnType" : { "returnType" : "DecreaseStreamRetentionPeriodResponse", "documentation" : null }, "syncReturnType" : "DecreaseStreamRetentionPeriodResponse" }, "DeleteStream" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a Kinesis data 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 receives 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 Kinesis Data Streams completes the deletion.

Note: Kinesis Data Streams 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 five 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.

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

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

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

Represents the input for DeleteStream.

", "simpleType" : "DeleteStreamRequest", "variableSetterType" : "DeleteStreamRequest" }, "methodName" : "deleteStream", "operationName" : "DeleteStream", "paginated" : false, "returnType" : { "returnType" : "DeleteStreamResponse", "documentation" : null }, "syncReturnType" : "DeleteStreamResponse" }, "DeregisterStreamConsumer" : { "authenticated" : true, "deprecated" : false, "documentation" : "

To deregister a consumer, provide its ARN. Alternatively, you can provide the ARN of the data stream and the name you gave the consumer when you registered it. You may also provide all three parameters, as long as they don't conflict with each other. If you don't know the name or ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its name and ARN.

This operation has a limit of five 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.

", "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" : "DeregisterStreamConsumerRequest", "variableName" : "deregisterStreamConsumerRequest", "variableType" : "DeregisterStreamConsumerRequest", "documentation" : "", "simpleType" : "DeregisterStreamConsumerRequest", "variableSetterType" : "DeregisterStreamConsumerRequest" }, "methodName" : "deregisterStreamConsumer", "operationName" : "DeregisterStreamConsumer", "paginated" : false, "returnType" : { "returnType" : "DeregisterStreamConsumerResponse", "documentation" : null }, "syncReturnType" : "DeregisterStreamConsumerResponse" }, "DescribeLimits" : { "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 one 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.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeLimitsRequest", "variableName" : "describeLimitsRequest", "variableType" : "DescribeLimitsRequest", "documentation" : "", "simpleType" : "DescribeLimitsRequest", "variableSetterType" : "DescribeLimitsRequest" }, "methodName" : "describeLimits", "operationName" : "DescribeLimits", "paginated" : false, "returnType" : { "returnType" : "DescribeLimitsResponse", "documentation" : null }, "syncReturnType" : "DescribeLimitsResponse" }, "DescribeStream" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the specified Kinesis data 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 Data 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.

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

Represents the input for DescribeStream.

", "simpleType" : "DescribeStreamRequest", "variableSetterType" : "DescribeStreamRequest" }, "methodName" : "describeStream", "operationName" : "DescribeStream", "paginated" : false, "returnType" : { "returnType" : "DescribeStreamResponse", "documentation" : "

Represents the output for DescribeStream.

" }, "syncReturnType" : "DescribeStreamResponse" }, "DescribeStreamConsumer" : { "authenticated" : true, "deprecated" : false, "documentation" : "

To get the description of a registered consumer, provide the ARN of the consumer. Alternatively, you can provide the ARN of the data stream and the name you gave the consumer when you registered it. You may also provide all three parameters, as long as they don't conflict with each other. If you don't know the name or ARN of the consumer that you want to describe, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream.

This operation has a limit of 20 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.

", "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" : "DescribeStreamConsumerRequest", "variableName" : "describeStreamConsumerRequest", "variableType" : "DescribeStreamConsumerRequest", "documentation" : "", "simpleType" : "DescribeStreamConsumerRequest", "variableSetterType" : "DescribeStreamConsumerRequest" }, "methodName" : "describeStreamConsumer", "operationName" : "DescribeStreamConsumer", "paginated" : false, "returnType" : { "returnType" : "DescribeStreamConsumerResponse", "documentation" : null }, "syncReturnType" : "DescribeStreamConsumerResponse" }, "DescribeStreamSummary" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Provides a summarized description of the specified Kinesis data stream without the shard list.

The information returned includes the stream name, Amazon Resource Name (ARN), status, record retention period, approximate creation time, monitoring, encryption details, and open shard count.

", "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.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeStreamSummaryRequest", "variableName" : "describeStreamSummaryRequest", "variableType" : "DescribeStreamSummaryRequest", "documentation" : "", "simpleType" : "DescribeStreamSummaryRequest", "variableSetterType" : "DescribeStreamSummaryRequest" }, "methodName" : "describeStreamSummary", "operationName" : "DescribeStreamSummary", "paginated" : false, "returnType" : { "returnType" : "DescribeStreamSummaryResponse", "documentation" : null }, "syncReturnType" : "DescribeStreamSummaryResponse" }, "DisableEnhancedMonitoring" : { "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.

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

The resource is not available for this operation. For successful operation, the resource must 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" }, "methodName" : "disableEnhancedMonitoring", "operationName" : "DisableEnhancedMonitoring", "paginated" : false, "returnType" : { "returnType" : "DisableEnhancedMonitoringResponse", "documentation" : "

Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.

" }, "syncReturnType" : "DisableEnhancedMonitoringResponse" }, "EnableEnhancedMonitoring" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Enables enhanced Kinesis data 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.

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

The resource is not available for this operation. For successful operation, the resource must 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" }, "methodName" : "enableEnhancedMonitoring", "operationName" : "EnableEnhancedMonitoring", "paginated" : false, "returnType" : { "returnType" : "EnableEnhancedMonitoringResponse", "documentation" : "

Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.

" }, "syncReturnType" : "EnableEnhancedMonitoringResponse" }, "GetRecords" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Gets data records from a Kinesis data 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. 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 Amazon Kinesis Data Streams Limits in the Amazon Kinesis Data 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. 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 MiB in size, and each shard can read up to 2 MiB 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 maximum number of records that can be returned per call is 10,000.

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 MiB. 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 stream, subsequent calls made within the next 1 second throw ProvisionedThroughputExceededException. GetRecords doesn't return any data when it throws an exception. For this reason, we recommend that you wait 1 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 Data 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 time stamp, whereas a client-side time stamp 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 time stamp has millisecond precision. There are no guarantees about the time stamp accuracy, or that the time stamp is always increasing. For example, records in a shard or across a stream might have time stamps that are out of order.

This operation has a limit of five 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" : "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 Data 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 }, { "exceptionName" : "KmsDisabledException", "documentation" : "

The request was rejected because the specified customer master key (CMK) isn't enabled.

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

The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.

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

The ciphertext references a key that doesn't exist or that you don't have access to.

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

The request was rejected because the specified entity or resource can't be found.

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

The AWS access key ID needs a subscription for the service.

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

The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.

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

Represents the input for GetRecords.

", "simpleType" : "GetRecordsRequest", "variableSetterType" : "GetRecordsRequest" }, "methodName" : "getRecords", "operationName" : "GetRecords", "paginated" : false, "returnType" : { "returnType" : "GetRecordsResponse", "documentation" : "

Represents the output for GetRecords.

" }, "syncReturnType" : "GetRecordsResponse" }, "GetShardIterator" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Gets an Amazon Kinesis shard iterator. A shard iterator expires 5 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. Alternatively, the parameter can read 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 Data Streams Developer Guide.

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

GetShardIterator has a limit of five 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 Data 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" }, "methodName" : "getShardIterator", "operationName" : "GetShardIterator", "paginated" : false, "returnType" : { "returnType" : "GetShardIteratorResponse", "documentation" : "

Represents the output for GetShardIterator.

" }, "syncReturnType" : "GetShardIteratorResponse" }, "IncreaseStreamRetentionPeriod" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Increases the Kinesis data 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).

If you choose a longer stream retention period, this operation increases the time period during which records that have not yet expired are accessible. However, it does not make previous, expired data (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 remains inaccessible to consumer applications.

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

The resource is not available for this operation. For successful operation, the resource must 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" : "LimitExceededException", "documentation" : "

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

", "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" }, "methodName" : "increaseStreamRetentionPeriod", "operationName" : "IncreaseStreamRetentionPeriod", "paginated" : false, "returnType" : { "returnType" : "IncreaseStreamRetentionPeriodResponse", "documentation" : null }, "syncReturnType" : "IncreaseStreamRetentionPeriodResponse" }, "ListShards" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the shards in a stream and provides information about each shard. This operation has a limit of 100 transactions per second per data stream.

This API is a new operation that is used by the Amazon Kinesis Client Library (KCL). If you have a fine-grained IAM policy that only allows specific operations, you must update your policy to allow calls to this API. For more information, see Controlling Access to Amazon Kinesis Data Streams Resources Using IAM.

", "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.

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

The pagination token passed to the operation is expired.

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListShardsRequest", "variableName" : "listShardsRequest", "variableType" : "ListShardsRequest", "documentation" : "", "simpleType" : "ListShardsRequest", "variableSetterType" : "ListShardsRequest" }, "methodName" : "listShards", "operationName" : "ListShards", "paginated" : false, "returnType" : { "returnType" : "ListShardsResponse", "documentation" : null }, "syncReturnType" : "ListShardsResponse" }, "ListStreamConsumers" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the consumers registered to receive data from a stream using enhanced fan-out, and provides information about each consumer.

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" : "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.

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

The pagination token passed to the operation is expired.

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListStreamConsumersRequest", "variableName" : "listStreamConsumersRequest", "variableType" : "ListStreamConsumersRequest", "documentation" : "", "simpleType" : "ListStreamConsumersRequest", "variableSetterType" : "ListStreamConsumersRequest" }, "methodName" : "listStreamConsumers", "operationName" : "ListStreamConsumers", "paginated" : false, "returnType" : { "returnType" : "ListStreamConsumersResponse", "documentation" : null }, "syncReturnType" : "ListStreamConsumersResponse" }, "ListStreams" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists your Kinesis data 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, Kinesis Data Streams 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 five 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.

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

Represents the input for ListStreams.

", "simpleType" : "ListStreamsRequest", "variableSetterType" : "ListStreamsRequest" }, "methodName" : "listStreams", "operationName" : "ListStreams", "paginated" : false, "returnType" : { "returnType" : "ListStreamsResponse", "documentation" : "

Represents the output for ListStreams.

" }, "syncReturnType" : "ListStreamsResponse" }, "ListTagsForStream" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the tags for the specified Kinesis data stream. This operation has a limit of five 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" : "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.

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

Represents the input for ListTagsForStream.

", "simpleType" : "ListTagsForStreamRequest", "variableSetterType" : "ListTagsForStreamRequest" }, "methodName" : "listTagsForStream", "operationName" : "ListTagsForStream", "paginated" : false, "returnType" : { "returnType" : "ListTagsForStreamResponse", "documentation" : "

Represents the output for ListTagsForStream.

" }, "syncReturnType" : "ListTagsForStreamResponse" }, "MergeShards" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Merges two adjacent shards in a Kinesis data 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 Data 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 Data Streams immediately returns a response and sets the StreamStatus to UPDATING. After the operation is completed, Kinesis Data Streams 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 receive a LimitExceededException.

MergeShards has a limit of five 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 must 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.

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

Represents the input for MergeShards.

", "simpleType" : "MergeShardsRequest", "variableSetterType" : "MergeShardsRequest" }, "methodName" : "mergeShards", "operationName" : "MergeShards", "paginated" : false, "returnType" : { "returnType" : "MergeShardsResponse", "documentation" : null }, "syncReturnType" : "MergeShardsResponse" }, "PutRecord" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Writes a single data record into an Amazon Kinesis data 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 Kinesis Data Streams to distribute data across shards. Kinesis Data Streams segregates the data records that belong to a stream into multiple shards, using the partition key associated with each data record to determine the shard to which a given data record belongs.

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 Data 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 Data 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.

By default, data records are accessible for 24 hours from the time that they are added to a stream. You can use IncreaseStreamRetentionPeriod or DecreaseStreamRetentionPeriod to modify this retention period.

", "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 Data Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.

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

The request was rejected because the specified customer master key (CMK) isn't enabled.

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

The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.

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

The ciphertext references a key that doesn't exist or that you don't have access to.

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

The request was rejected because the specified entity or resource can't be found.

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

The AWS access key ID needs a subscription for the service.

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

The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.

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

Represents the input for PutRecord.

", "simpleType" : "PutRecordRequest", "variableSetterType" : "PutRecordRequest" }, "methodName" : "putRecord", "operationName" : "PutRecord", "paginated" : false, "returnType" : { "returnType" : "PutRecordResponse", "documentation" : "

Represents the output for PutRecord.

" }, "syncReturnType" : "PutRecordResponse" }, "PutRecords" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Writes multiple data records into a Kinesis data 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 Kinesis Data Streams 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 Data 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 Data 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. Kinesis Data Streams 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 Data Streams Developer Guide.

By default, data records are accessible for 24 hours from the time that they are added to a stream. You can use IncreaseStreamRetentionPeriod or DecreaseStreamRetentionPeriod to modify this retention period.

", "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 Data Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.

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

The request was rejected because the specified customer master key (CMK) isn't enabled.

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

The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.

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

The ciphertext references a key that doesn't exist or that you don't have access to.

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

The request was rejected because the specified entity or resource can't be found.

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

The AWS access key ID needs a subscription for the service.

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

The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.

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

A PutRecords request.

", "simpleType" : "PutRecordsRequest", "variableSetterType" : "PutRecordsRequest" }, "methodName" : "putRecords", "operationName" : "PutRecords", "paginated" : false, "returnType" : { "returnType" : "PutRecordsResponse", "documentation" : "

PutRecords results.

" }, "syncReturnType" : "PutRecordsResponse" }, "RegisterStreamConsumer" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Registers a consumer with a Kinesis data stream. When you use this operation, the consumer you register can then call SubscribeToShard to receive data from the stream using enhanced fan-out, at a rate of up to 2 MiB per second for every shard you subscribe to. This rate is unaffected by the total number of consumers that read from the same stream.

You can register up to 5 consumers per stream. However, you can request a limit increase using the Kinesis Data Streams limits form. A given consumer can only be registered with one stream at a time.

For an example of how to use this operations, see Enhanced Fan-Out Using the Kinesis Data Streams API.

The use of this operation has a limit of five transactions per second per account.

", "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.

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

The resource is not available for this operation. For successful operation, the resource must 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" : "RegisterStreamConsumerRequest", "variableName" : "registerStreamConsumerRequest", "variableType" : "RegisterStreamConsumerRequest", "documentation" : "", "simpleType" : "RegisterStreamConsumerRequest", "variableSetterType" : "RegisterStreamConsumerRequest" }, "methodName" : "registerStreamConsumer", "operationName" : "RegisterStreamConsumer", "paginated" : false, "returnType" : { "returnType" : "RegisterStreamConsumerResponse", "documentation" : null }, "syncReturnType" : "RegisterStreamConsumerResponse" }, "RemoveTagsFromStream" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Removes tags from the specified Kinesis data 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.

RemoveTagsFromStream has a limit of five 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 must 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.

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

Represents the input for RemoveTagsFromStream.

", "simpleType" : "RemoveTagsFromStreamRequest", "variableSetterType" : "RemoveTagsFromStreamRequest" }, "methodName" : "removeTagsFromStream", "operationName" : "RemoveTagsFromStream", "paginated" : false, "returnType" : { "returnType" : "RemoveTagsFromStreamResponse", "documentation" : null }, "syncReturnType" : "RemoveTagsFromStreamResponse" }, "SplitShard" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Splits a shard into two new shards in the Kinesis data 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 Kinesis Data Streams 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 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, see Split a Shard in the Amazon Kinesis Data 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, Kinesis Data Streams immediately returns a response and sets the stream status to UPDATING. After the operation is completed, Kinesis Data Streams 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 Kinesis Data Streams Limits in the Amazon Kinesis Data Streams Developer Guide. 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 a limit of five 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 must 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.

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

Represents the input for SplitShard.

", "simpleType" : "SplitShardRequest", "variableSetterType" : "SplitShardRequest" }, "methodName" : "splitShard", "operationName" : "SplitShard", "paginated" : false, "returnType" : { "returnType" : "SplitShardResponse", "documentation" : null }, "syncReturnType" : "SplitShardResponse" }, "StartStreamEncryption" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Enables or updates server-side encryption using an AWS KMS key for a specified stream.

Starting encryption is an asynchronous operation. Upon receiving the request, Kinesis Data Streams returns immediately and sets the status of the stream to UPDATING. After the update is complete, Kinesis Data Streams sets the status of the stream back to ACTIVE. Updating or applying encryption normally takes a few seconds to complete, but it can take minutes. You can continue to read and write data to your stream while its status is UPDATING. Once the status of the stream is ACTIVE, encryption begins for records written to the stream.

API Limits: You can successfully apply a new AWS KMS key for server-side encryption 25 times in a rolling 24-hour period.

Note: It can take up to 5 seconds after the stream is in an ACTIVE status before all records written to the stream are encrypted. After you enable encryption, you can verify that encryption is applied by inspecting the API response from PutRecord or PutRecords.

", "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.

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

The resource is not available for this operation. For successful operation, the resource must 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" : "KmsDisabledException", "documentation" : "

The request was rejected because the specified customer master key (CMK) isn't enabled.

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

The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.

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

The ciphertext references a key that doesn't exist or that you don't have access to.

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

The request was rejected because the specified entity or resource can't be found.

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

The AWS access key ID needs a subscription for the service.

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

The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartStreamEncryptionRequest", "variableName" : "startStreamEncryptionRequest", "variableType" : "StartStreamEncryptionRequest", "documentation" : "", "simpleType" : "StartStreamEncryptionRequest", "variableSetterType" : "StartStreamEncryptionRequest" }, "methodName" : "startStreamEncryption", "operationName" : "StartStreamEncryption", "paginated" : false, "returnType" : { "returnType" : "StartStreamEncryptionResponse", "documentation" : null }, "syncReturnType" : "StartStreamEncryptionResponse" }, "StopStreamEncryption" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Disables server-side encryption for a specified stream.

Stopping encryption is an asynchronous operation. Upon receiving the request, Kinesis Data Streams returns immediately and sets the status of the stream to UPDATING. After the update is complete, Kinesis Data Streams sets the status of the stream back to ACTIVE. Stopping encryption normally takes a few seconds to complete, but it can take minutes. You can continue to read and write data to your stream while its status is UPDATING. Once the status of the stream is ACTIVE, records written to the stream are no longer encrypted by Kinesis Data Streams.

API Limits: You can successfully disable server-side encryption 25 times in a rolling 24-hour period.

Note: It can take up to 5 seconds after the stream is in an ACTIVE status before all records written to the stream are no longer subject to encryption. After you disabled encryption, you can verify that encryption is not applied by inspecting the API response from PutRecord or PutRecords.

", "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.

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

The resource is not available for this operation. For successful operation, the resource must 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" : "StopStreamEncryptionRequest", "variableName" : "stopStreamEncryptionRequest", "variableType" : "StopStreamEncryptionRequest", "documentation" : "", "simpleType" : "StopStreamEncryptionRequest", "variableSetterType" : "StopStreamEncryptionRequest" }, "methodName" : "stopStreamEncryption", "operationName" : "StopStreamEncryption", "paginated" : false, "returnType" : { "returnType" : "StopStreamEncryptionResponse", "documentation" : null }, "syncReturnType" : "StopStreamEncryptionResponse" }, "SubscribeToShard" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Call this operation from your consumer after you call RegisterStreamConsumer to register the consumer with Kinesis Data Streams. If the call succeeds, your consumer starts receiving events of type SubscribeToShardEvent for up to 5 minutes, after which time you need to call SubscribeToShard again to renew the subscription if you want to continue to receive records.

You can make one call to SubscribeToShard per second per ConsumerARN. If your call succeeds, and then you call the operation again less than 5 seconds later, the second call generates a ResourceInUseException. If you call the operation a second time more than 5 seconds after the first call succeeds, the second call succeeds and the first connection gets shut down.

", "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" : "ResourceInUseException", "documentation" : "

The resource is not available for this operation. For successful operation, the resource must 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.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SubscribeToShardRequest", "variableName" : "subscribeToShardRequest", "variableType" : "SubscribeToShardRequest", "documentation" : "", "simpleType" : "SubscribeToShardRequest", "variableSetterType" : "SubscribeToShardRequest" }, "methodName" : "subscribeToShard", "operationName" : "SubscribeToShard", "paginated" : false, "returnType" : { "returnType" : "SubscribeToShardResponse", "documentation" : null }, "syncReturnType" : "SubscribeToShardResponse" }, "UpdateShardCount" : { "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, Kinesis Data Streams returns immediately and sets the status of the stream to UPDATING. After the update is complete, Kinesis Data Streams 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, Kinesis Data Streams performs splits or merges on 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 the following default limits. By default, you cannot do the following:

  • Scale more than twice per rolling 24-hour period per stream

  • Scale up to more than double your current shard count for a stream

  • Scale down below half your current shard count for a stream

  • Scale up to more than 500 shards in a stream

  • Scale a stream with more than 500 shards down unless the result is less than 500 shards

  • Scale up to more than the shard limit for your account

For the default limits for an AWS account, see Streams Limits in the Amazon Kinesis Data Streams Developer Guide. To request an increase in the call rate limit, the shard limit for this API, or your overall shard limit, use the limits form.

", "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.

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

The resource is not available for this operation. For successful operation, the resource must 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" }, "methodName" : "updateShardCount", "operationName" : "UpdateShardCount", "paginated" : false, "returnType" : { "returnType" : "UpdateShardCountResponse", "documentation" : null }, "syncReturnType" : "UpdateShardCountResponse" } }, "shapes" : { "AddTagsToStreamRequest" : { "c2jName" : "AddTagsToStreamInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the input for AddTagsToStream.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddTagsToStream", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.AddTagsToStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream.

\n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

A set of up to 10 key-value pairs to use to create the tags.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "documentation" : "

A set of up to 10 key-value pairs to use to create the tags.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A set of up to 10 key-value pairs to use to create the tags.

\n@param tags A set of up to 10 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" : "tags", "getterDocumentation" : "

A set of up to 10 key-value pairs to use to create the tags.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A set of up to 10 key-value pairs to use to create the tags.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "Tags", "setterDocumentation" : "

A set of up to 10 key-value pairs to use to create the tags.

\n@param tags A set of up to 10 key-value pairs to use to create the tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

A set of up to 10 key-value pairs to use to create the tags.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream.

\n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

A set of up to 10 key-value pairs to use to create the tags.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "documentation" : "

A set of up to 10 key-value pairs to use to create the tags.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A set of up to 10 key-value pairs to use to create the tags.

\n@param tags A set of up to 10 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" : "tags", "getterDocumentation" : "

A set of up to 10 key-value pairs to use to create the tags.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A set of up to 10 key-value pairs to use to create the tags.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "Tags", "setterDocumentation" : "

A set of up to 10 key-value pairs to use to create the tags.

\n@param tags A set of up to 10 key-value pairs to use to create the tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

A set of up to 10 key-value pairs to use to create the tags.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream.

\n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

A set of up to 10 key-value pairs to use to create the tags.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "documentation" : "

A set of up to 10 key-value pairs to use to create the tags.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A set of up to 10 key-value pairs to use to create the tags.

\n@param tags A set of up to 10 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" : "tags", "getterDocumentation" : "

A set of up to 10 key-value pairs to use to create the tags.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A set of up to 10 key-value pairs to use to create the tags.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "Tags", "setterDocumentation" : "

A set of up to 10 key-value pairs to use to create the tags.

\n@param tags A set of up to 10 key-value pairs to use to create the tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

A set of up to 10 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", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddTagsToStreamRequest", "variableName" : "addTagsToStreamRequest", "variableType" : "AddTagsToStreamRequest", "documentation" : null, "simpleType" : "AddTagsToStreamRequest", "variableSetterType" : "AddTagsToStreamRequest" }, "wrapper" : false }, "AddTagsToStreamResponse" : { "c2jName" : "AddTagsToStreamResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddTagsToStreamResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddTagsToStreamResponse", "variableName" : "addTagsToStreamResponse", "variableType" : "AddTagsToStreamResponse", "documentation" : null, "simpleType" : "AddTagsToStreamResponse", "variableSetterType" : "AddTagsToStreamResponse" }, "wrapper" : false }, "Consumer" : { "c2jName" : "Consumer", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that represents the details of the consumer you registered.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

The name of the consumer is something you choose when you register the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@param consumerName The name of the consumer is something you choose when you register the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@return The name of the consumer is something you choose when you register the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@param consumerName The name of the consumer is something you choose when you register the consumer.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

The name of the consumer is something you choose when you register the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@return When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerStatus", "beanStyleSetterMethodName" : "setConsumerStatus", "c2jName" : "ConsumerStatus", "c2jShape" : "ConsumerStatus", "defaultConsumerFluentSetterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerStatusAsString(String)}.\n@param consumerStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerStatus(String)", "deprecated" : false, "documentation" : "

A consumer can't read data while in the CREATING or DELETING states.

", "enumType" : "ConsumerStatus", "fluentEnumGetterMethodName" : "consumerStatus", "fluentEnumSetterMethodName" : "consumerStatus", "fluentGetterMethodName" : "consumerStatusAsString", "fluentSetterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n@param consumerStatus A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsumerStatus", "fluentSetterMethodName" : "consumerStatus", "getterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #consumerStatus} will return {@link ConsumerStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consumerStatusAsString}.\n

\n@return A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerStatus", "setterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n@param consumerStatus A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus", "setterMethodName" : "setConsumerStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerStatus", "variableType" : "String", "documentation" : "

A consumer can't read data while in the CREATING or DELETING states.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerCreationTimestamp", "beanStyleSetterMethodName" : "setConsumerCreationTimestamp", "c2jName" : "ConsumerCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #consumerCreationTimestamp(Instant)}.\n@param consumerCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerCreationTimestamp", "fluentSetterDocumentation" : "

\n@param consumerCreationTimestamp \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerCreationTimestamp", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ConsumerCreationTimestamp", "setterDocumentation" : "

\n@param consumerCreationTimestamp ", "setterMethodName" : "setConsumerCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "consumerCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "consumerCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumerARN" : { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@return When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConsumerCreationTimestamp" : { "beanStyleGetterMethodName" : "getConsumerCreationTimestamp", "beanStyleSetterMethodName" : "setConsumerCreationTimestamp", "c2jName" : "ConsumerCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #consumerCreationTimestamp(Instant)}.\n@param consumerCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerCreationTimestamp", "fluentSetterDocumentation" : "

\n@param consumerCreationTimestamp \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerCreationTimestamp", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ConsumerCreationTimestamp", "setterDocumentation" : "

\n@param consumerCreationTimestamp ", "setterMethodName" : "setConsumerCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "consumerCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "consumerCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "ConsumerName" : { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

The name of the consumer is something you choose when you register the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@param consumerName The name of the consumer is something you choose when you register the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@return The name of the consumer is something you choose when you register the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@param consumerName The name of the consumer is something you choose when you register the consumer.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

The name of the consumer is something you choose when you register the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConsumerStatus" : { "beanStyleGetterMethodName" : "getConsumerStatus", "beanStyleSetterMethodName" : "setConsumerStatus", "c2jName" : "ConsumerStatus", "c2jShape" : "ConsumerStatus", "defaultConsumerFluentSetterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerStatusAsString(String)}.\n@param consumerStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerStatus(String)", "deprecated" : false, "documentation" : "

A consumer can't read data while in the CREATING or DELETING states.

", "enumType" : "ConsumerStatus", "fluentEnumGetterMethodName" : "consumerStatus", "fluentEnumSetterMethodName" : "consumerStatus", "fluentGetterMethodName" : "consumerStatusAsString", "fluentSetterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n@param consumerStatus A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsumerStatus", "fluentSetterMethodName" : "consumerStatus", "getterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #consumerStatus} will return {@link ConsumerStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consumerStatusAsString}.\n

\n@return A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerStatus", "setterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n@param consumerStatus A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus", "setterMethodName" : "setConsumerStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerStatus", "variableType" : "String", "documentation" : "

A consumer can't read data while in the CREATING or DELETING states.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

The name of the consumer is something you choose when you register the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@param consumerName The name of the consumer is something you choose when you register the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@return The name of the consumer is something you choose when you register the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@param consumerName The name of the consumer is something you choose when you register the consumer.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

The name of the consumer is something you choose when you register the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@return When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerStatus", "beanStyleSetterMethodName" : "setConsumerStatus", "c2jName" : "ConsumerStatus", "c2jShape" : "ConsumerStatus", "defaultConsumerFluentSetterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerStatusAsString(String)}.\n@param consumerStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerStatus(String)", "deprecated" : false, "documentation" : "

A consumer can't read data while in the CREATING or DELETING states.

", "enumType" : "ConsumerStatus", "fluentEnumGetterMethodName" : "consumerStatus", "fluentEnumSetterMethodName" : "consumerStatus", "fluentGetterMethodName" : "consumerStatusAsString", "fluentSetterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n@param consumerStatus A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsumerStatus", "fluentSetterMethodName" : "consumerStatus", "getterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #consumerStatus} will return {@link ConsumerStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consumerStatusAsString}.\n

\n@return A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerStatus", "setterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n@param consumerStatus A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus", "setterMethodName" : "setConsumerStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerStatus", "variableType" : "String", "documentation" : "

A consumer can't read data while in the CREATING or DELETING states.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerCreationTimestamp", "beanStyleSetterMethodName" : "setConsumerCreationTimestamp", "c2jName" : "ConsumerCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #consumerCreationTimestamp(Instant)}.\n@param consumerCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerCreationTimestamp", "fluentSetterDocumentation" : "

\n@param consumerCreationTimestamp \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerCreationTimestamp", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ConsumerCreationTimestamp", "setterDocumentation" : "

\n@param consumerCreationTimestamp ", "setterMethodName" : "setConsumerCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "consumerCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "consumerCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConsumerName", "ConsumerARN", "ConsumerStatus", "ConsumerCreationTimestamp" ], "shapeName" : "Consumer", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Consumer", "variableName" : "consumer", "variableType" : "Consumer", "documentation" : null, "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "wrapper" : false }, "ConsumerDescription" : { "c2jName" : "ConsumerDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that represents the details of a registered consumer.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

The name of the consumer is something you choose when you register the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@param consumerName The name of the consumer is something you choose when you register the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@return The name of the consumer is something you choose when you register the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@param consumerName The name of the consumer is something you choose when you register the consumer.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

The name of the consumer is something you choose when you register the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@return When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerStatus", "beanStyleSetterMethodName" : "setConsumerStatus", "c2jName" : "ConsumerStatus", "c2jShape" : "ConsumerStatus", "defaultConsumerFluentSetterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerStatusAsString(String)}.\n@param consumerStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerStatus(String)", "deprecated" : false, "documentation" : "

A consumer can't read data while in the CREATING or DELETING states.

", "enumType" : "ConsumerStatus", "fluentEnumGetterMethodName" : "consumerStatus", "fluentEnumSetterMethodName" : "consumerStatus", "fluentGetterMethodName" : "consumerStatusAsString", "fluentSetterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n@param consumerStatus A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsumerStatus", "fluentSetterMethodName" : "consumerStatus", "getterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #consumerStatus} will return {@link ConsumerStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consumerStatusAsString}.\n

\n@return A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerStatus", "setterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n@param consumerStatus A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus", "setterMethodName" : "setConsumerStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerStatus", "variableType" : "String", "documentation" : "

A consumer can't read data while in the CREATING or DELETING states.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerCreationTimestamp", "beanStyleSetterMethodName" : "setConsumerCreationTimestamp", "c2jName" : "ConsumerCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #consumerCreationTimestamp(Instant)}.\n@param consumerCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerCreationTimestamp", "fluentSetterDocumentation" : "

\n@param consumerCreationTimestamp \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerCreationTimestamp", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ConsumerCreationTimestamp", "setterDocumentation" : "

\n@param consumerCreationTimestamp ", "setterMethodName" : "setConsumerCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "consumerCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "consumerCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the stream with which you registered the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

The ARN of the stream with which you registered the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

The ARN of the stream with which you registered the consumer.

\n@param streamARN The ARN of the stream with which you registered the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

The ARN of the stream with which you registered the consumer.

\n@return The ARN of the stream with which you registered the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

The ARN of the stream with which you registered the consumer.

\n@param streamARN The ARN of the stream with which you registered the consumer.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

The ARN of the stream with which you registered the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumerARN" : { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@return When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConsumerCreationTimestamp" : { "beanStyleGetterMethodName" : "getConsumerCreationTimestamp", "beanStyleSetterMethodName" : "setConsumerCreationTimestamp", "c2jName" : "ConsumerCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #consumerCreationTimestamp(Instant)}.\n@param consumerCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerCreationTimestamp", "fluentSetterDocumentation" : "

\n@param consumerCreationTimestamp \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerCreationTimestamp", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ConsumerCreationTimestamp", "setterDocumentation" : "

\n@param consumerCreationTimestamp ", "setterMethodName" : "setConsumerCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "consumerCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "consumerCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "ConsumerName" : { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

The name of the consumer is something you choose when you register the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@param consumerName The name of the consumer is something you choose when you register the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@return The name of the consumer is something you choose when you register the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@param consumerName The name of the consumer is something you choose when you register the consumer.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

The name of the consumer is something you choose when you register the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConsumerStatus" : { "beanStyleGetterMethodName" : "getConsumerStatus", "beanStyleSetterMethodName" : "setConsumerStatus", "c2jName" : "ConsumerStatus", "c2jShape" : "ConsumerStatus", "defaultConsumerFluentSetterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerStatusAsString(String)}.\n@param consumerStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerStatus(String)", "deprecated" : false, "documentation" : "

A consumer can't read data while in the CREATING or DELETING states.

", "enumType" : "ConsumerStatus", "fluentEnumGetterMethodName" : "consumerStatus", "fluentEnumSetterMethodName" : "consumerStatus", "fluentGetterMethodName" : "consumerStatusAsString", "fluentSetterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n@param consumerStatus A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsumerStatus", "fluentSetterMethodName" : "consumerStatus", "getterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #consumerStatus} will return {@link ConsumerStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consumerStatusAsString}.\n

\n@return A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerStatus", "setterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n@param consumerStatus A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus", "setterMethodName" : "setConsumerStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerStatus", "variableType" : "String", "documentation" : "

A consumer can't read data while in the CREATING or DELETING states.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamARN" : { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the stream with which you registered the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

The ARN of the stream with which you registered the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

The ARN of the stream with which you registered the consumer.

\n@param streamARN The ARN of the stream with which you registered the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

The ARN of the stream with which you registered the consumer.

\n@return The ARN of the stream with which you registered the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

The ARN of the stream with which you registered the consumer.

\n@param streamARN The ARN of the stream with which you registered the consumer.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

The ARN of the stream with which you registered the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

The name of the consumer is something you choose when you register the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@param consumerName The name of the consumer is something you choose when you register the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@return The name of the consumer is something you choose when you register the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

The name of the consumer is something you choose when you register the consumer.

\n@param consumerName The name of the consumer is something you choose when you register the consumer.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

The name of the consumer is something you choose when you register the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@return When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerStatus", "beanStyleSetterMethodName" : "setConsumerStatus", "c2jName" : "ConsumerStatus", "c2jShape" : "ConsumerStatus", "defaultConsumerFluentSetterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerStatusAsString(String)}.\n@param consumerStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerStatus(String)", "deprecated" : false, "documentation" : "

A consumer can't read data while in the CREATING or DELETING states.

", "enumType" : "ConsumerStatus", "fluentEnumGetterMethodName" : "consumerStatus", "fluentEnumSetterMethodName" : "consumerStatus", "fluentGetterMethodName" : "consumerStatusAsString", "fluentSetterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n@param consumerStatus A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsumerStatus", "fluentSetterMethodName" : "consumerStatus", "getterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #consumerStatus} will return {@link ConsumerStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consumerStatusAsString}.\n

\n@return A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerStatus", "setterDocumentation" : "

A consumer can't read data while in the CREATING or DELETING states.

\n@param consumerStatus A consumer can't read data while in the CREATING or DELETING states.\n@see ConsumerStatus", "setterMethodName" : "setConsumerStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerStatus", "variableType" : "String", "documentation" : "

A consumer can't read data while in the CREATING or DELETING states.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerCreationTimestamp", "beanStyleSetterMethodName" : "setConsumerCreationTimestamp", "c2jName" : "ConsumerCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #consumerCreationTimestamp(Instant)}.\n@param consumerCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerCreationTimestamp", "fluentSetterDocumentation" : "

\n@param consumerCreationTimestamp \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerCreationTimestamp", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ConsumerCreationTimestamp", "setterDocumentation" : "

\n@param consumerCreationTimestamp ", "setterMethodName" : "setConsumerCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "consumerCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "consumerCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the stream with which you registered the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

The ARN of the stream with which you registered the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

The ARN of the stream with which you registered the consumer.

\n@param streamARN The ARN of the stream with which you registered the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

The ARN of the stream with which you registered the consumer.

\n@return The ARN of the stream with which you registered the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

The ARN of the stream with which you registered the consumer.

\n@param streamARN The ARN of the stream with which you registered the consumer.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

The ARN of the stream with which you registered the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConsumerName", "ConsumerARN", "ConsumerStatus", "ConsumerCreationTimestamp", "StreamARN" ], "shapeName" : "ConsumerDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConsumerDescription", "variableName" : "consumerDescription", "variableType" : "ConsumerDescription", "documentation" : null, "simpleType" : "ConsumerDescription", "variableSetterType" : "ConsumerDescription" }, "wrapper" : false }, "ConsumerStatus" : { "c2jName" : "ConsumerStatus", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "CREATING", "value" : "CREATING" }, { "name" : "DELETING", "value" : "DELETING" }, { "name" : "ACTIVE", "value" : "ACTIVE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConsumerStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConsumerStatus", "variableName" : "consumerStatus", "variableType" : "ConsumerStatus", "documentation" : null, "simpleType" : "ConsumerStatus", "variableSetterType" : "ConsumerStatus" }, "wrapper" : false }, "CreateStreamRequest" : { "c2jName" : "CreateStreamInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the input for CreateStream.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateStream", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.CreateStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also 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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamName", "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also 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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also 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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardCount", "beanStyleSetterMethodName" : "setShardCount", "c2jName" : "ShardCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

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;

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #shardCount(Integer)}.\n@param shardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardCount(Integer)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardCount", "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" : "shardCount", "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;", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getShardCount", "beanStyleSetterMethodName" : "setShardCount", "c2jName" : "ShardCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

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;

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #shardCount(Integer)}.\n@param shardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardCount(Integer)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardCount", "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" : "shardCount", "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;", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also 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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamName", "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also 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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also 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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also 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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamName", "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also 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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also 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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardCount", "beanStyleSetterMethodName" : "setShardCount", "c2jName" : "ShardCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

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;

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #shardCount(Integer)}.\n@param shardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardCount(Integer)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardCount", "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" : "shardCount", "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;", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "ShardCount" ], "shapeName" : "CreateStreamRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateStreamRequest", "variableName" : "createStreamRequest", "variableType" : "CreateStreamRequest", "documentation" : null, "simpleType" : "CreateStreamRequest", "variableSetterType" : "CreateStreamRequest" }, "wrapper" : false }, "CreateStreamResponse" : { "c2jName" : "CreateStreamResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateStreamResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateStreamResponse", "variableName" : "createStreamResponse", "variableType" : "CreateStreamResponse", "documentation" : null, "simpleType" : "CreateStreamResponse", "variableSetterType" : "CreateStreamResponse" }, "wrapper" : false }, "DecreaseStreamRetentionPeriodRequest" : { "c2jName" : "DecreaseStreamRetentionPeriodInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the input for DecreaseStreamRetentionPeriod.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DecreaseStreamRetentionPeriod", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DecreaseStreamRetentionPeriod", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream to modify.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream to modify.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream to modify.

\n@return The name of the stream to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to modify.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRetentionPeriodHours", "beanStyleSetterMethodName" : "setRetentionPeriodHours", "c2jName" : "RetentionPeriodHours", "c2jShape" : "RetentionPeriodHours", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriodHours", "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" : "retentionPeriodHours", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getRetentionPeriodHours", "beanStyleSetterMethodName" : "setRetentionPeriodHours", "c2jName" : "RetentionPeriodHours", "c2jShape" : "RetentionPeriodHours", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriodHours", "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" : "retentionPeriodHours", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream to modify.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream to modify.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream to modify.

\n@return The name of the stream to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to modify.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream to modify.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream to modify.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream to modify.

\n@return The name of the stream to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to modify.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRetentionPeriodHours", "beanStyleSetterMethodName" : "setRetentionPeriodHours", "c2jName" : "RetentionPeriodHours", "c2jShape" : "RetentionPeriodHours", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriodHours", "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" : "retentionPeriodHours", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "RetentionPeriodHours" ], "shapeName" : "DecreaseStreamRetentionPeriodRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DecreaseStreamRetentionPeriodRequest", "variableName" : "decreaseStreamRetentionPeriodRequest", "variableType" : "DecreaseStreamRetentionPeriodRequest", "documentation" : null, "simpleType" : "DecreaseStreamRetentionPeriodRequest", "variableSetterType" : "DecreaseStreamRetentionPeriodRequest" }, "wrapper" : false }, "DecreaseStreamRetentionPeriodResponse" : { "c2jName" : "DecreaseStreamRetentionPeriodResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DecreaseStreamRetentionPeriodResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DecreaseStreamRetentionPeriodResponse", "variableName" : "decreaseStreamRetentionPeriodResponse", "variableType" : "DecreaseStreamRetentionPeriodResponse", "documentation" : null, "simpleType" : "DecreaseStreamRetentionPeriodResponse", "variableSetterType" : "DecreaseStreamRetentionPeriodResponse" }, "wrapper" : false }, "DeleteStreamRequest" : { "c2jName" : "DeleteStreamInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the input for DeleteStream.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteStream", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DeleteStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream to delete.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream to delete.

\n@return The name of the stream to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnforceConsumerDeletion", "beanStyleSetterMethodName" : "setEnforceConsumerDeletion", "c2jName" : "EnforceConsumerDeletion", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enforceConsumerDeletion(Boolean)}.\n@param enforceConsumerDeletion a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enforceConsumerDeletion(Boolean)", "deprecated" : false, "documentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enforceConsumerDeletion", "fluentSetterDocumentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

\n@param enforceConsumerDeletion If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enforceConsumerDeletion", "getterDocumentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

\n@return If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EnforceConsumerDeletion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnforceConsumerDeletion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "EnforceConsumerDeletion", "setterDocumentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

\n@param enforceConsumerDeletion If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.", "setterMethodName" : "setEnforceConsumerDeletion", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enforceConsumerDeletion", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enforceConsumerDeletion", "variableType" : "Boolean", "documentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EnforceConsumerDeletion" : { "beanStyleGetterMethodName" : "getEnforceConsumerDeletion", "beanStyleSetterMethodName" : "setEnforceConsumerDeletion", "c2jName" : "EnforceConsumerDeletion", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enforceConsumerDeletion(Boolean)}.\n@param enforceConsumerDeletion a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enforceConsumerDeletion(Boolean)", "deprecated" : false, "documentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enforceConsumerDeletion", "fluentSetterDocumentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

\n@param enforceConsumerDeletion If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enforceConsumerDeletion", "getterDocumentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

\n@return If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EnforceConsumerDeletion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnforceConsumerDeletion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "EnforceConsumerDeletion", "setterDocumentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

\n@param enforceConsumerDeletion If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.", "setterMethodName" : "setEnforceConsumerDeletion", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enforceConsumerDeletion", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enforceConsumerDeletion", "variableType" : "Boolean", "documentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream to delete.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream to delete.

\n@return The name of the stream to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream to delete.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream to delete.

\n@return The name of the stream to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnforceConsumerDeletion", "beanStyleSetterMethodName" : "setEnforceConsumerDeletion", "c2jName" : "EnforceConsumerDeletion", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enforceConsumerDeletion(Boolean)}.\n@param enforceConsumerDeletion a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enforceConsumerDeletion(Boolean)", "deprecated" : false, "documentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enforceConsumerDeletion", "fluentSetterDocumentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

\n@param enforceConsumerDeletion If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enforceConsumerDeletion", "getterDocumentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

\n@return If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EnforceConsumerDeletion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnforceConsumerDeletion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "EnforceConsumerDeletion", "setterDocumentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

\n@param enforceConsumerDeletion If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.", "setterMethodName" : "setEnforceConsumerDeletion", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enforceConsumerDeletion", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enforceConsumerDeletion", "variableType" : "Boolean", "documentation" : "

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName" ], "shapeName" : "DeleteStreamRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteStreamRequest", "variableName" : "deleteStreamRequest", "variableType" : "DeleteStreamRequest", "documentation" : null, "simpleType" : "DeleteStreamRequest", "variableSetterType" : "DeleteStreamRequest" }, "wrapper" : false }, "DeleteStreamResponse" : { "c2jName" : "DeleteStreamResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteStreamResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteStreamResponse", "variableName" : "deleteStreamResponse", "variableType" : "DeleteStreamResponse", "documentation" : null, "simpleType" : "DeleteStreamResponse", "variableSetterType" : "DeleteStreamResponse" }, "wrapper" : false }, "DeregisterStreamConsumerRequest" : { "c2jName" : "DeregisterStreamConsumerInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeregisterStreamConsumer", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DeregisterStreamConsumer", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

The name that you gave to the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

The name that you gave to the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

The name that you gave to the consumer.

\n@param consumerName The name that you gave to the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

The name that you gave to the consumer.

\n@return The name that you gave to the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

The name that you gave to the consumer.

\n@param consumerName The name that you gave to the consumer.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

The name that you gave to the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

\n@return The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumerARN" : { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

\n@return The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConsumerName" : { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

The name that you gave to the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

The name that you gave to the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

The name that you gave to the consumer.

\n@param consumerName The name that you gave to the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

The name that you gave to the consumer.

\n@return The name that you gave to the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

The name that you gave to the consumer.

\n@param consumerName The name that you gave to the consumer.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

The name that you gave to the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamARN" : { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

The name that you gave to the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

The name that you gave to the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

The name that you gave to the consumer.

\n@param consumerName The name that you gave to the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

The name that you gave to the consumer.

\n@return The name that you gave to the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

The name that you gave to the consumer.

\n@param consumerName The name that you gave to the consumer.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

The name that you gave to the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

\n@return The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeregisterStreamConsumerRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeregisterStreamConsumerRequest", "variableName" : "deregisterStreamConsumerRequest", "variableType" : "DeregisterStreamConsumerRequest", "documentation" : null, "simpleType" : "DeregisterStreamConsumerRequest", "variableSetterType" : "DeregisterStreamConsumerRequest" }, "wrapper" : false }, "DeregisterStreamConsumerResponse" : { "c2jName" : "DeregisterStreamConsumerResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeregisterStreamConsumerResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeregisterStreamConsumerResponse", "variableName" : "deregisterStreamConsumerResponse", "variableType" : "DeregisterStreamConsumerResponse", "documentation" : null, "simpleType" : "DeregisterStreamConsumerResponse", "variableSetterType" : "DeregisterStreamConsumerResponse" }, "wrapper" : false }, "DescribeLimitsRequest" : { "c2jName" : "DescribeLimitsInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeLimits", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DescribeLimits", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLimitsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLimitsRequest", "variableName" : "describeLimitsRequest", "variableType" : "DescribeLimitsRequest", "documentation" : null, "simpleType" : "DescribeLimitsRequest", "variableSetterType" : "DescribeLimitsRequest" }, "wrapper" : false }, "DescribeLimitsResponse" : { "c2jName" : "DescribeLimitsOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getShardLimit", "beanStyleSetterMethodName" : "setShardLimit", "c2jName" : "ShardLimit", "c2jShape" : "ShardCountObject", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of shards.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #shardLimit(Integer)}.\n@param shardLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLimit(Integer)", "deprecated" : false, "documentation" : "

The maximum number of shards.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardLimit", "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" : "shardLimit", "getterDocumentation" : "

The maximum number of shards.

\n@return The maximum number of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardLimit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "shardLimit", "variableType" : "Integer", "documentation" : "

The maximum number of shards.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOpenShardCount", "beanStyleSetterMethodName" : "setOpenShardCount", "c2jName" : "OpenShardCount", "c2jShape" : "ShardCountObject", "defaultConsumerFluentSetterDocumentation" : "

The number of open shards.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #openShardCount(Integer)}.\n@param openShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #openShardCount(Integer)", "deprecated" : false, "documentation" : "

The number of open shards.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "openShardCount", "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" : "openShardCount", "getterDocumentation" : "

The number of open shards.

\n@return The number of open shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpenShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OpenShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : "

The number of open shards.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OpenShardCount" : { "beanStyleGetterMethodName" : "getOpenShardCount", "beanStyleSetterMethodName" : "setOpenShardCount", "c2jName" : "OpenShardCount", "c2jShape" : "ShardCountObject", "defaultConsumerFluentSetterDocumentation" : "

The number of open shards.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #openShardCount(Integer)}.\n@param openShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #openShardCount(Integer)", "deprecated" : false, "documentation" : "

The number of open shards.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "openShardCount", "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" : "openShardCount", "getterDocumentation" : "

The number of open shards.

\n@return The number of open shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpenShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OpenShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : "

The number of open shards.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ShardLimit" : { "beanStyleGetterMethodName" : "getShardLimit", "beanStyleSetterMethodName" : "setShardLimit", "c2jName" : "ShardLimit", "c2jShape" : "ShardCountObject", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of shards.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #shardLimit(Integer)}.\n@param shardLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLimit(Integer)", "deprecated" : false, "documentation" : "

The maximum number of shards.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardLimit", "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" : "shardLimit", "getterDocumentation" : "

The maximum number of shards.

\n@return The maximum number of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardLimit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "shardLimit", "variableType" : "Integer", "documentation" : "

The maximum number of shards.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getShardLimit", "beanStyleSetterMethodName" : "setShardLimit", "c2jName" : "ShardLimit", "c2jShape" : "ShardCountObject", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of shards.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #shardLimit(Integer)}.\n@param shardLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLimit(Integer)", "deprecated" : false, "documentation" : "

The maximum number of shards.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardLimit", "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" : "shardLimit", "getterDocumentation" : "

The maximum number of shards.

\n@return The maximum number of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardLimit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "shardLimit", "variableType" : "Integer", "documentation" : "

The maximum number of shards.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOpenShardCount", "beanStyleSetterMethodName" : "setOpenShardCount", "c2jName" : "OpenShardCount", "c2jShape" : "ShardCountObject", "defaultConsumerFluentSetterDocumentation" : "

The number of open shards.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #openShardCount(Integer)}.\n@param openShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #openShardCount(Integer)", "deprecated" : false, "documentation" : "

The number of open shards.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "openShardCount", "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" : "openShardCount", "getterDocumentation" : "

The number of open shards.

\n@return The number of open shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpenShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OpenShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : "

The number of open shards.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ShardLimit", "OpenShardCount" ], "shapeName" : "DescribeLimitsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeLimitsResponse", "variableName" : "describeLimitsResponse", "variableType" : "DescribeLimitsResponse", "documentation" : null, "simpleType" : "DescribeLimitsResponse", "variableSetterType" : "DescribeLimitsResponse" }, "wrapper" : false }, "DescribeStreamConsumerRequest" : { "c2jName" : "DescribeStreamConsumerInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeStreamConsumer", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DescribeStreamConsumer", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

The name that you gave to the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

The name that you gave to the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

The name that you gave to the consumer.

\n@param consumerName The name that you gave to the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

The name that you gave to the consumer.

\n@return The name that you gave to the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

The name that you gave to the consumer.

\n@param consumerName The name that you gave to the consumer.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

The name that you gave to the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

\n@return The ARN returned by Kinesis Data Streams when you registered the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumerARN" : { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

\n@return The ARN returned by Kinesis Data Streams when you registered the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConsumerName" : { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

The name that you gave to the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

The name that you gave to the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

The name that you gave to the consumer.

\n@param consumerName The name that you gave to the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

The name that you gave to the consumer.

\n@return The name that you gave to the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

The name that you gave to the consumer.

\n@param consumerName The name that you gave to the consumer.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

The name that you gave to the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamARN" : { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

The name that you gave to the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

The name that you gave to the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

The name that you gave to the consumer.

\n@param consumerName The name that you gave to the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

The name that you gave to the consumer.

\n@return The name that you gave to the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

The name that you gave to the consumer.

\n@param consumerName The name that you gave to the consumer.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

The name that you gave to the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

\n@return The ARN returned by Kinesis Data Streams when you registered the consumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

The ARN returned by Kinesis Data Streams when you registered the consumer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeStreamConsumerRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStreamConsumerRequest", "variableName" : "describeStreamConsumerRequest", "variableType" : "DescribeStreamConsumerRequest", "documentation" : null, "simpleType" : "DescribeStreamConsumerRequest", "variableSetterType" : "DescribeStreamConsumerRequest" }, "wrapper" : false }, "DescribeStreamConsumerResponse" : { "c2jName" : "DescribeStreamConsumerOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConsumerDescription", "beanStyleSetterMethodName" : "setConsumerDescription", "c2jName" : "ConsumerDescription", "c2jShape" : "ConsumerDescription", "defaultConsumerFluentSetterDocumentation" : "

An object that represents the details of the consumer.

\nThis is a convenience that creates an instance of the {@link ConsumerDescription.Builder} avoiding the need to create one manually via {@link ConsumerDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConsumerDescription.Builder#build()} is called immediately and its result is passed to {@link #consumerDescription(ConsumerDescription)}.\n@param consumerDescription a consumer that will call methods on {@link ConsumerDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerDescription(ConsumerDescription)", "deprecated" : false, "documentation" : "

An object that represents the details of the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerDescription", "fluentSetterDocumentation" : "

An object that represents the details of the consumer.

\n@param consumerDescription An object that represents the details of the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerDescription", "getterDocumentation" : "

An object that represents the details of the consumer.

\n@return An object that represents the details of the consumer.", "getterModel" : { "returnType" : "ConsumerDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ConsumerDescription", "setterDocumentation" : "

An object that represents the details of the consumer.

\n@param consumerDescription An object that represents the details of the consumer.", "setterMethodName" : "setConsumerDescription", "setterModel" : { "variableDeclarationType" : "ConsumerDescription", "variableName" : "consumerDescription", "variableType" : "ConsumerDescription", "documentation" : null, "simpleType" : "ConsumerDescription", "variableSetterType" : "ConsumerDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "ConsumerDescription", "variableName" : "consumerDescription", "variableType" : "ConsumerDescription", "documentation" : "

An object that represents the details of the consumer.

", "simpleType" : "ConsumerDescription", "variableSetterType" : "ConsumerDescription" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumerDescription" : { "beanStyleGetterMethodName" : "getConsumerDescription", "beanStyleSetterMethodName" : "setConsumerDescription", "c2jName" : "ConsumerDescription", "c2jShape" : "ConsumerDescription", "defaultConsumerFluentSetterDocumentation" : "

An object that represents the details of the consumer.

\nThis is a convenience that creates an instance of the {@link ConsumerDescription.Builder} avoiding the need to create one manually via {@link ConsumerDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConsumerDescription.Builder#build()} is called immediately and its result is passed to {@link #consumerDescription(ConsumerDescription)}.\n@param consumerDescription a consumer that will call methods on {@link ConsumerDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerDescription(ConsumerDescription)", "deprecated" : false, "documentation" : "

An object that represents the details of the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerDescription", "fluentSetterDocumentation" : "

An object that represents the details of the consumer.

\n@param consumerDescription An object that represents the details of the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerDescription", "getterDocumentation" : "

An object that represents the details of the consumer.

\n@return An object that represents the details of the consumer.", "getterModel" : { "returnType" : "ConsumerDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ConsumerDescription", "setterDocumentation" : "

An object that represents the details of the consumer.

\n@param consumerDescription An object that represents the details of the consumer.", "setterMethodName" : "setConsumerDescription", "setterModel" : { "variableDeclarationType" : "ConsumerDescription", "variableName" : "consumerDescription", "variableType" : "ConsumerDescription", "documentation" : null, "simpleType" : "ConsumerDescription", "variableSetterType" : "ConsumerDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "ConsumerDescription", "variableName" : "consumerDescription", "variableType" : "ConsumerDescription", "documentation" : "

An object that represents the details of the consumer.

", "simpleType" : "ConsumerDescription", "variableSetterType" : "ConsumerDescription" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConsumerDescription", "beanStyleSetterMethodName" : "setConsumerDescription", "c2jName" : "ConsumerDescription", "c2jShape" : "ConsumerDescription", "defaultConsumerFluentSetterDocumentation" : "

An object that represents the details of the consumer.

\nThis is a convenience that creates an instance of the {@link ConsumerDescription.Builder} avoiding the need to create one manually via {@link ConsumerDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConsumerDescription.Builder#build()} is called immediately and its result is passed to {@link #consumerDescription(ConsumerDescription)}.\n@param consumerDescription a consumer that will call methods on {@link ConsumerDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerDescription(ConsumerDescription)", "deprecated" : false, "documentation" : "

An object that represents the details of the consumer.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerDescription", "fluentSetterDocumentation" : "

An object that represents the details of the consumer.

\n@param consumerDescription An object that represents the details of the consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerDescription", "getterDocumentation" : "

An object that represents the details of the consumer.

\n@return An object that represents the details of the consumer.", "getterModel" : { "returnType" : "ConsumerDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ConsumerDescription", "setterDocumentation" : "

An object that represents the details of the consumer.

\n@param consumerDescription An object that represents the details of the consumer.", "setterMethodName" : "setConsumerDescription", "setterModel" : { "variableDeclarationType" : "ConsumerDescription", "variableName" : "consumerDescription", "variableType" : "ConsumerDescription", "documentation" : null, "simpleType" : "ConsumerDescription", "variableSetterType" : "ConsumerDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "ConsumerDescription", "variableName" : "consumerDescription", "variableType" : "ConsumerDescription", "documentation" : "

An object that represents the details of the consumer.

", "simpleType" : "ConsumerDescription", "variableSetterType" : "ConsumerDescription" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConsumerDescription" ], "shapeName" : "DescribeStreamConsumerResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeStreamConsumerResponse", "variableName" : "describeStreamConsumerResponse", "variableType" : "DescribeStreamConsumerResponse", "documentation" : null, "simpleType" : "DescribeStreamConsumerResponse", "variableSetterType" : "DescribeStreamConsumerResponse" }, "wrapper" : false }, "DescribeStreamRequest" : { "c2jName" : "DescribeStreamInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the input for DescribeStream.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeStream", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DescribeStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream to describe.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream to describe.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream to describe.

\n@return The name of the stream to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "DescribeStreamInputLimit", "defaultConsumerFluentSetterDocumentation" : "

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.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "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" : "limit", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getExclusiveStartShardId", "beanStyleSetterMethodName" : "setExclusiveStartShardId", "c2jName" : "ExclusiveStartShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

The shard ID of the shard to start with.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartShardId(String)}.\n@param exclusiveStartShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartShardId(String)", "deprecated" : false, "documentation" : "

The shard ID of the shard to start with.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartShardId", "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" : "exclusiveStartShardId", "getterDocumentation" : "

The shard ID of the shard to start with.

\n@return The shard ID of the shard to start with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getExclusiveStartShardId", "beanStyleSetterMethodName" : "setExclusiveStartShardId", "c2jName" : "ExclusiveStartShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

The shard ID of the shard to start with.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartShardId(String)}.\n@param exclusiveStartShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartShardId(String)", "deprecated" : false, "documentation" : "

The shard ID of the shard to start with.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartShardId", "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" : "exclusiveStartShardId", "getterDocumentation" : "

The shard ID of the shard to start with.

\n@return The shard ID of the shard to start with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : "

The shard ID of the shard to start with.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "DescribeStreamInputLimit", "defaultConsumerFluentSetterDocumentation" : "

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.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "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" : "limit", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream to describe.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream to describe.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream to describe.

\n@return The name of the stream to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream to describe.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream to describe.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream to describe.

\n@return The name of the stream to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "DescribeStreamInputLimit", "defaultConsumerFluentSetterDocumentation" : "

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.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "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" : "limit", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getExclusiveStartShardId", "beanStyleSetterMethodName" : "setExclusiveStartShardId", "c2jName" : "ExclusiveStartShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

The shard ID of the shard to start with.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartShardId(String)}.\n@param exclusiveStartShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartShardId(String)", "deprecated" : false, "documentation" : "

The shard ID of the shard to start with.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartShardId", "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" : "exclusiveStartShardId", "getterDocumentation" : "

The shard ID of the shard to start with.

\n@return The shard ID of the shard to start with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : "

The shard ID of the shard to start with.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName" ], "shapeName" : "DescribeStreamRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStreamRequest", "variableName" : "describeStreamRequest", "variableType" : "DescribeStreamRequest", "documentation" : null, "simpleType" : "DescribeStreamRequest", "variableSetterType" : "DescribeStreamRequest" }, "wrapper" : false }, "DescribeStreamResponse" : { "c2jName" : "DescribeStreamOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output for DescribeStream.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStreamDescription", "beanStyleSetterMethodName" : "setStreamDescription", "c2jName" : "StreamDescription", "c2jShape" : "StreamDescription", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link StreamDescription.Builder} avoiding the need to create one manually via {@link StreamDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamDescription.Builder#build()} is called immediately and its result is passed to {@link #streamDescription(StreamDescription)}.\n@param streamDescription a consumer that will call methods on {@link StreamDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamDescription(StreamDescription)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamDescription", "fluentSetterDocumentation" : "

The current status of the stream, the stream Amazon Resource Name (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 Amazon Resource Name (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" : "streamDescription", "getterDocumentation" : "

The current status of the stream, the stream Amazon Resource Name (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 Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.", "getterModel" : { "returnType" : "StreamDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StreamDescription", "setterDocumentation" : "

The current status of the stream, the stream Amazon Resource Name (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 Amazon Resource Name (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" : null, "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : "

The current status of the stream, the stream Amazon Resource Name (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" : { "beanStyleGetterMethodName" : "getStreamDescription", "beanStyleSetterMethodName" : "setStreamDescription", "c2jName" : "StreamDescription", "c2jShape" : "StreamDescription", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link StreamDescription.Builder} avoiding the need to create one manually via {@link StreamDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamDescription.Builder#build()} is called immediately and its result is passed to {@link #streamDescription(StreamDescription)}.\n@param streamDescription a consumer that will call methods on {@link StreamDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamDescription(StreamDescription)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamDescription", "fluentSetterDocumentation" : "

The current status of the stream, the stream Amazon Resource Name (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 Amazon Resource Name (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" : "streamDescription", "getterDocumentation" : "

The current status of the stream, the stream Amazon Resource Name (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 Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.", "getterModel" : { "returnType" : "StreamDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StreamDescription", "setterDocumentation" : "

The current status of the stream, the stream Amazon Resource Name (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 Amazon Resource Name (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" : null, "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : "

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

", "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamDescription", "beanStyleSetterMethodName" : "setStreamDescription", "c2jName" : "StreamDescription", "c2jShape" : "StreamDescription", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link StreamDescription.Builder} avoiding the need to create one manually via {@link StreamDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamDescription.Builder#build()} is called immediately and its result is passed to {@link #streamDescription(StreamDescription)}.\n@param streamDescription a consumer that will call methods on {@link StreamDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamDescription(StreamDescription)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamDescription", "fluentSetterDocumentation" : "

The current status of the stream, the stream Amazon Resource Name (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 Amazon Resource Name (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" : "streamDescription", "getterDocumentation" : "

The current status of the stream, the stream Amazon Resource Name (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 Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.", "getterModel" : { "returnType" : "StreamDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StreamDescription", "setterDocumentation" : "

The current status of the stream, the stream Amazon Resource Name (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 Amazon Resource Name (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" : null, "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : "

The current status of the stream, the stream Amazon Resource Name (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" : "DescribeStreamResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeStreamResponse", "variableName" : "describeStreamResponse", "variableType" : "DescribeStreamResponse", "documentation" : null, "simpleType" : "DescribeStreamResponse", "variableSetterType" : "DescribeStreamResponse" }, "wrapper" : false }, "DescribeStreamSummaryRequest" : { "c2jName" : "DescribeStreamSummaryInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeStreamSummary", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DescribeStreamSummary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream to describe.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream to describe.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream to describe.

\n@return The name of the stream to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream to describe.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream to describe.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream to describe.

\n@return The name of the stream to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

The name of the stream to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the stream to describe.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the stream to describe.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

The name of the stream to describe.

\n@return The name of the stream to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : "DescribeStreamSummaryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStreamSummaryRequest", "variableName" : "describeStreamSummaryRequest", "variableType" : "DescribeStreamSummaryRequest", "documentation" : null, "simpleType" : "DescribeStreamSummaryRequest", "variableSetterType" : "DescribeStreamSummaryRequest" }, "wrapper" : false }, "DescribeStreamSummaryResponse" : { "c2jName" : "DescribeStreamSummaryOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStreamDescriptionSummary", "beanStyleSetterMethodName" : "setStreamDescriptionSummary", "c2jName" : "StreamDescriptionSummary", "c2jShape" : "StreamDescriptionSummary", "defaultConsumerFluentSetterDocumentation" : "

A StreamDescriptionSummary containing information about the stream.

\nThis is a convenience that creates an instance of the {@link StreamDescriptionSummary.Builder} avoiding the need to create one manually via {@link StreamDescriptionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamDescriptionSummary.Builder#build()} is called immediately and its result is passed to {@link #streamDescriptionSummary(StreamDescriptionSummary)}.\n@param streamDescriptionSummary a consumer that will call methods on {@link StreamDescriptionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamDescriptionSummary(StreamDescriptionSummary)", "deprecated" : false, "documentation" : "

A StreamDescriptionSummary containing information about the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamDescriptionSummary", "fluentSetterDocumentation" : "

A StreamDescriptionSummary containing information about the stream.

\n@param streamDescriptionSummary A StreamDescriptionSummary containing information about the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamDescriptionSummary", "getterDocumentation" : "

A StreamDescriptionSummary containing information about the stream.

\n@return A StreamDescriptionSummary containing information about the stream.", "getterModel" : { "returnType" : "StreamDescriptionSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamDescriptionSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamDescriptionSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StreamDescriptionSummary", "setterDocumentation" : "

A StreamDescriptionSummary containing information about the stream.

\n@param streamDescriptionSummary A StreamDescriptionSummary containing information about the stream.", "setterMethodName" : "setStreamDescriptionSummary", "setterModel" : { "variableDeclarationType" : "StreamDescriptionSummary", "variableName" : "streamDescriptionSummary", "variableType" : "StreamDescriptionSummary", "documentation" : null, "simpleType" : "StreamDescriptionSummary", "variableSetterType" : "StreamDescriptionSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "StreamDescriptionSummary", "variableName" : "streamDescriptionSummary", "variableType" : "StreamDescriptionSummary", "documentation" : "

A StreamDescriptionSummary containing information about the stream.

", "simpleType" : "StreamDescriptionSummary", "variableSetterType" : "StreamDescriptionSummary" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StreamDescriptionSummary" : { "beanStyleGetterMethodName" : "getStreamDescriptionSummary", "beanStyleSetterMethodName" : "setStreamDescriptionSummary", "c2jName" : "StreamDescriptionSummary", "c2jShape" : "StreamDescriptionSummary", "defaultConsumerFluentSetterDocumentation" : "

A StreamDescriptionSummary containing information about the stream.

\nThis is a convenience that creates an instance of the {@link StreamDescriptionSummary.Builder} avoiding the need to create one manually via {@link StreamDescriptionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamDescriptionSummary.Builder#build()} is called immediately and its result is passed to {@link #streamDescriptionSummary(StreamDescriptionSummary)}.\n@param streamDescriptionSummary a consumer that will call methods on {@link StreamDescriptionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamDescriptionSummary(StreamDescriptionSummary)", "deprecated" : false, "documentation" : "

A StreamDescriptionSummary containing information about the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamDescriptionSummary", "fluentSetterDocumentation" : "

A StreamDescriptionSummary containing information about the stream.

\n@param streamDescriptionSummary A StreamDescriptionSummary containing information about the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamDescriptionSummary", "getterDocumentation" : "

A StreamDescriptionSummary containing information about the stream.

\n@return A StreamDescriptionSummary containing information about the stream.", "getterModel" : { "returnType" : "StreamDescriptionSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamDescriptionSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamDescriptionSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StreamDescriptionSummary", "setterDocumentation" : "

A StreamDescriptionSummary containing information about the stream.

\n@param streamDescriptionSummary A StreamDescriptionSummary containing information about the stream.", "setterMethodName" : "setStreamDescriptionSummary", "setterModel" : { "variableDeclarationType" : "StreamDescriptionSummary", "variableName" : "streamDescriptionSummary", "variableType" : "StreamDescriptionSummary", "documentation" : null, "simpleType" : "StreamDescriptionSummary", "variableSetterType" : "StreamDescriptionSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "StreamDescriptionSummary", "variableName" : "streamDescriptionSummary", "variableType" : "StreamDescriptionSummary", "documentation" : "

A StreamDescriptionSummary containing information about the stream.

", "simpleType" : "StreamDescriptionSummary", "variableSetterType" : "StreamDescriptionSummary" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamDescriptionSummary", "beanStyleSetterMethodName" : "setStreamDescriptionSummary", "c2jName" : "StreamDescriptionSummary", "c2jShape" : "StreamDescriptionSummary", "defaultConsumerFluentSetterDocumentation" : "

A StreamDescriptionSummary containing information about the stream.

\nThis is a convenience that creates an instance of the {@link StreamDescriptionSummary.Builder} avoiding the need to create one manually via {@link StreamDescriptionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamDescriptionSummary.Builder#build()} is called immediately and its result is passed to {@link #streamDescriptionSummary(StreamDescriptionSummary)}.\n@param streamDescriptionSummary a consumer that will call methods on {@link StreamDescriptionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamDescriptionSummary(StreamDescriptionSummary)", "deprecated" : false, "documentation" : "

A StreamDescriptionSummary containing information about the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamDescriptionSummary", "fluentSetterDocumentation" : "

A StreamDescriptionSummary containing information about the stream.

\n@param streamDescriptionSummary A StreamDescriptionSummary containing information about the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamDescriptionSummary", "getterDocumentation" : "

A StreamDescriptionSummary containing information about the stream.

\n@return A StreamDescriptionSummary containing information about the stream.", "getterModel" : { "returnType" : "StreamDescriptionSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamDescriptionSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamDescriptionSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StreamDescriptionSummary", "setterDocumentation" : "

A StreamDescriptionSummary containing information about the stream.

\n@param streamDescriptionSummary A StreamDescriptionSummary containing information about the stream.", "setterMethodName" : "setStreamDescriptionSummary", "setterModel" : { "variableDeclarationType" : "StreamDescriptionSummary", "variableName" : "streamDescriptionSummary", "variableType" : "StreamDescriptionSummary", "documentation" : null, "simpleType" : "StreamDescriptionSummary", "variableSetterType" : "StreamDescriptionSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "StreamDescriptionSummary", "variableName" : "streamDescriptionSummary", "variableType" : "StreamDescriptionSummary", "documentation" : "

A StreamDescriptionSummary containing information about the stream.

", "simpleType" : "StreamDescriptionSummary", "variableSetterType" : "StreamDescriptionSummary" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamDescriptionSummary" ], "shapeName" : "DescribeStreamSummaryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeStreamSummaryResponse", "variableName" : "describeStreamSummaryResponse", "variableType" : "DescribeStreamSummaryResponse", "documentation" : null, "simpleType" : "DescribeStreamSummaryResponse", "variableSetterType" : "DescribeStreamSummaryResponse" }, "wrapper" : false }, "DisableEnhancedMonitoringRequest" : { "c2jName" : "DisableEnhancedMonitoringInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the input for DisableEnhancedMonitoring.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DisableEnhancedMonitoring", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.DisableEnhancedMonitoring", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

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

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

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

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

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

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

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardLevelMetrics", "beanStyleSetterMethodName" : "setShardLevelMetrics", "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "enumType" : null, "fluentEnumGetterMethodName" : "shardLevelMetrics", "fluentEnumSetterMethodName" : "shardLevelMetrics", "fluentGetterMethodName" : "shardLevelMetricsAsStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardLevelMetricsWithStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ShardLevelMetrics" : { "beanStyleGetterMethodName" : "getShardLevelMetrics", "beanStyleSetterMethodName" : "setShardLevelMetrics", "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "enumType" : null, "fluentEnumGetterMethodName" : "shardLevelMetrics", "fluentEnumSetterMethodName" : "shardLevelMetrics", "fluentGetterMethodName" : "shardLevelMetricsAsStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardLevelMetricsWithStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

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

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

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

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

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

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

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

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

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

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

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

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

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

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardLevelMetrics", "beanStyleSetterMethodName" : "setShardLevelMetrics", "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "enumType" : null, "fluentEnumGetterMethodName" : "shardLevelMetrics", "fluentEnumSetterMethodName" : "shardLevelMetrics", "fluentGetterMethodName" : "shardLevelMetricsAsStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardLevelMetricsWithStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "ShardLevelMetrics" ], "shapeName" : "DisableEnhancedMonitoringRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisableEnhancedMonitoringRequest", "variableName" : "disableEnhancedMonitoringRequest", "variableType" : "DisableEnhancedMonitoringRequest", "documentation" : null, "simpleType" : "DisableEnhancedMonitoringRequest", "variableSetterType" : "DisableEnhancedMonitoringRequest" }, "wrapper" : false }, "DisableEnhancedMonitoringResponse" : { "c2jName" : "EnhancedMonitoringOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Kinesis data stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the Kinesis data stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

The name of the Kinesis data stream.

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

The name of the Kinesis data stream.

\n@return The name of the Kinesis data stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

The name of the Kinesis data stream.

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

The name of the Kinesis data stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentShardLevelMetrics", "beanStyleSetterMethodName" : "setCurrentShardLevelMetrics", "c2jName" : "CurrentShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #currentShardLevelMetricsAsStrings(List)}.\n@param currentShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardLevelMetricsWithStrings(List)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : "currentShardLevelMetrics", "fluentEnumSetterMethodName" : "currentShardLevelMetrics", "fluentGetterMethodName" : "currentShardLevelMetricsAsStrings", "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.", "fluentSetterMethodName" : "currentShardLevelMetricsWithStrings", "getterDocumentation" : "

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

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Represents the current state of the metrics that are in the enhanced state before the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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.", "setterMethodName" : "setCurrentShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 }, { "beanStyleGetterMethodName" : "getDesiredShardLevelMetrics", "beanStyleSetterMethodName" : "setDesiredShardLevelMetrics", "c2jName" : "DesiredShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #desiredShardLevelMetricsAsStrings(List)}.\n@param desiredShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredShardLevelMetricsWithStrings(List)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : "desiredShardLevelMetrics", "fluentEnumSetterMethodName" : "desiredShardLevelMetrics", "fluentGetterMethodName" : "desiredShardLevelMetricsAsStrings", "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.", "fluentSetterMethodName" : "desiredShardLevelMetricsWithStrings", "getterDocumentation" : "

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

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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.", "setterMethodName" : "setDesiredShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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" : { "beanStyleGetterMethodName" : "getCurrentShardLevelMetrics", "beanStyleSetterMethodName" : "setCurrentShardLevelMetrics", "c2jName" : "CurrentShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #currentShardLevelMetricsAsStrings(List)}.\n@param currentShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardLevelMetricsWithStrings(List)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : "currentShardLevelMetrics", "fluentEnumSetterMethodName" : "currentShardLevelMetrics", "fluentGetterMethodName" : "currentShardLevelMetricsAsStrings", "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.", "fluentSetterMethodName" : "currentShardLevelMetricsWithStrings", "getterDocumentation" : "

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

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Represents the current state of the metrics that are in the enhanced state before the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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.", "setterMethodName" : "setCurrentShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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" : { "beanStyleGetterMethodName" : "getDesiredShardLevelMetrics", "beanStyleSetterMethodName" : "setDesiredShardLevelMetrics", "c2jName" : "DesiredShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #desiredShardLevelMetricsAsStrings(List)}.\n@param desiredShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredShardLevelMetricsWithStrings(List)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : "desiredShardLevelMetrics", "fluentEnumSetterMethodName" : "desiredShardLevelMetrics", "fluentGetterMethodName" : "desiredShardLevelMetricsAsStrings", "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.", "fluentSetterMethodName" : "desiredShardLevelMetricsWithStrings", "getterDocumentation" : "

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

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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.", "setterMethodName" : "setDesiredShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Kinesis data stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the Kinesis data stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

The name of the Kinesis data stream.

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

The name of the Kinesis data stream.

\n@return The name of the Kinesis data stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

The name of the Kinesis data stream.

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

The name of the Kinesis data stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Kinesis data stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the Kinesis data stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

The name of the Kinesis data stream.

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

The name of the Kinesis data stream.

\n@return The name of the Kinesis data stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

The name of the Kinesis data stream.

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

The name of the Kinesis data stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentShardLevelMetrics", "beanStyleSetterMethodName" : "setCurrentShardLevelMetrics", "c2jName" : "CurrentShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #currentShardLevelMetricsAsStrings(List)}.\n@param currentShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardLevelMetricsWithStrings(List)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : "currentShardLevelMetrics", "fluentEnumSetterMethodName" : "currentShardLevelMetrics", "fluentGetterMethodName" : "currentShardLevelMetricsAsStrings", "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.", "fluentSetterMethodName" : "currentShardLevelMetricsWithStrings", "getterDocumentation" : "

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

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Represents the current state of the metrics that are in the enhanced state before the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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.", "setterMethodName" : "setCurrentShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 }, { "beanStyleGetterMethodName" : "getDesiredShardLevelMetrics", "beanStyleSetterMethodName" : "setDesiredShardLevelMetrics", "c2jName" : "DesiredShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #desiredShardLevelMetricsAsStrings(List)}.\n@param desiredShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredShardLevelMetricsWithStrings(List)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : "desiredShardLevelMetrics", "fluentEnumSetterMethodName" : "desiredShardLevelMetrics", "fluentGetterMethodName" : "desiredShardLevelMetricsAsStrings", "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.", "fluentSetterMethodName" : "desiredShardLevelMetricsWithStrings", "getterDocumentation" : "

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

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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.", "setterMethodName" : "setDesiredShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DisableEnhancedMonitoringResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DisableEnhancedMonitoringResponse", "variableName" : "disableEnhancedMonitoringResponse", "variableType" : "DisableEnhancedMonitoringResponse", "documentation" : null, "simpleType" : "DisableEnhancedMonitoringResponse", "variableSetterType" : "DisableEnhancedMonitoringResponse" }, "wrapper" : false }, "EnableEnhancedMonitoringRequest" : { "c2jName" : "EnableEnhancedMonitoringInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the input for EnableEnhancedMonitoring.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "EnableEnhancedMonitoring", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.EnableEnhancedMonitoring", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getShardLevelMetrics", "beanStyleSetterMethodName" : "setShardLevelMetrics", "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "enumType" : null, "fluentEnumGetterMethodName" : "shardLevelMetrics", "fluentEnumSetterMethodName" : "shardLevelMetrics", "fluentGetterMethodName" : "shardLevelMetricsAsStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardLevelMetricsWithStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ShardLevelMetrics" : { "beanStyleGetterMethodName" : "getShardLevelMetrics", "beanStyleSetterMethodName" : "setShardLevelMetrics", "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "enumType" : null, "fluentEnumGetterMethodName" : "shardLevelMetrics", "fluentEnumSetterMethodName" : "shardLevelMetrics", "fluentGetterMethodName" : "shardLevelMetricsAsStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardLevelMetricsWithStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getShardLevelMetrics", "beanStyleSetterMethodName" : "setShardLevelMetrics", "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "enumType" : null, "fluentEnumGetterMethodName" : "shardLevelMetrics", "fluentEnumSetterMethodName" : "shardLevelMetrics", "fluentGetterMethodName" : "shardLevelMetricsAsStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardLevelMetricsWithStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "ShardLevelMetrics" ], "shapeName" : "EnableEnhancedMonitoringRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EnableEnhancedMonitoringRequest", "variableName" : "enableEnhancedMonitoringRequest", "variableType" : "EnableEnhancedMonitoringRequest", "documentation" : null, "simpleType" : "EnableEnhancedMonitoringRequest", "variableSetterType" : "EnableEnhancedMonitoringRequest" }, "wrapper" : false }, "EnableEnhancedMonitoringResponse" : { "c2jName" : "EnhancedMonitoringOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Kinesis data stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the Kinesis data stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

The name of the Kinesis data stream.

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

The name of the Kinesis data stream.

\n@return The name of the Kinesis data stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

The name of the Kinesis data stream.

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

The name of the Kinesis data stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentShardLevelMetrics", "beanStyleSetterMethodName" : "setCurrentShardLevelMetrics", "c2jName" : "CurrentShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #currentShardLevelMetricsAsStrings(List)}.\n@param currentShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardLevelMetricsWithStrings(List)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : "currentShardLevelMetrics", "fluentEnumSetterMethodName" : "currentShardLevelMetrics", "fluentGetterMethodName" : "currentShardLevelMetricsAsStrings", "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.", "fluentSetterMethodName" : "currentShardLevelMetricsWithStrings", "getterDocumentation" : "

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

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Represents the current state of the metrics that are in the enhanced state before the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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.", "setterMethodName" : "setCurrentShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 }, { "beanStyleGetterMethodName" : "getDesiredShardLevelMetrics", "beanStyleSetterMethodName" : "setDesiredShardLevelMetrics", "c2jName" : "DesiredShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #desiredShardLevelMetricsAsStrings(List)}.\n@param desiredShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredShardLevelMetricsWithStrings(List)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : "desiredShardLevelMetrics", "fluentEnumSetterMethodName" : "desiredShardLevelMetrics", "fluentGetterMethodName" : "desiredShardLevelMetricsAsStrings", "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.", "fluentSetterMethodName" : "desiredShardLevelMetricsWithStrings", "getterDocumentation" : "

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

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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.", "setterMethodName" : "setDesiredShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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" : { "beanStyleGetterMethodName" : "getCurrentShardLevelMetrics", "beanStyleSetterMethodName" : "setCurrentShardLevelMetrics", "c2jName" : "CurrentShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #currentShardLevelMetricsAsStrings(List)}.\n@param currentShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardLevelMetricsWithStrings(List)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : "currentShardLevelMetrics", "fluentEnumSetterMethodName" : "currentShardLevelMetrics", "fluentGetterMethodName" : "currentShardLevelMetricsAsStrings", "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.", "fluentSetterMethodName" : "currentShardLevelMetricsWithStrings", "getterDocumentation" : "

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

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Represents the current state of the metrics that are in the enhanced state before the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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.", "setterMethodName" : "setCurrentShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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" : { "beanStyleGetterMethodName" : "getDesiredShardLevelMetrics", "beanStyleSetterMethodName" : "setDesiredShardLevelMetrics", "c2jName" : "DesiredShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #desiredShardLevelMetricsAsStrings(List)}.\n@param desiredShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredShardLevelMetricsWithStrings(List)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : "desiredShardLevelMetrics", "fluentEnumSetterMethodName" : "desiredShardLevelMetrics", "fluentGetterMethodName" : "desiredShardLevelMetricsAsStrings", "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.", "fluentSetterMethodName" : "desiredShardLevelMetricsWithStrings", "getterDocumentation" : "

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

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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.", "setterMethodName" : "setDesiredShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Kinesis data stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the Kinesis data stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

The name of the Kinesis data stream.

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

The name of the Kinesis data stream.

\n@return The name of the Kinesis data stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

The name of the Kinesis data stream.

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

The name of the Kinesis data stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Kinesis data stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the Kinesis data stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

The name of the Kinesis data stream.

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

The name of the Kinesis data stream.

\n@return The name of the Kinesis data stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

The name of the Kinesis data stream.

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

The name of the Kinesis data stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentShardLevelMetrics", "beanStyleSetterMethodName" : "setCurrentShardLevelMetrics", "c2jName" : "CurrentShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #currentShardLevelMetricsAsStrings(List)}.\n@param currentShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardLevelMetricsWithStrings(List)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : "currentShardLevelMetrics", "fluentEnumSetterMethodName" : "currentShardLevelMetrics", "fluentGetterMethodName" : "currentShardLevelMetricsAsStrings", "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.", "fluentSetterMethodName" : "currentShardLevelMetricsWithStrings", "getterDocumentation" : "

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

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Represents the current state of the metrics that are in the enhanced state before the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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.", "setterMethodName" : "setCurrentShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "currentShardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 }, { "beanStyleGetterMethodName" : "getDesiredShardLevelMetrics", "beanStyleSetterMethodName" : "setDesiredShardLevelMetrics", "c2jName" : "DesiredShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #desiredShardLevelMetricsAsStrings(List)}.\n@param desiredShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredShardLevelMetricsWithStrings(List)", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : "desiredShardLevelMetrics", "fluentEnumSetterMethodName" : "desiredShardLevelMetrics", "fluentGetterMethodName" : "desiredShardLevelMetricsAsStrings", "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.", "fluentSetterMethodName" : "desiredShardLevelMetricsWithStrings", "getterDocumentation" : "

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

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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.", "setterMethodName" : "setDesiredShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "desiredShardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EnableEnhancedMonitoringResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnableEnhancedMonitoringResponse", "variableName" : "enableEnhancedMonitoringResponse", "variableType" : "EnableEnhancedMonitoringResponse", "documentation" : null, "simpleType" : "EnableEnhancedMonitoringResponse", "variableSetterType" : "EnableEnhancedMonitoringResponse" }, "wrapper" : false }, "EncryptionType" : { "c2jName" : "EncryptionType", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "NONE", "value" : "NONE" }, { "name" : "KMS", "value" : "KMS" } ], "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EncryptionType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EncryptionType", "variableName" : "encryptionType", "variableType" : "EncryptionType", "documentation" : null, "simpleType" : "EncryptionType", "variableSetterType" : "EncryptionType" }, "wrapper" : false }, "EnhancedMetrics" : { "c2jName" : "EnhancedMetrics", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents enhanced metrics types.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getShardLevelMetrics", "beanStyleSetterMethodName" : "setShardLevelMetrics", "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "enumType" : null, "fluentEnumGetterMethodName" : "shardLevelMetrics", "fluentEnumSetterMethodName" : "shardLevelMetrics", "fluentGetterMethodName" : "shardLevelMetricsAsStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardLevelMetricsWithStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ShardLevelMetrics" : { "beanStyleGetterMethodName" : "getShardLevelMetrics", "beanStyleSetterMethodName" : "setShardLevelMetrics", "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "enumType" : null, "fluentEnumGetterMethodName" : "shardLevelMetrics", "fluentEnumSetterMethodName" : "shardLevelMetrics", "fluentGetterMethodName" : "shardLevelMetricsAsStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardLevelMetricsWithStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getShardLevelMetrics", "beanStyleSetterMethodName" : "setShardLevelMetrics", "c2jName" : "ShardLevelMetrics", "c2jShape" : "MetricsNameList", "defaultConsumerFluentSetterDocumentation" : "

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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "enumType" : null, "fluentEnumGetterMethodName" : "shardLevelMetrics", "fluentEnumSetterMethodName" : "shardLevelMetrics", "fluentGetterMethodName" : "shardLevelMetricsAsStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardLevelMetricsWithStrings", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardLevelMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardLevelMetrics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricsName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : "MetricsName", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see MetricsName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data 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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.", "setterMethodName" : "setShardLevelMetrics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shardLevelMetrics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EnhancedMetrics", "simpleMethod" : false, "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, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The provided iterator exceeds the maximum age allowed.

", "enums" : null, "errorCode" : "ExpiredIteratorException", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExpiredIteratorException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExpiredIteratorException", "variableName" : "expiredIteratorException", "variableType" : "ExpiredIteratorException", "documentation" : null, "simpleType" : "ExpiredIteratorException", "variableSetterType" : "ExpiredIteratorException" }, "wrapper" : false }, "ExpiredNextTokenException" : { "c2jName" : "ExpiredNextTokenException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The pagination token passed to the operation is expired.

", "enums" : null, "errorCode" : "ExpiredNextTokenException", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExpiredNextTokenException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExpiredNextTokenException", "variableName" : "expiredNextTokenException", "variableType" : "ExpiredNextTokenException", "documentation" : null, "simpleType" : "ExpiredNextTokenException", "variableSetterType" : "ExpiredNextTokenException" }, "wrapper" : false }, "GetRecordsRequest" : { "c2jName" : "GetRecordsInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the input for GetRecords.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetRecords", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.GetRecords", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getShardIterator", "beanStyleSetterMethodName" : "setShardIterator", "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

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.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIterator(String)}.\n@param shardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIterator(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardIterator", "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" : "shardIterator", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIterator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "GetRecordsInputLimit", "defaultConsumerFluentSetterDocumentation" : "

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.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "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" : "limit", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "GetRecordsInputLimit", "defaultConsumerFluentSetterDocumentation" : "

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.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "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" : "limit", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getShardIterator", "beanStyleSetterMethodName" : "setShardIterator", "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

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.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIterator(String)}.\n@param shardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIterator(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardIterator", "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" : "shardIterator", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIterator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getShardIterator", "beanStyleSetterMethodName" : "setShardIterator", "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

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.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIterator(String)}.\n@param shardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIterator(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardIterator", "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" : "shardIterator", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIterator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "GetRecordsInputLimit", "defaultConsumerFluentSetterDocumentation" : "

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.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "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" : "limit", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ShardIterator" ], "shapeName" : "GetRecordsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetRecordsRequest", "variableName" : "getRecordsRequest", "variableType" : "GetRecordsRequest", "documentation" : null, "simpleType" : "GetRecordsRequest", "variableSetterType" : "GetRecordsRequest" }, "wrapper" : false }, "GetRecordsResponse" : { "c2jName" : "GetRecordsOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output for GetRecords.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "RecordList", "defaultConsumerFluentSetterDocumentation" : "

The data records retrieved from the shard.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)", "deprecated" : false, "documentation" : "

The data records retrieved from the shard.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "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" : "records", "getterDocumentation" : "

The data records retrieved from the shard.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The data records retrieved from the shard.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Record", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Record.Builder} avoiding the need to create one manually via {@link Record#builder()}.\n\nWhen the {@link Consumer} completes, {@link Record.Builder#build()} is called immediately and its result is passed to {@link #member(Record)}.\n@param member a consumer that will call methods on {@link Record.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Record)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "simple" : false, "variable" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Record", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Record", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Records", "setterDocumentation" : "

The data records retrieved from the shard.

\n@param records The data records retrieved from the shard.", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

The data records retrieved from the shard.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextShardIterator", "beanStyleSetterMethodName" : "setNextShardIterator", "c2jName" : "NextShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

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 does not return any more data.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextShardIterator(String)}.\n@param nextShardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextShardIterator(String)", "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 does not return any more data.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextShardIterator", "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 does 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 does not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextShardIterator", "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 does 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 does not return any more data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextShardIterator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 does 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 does not return any more data.", "setterMethodName" : "setNextShardIterator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextShardIterator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 does not return any more data.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMillisBehindLatest", "beanStyleSetterMethodName" : "setMillisBehindLatest", "c2jName" : "MillisBehindLatest", "c2jShape" : "MillisBehindLatest", "defaultConsumerFluentSetterDocumentation" : "

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 that record processing is caught up, and there are no new records to process at this moment.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #millisBehindLatest(Long)}.\n@param millisBehindLatest a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #millisBehindLatest(Long)", "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 that record processing is caught up, and there are no new records to process at this moment.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "millisBehindLatest", "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 that 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 that 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" : "millisBehindLatest", "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 that 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 that record processing is caught up, and there are no new records to process at this moment.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MillisBehindLatest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MillisBehindLatest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "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 that 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 that 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" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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 that record processing is caught up, and there are no new records to process at this moment.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MillisBehindLatest" : { "beanStyleGetterMethodName" : "getMillisBehindLatest", "beanStyleSetterMethodName" : "setMillisBehindLatest", "c2jName" : "MillisBehindLatest", "c2jShape" : "MillisBehindLatest", "defaultConsumerFluentSetterDocumentation" : "

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 that record processing is caught up, and there are no new records to process at this moment.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #millisBehindLatest(Long)}.\n@param millisBehindLatest a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #millisBehindLatest(Long)", "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 that record processing is caught up, and there are no new records to process at this moment.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "millisBehindLatest", "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 that 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 that 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" : "millisBehindLatest", "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 that 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 that record processing is caught up, and there are no new records to process at this moment.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MillisBehindLatest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MillisBehindLatest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "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 that 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 that 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" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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 that record processing is caught up, and there are no new records to process at this moment.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "NextShardIterator" : { "beanStyleGetterMethodName" : "getNextShardIterator", "beanStyleSetterMethodName" : "setNextShardIterator", "c2jName" : "NextShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

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 does not return any more data.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextShardIterator(String)}.\n@param nextShardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextShardIterator(String)", "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 does not return any more data.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextShardIterator", "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 does 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 does not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextShardIterator", "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 does 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 does not return any more data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextShardIterator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 does 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 does not return any more data.", "setterMethodName" : "setNextShardIterator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextShardIterator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 does not return any more data.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Records" : { "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "RecordList", "defaultConsumerFluentSetterDocumentation" : "

The data records retrieved from the shard.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)", "deprecated" : false, "documentation" : "

The data records retrieved from the shard.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "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" : "records", "getterDocumentation" : "

The data records retrieved from the shard.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The data records retrieved from the shard.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Record", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Record.Builder} avoiding the need to create one manually via {@link Record#builder()}.\n\nWhen the {@link Consumer} completes, {@link Record.Builder#build()} is called immediately and its result is passed to {@link #member(Record)}.\n@param member a consumer that will call methods on {@link Record.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Record)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "simple" : false, "variable" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Record", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Record", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Records", "setterDocumentation" : "

The data records retrieved from the shard.

\n@param records The data records retrieved from the shard.", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

The data records retrieved from the shard.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "RecordList", "defaultConsumerFluentSetterDocumentation" : "

The data records retrieved from the shard.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)", "deprecated" : false, "documentation" : "

The data records retrieved from the shard.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "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" : "records", "getterDocumentation" : "

The data records retrieved from the shard.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The data records retrieved from the shard.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Record", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Record.Builder} avoiding the need to create one manually via {@link Record#builder()}.\n\nWhen the {@link Consumer} completes, {@link Record.Builder#build()} is called immediately and its result is passed to {@link #member(Record)}.\n@param member a consumer that will call methods on {@link Record.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Record)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "simple" : false, "variable" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Record", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Record", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Records", "setterDocumentation" : "

The data records retrieved from the shard.

\n@param records The data records retrieved from the shard.", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

The data records retrieved from the shard.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextShardIterator", "beanStyleSetterMethodName" : "setNextShardIterator", "c2jName" : "NextShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

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 does not return any more data.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextShardIterator(String)}.\n@param nextShardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextShardIterator(String)", "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 does not return any more data.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextShardIterator", "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 does 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 does not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextShardIterator", "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 does 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 does not return any more data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextShardIterator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 does 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 does not return any more data.", "setterMethodName" : "setNextShardIterator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextShardIterator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 does not return any more data.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMillisBehindLatest", "beanStyleSetterMethodName" : "setMillisBehindLatest", "c2jName" : "MillisBehindLatest", "c2jShape" : "MillisBehindLatest", "defaultConsumerFluentSetterDocumentation" : "

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 that record processing is caught up, and there are no new records to process at this moment.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #millisBehindLatest(Long)}.\n@param millisBehindLatest a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #millisBehindLatest(Long)", "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 that record processing is caught up, and there are no new records to process at this moment.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "millisBehindLatest", "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 that 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 that 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" : "millisBehindLatest", "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 that 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 that record processing is caught up, and there are no new records to process at this moment.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MillisBehindLatest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MillisBehindLatest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "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 that 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 that 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" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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 that record processing is caught up, and there are no new records to process at this moment.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Records" ], "shapeName" : "GetRecordsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetRecordsResponse", "variableName" : "getRecordsResponse", "variableType" : "GetRecordsResponse", "documentation" : null, "simpleType" : "GetRecordsResponse", "variableSetterType" : "GetRecordsResponse" }, "wrapper" : false }, "GetShardIteratorRequest" : { "c2jName" : "GetShardIteratorInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the input for GetShardIterator.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetShardIterator", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.GetShardIterator", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon Kinesis data stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

The name of the Amazon Kinesis data stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

The name of the Amazon Kinesis data stream.

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

The name of the Amazon Kinesis data stream.

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

The name of the Amazon Kinesis data stream.

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

The name of the Amazon Kinesis data stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

The shard ID of the Kinesis Data Streams shard to get the iterator for.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

The shard ID of the Kinesis Data Streams shard to get the iterator for.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "fluentSetterDocumentation" : "

The shard ID of the Kinesis Data Streams shard to get the iterator for.

\n@param shardId The shard ID of the Kinesis Data Streams shard to get the iterator for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardId", "getterDocumentation" : "

The shard ID of the Kinesis Data Streams shard to get the iterator for.

\n@return The shard ID of the Kinesis Data Streams shard to get the iterator for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ShardId", "setterDocumentation" : "

The shard ID of the Kinesis Data Streams shard to get the iterator for.

\n@param shardId The shard ID of the Kinesis Data Streams shard to get the iterator for.", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

The shard ID of the Kinesis Data Streams shard to get the iterator for.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardIteratorType", "beanStyleSetterMethodName" : "setShardIteratorType", "c2jName" : "ShardIteratorType", "c2jShape" : "ShardIteratorType", "defaultConsumerFluentSetterDocumentation" : "

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 time stamp, 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.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIteratorTypeAsString(String)}.\n@param shardIteratorType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIteratorType(String)", "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 time stamp, 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", "fluentEnumGetterMethodName" : "shardIteratorType", "fluentEnumSetterMethodName" : "shardIteratorType", "fluentGetterMethodName" : "shardIteratorTypeAsString", "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 time stamp, 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 time stamp, 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\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType", "fluentSetterMethodName" : "shardIteratorType", "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 time stamp, 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

    \nIf the service returns an enum value that is not available in the current SDK version, {@link #shardIteratorType} will return {@link ShardIteratorType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #shardIteratorTypeAsString}.\n

    \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 time stamp, 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", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIteratorType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIteratorType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 time stamp, 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 time stamp, 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 time stamp, 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 }, { "beanStyleGetterMethodName" : "getStartingSequenceNumber", "beanStyleSetterMethodName" : "setStartingSequenceNumber", "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

        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.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingSequenceNumber(String)}.\n@param startingSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingSequenceNumber(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingSequenceNumber", "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" : "startingSequenceNumber", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingSequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

        The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)", "deprecated" : false, "documentation" : "

        The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

        The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

        \n@param timestamp The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp 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" : "timestamp", "getterDocumentation" : "

        The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

        \n@return The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "Timestamp", "setterDocumentation" : "

        The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

        \n@param timestamp The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : "

        The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ShardId" : { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

        The shard ID of the Kinesis Data Streams shard to get the iterator for.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

        The shard ID of the Kinesis Data Streams shard to get the iterator for.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "fluentSetterDocumentation" : "

        The shard ID of the Kinesis Data Streams shard to get the iterator for.

        \n@param shardId The shard ID of the Kinesis Data Streams shard to get the iterator for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardId", "getterDocumentation" : "

        The shard ID of the Kinesis Data Streams shard to get the iterator for.

        \n@return The shard ID of the Kinesis Data Streams shard to get the iterator for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ShardId", "setterDocumentation" : "

        The shard ID of the Kinesis Data Streams shard to get the iterator for.

        \n@param shardId The shard ID of the Kinesis Data Streams shard to get the iterator for.", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

        The shard ID of the Kinesis Data Streams shard to get the iterator for.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ShardIteratorType" : { "beanStyleGetterMethodName" : "getShardIteratorType", "beanStyleSetterMethodName" : "setShardIteratorType", "c2jName" : "ShardIteratorType", "c2jShape" : "ShardIteratorType", "defaultConsumerFluentSetterDocumentation" : "

        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 time stamp, 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.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIteratorTypeAsString(String)}.\n@param shardIteratorType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIteratorType(String)", "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 time stamp, 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", "fluentEnumGetterMethodName" : "shardIteratorType", "fluentEnumSetterMethodName" : "shardIteratorType", "fluentGetterMethodName" : "shardIteratorTypeAsString", "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 time stamp, 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 time stamp, 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\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType", "fluentSetterMethodName" : "shardIteratorType", "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 time stamp, 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

          \nIf the service returns an enum value that is not available in the current SDK version, {@link #shardIteratorType} will return {@link ShardIteratorType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #shardIteratorTypeAsString}.\n

          \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 time stamp, 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", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIteratorType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIteratorType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 time stamp, 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 time stamp, 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 time stamp, 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" : { "beanStyleGetterMethodName" : "getStartingSequenceNumber", "beanStyleSetterMethodName" : "setStartingSequenceNumber", "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

              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.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingSequenceNumber(String)}.\n@param startingSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingSequenceNumber(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingSequenceNumber", "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" : "startingSequenceNumber", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingSequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

              The name of the Amazon Kinesis data stream.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

              The name of the Amazon Kinesis data stream.

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

              The name of the Amazon Kinesis data stream.

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

              The name of the Amazon Kinesis data stream.

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

              The name of the Amazon Kinesis data stream.

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

              The name of the Amazon Kinesis data stream.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timestamp" : { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

              The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

              \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)", "deprecated" : false, "documentation" : "

              The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

              The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

              \n@param timestamp The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp 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" : "timestamp", "getterDocumentation" : "

              The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

              \n@return The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "Timestamp", "setterDocumentation" : "

              The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

              \n@param timestamp The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : "

              The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

              The name of the Amazon Kinesis data stream.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

              The name of the Amazon Kinesis data stream.

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

              The name of the Amazon Kinesis data stream.

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

              The name of the Amazon Kinesis data stream.

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

              The name of the Amazon Kinesis data stream.

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

              The name of the Amazon Kinesis data stream.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

              The shard ID of the Kinesis Data Streams shard to get the iterator for.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

              The shard ID of the Kinesis Data Streams shard to get the iterator for.

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "fluentSetterDocumentation" : "

              The shard ID of the Kinesis Data Streams shard to get the iterator for.

              \n@param shardId The shard ID of the Kinesis Data Streams shard to get the iterator for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardId", "getterDocumentation" : "

              The shard ID of the Kinesis Data Streams shard to get the iterator for.

              \n@return The shard ID of the Kinesis Data Streams shard to get the iterator for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ShardId", "setterDocumentation" : "

              The shard ID of the Kinesis Data Streams shard to get the iterator for.

              \n@param shardId The shard ID of the Kinesis Data Streams shard to get the iterator for.", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

              The shard ID of the Kinesis Data Streams shard to get the iterator for.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardIteratorType", "beanStyleSetterMethodName" : "setShardIteratorType", "c2jName" : "ShardIteratorType", "c2jShape" : "ShardIteratorType", "defaultConsumerFluentSetterDocumentation" : "

              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 time stamp, 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.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIteratorTypeAsString(String)}.\n@param shardIteratorType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIteratorType(String)", "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 time stamp, 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", "fluentEnumGetterMethodName" : "shardIteratorType", "fluentEnumSetterMethodName" : "shardIteratorType", "fluentGetterMethodName" : "shardIteratorTypeAsString", "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 time stamp, 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 time stamp, 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\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType", "fluentSetterMethodName" : "shardIteratorType", "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 time stamp, 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

                \nIf the service returns an enum value that is not available in the current SDK version, {@link #shardIteratorType} will return {@link ShardIteratorType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #shardIteratorTypeAsString}.\n

                \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 time stamp, 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", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIteratorType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIteratorType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 time stamp, 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 time stamp, 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 time stamp, 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 }, { "beanStyleGetterMethodName" : "getStartingSequenceNumber", "beanStyleSetterMethodName" : "setStartingSequenceNumber", "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                    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.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingSequenceNumber(String)}.\n@param startingSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingSequenceNumber(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingSequenceNumber", "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" : "startingSequenceNumber", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingSequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                    The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)", "deprecated" : false, "documentation" : "

                    The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

                    The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

                    \n@param timestamp The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp 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" : "timestamp", "getterDocumentation" : "

                    The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

                    \n@return The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "Timestamp", "setterDocumentation" : "

                    The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

                    \n@param timestamp The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : "

                    The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp 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 time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "ShardId", "ShardIteratorType" ], "shapeName" : "GetShardIteratorRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetShardIteratorRequest", "variableName" : "getShardIteratorRequest", "variableType" : "GetShardIteratorRequest", "documentation" : null, "simpleType" : "GetShardIteratorRequest", "variableSetterType" : "GetShardIteratorRequest" }, "wrapper" : false }, "GetShardIteratorResponse" : { "c2jName" : "GetShardIteratorOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents the output for GetShardIterator.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getShardIterator", "beanStyleSetterMethodName" : "setShardIterator", "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

                    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.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIterator(String)}.\n@param shardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIterator(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardIterator", "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" : "shardIterator", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIterator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getShardIterator", "beanStyleSetterMethodName" : "setShardIterator", "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

                    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.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIterator(String)}.\n@param shardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIterator(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardIterator", "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" : "shardIterator", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIterator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getShardIterator", "beanStyleSetterMethodName" : "setShardIterator", "c2jName" : "ShardIterator", "c2jShape" : "ShardIterator", "defaultConsumerFluentSetterDocumentation" : "

                    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.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIterator(String)}.\n@param shardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIterator(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardIterator", "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" : "shardIterator", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardIterator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardIterator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : "GetShardIteratorResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetShardIteratorResponse", "variableName" : "getShardIteratorResponse", "variableType" : "GetShardIteratorResponse", "documentation" : null, "simpleType" : "GetShardIteratorResponse", "variableSetterType" : "GetShardIteratorResponse" }, "wrapper" : false }, "HashKeyRange" : { "c2jName" : "HashKeyRange", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "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, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStartingHashKey", "beanStyleSetterMethodName" : "setStartingHashKey", "c2jName" : "StartingHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                    The starting hash key of the hash key range.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingHashKey(String)}.\n@param startingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingHashKey(String)", "deprecated" : false, "documentation" : "

                    The starting hash key of the hash key range.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingHashKey", "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" : "startingHashKey", "getterDocumentation" : "

                    The starting hash key of the hash key range.

                    \n@return The starting hash key of the hash key range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "startingHashKey", "variableType" : "String", "documentation" : "

                    The starting hash key of the hash key range.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndingHashKey", "beanStyleSetterMethodName" : "setEndingHashKey", "c2jName" : "EndingHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                    The ending hash key of the hash key range.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endingHashKey(String)}.\n@param endingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endingHashKey(String)", "deprecated" : false, "documentation" : "

                    The ending hash key of the hash key range.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endingHashKey", "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" : "endingHashKey", "getterDocumentation" : "

                    The ending hash key of the hash key range.

                    \n@return The ending hash key of the hash key range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndingHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getEndingHashKey", "beanStyleSetterMethodName" : "setEndingHashKey", "c2jName" : "EndingHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                    The ending hash key of the hash key range.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endingHashKey(String)}.\n@param endingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endingHashKey(String)", "deprecated" : false, "documentation" : "

                    The ending hash key of the hash key range.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endingHashKey", "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" : "endingHashKey", "getterDocumentation" : "

                    The ending hash key of the hash key range.

                    \n@return The ending hash key of the hash key range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndingHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endingHashKey", "variableType" : "String", "documentation" : "

                    The ending hash key of the hash key range.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartingHashKey" : { "beanStyleGetterMethodName" : "getStartingHashKey", "beanStyleSetterMethodName" : "setStartingHashKey", "c2jName" : "StartingHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                    The starting hash key of the hash key range.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingHashKey(String)}.\n@param startingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingHashKey(String)", "deprecated" : false, "documentation" : "

                    The starting hash key of the hash key range.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingHashKey", "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" : "startingHashKey", "getterDocumentation" : "

                    The starting hash key of the hash key range.

                    \n@return The starting hash key of the hash key range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "startingHashKey", "variableType" : "String", "documentation" : "

                    The starting hash key of the hash key range.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStartingHashKey", "beanStyleSetterMethodName" : "setStartingHashKey", "c2jName" : "StartingHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                    The starting hash key of the hash key range.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingHashKey(String)}.\n@param startingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingHashKey(String)", "deprecated" : false, "documentation" : "

                    The starting hash key of the hash key range.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingHashKey", "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" : "startingHashKey", "getterDocumentation" : "

                    The starting hash key of the hash key range.

                    \n@return The starting hash key of the hash key range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "startingHashKey", "variableType" : "String", "documentation" : "

                    The starting hash key of the hash key range.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndingHashKey", "beanStyleSetterMethodName" : "setEndingHashKey", "c2jName" : "EndingHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                    The ending hash key of the hash key range.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endingHashKey(String)}.\n@param endingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endingHashKey(String)", "deprecated" : false, "documentation" : "

                    The ending hash key of the hash key range.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endingHashKey", "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" : "endingHashKey", "getterDocumentation" : "

                    The ending hash key of the hash key range.

                    \n@return The ending hash key of the hash key range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndingHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endingHashKey", "variableType" : "String", "documentation" : "

                    The ending hash key of the hash key range.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StartingHashKey", "EndingHashKey" ], "shapeName" : "HashKeyRange", "simpleMethod" : false, "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, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents the input for IncreaseStreamRetentionPeriod.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "IncreaseStreamRetentionPeriod", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.IncreaseStreamRetentionPeriod", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream to modify.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream to modify.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                    The name of the stream to modify.

                    \n@return The name of the stream to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                    The name of the stream to modify.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRetentionPeriodHours", "beanStyleSetterMethodName" : "setRetentionPeriodHours", "c2jName" : "RetentionPeriodHours", "c2jShape" : "RetentionPeriodHours", "defaultConsumerFluentSetterDocumentation" : "

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

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)", "deprecated" : false, "documentation" : "

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

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriodHours", "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" : "retentionPeriodHours", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getRetentionPeriodHours", "beanStyleSetterMethodName" : "setRetentionPeriodHours", "c2jName" : "RetentionPeriodHours", "c2jShape" : "RetentionPeriodHours", "defaultConsumerFluentSetterDocumentation" : "

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

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)", "deprecated" : false, "documentation" : "

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

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriodHours", "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" : "retentionPeriodHours", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream to modify.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream to modify.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                    The name of the stream to modify.

                    \n@return The name of the stream to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                    The name of the stream to modify.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream to modify.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream to modify.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                    The name of the stream to modify.

                    \n@return The name of the stream to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                    The name of the stream to modify.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRetentionPeriodHours", "beanStyleSetterMethodName" : "setRetentionPeriodHours", "c2jName" : "RetentionPeriodHours", "c2jShape" : "RetentionPeriodHours", "defaultConsumerFluentSetterDocumentation" : "

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

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)", "deprecated" : false, "documentation" : "

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

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriodHours", "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" : "retentionPeriodHours", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "RetentionPeriodHours" ], "shapeName" : "IncreaseStreamRetentionPeriodRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IncreaseStreamRetentionPeriodRequest", "variableName" : "increaseStreamRetentionPeriodRequest", "variableType" : "IncreaseStreamRetentionPeriodRequest", "documentation" : null, "simpleType" : "IncreaseStreamRetentionPeriodRequest", "variableSetterType" : "IncreaseStreamRetentionPeriodRequest" }, "wrapper" : false }, "IncreaseStreamRetentionPeriodResponse" : { "c2jName" : "IncreaseStreamRetentionPeriodResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IncreaseStreamRetentionPeriodResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IncreaseStreamRetentionPeriodResponse", "variableName" : "increaseStreamRetentionPeriodResponse", "variableType" : "IncreaseStreamRetentionPeriodResponse", "documentation" : null, "simpleType" : "IncreaseStreamRetentionPeriodResponse", "variableSetterType" : "IncreaseStreamRetentionPeriodResponse" }, "wrapper" : false }, "InvalidArgumentException" : { "c2jName" : "InvalidArgumentException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "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", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidArgumentException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidArgumentException", "variableName" : "invalidArgumentException", "variableType" : "InvalidArgumentException", "documentation" : null, "simpleType" : "InvalidArgumentException", "variableSetterType" : "InvalidArgumentException" }, "wrapper" : false }, "KmsAccessDeniedException" : { "c2jName" : "KMSAccessDeniedException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The ciphertext references a key that doesn't exist or that you don't have access to.

                    ", "enums" : null, "errorCode" : "KMSAccessDeniedException", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KmsAccessDeniedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "KmsAccessDeniedException", "variableName" : "kmsAccessDeniedException", "variableType" : "KmsAccessDeniedException", "documentation" : null, "simpleType" : "KmsAccessDeniedException", "variableSetterType" : "KmsAccessDeniedException" }, "wrapper" : false }, "KmsDisabledException" : { "c2jName" : "KMSDisabledException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The request was rejected because the specified customer master key (CMK) isn't enabled.

                    ", "enums" : null, "errorCode" : "KMSDisabledException", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KmsDisabledException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "KmsDisabledException", "variableName" : "kmsDisabledException", "variableType" : "KmsDisabledException", "documentation" : null, "simpleType" : "KmsDisabledException", "variableSetterType" : "KmsDisabledException" }, "wrapper" : false }, "KmsInvalidStateException" : { "c2jName" : "KMSInvalidStateException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.

                    ", "enums" : null, "errorCode" : "KMSInvalidStateException", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KmsInvalidStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "KmsInvalidStateException", "variableName" : "kmsInvalidStateException", "variableType" : "KmsInvalidStateException", "documentation" : null, "simpleType" : "KmsInvalidStateException", "variableSetterType" : "KmsInvalidStateException" }, "wrapper" : false }, "KmsNotFoundException" : { "c2jName" : "KMSNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The request was rejected because the specified entity or resource can't be found.

                    ", "enums" : null, "errorCode" : "KMSNotFoundException", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KmsNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "KmsNotFoundException", "variableName" : "kmsNotFoundException", "variableType" : "KmsNotFoundException", "documentation" : null, "simpleType" : "KmsNotFoundException", "variableSetterType" : "KmsNotFoundException" }, "wrapper" : false }, "KmsOptInRequiredException" : { "c2jName" : "KMSOptInRequired", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The AWS access key ID needs a subscription for the service.

                    ", "enums" : null, "errorCode" : "KMSOptInRequired", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KmsOptInRequiredException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "KmsOptInRequiredException", "variableName" : "kmsOptInRequiredException", "variableType" : "KmsOptInRequiredException", "documentation" : null, "simpleType" : "KmsOptInRequiredException", "variableSetterType" : "KmsOptInRequiredException" }, "wrapper" : false }, "KmsThrottlingException" : { "c2jName" : "KMSThrottlingException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.

                    ", "enums" : null, "errorCode" : "KMSThrottlingException", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KmsThrottlingException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "KmsThrottlingException", "variableName" : "kmsThrottlingException", "variableType" : "KmsThrottlingException", "documentation" : null, "simpleType" : "KmsThrottlingException", "variableSetterType" : "KmsThrottlingException" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

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

                    ", "enums" : null, "errorCode" : "LimitExceededException", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "ListShardsRequest" : { "c2jName" : "ListShardsInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListShards", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.ListShards", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@param streamName The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamName", "getterDocumentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@return The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@param streamName The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

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

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@return When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExclusiveStartShardId", "beanStyleSetterMethodName" : "setExclusiveStartShardId", "c2jName" : "ExclusiveStartShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartShardId(String)}.\n@param exclusiveStartShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartShardId(String)", "deprecated" : false, "documentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartShardId", "fluentSetterDocumentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    \n@param exclusiveStartShardId Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exclusiveStartShardId", "getterDocumentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    \n@return Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExclusiveStartShardId", "setterDocumentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    \n@param exclusiveStartShardId Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.", "setterMethodName" : "setExclusiveStartShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "ListShardsInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    \n@param maxResults The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    \n@return The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    \n@param maxResults The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamCreationTimestamp", "beanStyleSetterMethodName" : "setStreamCreationTimestamp", "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamCreationTimestamp", "fluentSetterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamCreationTimestamp", "getterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@return Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "StreamCreationTimestamp", "setterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.", "setterMethodName" : "setStreamCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExclusiveStartShardId" : { "beanStyleGetterMethodName" : "getExclusiveStartShardId", "beanStyleSetterMethodName" : "setExclusiveStartShardId", "c2jName" : "ExclusiveStartShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartShardId(String)}.\n@param exclusiveStartShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartShardId(String)", "deprecated" : false, "documentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartShardId", "fluentSetterDocumentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    \n@param exclusiveStartShardId Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exclusiveStartShardId", "getterDocumentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    \n@return Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExclusiveStartShardId", "setterDocumentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    \n@param exclusiveStartShardId Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.", "setterMethodName" : "setExclusiveStartShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "ListShardsInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    \n@param maxResults The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    \n@return The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    \n@param maxResults The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

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

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@return When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamCreationTimestamp" : { "beanStyleGetterMethodName" : "getStreamCreationTimestamp", "beanStyleSetterMethodName" : "setStreamCreationTimestamp", "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamCreationTimestamp", "fluentSetterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamCreationTimestamp", "getterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@return Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "StreamCreationTimestamp", "setterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.", "setterMethodName" : "setStreamCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@param streamName The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamName", "getterDocumentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@return The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@param streamName The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@param streamName The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamName", "getterDocumentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@return The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@param streamName The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                    The name of the data stream whose shards you want to list.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

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

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@return When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of shards that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListShards operation.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExclusiveStartShardId", "beanStyleSetterMethodName" : "setExclusiveStartShardId", "c2jName" : "ExclusiveStartShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartShardId(String)}.\n@param exclusiveStartShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartShardId(String)", "deprecated" : false, "documentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartShardId", "fluentSetterDocumentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    \n@param exclusiveStartShardId Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exclusiveStartShardId", "getterDocumentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    \n@return Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExclusiveStartShardId", "setterDocumentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    \n@param exclusiveStartShardId Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.", "setterMethodName" : "setExclusiveStartShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartShardId", "variableType" : "String", "documentation" : "

                    Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId.

                    If you don't specify this parameter, the default behavior is for ListShards to list the shards starting with the first one in the stream.

                    You cannot specify this parameter if you specify NextToken.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "ListShardsInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    \n@param maxResults The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    \n@return The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    \n@param maxResults The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                    The maximum number of shards to return in a single call to ListShards. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.

                    When the number of shards to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListShards to list the next set of shards.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamCreationTimestamp", "beanStyleSetterMethodName" : "setStreamCreationTimestamp", "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamCreationTimestamp", "fluentSetterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamCreationTimestamp", "getterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@return Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "StreamCreationTimestamp", "setterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    \n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.", "setterMethodName" : "setStreamCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.

                    You cannot specify this parameter if you specify the NextToken parameter.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListShardsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListShardsRequest", "variableName" : "listShardsRequest", "variableType" : "ListShardsRequest", "documentation" : null, "simpleType" : "ListShardsRequest", "variableSetterType" : "ListShardsRequest" }, "wrapper" : false }, "ListShardsResponse" : { "c2jName" : "ListShardsOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getShards", "beanStyleSetterMethodName" : "setShards", "c2jName" : "Shards", "c2jShape" : "ShardList", "defaultConsumerFluentSetterDocumentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shards(List)}.\n@param shards a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shards(List)", "deprecated" : false, "documentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shards", "fluentSetterDocumentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    \n@param shards An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shards", "getterDocumentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Shards", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Shards", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Shard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Shard.Builder} avoiding the need to create one manually via {@link Shard#builder()}.\n\nWhen the {@link Consumer} completes, {@link Shard.Builder#build()} is called immediately and its result is passed to {@link #member(Shard)}.\n@param member a consumer that will call methods on {@link Shard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Shard)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Shard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : null, "simpleType" : "Shard", "variableSetterType" : "Shard" }, "simple" : false, "variable" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : "", "simpleType" : "Shard", "variableSetterType" : "Shard" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Shard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Shard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Shards", "setterDocumentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    \n@param shards An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.", "setterMethodName" : "setShards", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

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

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@return When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

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

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@return When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Shards" : { "beanStyleGetterMethodName" : "getShards", "beanStyleSetterMethodName" : "setShards", "c2jName" : "Shards", "c2jShape" : "ShardList", "defaultConsumerFluentSetterDocumentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shards(List)}.\n@param shards a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shards(List)", "deprecated" : false, "documentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shards", "fluentSetterDocumentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    \n@param shards An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shards", "getterDocumentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Shards", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Shards", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Shard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Shard.Builder} avoiding the need to create one manually via {@link Shard#builder()}.\n\nWhen the {@link Consumer} completes, {@link Shard.Builder#build()} is called immediately and its result is passed to {@link #member(Shard)}.\n@param member a consumer that will call methods on {@link Shard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Shard)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Shard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : null, "simpleType" : "Shard", "variableSetterType" : "Shard" }, "simple" : false, "variable" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : "", "simpleType" : "Shard", "variableSetterType" : "Shard" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Shard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Shard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Shards", "setterDocumentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    \n@param shards An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.", "setterMethodName" : "setShards", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getShards", "beanStyleSetterMethodName" : "setShards", "c2jName" : "Shards", "c2jShape" : "ShardList", "defaultConsumerFluentSetterDocumentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shards(List)}.\n@param shards a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shards(List)", "deprecated" : false, "documentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shards", "fluentSetterDocumentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    \n@param shards An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shards", "getterDocumentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Shards", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Shards", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Shard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Shard.Builder} avoiding the need to create one manually via {@link Shard#builder()}.\n\nWhen the {@link Consumer} completes, {@link Shard.Builder#build()} is called immediately and its result is passed to {@link #member(Shard)}.\n@param member a consumer that will call methods on {@link Shard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Shard)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Shard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : null, "simpleType" : "Shard", "variableSetterType" : "Shard" }, "simple" : false, "variable" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : "", "simpleType" : "Shard", "variableSetterType" : "Shard" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Shard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Shard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Shards", "setterDocumentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    \n@param shards An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.", "setterMethodName" : "setShards", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : "

                    An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

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

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@return When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                    When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListShards to list the next set of shards. For more information about the use of this pagination token when calling the ListShards operation, see ListShardsInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListShards, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards, you get ExpiredNextTokenException.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListShardsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListShardsResponse", "variableName" : "listShardsResponse", "variableType" : "ListShardsResponse", "documentation" : null, "simpleType" : "ListShardsResponse", "variableSetterType" : "ListShardsResponse" }, "wrapper" : false }, "ListStreamConsumersRequest" : { "c2jName" : "ListStreamConsumersInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListStreamConsumers", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.ListStreamConsumers", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    \n@param streamARN The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    \n@return The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    \n@param streamARN The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

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

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@return When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "ListStreamConsumersInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    \n@param maxResults The maximum number of consumers that you want a single call of ListStreamConsumers to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    \n@return The maximum number of consumers that you want a single call of ListStreamConsumers to return.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    \n@param maxResults The maximum number of consumers that you want a single call of ListStreamConsumers to return.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamCreationTimestamp", "beanStyleSetterMethodName" : "setStreamCreationTimestamp", "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamCreationTimestamp", "fluentSetterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    \n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamCreationTimestamp", "getterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    \n@return Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "StreamCreationTimestamp", "setterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    \n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.", "setterMethodName" : "setStreamCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "ListStreamConsumersInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    \n@param maxResults The maximum number of consumers that you want a single call of ListStreamConsumers to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    \n@return The maximum number of consumers that you want a single call of ListStreamConsumers to return.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    \n@param maxResults The maximum number of consumers that you want a single call of ListStreamConsumers to return.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

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

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@return When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamARN" : { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    \n@param streamARN The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    \n@return The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    \n@param streamARN The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamCreationTimestamp" : { "beanStyleGetterMethodName" : "getStreamCreationTimestamp", "beanStyleSetterMethodName" : "setStreamCreationTimestamp", "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamCreationTimestamp", "fluentSetterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    \n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamCreationTimestamp", "getterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    \n@return Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "StreamCreationTimestamp", "setterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    \n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.", "setterMethodName" : "setStreamCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    \n@param streamARN The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    \n@return The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    \n@param streamARN The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

                    The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

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

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@return When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers.

                    Don't specify StreamName or StreamCreationTimestamp if you specify NextToken because the latter unambiguously identifies the stream.

                    You can optionally specify a value for the MaxResults parameter when you specify NextToken. If you specify a MaxResults value that is less than the number of consumers that the operation returns if you don't specify MaxResults, the response will contain a new NextToken value. You can use the new NextToken value in a subsequent call to the ListStreamConsumers operation to list the next set of consumers.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "ListStreamConsumersInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    \n@param maxResults The maximum number of consumers that you want a single call of ListStreamConsumers to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    \n@return The maximum number of consumers that you want a single call of ListStreamConsumers to return.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    \n@param maxResults The maximum number of consumers that you want a single call of ListStreamConsumers to return.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                    The maximum number of consumers that you want a single call of ListStreamConsumers to return.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamCreationTimestamp", "beanStyleSetterMethodName" : "setStreamCreationTimestamp", "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamCreationTimestamp", "fluentSetterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    \n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamCreationTimestamp", "getterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    \n@return Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "StreamCreationTimestamp", "setterDocumentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    \n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.", "setterMethodName" : "setStreamCreationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                    Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.

                    You can't specify this parameter if you specify the NextToken parameter.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamARN" ], "shapeName" : "ListStreamConsumersRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListStreamConsumersRequest", "variableName" : "listStreamConsumersRequest", "variableType" : "ListStreamConsumersRequest", "documentation" : null, "simpleType" : "ListStreamConsumersRequest", "variableSetterType" : "ListStreamConsumersRequest" }, "wrapper" : false }, "ListStreamConsumersResponse" : { "c2jName" : "ListStreamConsumersOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConsumers", "beanStyleSetterMethodName" : "setConsumers", "c2jName" : "Consumers", "c2jShape" : "ConsumerList", "defaultConsumerFluentSetterDocumentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #consumers(List)}.\n@param consumers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumers(List)", "deprecated" : false, "documentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumers", "fluentSetterDocumentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    \n@param consumers An array of JSON objects. Each object represents one registered consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumers", "getterDocumentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return An array of JSON objects. Each object represents one registered consumer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Consumers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Consumers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Consumer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Consumer.Builder} avoiding the need to create one manually via {@link Consumer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Consumer.Builder#build()} is called immediately and its result is passed to {@link #member(Consumer)}.\n@param member a consumer that will call methods on {@link Consumer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Consumer)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Consumer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Consumer", "variableName" : "member", "variableType" : "Consumer", "documentation" : null, "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "simple" : false, "variable" : { "variableDeclarationType" : "Consumer", "variableName" : "member", "variableType" : "Consumer", "documentation" : "", "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Consumer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Consumer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Consumers", "setterDocumentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    \n@param consumers An array of JSON objects. Each object represents one registered consumer.", "setterMethodName" : "setConsumers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumers", "variableType" : "java.util.List", "documentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

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

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@return When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Consumers" : { "beanStyleGetterMethodName" : "getConsumers", "beanStyleSetterMethodName" : "setConsumers", "c2jName" : "Consumers", "c2jShape" : "ConsumerList", "defaultConsumerFluentSetterDocumentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #consumers(List)}.\n@param consumers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumers(List)", "deprecated" : false, "documentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumers", "fluentSetterDocumentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    \n@param consumers An array of JSON objects. Each object represents one registered consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumers", "getterDocumentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return An array of JSON objects. Each object represents one registered consumer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Consumers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Consumers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Consumer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Consumer.Builder} avoiding the need to create one manually via {@link Consumer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Consumer.Builder#build()} is called immediately and its result is passed to {@link #member(Consumer)}.\n@param member a consumer that will call methods on {@link Consumer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Consumer)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Consumer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Consumer", "variableName" : "member", "variableType" : "Consumer", "documentation" : null, "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "simple" : false, "variable" : { "variableDeclarationType" : "Consumer", "variableName" : "member", "variableType" : "Consumer", "documentation" : "", "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Consumer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Consumer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Consumers", "setterDocumentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    \n@param consumers An array of JSON objects. Each object represents one registered consumer.", "setterMethodName" : "setConsumers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumers", "variableType" : "java.util.List", "documentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

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

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@return When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConsumers", "beanStyleSetterMethodName" : "setConsumers", "c2jName" : "Consumers", "c2jShape" : "ConsumerList", "defaultConsumerFluentSetterDocumentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #consumers(List)}.\n@param consumers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumers(List)", "deprecated" : false, "documentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumers", "fluentSetterDocumentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    \n@param consumers An array of JSON objects. Each object represents one registered consumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumers", "getterDocumentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return An array of JSON objects. Each object represents one registered consumer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Consumers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Consumers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Consumer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Consumer.Builder} avoiding the need to create one manually via {@link Consumer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Consumer.Builder#build()} is called immediately and its result is passed to {@link #member(Consumer)}.\n@param member a consumer that will call methods on {@link Consumer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Consumer)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Consumer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Consumer", "variableName" : "member", "variableType" : "Consumer", "documentation" : null, "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "simple" : false, "variable" : { "variableDeclarationType" : "Consumer", "variableName" : "member", "variableType" : "Consumer", "documentation" : "", "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Consumer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Consumer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Consumers", "setterDocumentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    \n@param consumers An array of JSON objects. Each object represents one registered consumer.", "setterMethodName" : "setConsumers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumers", "variableType" : "java.util.List", "documentation" : "

                    An array of JSON objects. Each object represents one registered consumer.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

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

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@return When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    \n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                    When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.

                    Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a call to ListStreamConsumers, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers, you get ExpiredNextTokenException.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListStreamConsumersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListStreamConsumersResponse", "variableName" : "listStreamConsumersResponse", "variableType" : "ListStreamConsumersResponse", "documentation" : null, "simpleType" : "ListStreamConsumersResponse", "variableSetterType" : "ListStreamConsumersResponse" }, "wrapper" : false }, "ListStreamsRequest" : { "c2jName" : "ListStreamsInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents the input for ListStreams.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListStreams", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.ListStreams", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "ListStreamsInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of streams to list.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of streams to list.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "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" : "limit", "getterDocumentation" : "

                    The maximum number of streams to list.

                    \n@return The maximum number of streams to list.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                    The maximum number of streams to list.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExclusiveStartStreamName", "beanStyleSetterMethodName" : "setExclusiveStartStreamName", "c2jName" : "ExclusiveStartStreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream to start the list with.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartStreamName(String)}.\n@param exclusiveStartStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartStreamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream to start the list with.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartStreamName", "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" : "exclusiveStartStreamName", "getterDocumentation" : "

                    The name of the stream to start the list with.

                    \n@return The name of the stream to start the list with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartStreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getExclusiveStartStreamName", "beanStyleSetterMethodName" : "setExclusiveStartStreamName", "c2jName" : "ExclusiveStartStreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream to start the list with.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartStreamName(String)}.\n@param exclusiveStartStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartStreamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream to start the list with.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartStreamName", "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" : "exclusiveStartStreamName", "getterDocumentation" : "

                    The name of the stream to start the list with.

                    \n@return The name of the stream to start the list with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartStreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "ListStreamsInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of streams to list.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of streams to list.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "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" : "limit", "getterDocumentation" : "

                    The maximum number of streams to list.

                    \n@return The maximum number of streams to list.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                    The maximum number of streams to list.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "ListStreamsInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of streams to list.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of streams to list.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "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" : "limit", "getterDocumentation" : "

                    The maximum number of streams to list.

                    \n@return The maximum number of streams to list.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                    The maximum number of streams to list.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExclusiveStartStreamName", "beanStyleSetterMethodName" : "setExclusiveStartStreamName", "c2jName" : "ExclusiveStartStreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream to start the list with.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartStreamName(String)}.\n@param exclusiveStartStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartStreamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream to start the list with.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartStreamName", "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" : "exclusiveStartStreamName", "getterDocumentation" : "

                    The name of the stream to start the list with.

                    \n@return The name of the stream to start the list with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartStreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartStreamName", "variableType" : "String", "documentation" : "

                    The name of the stream to start the list with.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListStreamsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListStreamsRequest", "variableName" : "listStreamsRequest", "variableType" : "ListStreamsRequest", "documentation" : null, "simpleType" : "ListStreamsRequest", "variableSetterType" : "ListStreamsRequest" }, "wrapper" : false }, "ListStreamsResponse" : { "c2jName" : "ListStreamsOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents the output for ListStreams.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStreamNames", "beanStyleSetterMethodName" : "setStreamNames", "c2jName" : "StreamNames", "c2jShape" : "StreamNameList", "defaultConsumerFluentSetterDocumentation" : "

                    The names of the streams that are associated with the AWS account making the ListStreams request.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #streamNames(List)}.\n@param streamNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamNames(List)", "deprecated" : false, "documentation" : "

                    The names of the streams that are associated with the AWS account making the ListStreams request.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamNames", "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" : "streamNames", "getterDocumentation" : "

                    The names of the streams that are associated with the AWS account making the ListStreams request.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The names of the streams that are associated with the AWS account making the ListStreams request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "streamNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 }, { "beanStyleGetterMethodName" : "getHasMoreStreams", "beanStyleSetterMethodName" : "setHasMoreStreams", "c2jName" : "HasMoreStreams", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

                    If set to true, there are more streams available to list.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreStreams(Boolean)}.\n@param hasMoreStreams a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreStreams(Boolean)", "deprecated" : false, "documentation" : "

                    If set to true, there are more streams available to list.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hasMoreStreams", "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" : "hasMoreStreams", "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.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HasMoreStreams", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreStreams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "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" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getHasMoreStreams", "beanStyleSetterMethodName" : "setHasMoreStreams", "c2jName" : "HasMoreStreams", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

                    If set to true, there are more streams available to list.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreStreams(Boolean)}.\n@param hasMoreStreams a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreStreams(Boolean)", "deprecated" : false, "documentation" : "

                    If set to true, there are more streams available to list.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hasMoreStreams", "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" : "hasMoreStreams", "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.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HasMoreStreams", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreStreams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "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" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getStreamNames", "beanStyleSetterMethodName" : "setStreamNames", "c2jName" : "StreamNames", "c2jShape" : "StreamNameList", "defaultConsumerFluentSetterDocumentation" : "

                    The names of the streams that are associated with the AWS account making the ListStreams request.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #streamNames(List)}.\n@param streamNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamNames(List)", "deprecated" : false, "documentation" : "

                    The names of the streams that are associated with the AWS account making the ListStreams request.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamNames", "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" : "streamNames", "getterDocumentation" : "

                    The names of the streams that are associated with the AWS account making the ListStreams request.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The names of the streams that are associated with the AWS account making the ListStreams request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "streamNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamNames", "beanStyleSetterMethodName" : "setStreamNames", "c2jName" : "StreamNames", "c2jShape" : "StreamNameList", "defaultConsumerFluentSetterDocumentation" : "

                    The names of the streams that are associated with the AWS account making the ListStreams request.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #streamNames(List)}.\n@param streamNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamNames(List)", "deprecated" : false, "documentation" : "

                    The names of the streams that are associated with the AWS account making the ListStreams request.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamNames", "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" : "streamNames", "getterDocumentation" : "

                    The names of the streams that are associated with the AWS account making the ListStreams request.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The names of the streams that are associated with the AWS account making the ListStreams request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "streamNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 }, { "beanStyleGetterMethodName" : "getHasMoreStreams", "beanStyleSetterMethodName" : "setHasMoreStreams", "c2jName" : "HasMoreStreams", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

                    If set to true, there are more streams available to list.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreStreams(Boolean)}.\n@param hasMoreStreams a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreStreams(Boolean)", "deprecated" : false, "documentation" : "

                    If set to true, there are more streams available to list.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hasMoreStreams", "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" : "hasMoreStreams", "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.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HasMoreStreams", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreStreams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "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" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamNames", "HasMoreStreams" ], "shapeName" : "ListStreamsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListStreamsResponse", "variableName" : "listStreamsResponse", "variableType" : "ListStreamsResponse", "documentation" : null, "simpleType" : "ListStreamsResponse", "variableSetterType" : "ListStreamsResponse" }, "wrapper" : false }, "ListTagsForStreamRequest" : { "c2jName" : "ListTagsForStreamInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents the input for ListTagsForStream.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTagsForStream", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.ListTagsForStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                    The name of the stream.

                    \n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                    The name of the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExclusiveStartTagKey", "beanStyleSetterMethodName" : "setExclusiveStartTagKey", "c2jName" : "ExclusiveStartTagKey", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                    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.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartTagKey(String)}.\n@param exclusiveStartTagKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartTagKey(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartTagKey", "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" : "exclusiveStartTagKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartTagKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartTagKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "ListTagsForStreamInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    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.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "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" : "limit", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getExclusiveStartTagKey", "beanStyleSetterMethodName" : "setExclusiveStartTagKey", "c2jName" : "ExclusiveStartTagKey", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                    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.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartTagKey(String)}.\n@param exclusiveStartTagKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartTagKey(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartTagKey", "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" : "exclusiveStartTagKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartTagKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartTagKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "ListTagsForStreamInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    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.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "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" : "limit", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                    The name of the stream.

                    \n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                    The name of the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                    The name of the stream.

                    \n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                    The name of the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExclusiveStartTagKey", "beanStyleSetterMethodName" : "setExclusiveStartTagKey", "c2jName" : "ExclusiveStartTagKey", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                    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.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartTagKey(String)}.\n@param exclusiveStartTagKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartTagKey(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartTagKey", "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" : "exclusiveStartTagKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartTagKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartTagKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "ListTagsForStreamInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    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.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "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" : "limit", "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.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName" ], "shapeName" : "ListTagsForStreamRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForStreamRequest", "variableName" : "listTagsForStreamRequest", "variableType" : "ListTagsForStreamRequest", "documentation" : null, "simpleType" : "ListTagsForStreamRequest", "variableSetterType" : "ListTagsForStreamRequest" }, "wrapper" : false }, "ListTagsForStreamResponse" : { "c2jName" : "ListTagsForStreamOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents the output for ListTagsForStream.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "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" : "tags", "getterDocumentation" : "

                    A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 }, { "beanStyleGetterMethodName" : "getHasMoreTags", "beanStyleSetterMethodName" : "setHasMoreTags", "c2jName" : "HasMoreTags", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

                    If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreTags(Boolean)}.\n@param hasMoreTags a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreTags(Boolean)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hasMoreTags", "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" : "hasMoreTags", "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.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HasMoreTags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "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" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getHasMoreTags", "beanStyleSetterMethodName" : "setHasMoreTags", "c2jName" : "HasMoreTags", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

                    If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreTags(Boolean)}.\n@param hasMoreTags a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreTags(Boolean)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hasMoreTags", "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" : "hasMoreTags", "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.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HasMoreTags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "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" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "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" : "tags", "getterDocumentation" : "

                    A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "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" : "tags", "getterDocumentation" : "

                    A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 }, { "beanStyleGetterMethodName" : "getHasMoreTags", "beanStyleSetterMethodName" : "setHasMoreTags", "c2jName" : "HasMoreTags", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

                    If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreTags(Boolean)}.\n@param hasMoreTags a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreTags(Boolean)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hasMoreTags", "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" : "hasMoreTags", "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.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HasMoreTags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "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" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Tags", "HasMoreTags" ], "shapeName" : "ListTagsForStreamResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForStreamResponse", "variableName" : "listTagsForStreamResponse", "variableType" : "ListTagsForStreamResponse", "documentation" : null, "simpleType" : "ListTagsForStreamResponse", "variableSetterType" : "ListTagsForStreamResponse" }, "wrapper" : false }, "MergeShardsRequest" : { "c2jName" : "MergeShardsInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents the input for MergeShards.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "MergeShards", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.MergeShards", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream for the merge.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream for the merge.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                    The name of the stream for the merge.

                    \n@return The name of the stream for the merge.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                    The name of the stream for the merge.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardToMerge", "beanStyleSetterMethodName" : "setShardToMerge", "c2jName" : "ShardToMerge", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                    The shard ID of the shard to combine with the adjacent shard for the merge.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardToMerge(String)}.\n@param shardToMerge a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardToMerge(String)", "deprecated" : false, "documentation" : "

                    The shard ID of the shard to combine with the adjacent shard for the merge.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardToMerge", "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" : "shardToMerge", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardToMerge", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardToMerge", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getAdjacentShardToMerge", "beanStyleSetterMethodName" : "setAdjacentShardToMerge", "c2jName" : "AdjacentShardToMerge", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                    The shard ID of the adjacent shard for the merge.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #adjacentShardToMerge(String)}.\n@param adjacentShardToMerge a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #adjacentShardToMerge(String)", "deprecated" : false, "documentation" : "

                    The shard ID of the adjacent shard for the merge.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "adjacentShardToMerge", "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" : "adjacentShardToMerge", "getterDocumentation" : "

                    The shard ID of the adjacent shard for the merge.

                    \n@return The shard ID of the adjacent shard for the merge.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AdjacentShardToMerge", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjacentShardToMerge", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getAdjacentShardToMerge", "beanStyleSetterMethodName" : "setAdjacentShardToMerge", "c2jName" : "AdjacentShardToMerge", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                    The shard ID of the adjacent shard for the merge.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #adjacentShardToMerge(String)}.\n@param adjacentShardToMerge a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #adjacentShardToMerge(String)", "deprecated" : false, "documentation" : "

                    The shard ID of the adjacent shard for the merge.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "adjacentShardToMerge", "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" : "adjacentShardToMerge", "getterDocumentation" : "

                    The shard ID of the adjacent shard for the merge.

                    \n@return The shard ID of the adjacent shard for the merge.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AdjacentShardToMerge", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjacentShardToMerge", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getShardToMerge", "beanStyleSetterMethodName" : "setShardToMerge", "c2jName" : "ShardToMerge", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                    The shard ID of the shard to combine with the adjacent shard for the merge.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardToMerge(String)}.\n@param shardToMerge a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardToMerge(String)", "deprecated" : false, "documentation" : "

                    The shard ID of the shard to combine with the adjacent shard for the merge.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardToMerge", "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" : "shardToMerge", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardToMerge", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardToMerge", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream for the merge.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream for the merge.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                    The name of the stream for the merge.

                    \n@return The name of the stream for the merge.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                    The name of the stream for the merge.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream for the merge.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream for the merge.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                    The name of the stream for the merge.

                    \n@return The name of the stream for the merge.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                    The name of the stream for the merge.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardToMerge", "beanStyleSetterMethodName" : "setShardToMerge", "c2jName" : "ShardToMerge", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                    The shard ID of the shard to combine with the adjacent shard for the merge.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardToMerge(String)}.\n@param shardToMerge a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardToMerge(String)", "deprecated" : false, "documentation" : "

                    The shard ID of the shard to combine with the adjacent shard for the merge.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardToMerge", "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" : "shardToMerge", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardToMerge", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardToMerge", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getAdjacentShardToMerge", "beanStyleSetterMethodName" : "setAdjacentShardToMerge", "c2jName" : "AdjacentShardToMerge", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                    The shard ID of the adjacent shard for the merge.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #adjacentShardToMerge(String)}.\n@param adjacentShardToMerge a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #adjacentShardToMerge(String)", "deprecated" : false, "documentation" : "

                    The shard ID of the adjacent shard for the merge.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "adjacentShardToMerge", "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" : "adjacentShardToMerge", "getterDocumentation" : "

                    The shard ID of the adjacent shard for the merge.

                    \n@return The shard ID of the adjacent shard for the merge.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AdjacentShardToMerge", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjacentShardToMerge", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "adjacentShardToMerge", "variableType" : "String", "documentation" : "

                    The shard ID of the adjacent shard for the merge.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "ShardToMerge", "AdjacentShardToMerge" ], "shapeName" : "MergeShardsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MergeShardsRequest", "variableName" : "mergeShardsRequest", "variableType" : "MergeShardsRequest", "documentation" : null, "simpleType" : "MergeShardsRequest", "variableSetterType" : "MergeShardsRequest" }, "wrapper" : false }, "MergeShardsResponse" : { "c2jName" : "MergeShardsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MergeShardsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MergeShardsResponse", "variableName" : "mergeShardsResponse", "variableType" : "MergeShardsResponse", "documentation" : null, "simpleType" : "MergeShardsResponse", "variableSetterType" : "MergeShardsResponse" }, "wrapper" : false }, "MetricsName" : { "c2jName" : "MetricsName", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "INCOMING_BYTES", "value" : "IncomingBytes" }, { "name" : "INCOMING_RECORDS", "value" : "IncomingRecords" }, { "name" : "OUTGOING_BYTES", "value" : "OutgoingBytes" }, { "name" : "OUTGOING_RECORDS", "value" : "OutgoingRecords" }, { "name" : "WRITE_PROVISIONED_THROUGHPUT_EXCEEDED", "value" : "WriteProvisionedThroughputExceeded" }, { "name" : "READ_PROVISIONED_THROUGHPUT_EXCEEDED", "value" : "ReadProvisionedThroughputExceeded" }, { "name" : "ITERATOR_AGE_MILLISECONDS", "value" : "IteratorAgeMilliseconds" }, { "name" : "ALL", "value" : "ALL" } ], "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MetricsName", "simpleMethod" : false, "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, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "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 Data Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.

                    ", "enums" : null, "errorCode" : "ProvisionedThroughputExceededException", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ProvisionedThroughputExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ProvisionedThroughputExceededException", "variableName" : "provisionedThroughputExceededException", "variableType" : "ProvisionedThroughputExceededException", "documentation" : null, "simpleType" : "ProvisionedThroughputExceededException", "variableSetterType" : "ProvisionedThroughputExceededException" }, "wrapper" : false }, "PutRecordRequest" : { "c2jName" : "PutRecordInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents the input for PutRecord.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutRecord", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.PutRecord", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream to put the data record into.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream to put the data record into.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "Data", "defaultConsumerFluentSetterDocumentation" : "

                    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).

                    \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "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" : "data", "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@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).", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "software.amazon.awssdk.core.SdkBytes", "marshallingType" : "SDK_BYTES", "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).

                    \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" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "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" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPartitionKey", "beanStyleSetterMethodName" : "setPartitionKey", "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "defaultConsumerFluentSetterDocumentation" : "

                    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 Data Streams 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.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #partitionKey(String)}.\n@param partitionKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partitionKey(String)", "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 Data Streams 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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partitionKey", "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 Data Streams 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 Data Streams 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" : "partitionKey", "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 Data Streams 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 Data Streams 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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 Data Streams 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 Data Streams 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 Data Streams 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 }, { "beanStyleGetterMethodName" : "getExplicitHashKey", "beanStyleSetterMethodName" : "setExplicitHashKey", "c2jName" : "ExplicitHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                    The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #explicitHashKey(String)}.\n@param explicitHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #explicitHashKey(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "explicitHashKey", "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" : "explicitHashKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExplicitHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExplicitHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getSequenceNumberForOrdering", "beanStyleSetterMethodName" : "setSequenceNumberForOrdering", "c2jName" : "SequenceNumberForOrdering", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                    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 are coarsely ordered based on arrival time.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumberForOrdering(String)}.\n@param sequenceNumberForOrdering a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumberForOrdering(String)", "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 are coarsely ordered based on arrival time.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumberForOrdering", "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 are 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 are coarsely ordered based on arrival time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumberForOrdering", "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 are 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 are coarsely ordered based on arrival time.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumberForOrdering", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumberForOrdering", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 are 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 are coarsely ordered based on arrival time.", "setterMethodName" : "setSequenceNumberForOrdering", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumberForOrdering", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 are coarsely ordered based on arrival time.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Data" : { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "Data", "defaultConsumerFluentSetterDocumentation" : "

                    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).

                    \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "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" : "data", "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@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).", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "software.amazon.awssdk.core.SdkBytes", "marshallingType" : "SDK_BYTES", "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).

                    \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" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "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" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, "ExplicitHashKey" : { "beanStyleGetterMethodName" : "getExplicitHashKey", "beanStyleSetterMethodName" : "setExplicitHashKey", "c2jName" : "ExplicitHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                    The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #explicitHashKey(String)}.\n@param explicitHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #explicitHashKey(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "explicitHashKey", "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" : "explicitHashKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExplicitHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExplicitHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getPartitionKey", "beanStyleSetterMethodName" : "setPartitionKey", "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "defaultConsumerFluentSetterDocumentation" : "

                    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 Data Streams 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.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #partitionKey(String)}.\n@param partitionKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partitionKey(String)", "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 Data Streams 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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partitionKey", "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 Data Streams 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 Data Streams 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" : "partitionKey", "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 Data Streams 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 Data Streams 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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 Data Streams 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 Data Streams 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 Data Streams 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" : { "beanStyleGetterMethodName" : "getSequenceNumberForOrdering", "beanStyleSetterMethodName" : "setSequenceNumberForOrdering", "c2jName" : "SequenceNumberForOrdering", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                    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 are coarsely ordered based on arrival time.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumberForOrdering(String)}.\n@param sequenceNumberForOrdering a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumberForOrdering(String)", "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 are coarsely ordered based on arrival time.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumberForOrdering", "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 are 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 are coarsely ordered based on arrival time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumberForOrdering", "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 are 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 are coarsely ordered based on arrival time.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumberForOrdering", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumberForOrdering", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 are 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 are coarsely ordered based on arrival time.", "setterMethodName" : "setSequenceNumberForOrdering", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumberForOrdering", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 are coarsely ordered based on arrival time.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream to put the data record into.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream to put the data record into.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the stream to put the data record into.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                    The name of the stream to put the data record into.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "Data", "defaultConsumerFluentSetterDocumentation" : "

                    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).

                    \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "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" : "data", "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@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).", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "software.amazon.awssdk.core.SdkBytes", "marshallingType" : "SDK_BYTES", "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).

                    \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" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "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" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPartitionKey", "beanStyleSetterMethodName" : "setPartitionKey", "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "defaultConsumerFluentSetterDocumentation" : "

                    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 Data Streams 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.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #partitionKey(String)}.\n@param partitionKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partitionKey(String)", "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 Data Streams 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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partitionKey", "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 Data Streams 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 Data Streams 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" : "partitionKey", "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 Data Streams 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 Data Streams 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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 Data Streams 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 Data Streams 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 Data Streams 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 }, { "beanStyleGetterMethodName" : "getExplicitHashKey", "beanStyleSetterMethodName" : "setExplicitHashKey", "c2jName" : "ExplicitHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                    The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #explicitHashKey(String)}.\n@param explicitHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #explicitHashKey(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "explicitHashKey", "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" : "explicitHashKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExplicitHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExplicitHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getSequenceNumberForOrdering", "beanStyleSetterMethodName" : "setSequenceNumberForOrdering", "c2jName" : "SequenceNumberForOrdering", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                    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 are coarsely ordered based on arrival time.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumberForOrdering(String)}.\n@param sequenceNumberForOrdering a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumberForOrdering(String)", "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 are coarsely ordered based on arrival time.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumberForOrdering", "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 are 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 are coarsely ordered based on arrival time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumberForOrdering", "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 are 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 are coarsely ordered based on arrival time.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumberForOrdering", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumberForOrdering", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 are 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 are coarsely ordered based on arrival time.", "setterMethodName" : "setSequenceNumberForOrdering", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumberForOrdering", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 are coarsely ordered based on arrival time.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "Data", "PartitionKey" ], "shapeName" : "PutRecordRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutRecordRequest", "variableName" : "putRecordRequest", "variableType" : "PutRecordRequest", "documentation" : null, "simpleType" : "PutRecordRequest", "variableSetterType" : "PutRecordRequest" }, "wrapper" : false }, "PutRecordResponse" : { "c2jName" : "PutRecordOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents the output for PutRecord.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                    The shard ID of the shard where the data record was placed.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

                    The shard ID of the shard where the data record was placed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "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" : "shardId", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                    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.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumber(String)}.\n@param sequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumber(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "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" : "sequenceNumber", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                    The encryption type to use on the record. This parameter can be one of the following values:

                    • NONE: Do not encrypt the records in the stream.

                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                    The encryption type to use on the record. This parameter can be one of the following values:

                    • NONE: Do not encrypt the records in the stream.

                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                    ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                    The encryption type to use on the record. This parameter can be one of the following values:

                    • NONE: Do not encrypt the records in the stream.

                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                    \n@param encryptionType The encryption type to use on the record. This parameter can be one of the following values:

                    • NONE: Do not encrypt the records in the stream.

                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                    • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                      The encryption type to use on the record. This parameter can be one of the following values:

                      • NONE: Do not encrypt the records in the stream.

                      • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                      \n

                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                      \n@return The encryption type to use on the record. This parameter can be one of the following values:

                      • NONE: Do not encrypt the records in the stream.

                      • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                      • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                        The encryption type to use on the record. This parameter can be one of the following values:

                        • NONE: Do not encrypt the records in the stream.

                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                        \n@param encryptionType The encryption type to use on the record. This parameter can be one of the following values:

                        • NONE: Do not encrypt the records in the stream.

                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                        • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                          The encryption type to use on the record. This parameter can be one of the following values:

                          • NONE: Do not encrypt the records in the stream.

                          • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EncryptionType" : { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                          The encryption type to use on the record. This parameter can be one of the following values:

                          • NONE: Do not encrypt the records in the stream.

                          • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                          The encryption type to use on the record. This parameter can be one of the following values:

                          • NONE: Do not encrypt the records in the stream.

                          • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                          ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                          The encryption type to use on the record. This parameter can be one of the following values:

                          • NONE: Do not encrypt the records in the stream.

                          • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                          \n@param encryptionType The encryption type to use on the record. This parameter can be one of the following values:

                          • NONE: Do not encrypt the records in the stream.

                          • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                          • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                            The encryption type to use on the record. This parameter can be one of the following values:

                            • NONE: Do not encrypt the records in the stream.

                            • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                            \n

                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                            \n@return The encryption type to use on the record. This parameter can be one of the following values:

                            • NONE: Do not encrypt the records in the stream.

                            • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                            • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                              The encryption type to use on the record. This parameter can be one of the following values:

                              • NONE: Do not encrypt the records in the stream.

                              • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                              \n@param encryptionType The encryption type to use on the record. This parameter can be one of the following values:

                              • NONE: Do not encrypt the records in the stream.

                              • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                              • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                The encryption type to use on the record. This parameter can be one of the following values:

                                • NONE: Do not encrypt the records in the stream.

                                • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SequenceNumber" : { "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                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.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumber(String)}.\n@param sequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumber(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "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" : "sequenceNumber", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                The shard ID of the shard where the data record was placed.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

                                The shard ID of the shard where the data record was placed.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "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" : "shardId", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                The shard ID of the shard where the data record was placed.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

                                The shard ID of the shard where the data record was placed.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "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" : "shardId", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                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.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumber(String)}.\n@param sequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumber(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "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" : "sequenceNumber", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                The encryption type to use on the record. This parameter can be one of the following values:

                                • NONE: Do not encrypt the records in the stream.

                                • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                The encryption type to use on the record. This parameter can be one of the following values:

                                • NONE: Do not encrypt the records in the stream.

                                • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                The encryption type to use on the record. This parameter can be one of the following values:

                                • NONE: Do not encrypt the records in the stream.

                                • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                \n@param encryptionType The encryption type to use on the record. This parameter can be one of the following values:

                                • NONE: Do not encrypt the records in the stream.

                                • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                  The encryption type to use on the record. This parameter can be one of the following values:

                                  • NONE: Do not encrypt the records in the stream.

                                  • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                  \n

                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                  \n@return The encryption type to use on the record. This parameter can be one of the following values:

                                  • NONE: Do not encrypt the records in the stream.

                                  • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                  • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                    The encryption type to use on the record. This parameter can be one of the following values:

                                    • NONE: Do not encrypt the records in the stream.

                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                    \n@param encryptionType The encryption type to use on the record. This parameter can be one of the following values:

                                    • NONE: Do not encrypt the records in the stream.

                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                    • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                      The encryption type to use on the record. This parameter can be one of the following values:

                                      • NONE: Do not encrypt the records in the stream.

                                      • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ShardId", "SequenceNumber" ], "shapeName" : "PutRecordResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutRecordResponse", "variableName" : "putRecordResponse", "variableType" : "PutRecordResponse", "documentation" : null, "simpleType" : "PutRecordResponse", "variableSetterType" : "PutRecordResponse" }, "wrapper" : false }, "PutRecordsRequest" : { "c2jName" : "PutRecordsInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      A PutRecords request.

                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutRecords", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.PutRecords", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "PutRecordsRequestEntryList", "defaultConsumerFluentSetterDocumentation" : "

                                      The records associated with the request.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)", "deprecated" : false, "documentation" : "

                                      The records associated with the request.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "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" : "records", "getterDocumentation" : "

                                      The records associated with the request.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The records associated with the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PutRecordsRequestEntry", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PutRecordsRequestEntry.Builder} avoiding the need to create one manually via {@link PutRecordsRequestEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link PutRecordsRequestEntry.Builder#build()} is called immediately and its result is passed to {@link #member(PutRecordsRequestEntry)}.\n@param member a consumer that will call methods on {@link PutRecordsRequestEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PutRecordsRequestEntry)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PutRecordsRequestEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PutRecordsRequestEntry", "variableName" : "member", "variableType" : "PutRecordsRequestEntry", "documentation" : null, "simpleType" : "PutRecordsRequestEntry", "variableSetterType" : "PutRecordsRequestEntry" }, "simple" : false, "variable" : { "variableDeclarationType" : "PutRecordsRequestEntry", "variableName" : "member", "variableType" : "PutRecordsRequestEntry", "documentation" : "", "simpleType" : "PutRecordsRequestEntry", "variableSetterType" : "PutRecordsRequestEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PutRecordsRequestEntry", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PutRecordsRequestEntry", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Records", "setterDocumentation" : "

                                      The records associated with the request.

                                      \n@param records The records associated with the request.", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

                                      The records associated with the request.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                      The stream name associated with the request.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                      The stream name associated with the request.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                      The stream name associated with the request.

                                      \n@return The stream name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                      The stream name associated with the request.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Records" : { "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "PutRecordsRequestEntryList", "defaultConsumerFluentSetterDocumentation" : "

                                      The records associated with the request.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)", "deprecated" : false, "documentation" : "

                                      The records associated with the request.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "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" : "records", "getterDocumentation" : "

                                      The records associated with the request.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The records associated with the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PutRecordsRequestEntry", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PutRecordsRequestEntry.Builder} avoiding the need to create one manually via {@link PutRecordsRequestEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link PutRecordsRequestEntry.Builder#build()} is called immediately and its result is passed to {@link #member(PutRecordsRequestEntry)}.\n@param member a consumer that will call methods on {@link PutRecordsRequestEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PutRecordsRequestEntry)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PutRecordsRequestEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PutRecordsRequestEntry", "variableName" : "member", "variableType" : "PutRecordsRequestEntry", "documentation" : null, "simpleType" : "PutRecordsRequestEntry", "variableSetterType" : "PutRecordsRequestEntry" }, "simple" : false, "variable" : { "variableDeclarationType" : "PutRecordsRequestEntry", "variableName" : "member", "variableType" : "PutRecordsRequestEntry", "documentation" : "", "simpleType" : "PutRecordsRequestEntry", "variableSetterType" : "PutRecordsRequestEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PutRecordsRequestEntry", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PutRecordsRequestEntry", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Records", "setterDocumentation" : "

                                      The records associated with the request.

                                      \n@param records The records associated with the request.", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

                                      The records associated with the request.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                      The stream name associated with the request.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                      The stream name associated with the request.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                      The stream name associated with the request.

                                      \n@return The stream name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                      The stream name associated with the request.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "PutRecordsRequestEntryList", "defaultConsumerFluentSetterDocumentation" : "

                                      The records associated with the request.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)", "deprecated" : false, "documentation" : "

                                      The records associated with the request.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "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" : "records", "getterDocumentation" : "

                                      The records associated with the request.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The records associated with the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PutRecordsRequestEntry", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PutRecordsRequestEntry.Builder} avoiding the need to create one manually via {@link PutRecordsRequestEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link PutRecordsRequestEntry.Builder#build()} is called immediately and its result is passed to {@link #member(PutRecordsRequestEntry)}.\n@param member a consumer that will call methods on {@link PutRecordsRequestEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PutRecordsRequestEntry)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PutRecordsRequestEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PutRecordsRequestEntry", "variableName" : "member", "variableType" : "PutRecordsRequestEntry", "documentation" : null, "simpleType" : "PutRecordsRequestEntry", "variableSetterType" : "PutRecordsRequestEntry" }, "simple" : false, "variable" : { "variableDeclarationType" : "PutRecordsRequestEntry", "variableName" : "member", "variableType" : "PutRecordsRequestEntry", "documentation" : "", "simpleType" : "PutRecordsRequestEntry", "variableSetterType" : "PutRecordsRequestEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PutRecordsRequestEntry", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PutRecordsRequestEntry", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Records", "setterDocumentation" : "

                                      The records associated with the request.

                                      \n@param records The records associated with the request.", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

                                      The records associated with the request.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                      The stream name associated with the request.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                      The stream name associated with the request.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                      The stream name associated with the request.

                                      \n@return The stream name associated with the request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutRecordsRequest", "variableName" : "putRecordsRequest", "variableType" : "PutRecordsRequest", "documentation" : null, "simpleType" : "PutRecordsRequest", "variableSetterType" : "PutRecordsRequest" }, "wrapper" : false }, "PutRecordsRequestEntry" : { "c2jName" : "PutRecordsRequestEntry", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Represents the output for PutRecords.

                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "Data", "defaultConsumerFluentSetterDocumentation" : "

                                      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).

                                      \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "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" : "data", "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@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).", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "software.amazon.awssdk.core.SdkBytes", "marshallingType" : "SDK_BYTES", "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).

                                      \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" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "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" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExplicitHashKey", "beanStyleSetterMethodName" : "setExplicitHashKey", "c2jName" : "ExplicitHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                                      The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #explicitHashKey(String)}.\n@param explicitHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #explicitHashKey(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "explicitHashKey", "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" : "explicitHashKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExplicitHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExplicitHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getPartitionKey", "beanStyleSetterMethodName" : "setPartitionKey", "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "defaultConsumerFluentSetterDocumentation" : "

                                      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 Data Streams 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.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #partitionKey(String)}.\n@param partitionKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partitionKey(String)", "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 Data Streams 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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partitionKey", "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 Data Streams 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 Data Streams 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" : "partitionKey", "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 Data Streams 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 Data Streams 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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 Data Streams 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 Data Streams 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 Data Streams 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" : { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "Data", "defaultConsumerFluentSetterDocumentation" : "

                                      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).

                                      \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "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" : "data", "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@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).", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "software.amazon.awssdk.core.SdkBytes", "marshallingType" : "SDK_BYTES", "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).

                                      \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" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "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" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, "ExplicitHashKey" : { "beanStyleGetterMethodName" : "getExplicitHashKey", "beanStyleSetterMethodName" : "setExplicitHashKey", "c2jName" : "ExplicitHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                                      The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #explicitHashKey(String)}.\n@param explicitHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #explicitHashKey(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "explicitHashKey", "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" : "explicitHashKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExplicitHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExplicitHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getPartitionKey", "beanStyleSetterMethodName" : "setPartitionKey", "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "defaultConsumerFluentSetterDocumentation" : "

                                      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 Data Streams 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.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #partitionKey(String)}.\n@param partitionKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partitionKey(String)", "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 Data Streams 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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partitionKey", "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 Data Streams 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 Data Streams 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" : "partitionKey", "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 Data Streams 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 Data Streams 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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 Data Streams 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 Data Streams 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 Data Streams 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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "Data", "defaultConsumerFluentSetterDocumentation" : "

                                      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).

                                      \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "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" : "data", "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@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).", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "software.amazon.awssdk.core.SdkBytes", "marshallingType" : "SDK_BYTES", "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).

                                      \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" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "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" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExplicitHashKey", "beanStyleSetterMethodName" : "setExplicitHashKey", "c2jName" : "ExplicitHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                                      The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #explicitHashKey(String)}.\n@param explicitHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #explicitHashKey(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "explicitHashKey", "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" : "explicitHashKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExplicitHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExplicitHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getPartitionKey", "beanStyleSetterMethodName" : "setPartitionKey", "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "defaultConsumerFluentSetterDocumentation" : "

                                      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 Data Streams 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.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #partitionKey(String)}.\n@param partitionKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partitionKey(String)", "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 Data Streams 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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partitionKey", "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 Data Streams 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 Data Streams 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" : "partitionKey", "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 Data Streams 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 Data Streams 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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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 Data Streams 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 Data Streams 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 Data Streams 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", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutRecordsRequestEntry", "variableName" : "putRecordsRequestEntry", "variableType" : "PutRecordsRequestEntry", "documentation" : null, "simpleType" : "PutRecordsRequestEntry", "variableSetterType" : "PutRecordsRequestEntry" }, "wrapper" : false }, "PutRecordsResponse" : { "c2jName" : "PutRecordsOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      PutRecords results.

                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFailedRecordCount", "beanStyleSetterMethodName" : "setFailedRecordCount", "c2jName" : "FailedRecordCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                      The number of unsuccessfully processed records in a PutRecords request.

                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #failedRecordCount(Integer)}.\n@param failedRecordCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failedRecordCount(Integer)", "deprecated" : false, "documentation" : "

                                      The number of unsuccessfully processed records in a PutRecords request.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failedRecordCount", "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" : "failedRecordCount", "getterDocumentation" : "

                                      The number of unsuccessfully processed records in a PutRecords request.

                                      \n@return The number of unsuccessfully processed records in a PutRecords request.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailedRecordCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRecordCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "failedRecordCount", "variableType" : "Integer", "documentation" : "

                                      The number of unsuccessfully processed records in a PutRecords request.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "PutRecordsResultEntryList", "defaultConsumerFluentSetterDocumentation" : "

                                      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.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "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" : "records", "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

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \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.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PutRecordsResultEntry", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PutRecordsResultEntry.Builder} avoiding the need to create one manually via {@link PutRecordsResultEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link PutRecordsResultEntry.Builder#build()} is called immediately and its result is passed to {@link #member(PutRecordsResultEntry)}.\n@param member a consumer that will call methods on {@link PutRecordsResultEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PutRecordsResultEntry)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PutRecordsResultEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PutRecordsResultEntry", "variableName" : "member", "variableType" : "PutRecordsResultEntry", "documentation" : null, "simpleType" : "PutRecordsResultEntry", "variableSetterType" : "PutRecordsResultEntry" }, "simple" : false, "variable" : { "variableDeclarationType" : "PutRecordsResultEntry", "variableName" : "member", "variableType" : "PutRecordsResultEntry", "documentation" : "", "simpleType" : "PutRecordsResultEntry", "variableSetterType" : "PutRecordsResultEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PutRecordsResultEntry", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PutRecordsResultEntry", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                      The encryption type used on the records. This parameter can be one of the following values:

                                      • NONE: Do not encrypt the records.

                                      • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                      The encryption type used on the records. This parameter can be one of the following values:

                                      • NONE: Do not encrypt the records.

                                      • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                      ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                      The encryption type used on the records. This parameter can be one of the following values:

                                      • NONE: Do not encrypt the records.

                                      • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                      \n@param encryptionType The encryption type used on the records. This parameter can be one of the following values:

                                      • NONE: Do not encrypt the records.

                                      • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                      • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                        The encryption type used on the records. This parameter can be one of the following values:

                                        • NONE: Do not encrypt the records.

                                        • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                        \n

                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                        \n@return The encryption type used on the records. This parameter can be one of the following values:

                                        • NONE: Do not encrypt the records.

                                        • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                        • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                          The encryption type used on the records. This parameter can be one of the following values:

                                          • NONE: Do not encrypt the records.

                                          • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                          \n@param encryptionType The encryption type used on the records. This parameter can be one of the following values:

                                          • NONE: Do not encrypt the records.

                                          • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                          • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                            The encryption type used on the records. This parameter can be one of the following values:

                                            • NONE: Do not encrypt the records.

                                            • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EncryptionType" : { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                            The encryption type used on the records. This parameter can be one of the following values:

                                            • NONE: Do not encrypt the records.

                                            • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                            The encryption type used on the records. This parameter can be one of the following values:

                                            • NONE: Do not encrypt the records.

                                            • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                            ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                            The encryption type used on the records. This parameter can be one of the following values:

                                            • NONE: Do not encrypt the records.

                                            • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                            \n@param encryptionType The encryption type used on the records. This parameter can be one of the following values:

                                            • NONE: Do not encrypt the records.

                                            • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                            • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                              The encryption type used on the records. This parameter can be one of the following values:

                                              • NONE: Do not encrypt the records.

                                              • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                              \n

                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                              \n@return The encryption type used on the records. This parameter can be one of the following values:

                                              • NONE: Do not encrypt the records.

                                              • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                              • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                The encryption type used on the records. This parameter can be one of the following values:

                                                • NONE: Do not encrypt the records.

                                                • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                                \n@param encryptionType The encryption type used on the records. This parameter can be one of the following values:

                                                • NONE: Do not encrypt the records.

                                                • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                                • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                  The encryption type used on the records. This parameter can be one of the following values:

                                                  • NONE: Do not encrypt the records.

                                                  • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FailedRecordCount" : { "beanStyleGetterMethodName" : "getFailedRecordCount", "beanStyleSetterMethodName" : "setFailedRecordCount", "c2jName" : "FailedRecordCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                  The number of unsuccessfully processed records in a PutRecords request.

                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #failedRecordCount(Integer)}.\n@param failedRecordCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failedRecordCount(Integer)", "deprecated" : false, "documentation" : "

                                                  The number of unsuccessfully processed records in a PutRecords request.

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failedRecordCount", "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" : "failedRecordCount", "getterDocumentation" : "

                                                  The number of unsuccessfully processed records in a PutRecords request.

                                                  \n@return The number of unsuccessfully processed records in a PutRecords request.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailedRecordCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRecordCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "PutRecordsResultEntryList", "defaultConsumerFluentSetterDocumentation" : "

                                                  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.

                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "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" : "records", "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

                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                  \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.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PutRecordsResultEntry", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PutRecordsResultEntry.Builder} avoiding the need to create one manually via {@link PutRecordsResultEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link PutRecordsResultEntry.Builder#build()} is called immediately and its result is passed to {@link #member(PutRecordsResultEntry)}.\n@param member a consumer that will call methods on {@link PutRecordsResultEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PutRecordsResultEntry)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PutRecordsResultEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PutRecordsResultEntry", "variableName" : "member", "variableType" : "PutRecordsResultEntry", "documentation" : null, "simpleType" : "PutRecordsResultEntry", "variableSetterType" : "PutRecordsResultEntry" }, "simple" : false, "variable" : { "variableDeclarationType" : "PutRecordsResultEntry", "variableName" : "member", "variableType" : "PutRecordsResultEntry", "documentation" : "", "simpleType" : "PutRecordsResultEntry", "variableSetterType" : "PutRecordsResultEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PutRecordsResultEntry", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PutRecordsResultEntry", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFailedRecordCount", "beanStyleSetterMethodName" : "setFailedRecordCount", "c2jName" : "FailedRecordCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                  The number of unsuccessfully processed records in a PutRecords request.

                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #failedRecordCount(Integer)}.\n@param failedRecordCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failedRecordCount(Integer)", "deprecated" : false, "documentation" : "

                                                  The number of unsuccessfully processed records in a PutRecords request.

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failedRecordCount", "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" : "failedRecordCount", "getterDocumentation" : "

                                                  The number of unsuccessfully processed records in a PutRecords request.

                                                  \n@return The number of unsuccessfully processed records in a PutRecords request.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailedRecordCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRecordCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "failedRecordCount", "variableType" : "Integer", "documentation" : "

                                                  The number of unsuccessfully processed records in a PutRecords request.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "PutRecordsResultEntryList", "defaultConsumerFluentSetterDocumentation" : "

                                                  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.

                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "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" : "records", "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

                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                  \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.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PutRecordsResultEntry", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PutRecordsResultEntry.Builder} avoiding the need to create one manually via {@link PutRecordsResultEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link PutRecordsResultEntry.Builder#build()} is called immediately and its result is passed to {@link #member(PutRecordsResultEntry)}.\n@param member a consumer that will call methods on {@link PutRecordsResultEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PutRecordsResultEntry)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PutRecordsResultEntry", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PutRecordsResultEntry", "variableName" : "member", "variableType" : "PutRecordsResultEntry", "documentation" : null, "simpleType" : "PutRecordsResultEntry", "variableSetterType" : "PutRecordsResultEntry" }, "simple" : false, "variable" : { "variableDeclarationType" : "PutRecordsResultEntry", "variableName" : "member", "variableType" : "PutRecordsResultEntry", "documentation" : "", "simpleType" : "PutRecordsResultEntry", "variableSetterType" : "PutRecordsResultEntry" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PutRecordsResultEntry", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PutRecordsResultEntry", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                  The encryption type used on the records. This parameter can be one of the following values:

                                                  • NONE: Do not encrypt the records.

                                                  • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                  The encryption type used on the records. This parameter can be one of the following values:

                                                  • NONE: Do not encrypt the records.

                                                  • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                                  ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                  The encryption type used on the records. This parameter can be one of the following values:

                                                  • NONE: Do not encrypt the records.

                                                  • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                                  \n@param encryptionType The encryption type used on the records. This parameter can be one of the following values:

                                                  • NONE: Do not encrypt the records.

                                                  • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                                  • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                    The encryption type used on the records. This parameter can be one of the following values:

                                                    • NONE: Do not encrypt the records.

                                                    • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                                    \n

                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                    \n@return The encryption type used on the records. This parameter can be one of the following values:

                                                    • NONE: Do not encrypt the records.

                                                    • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                                    • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                      The encryption type used on the records. This parameter can be one of the following values:

                                                      • NONE: Do not encrypt the records.

                                                      • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                                      \n@param encryptionType The encryption type used on the records. This parameter can be one of the following values:

                                                      • NONE: Do not encrypt the records.

                                                      • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                                      • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                        The encryption type used on the records. This parameter can be one of the following values:

                                                        • NONE: Do not encrypt the records.

                                                        • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Records" ], "shapeName" : "PutRecordsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutRecordsResponse", "variableName" : "putRecordsResponse", "variableType" : "PutRecordsResponse", "documentation" : null, "simpleType" : "PutRecordsResponse", "variableSetterType" : "PutRecordsResponse" }, "wrapper" : false }, "PutRecordsResultEntry" : { "c2jName" : "PutRecordsResultEntry", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "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, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                        The sequence number for an individual record result.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumber(String)}.\n@param sequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                        The sequence number for an individual record result.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "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" : "sequenceNumber", "getterDocumentation" : "

                                                        The sequence number for an individual record result.

                                                        \n@return The sequence number for an individual record result.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                                        The sequence number for an individual record result.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                        The shard ID for an individual record result.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

                                                        The shard ID for an individual record result.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "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" : "shardId", "getterDocumentation" : "

                                                        The shard ID for an individual record result.

                                                        \n@return The shard ID for an individual record result.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                                                        The shard ID for an individual record result.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getErrorCode", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "ErrorCode", "defaultConsumerFluentSetterDocumentation" : "

                                                        The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorCode(String)}.\n@param errorCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorCode(String)", "deprecated" : false, "documentation" : "

                                                        The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCode", "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" : "errorCode", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getErrorMessage", "beanStyleSetterMethodName" : "setErrorMessage", "c2jName" : "ErrorMessage", "c2jShape" : "ErrorMessage", "defaultConsumerFluentSetterDocumentation" : "

                                                        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\".

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorMessage(String)}.\n@param errorMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorMessage(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorMessage", "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" : "errorMessage", "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\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getErrorCode", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "ErrorCode", "defaultConsumerFluentSetterDocumentation" : "

                                                        The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorCode(String)}.\n@param errorCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorCode(String)", "deprecated" : false, "documentation" : "

                                                        The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCode", "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" : "errorCode", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getErrorMessage", "beanStyleSetterMethodName" : "setErrorMessage", "c2jName" : "ErrorMessage", "c2jShape" : "ErrorMessage", "defaultConsumerFluentSetterDocumentation" : "

                                                        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\".

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorMessage(String)}.\n@param errorMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorMessage(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorMessage", "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" : "errorMessage", "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\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                        The sequence number for an individual record result.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumber(String)}.\n@param sequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                        The sequence number for an individual record result.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "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" : "sequenceNumber", "getterDocumentation" : "

                                                        The sequence number for an individual record result.

                                                        \n@return The sequence number for an individual record result.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                                        The sequence number for an individual record result.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ShardId" : { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                        The shard ID for an individual record result.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

                                                        The shard ID for an individual record result.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "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" : "shardId", "getterDocumentation" : "

                                                        The shard ID for an individual record result.

                                                        \n@return The shard ID for an individual record result.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                                                        The shard ID for an individual record result.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                        The sequence number for an individual record result.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumber(String)}.\n@param sequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                        The sequence number for an individual record result.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "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" : "sequenceNumber", "getterDocumentation" : "

                                                        The sequence number for an individual record result.

                                                        \n@return The sequence number for an individual record result.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                                        The sequence number for an individual record result.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                        The shard ID for an individual record result.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

                                                        The shard ID for an individual record result.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "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" : "shardId", "getterDocumentation" : "

                                                        The shard ID for an individual record result.

                                                        \n@return The shard ID for an individual record result.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                                                        The shard ID for an individual record result.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getErrorCode", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "ErrorCode", "defaultConsumerFluentSetterDocumentation" : "

                                                        The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorCode(String)}.\n@param errorCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorCode(String)", "deprecated" : false, "documentation" : "

                                                        The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCode", "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" : "errorCode", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getErrorMessage", "beanStyleSetterMethodName" : "setErrorMessage", "c2jName" : "ErrorMessage", "c2jShape" : "ErrorMessage", "defaultConsumerFluentSetterDocumentation" : "

                                                        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\".

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorMessage(String)}.\n@param errorMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorMessage(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorMessage", "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" : "errorMessage", "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\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutRecordsResultEntry", "simpleMethod" : false, "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, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The unit of data of the Kinesis data stream, which is composed of a sequence number, a partition key, and a data blob.

                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                        The unique identifier of the record within its shard.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumber(String)}.\n@param sequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                        The unique identifier of the record within its shard.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "fluentSetterDocumentation" : "

                                                        The unique identifier of the record within its shard.

                                                        \n@param sequenceNumber The unique identifier of the record within its shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumber", "getterDocumentation" : "

                                                        The unique identifier of the record within its shard.

                                                        \n@return The unique identifier of the record within its shard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SequenceNumber", "setterDocumentation" : "

                                                        The unique identifier of the record within its shard.

                                                        \n@param sequenceNumber The unique identifier of the record within its shard.", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                                        The unique identifier of the record within its shard.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApproximateArrivalTimestamp", "beanStyleSetterMethodName" : "setApproximateArrivalTimestamp", "c2jName" : "ApproximateArrivalTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The approximate time that the record was inserted into the stream.

                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #approximateArrivalTimestamp(Instant)}.\n@param approximateArrivalTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #approximateArrivalTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                        The approximate time that the record was inserted into the stream.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "approximateArrivalTimestamp", "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" : "approximateArrivalTimestamp", "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.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApproximateArrivalTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApproximateArrivalTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "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.time.Instant", "variableName" : "approximateArrivalTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "approximateArrivalTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                        The approximate time that the record was inserted into the stream.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "Data", "defaultConsumerFluentSetterDocumentation" : "

                                                        The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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).

                                                        \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)", "deprecated" : false, "documentation" : "

                                                        The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "fluentSetterDocumentation" : "

                                                        The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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 Kinesis Data Streams, 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" : "data", "getterDocumentation" : "

                                                        The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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 The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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).", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "software.amazon.awssdk.core.SdkBytes", "marshallingType" : "SDK_BYTES", "name" : "Data", "setterDocumentation" : "

                                                        The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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 Kinesis Data Streams, 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" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                        The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPartitionKey", "beanStyleSetterMethodName" : "setPartitionKey", "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "defaultConsumerFluentSetterDocumentation" : "

                                                        Identifies which shard in the stream the data record is assigned to.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #partitionKey(String)}.\n@param partitionKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partitionKey(String)", "deprecated" : false, "documentation" : "

                                                        Identifies which shard in the stream the data record is assigned to.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partitionKey", "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" : "partitionKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                        The encryption type used on the record. This parameter can be one of the following values:

                                                        • NONE: Do not encrypt the records in the stream.

                                                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                        The encryption type used on the record. This parameter can be one of the following values:

                                                        • NONE: Do not encrypt the records in the stream.

                                                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                        ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                        The encryption type used on the record. This parameter can be one of the following values:

                                                        • NONE: Do not encrypt the records in the stream.

                                                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                        \n@param encryptionType The encryption type used on the record. This parameter can be one of the following values:

                                                        • NONE: Do not encrypt the records in the stream.

                                                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                        • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                          The encryption type used on the record. This parameter can be one of the following values:

                                                          • NONE: Do not encrypt the records in the stream.

                                                          • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                          \n

                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                          \n@return The encryption type used on the record. This parameter can be one of the following values:

                                                          • NONE: Do not encrypt the records in the stream.

                                                          • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                          • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                            The encryption type used on the record. This parameter can be one of the following values:

                                                            • NONE: Do not encrypt the records in the stream.

                                                            • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                            \n@param encryptionType The encryption type used on the record. This parameter can be one of the following values:

                                                            • NONE: Do not encrypt the records in the stream.

                                                            • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                            • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                              The encryption type used on the record. This parameter can be one of the following values:

                                                              • NONE: Do not encrypt the records in the stream.

                                                              • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApproximateArrivalTimestamp" : { "beanStyleGetterMethodName" : "getApproximateArrivalTimestamp", "beanStyleSetterMethodName" : "setApproximateArrivalTimestamp", "c2jName" : "ApproximateArrivalTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                              The approximate time that the record was inserted into the stream.

                                                              \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #approximateArrivalTimestamp(Instant)}.\n@param approximateArrivalTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #approximateArrivalTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                              The approximate time that the record was inserted into the stream.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "approximateArrivalTimestamp", "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" : "approximateArrivalTimestamp", "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.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApproximateArrivalTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApproximateArrivalTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "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.time.Instant", "variableName" : "approximateArrivalTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "approximateArrivalTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                              The approximate time that the record was inserted into the stream.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Data" : { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "Data", "defaultConsumerFluentSetterDocumentation" : "

                                                              The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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).

                                                              \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)", "deprecated" : false, "documentation" : "

                                                              The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "fluentSetterDocumentation" : "

                                                              The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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 Kinesis Data Streams, 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" : "data", "getterDocumentation" : "

                                                              The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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 The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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).", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "software.amazon.awssdk.core.SdkBytes", "marshallingType" : "SDK_BYTES", "name" : "Data", "setterDocumentation" : "

                                                              The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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 Kinesis Data Streams, 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" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                              The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, "EncryptionType" : { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                              The encryption type used on the record. This parameter can be one of the following values:

                                                              • NONE: Do not encrypt the records in the stream.

                                                              • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                              The encryption type used on the record. This parameter can be one of the following values:

                                                              • NONE: Do not encrypt the records in the stream.

                                                              • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                              ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                              The encryption type used on the record. This parameter can be one of the following values:

                                                              • NONE: Do not encrypt the records in the stream.

                                                              • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                              \n@param encryptionType The encryption type used on the record. This parameter can be one of the following values:

                                                              • NONE: Do not encrypt the records in the stream.

                                                              • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                              • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                The encryption type used on the record. This parameter can be one of the following values:

                                                                • NONE: Do not encrypt the records in the stream.

                                                                • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                \n

                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                \n@return The encryption type used on the record. This parameter can be one of the following values:

                                                                • NONE: Do not encrypt the records in the stream.

                                                                • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                  The encryption type used on the record. This parameter can be one of the following values:

                                                                  • NONE: Do not encrypt the records in the stream.

                                                                  • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                  \n@param encryptionType The encryption type used on the record. This parameter can be one of the following values:

                                                                  • NONE: Do not encrypt the records in the stream.

                                                                  • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                  • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                    The encryption type used on the record. This parameter can be one of the following values:

                                                                    • NONE: Do not encrypt the records in the stream.

                                                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PartitionKey" : { "beanStyleGetterMethodName" : "getPartitionKey", "beanStyleSetterMethodName" : "setPartitionKey", "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                    Identifies which shard in the stream the data record is assigned to.

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #partitionKey(String)}.\n@param partitionKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partitionKey(String)", "deprecated" : false, "documentation" : "

                                                                    Identifies which shard in the stream the data record is assigned to.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partitionKey", "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" : "partitionKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The unique identifier of the record within its shard.

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumber(String)}.\n@param sequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                                    The unique identifier of the record within its shard.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "fluentSetterDocumentation" : "

                                                                    The unique identifier of the record within its shard.

                                                                    \n@param sequenceNumber The unique identifier of the record within its shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumber", "getterDocumentation" : "

                                                                    The unique identifier of the record within its shard.

                                                                    \n@return The unique identifier of the record within its shard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SequenceNumber", "setterDocumentation" : "

                                                                    The unique identifier of the record within its shard.

                                                                    \n@param sequenceNumber The unique identifier of the record within its shard.", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                                                    The unique identifier of the record within its shard.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The unique identifier of the record within its shard.

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumber(String)}.\n@param sequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                                    The unique identifier of the record within its shard.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "fluentSetterDocumentation" : "

                                                                    The unique identifier of the record within its shard.

                                                                    \n@param sequenceNumber The unique identifier of the record within its shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumber", "getterDocumentation" : "

                                                                    The unique identifier of the record within its shard.

                                                                    \n@return The unique identifier of the record within its shard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SequenceNumber", "setterDocumentation" : "

                                                                    The unique identifier of the record within its shard.

                                                                    \n@param sequenceNumber The unique identifier of the record within its shard.", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                                                    The unique identifier of the record within its shard.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApproximateArrivalTimestamp", "beanStyleSetterMethodName" : "setApproximateArrivalTimestamp", "c2jName" : "ApproximateArrivalTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The approximate time that the record was inserted into the stream.

                                                                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #approximateArrivalTimestamp(Instant)}.\n@param approximateArrivalTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #approximateArrivalTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                    The approximate time that the record was inserted into the stream.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "approximateArrivalTimestamp", "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" : "approximateArrivalTimestamp", "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.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApproximateArrivalTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApproximateArrivalTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "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.time.Instant", "variableName" : "approximateArrivalTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "approximateArrivalTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                    The approximate time that the record was inserted into the stream.

                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "Data", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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).

                                                                    \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)", "deprecated" : false, "documentation" : "

                                                                    The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "fluentSetterDocumentation" : "

                                                                    The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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 Kinesis Data Streams, 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" : "data", "getterDocumentation" : "

                                                                    The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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 The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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).", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "software.amazon.awssdk.core.SdkBytes", "marshallingType" : "SDK_BYTES", "name" : "Data", "setterDocumentation" : "

                                                                    The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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 Kinesis Data Streams, 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" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                                    The data blob. The data in the blob is both opaque and immutable to Kinesis Data Streams, 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" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPartitionKey", "beanStyleSetterMethodName" : "setPartitionKey", "c2jName" : "PartitionKey", "c2jShape" : "PartitionKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                    Identifies which shard in the stream the data record is assigned to.

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #partitionKey(String)}.\n@param partitionKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #partitionKey(String)", "deprecated" : false, "documentation" : "

                                                                    Identifies which shard in the stream the data record is assigned to.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "partitionKey", "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" : "partitionKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PartitionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PartitionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The encryption type used on the record. This parameter can be one of the following values:

                                                                    • NONE: Do not encrypt the records in the stream.

                                                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                    The encryption type used on the record. This parameter can be one of the following values:

                                                                    • NONE: Do not encrypt the records in the stream.

                                                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                    ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                    The encryption type used on the record. This parameter can be one of the following values:

                                                                    • NONE: Do not encrypt the records in the stream.

                                                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                    \n@param encryptionType The encryption type used on the record. This parameter can be one of the following values:

                                                                    • NONE: Do not encrypt the records in the stream.

                                                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                    • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                      The encryption type used on the record. This parameter can be one of the following values:

                                                                      • NONE: Do not encrypt the records in the stream.

                                                                      • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                      \n

                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                      \n@return The encryption type used on the record. This parameter can be one of the following values:

                                                                      • NONE: Do not encrypt the records in the stream.

                                                                      • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                      • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                        The encryption type used on the record. This parameter can be one of the following values:

                                                                        • NONE: Do not encrypt the records in the stream.

                                                                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                        \n@param encryptionType The encryption type used on the record. This parameter can be one of the following values:

                                                                        • NONE: Do not encrypt the records in the stream.

                                                                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                        • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                          The encryption type used on the record. This parameter can be one of the following values:

                                                                          • NONE: Do not encrypt the records in the stream.

                                                                          • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SequenceNumber", "Data", "PartitionKey" ], "shapeName" : "Record", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Record", "variableName" : "record", "variableType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "wrapper" : false }, "RegisterStreamConsumerRequest" : { "c2jName" : "RegisterStreamConsumerInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RegisterStreamConsumer", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.RegisterStreamConsumer", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          \n@param streamARN The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          \n@return The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          \n@param streamARN The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          \n@param consumerName For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          \n@return For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          \n@param consumerName For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumerName" : { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          \n@param consumerName For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          \n@return For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          \n@param consumerName For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamARN" : { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          \n@param streamARN The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          \n@return The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          \n@param streamARN The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "fluentSetterDocumentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          \n@param streamARN The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamARN", "getterDocumentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          \n@return The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamARN", "setterDocumentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          \n@param streamARN The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

                                                                          The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerName", "beanStyleSetterMethodName" : "setConsumerName", "c2jName" : "ConsumerName", "c2jShape" : "ConsumerName", "defaultConsumerFluentSetterDocumentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)", "deprecated" : false, "documentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerName", "fluentSetterDocumentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          \n@param consumerName For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerName", "getterDocumentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          \n@return For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerName", "setterDocumentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          \n@param consumerName For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.", "setterMethodName" : "setConsumerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerName", "variableType" : "String", "documentation" : "

                                                                          For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamARN", "ConsumerName" ], "shapeName" : "RegisterStreamConsumerRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RegisterStreamConsumerRequest", "variableName" : "registerStreamConsumerRequest", "variableType" : "RegisterStreamConsumerRequest", "documentation" : null, "simpleType" : "RegisterStreamConsumerRequest", "variableSetterType" : "RegisterStreamConsumerRequest" }, "wrapper" : false }, "RegisterStreamConsumerResponse" : { "c2jName" : "RegisterStreamConsumerOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConsumer", "beanStyleSetterMethodName" : "setConsumer", "c2jName" : "Consumer", "c2jShape" : "Consumer", "defaultConsumerFluentSetterDocumentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          \nThis is a convenience that creates an instance of the {@link Consumer.Builder} avoiding the need to create one manually via {@link Consumer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Consumer.Builder#build()} is called immediately and its result is passed to {@link #consumer(Consumer)}.\n@param consumer a consumer that will call methods on {@link Consumer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumer(Consumer)", "deprecated" : false, "documentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumer", "fluentSetterDocumentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          \n@param consumer An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumer", "getterDocumentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          \n@return An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.", "getterModel" : { "returnType" : "Consumer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Consumer", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Consumer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Consumer", "setterDocumentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          \n@param consumer An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.", "setterMethodName" : "setConsumer", "setterModel" : { "variableDeclarationType" : "Consumer", "variableName" : "consumer", "variableType" : "Consumer", "documentation" : null, "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "simple" : false, "variable" : { "variableDeclarationType" : "Consumer", "variableName" : "consumer", "variableType" : "Consumer", "documentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          ", "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Consumer" : { "beanStyleGetterMethodName" : "getConsumer", "beanStyleSetterMethodName" : "setConsumer", "c2jName" : "Consumer", "c2jShape" : "Consumer", "defaultConsumerFluentSetterDocumentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          \nThis is a convenience that creates an instance of the {@link Consumer.Builder} avoiding the need to create one manually via {@link Consumer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Consumer.Builder#build()} is called immediately and its result is passed to {@link #consumer(Consumer)}.\n@param consumer a consumer that will call methods on {@link Consumer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumer(Consumer)", "deprecated" : false, "documentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumer", "fluentSetterDocumentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          \n@param consumer An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumer", "getterDocumentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          \n@return An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.", "getterModel" : { "returnType" : "Consumer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Consumer", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Consumer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Consumer", "setterDocumentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          \n@param consumer An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.", "setterMethodName" : "setConsumer", "setterModel" : { "variableDeclarationType" : "Consumer", "variableName" : "consumer", "variableType" : "Consumer", "documentation" : null, "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "simple" : false, "variable" : { "variableDeclarationType" : "Consumer", "variableName" : "consumer", "variableType" : "Consumer", "documentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          ", "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConsumer", "beanStyleSetterMethodName" : "setConsumer", "c2jName" : "Consumer", "c2jShape" : "Consumer", "defaultConsumerFluentSetterDocumentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          \nThis is a convenience that creates an instance of the {@link Consumer.Builder} avoiding the need to create one manually via {@link Consumer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Consumer.Builder#build()} is called immediately and its result is passed to {@link #consumer(Consumer)}.\n@param consumer a consumer that will call methods on {@link Consumer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumer(Consumer)", "deprecated" : false, "documentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumer", "fluentSetterDocumentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          \n@param consumer An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumer", "getterDocumentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          \n@return An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.", "getterModel" : { "returnType" : "Consumer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Consumer", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Consumer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Consumer", "setterDocumentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          \n@param consumer An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.", "setterMethodName" : "setConsumer", "setterModel" : { "variableDeclarationType" : "Consumer", "variableName" : "consumer", "variableType" : "Consumer", "documentation" : null, "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "simple" : false, "variable" : { "variableDeclarationType" : "Consumer", "variableName" : "consumer", "variableType" : "Consumer", "documentation" : "

                                                                          An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.

                                                                          ", "simpleType" : "Consumer", "variableSetterType" : "Consumer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Consumer" ], "shapeName" : "RegisterStreamConsumerResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RegisterStreamConsumerResponse", "variableName" : "registerStreamConsumerResponse", "variableType" : "RegisterStreamConsumerResponse", "documentation" : null, "simpleType" : "RegisterStreamConsumerResponse", "variableSetterType" : "RegisterStreamConsumerResponse" }, "wrapper" : false }, "RemoveTagsFromStreamRequest" : { "c2jName" : "RemoveTagsFromStreamInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          Represents the input for RemoveTagsFromStream.

                                                                          ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RemoveTagsFromStream", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.RemoveTagsFromStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the stream.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                          The name of the stream.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                          The name of the stream.

                                                                          \n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                          The name of the stream.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A list of tag keys. Each corresponding tag is removed from the stream.

                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "documentation" : "

                                                                          A list of tag keys. Each corresponding tag is removed from the stream.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "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" : "tagKeys", "getterDocumentation" : "

                                                                          A list of tag keys. Each corresponding tag is removed from the stream.

                                                                          \n

                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                          \n@return A list of tag keys. Each corresponding tag is removed from the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the stream.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                          The name of the stream.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                          The name of the stream.

                                                                          \n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                          The name of the stream.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TagKeys" : { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A list of tag keys. Each corresponding tag is removed from the stream.

                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "documentation" : "

                                                                          A list of tag keys. Each corresponding tag is removed from the stream.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "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" : "tagKeys", "getterDocumentation" : "

                                                                          A list of tag keys. Each corresponding tag is removed from the stream.

                                                                          \n

                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                          \n@return A list of tag keys. Each corresponding tag is removed from the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the stream.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                          The name of the stream.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                          The name of the stream.

                                                                          \n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                          The name of the stream.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A list of tag keys. Each corresponding tag is removed from the stream.

                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "documentation" : "

                                                                          A list of tag keys. Each corresponding tag is removed from the stream.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "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" : "tagKeys", "getterDocumentation" : "

                                                                          A list of tag keys. Each corresponding tag is removed from the stream.

                                                                          \n

                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                          \n@return A list of tag keys. Each corresponding tag is removed from the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveTagsFromStreamRequest", "variableName" : "removeTagsFromStreamRequest", "variableType" : "RemoveTagsFromStreamRequest", "documentation" : null, "simpleType" : "RemoveTagsFromStreamRequest", "variableSetterType" : "RemoveTagsFromStreamRequest" }, "wrapper" : false }, "RemoveTagsFromStreamResponse" : { "c2jName" : "RemoveTagsFromStreamResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RemoveTagsFromStreamResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RemoveTagsFromStreamResponse", "variableName" : "removeTagsFromStreamResponse", "variableType" : "RemoveTagsFromStreamResponse", "documentation" : null, "simpleType" : "RemoveTagsFromStreamResponse", "variableSetterType" : "RemoveTagsFromStreamResponse" }, "wrapper" : false }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

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

                                                                          ", "enums" : null, "errorCode" : "ResourceInUseException", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

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

                                                                          ", "enums" : null, "errorCode" : "ResourceNotFoundException", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false }, "ScalingType" : { "c2jName" : "ScalingType", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "UNIFORM_SCALING", "value" : "UNIFORM_SCALING" } ], "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ScalingType", "simpleMethod" : false, "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, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          The range of possible sequence numbers for the shard.

                                                                          ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStartingSequenceNumber", "beanStyleSetterMethodName" : "setStartingSequenceNumber", "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The starting sequence number for the range.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingSequenceNumber(String)}.\n@param startingSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingSequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                                          The starting sequence number for the range.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingSequenceNumber", "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" : "startingSequenceNumber", "getterDocumentation" : "

                                                                          The starting sequence number for the range.

                                                                          \n@return The starting sequence number for the range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingSequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : "

                                                                          The starting sequence number for the range.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndingSequenceNumber", "beanStyleSetterMethodName" : "setEndingSequenceNumber", "c2jName" : "EndingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endingSequenceNumber(String)}.\n@param endingSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endingSequenceNumber(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endingSequenceNumber", "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" : "endingSequenceNumber", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndingSequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getEndingSequenceNumber", "beanStyleSetterMethodName" : "setEndingSequenceNumber", "c2jName" : "EndingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endingSequenceNumber(String)}.\n@param endingSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endingSequenceNumber(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endingSequenceNumber", "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" : "endingSequenceNumber", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndingSequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getStartingSequenceNumber", "beanStyleSetterMethodName" : "setStartingSequenceNumber", "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The starting sequence number for the range.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingSequenceNumber(String)}.\n@param startingSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingSequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                                          The starting sequence number for the range.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingSequenceNumber", "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" : "startingSequenceNumber", "getterDocumentation" : "

                                                                          The starting sequence number for the range.

                                                                          \n@return The starting sequence number for the range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingSequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : "

                                                                          The starting sequence number for the range.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStartingSequenceNumber", "beanStyleSetterMethodName" : "setStartingSequenceNumber", "c2jName" : "StartingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The starting sequence number for the range.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingSequenceNumber(String)}.\n@param startingSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingSequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                                          The starting sequence number for the range.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingSequenceNumber", "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" : "startingSequenceNumber", "getterDocumentation" : "

                                                                          The starting sequence number for the range.

                                                                          \n@return The starting sequence number for the range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingSequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "startingSequenceNumber", "variableType" : "String", "documentation" : "

                                                                          The starting sequence number for the range.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndingSequenceNumber", "beanStyleSetterMethodName" : "setEndingSequenceNumber", "c2jName" : "EndingSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endingSequenceNumber(String)}.\n@param endingSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endingSequenceNumber(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endingSequenceNumber", "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" : "endingSequenceNumber", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndingSequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndingSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StartingSequenceNumber" ], "shapeName" : "SequenceNumberRange", "simpleMethod" : false, "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, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          A uniquely identified group of data records in a Kinesis data stream.

                                                                          ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The unique identifier of the shard within the stream.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

                                                                          The unique identifier of the shard within the stream.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "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" : "shardId", "getterDocumentation" : "

                                                                          The unique identifier of the shard within the stream.

                                                                          \n@return The unique identifier of the shard within the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                                                                          The unique identifier of the shard within the stream.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentShardId", "beanStyleSetterMethodName" : "setParentShardId", "c2jName" : "ParentShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The shard ID of the shard's parent.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentShardId(String)}.\n@param parentShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentShardId(String)", "deprecated" : false, "documentation" : "

                                                                          The shard ID of the shard's parent.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentShardId", "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" : "parentShardId", "getterDocumentation" : "

                                                                          The shard ID of the shard's parent.

                                                                          \n@return The shard ID of the shard's parent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentShardId", "variableType" : "String", "documentation" : "

                                                                          The shard ID of the shard's parent.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAdjacentParentShardId", "beanStyleSetterMethodName" : "setAdjacentParentShardId", "c2jName" : "AdjacentParentShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The shard ID of the shard adjacent to the shard's parent.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #adjacentParentShardId(String)}.\n@param adjacentParentShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #adjacentParentShardId(String)", "deprecated" : false, "documentation" : "

                                                                          The shard ID of the shard adjacent to the shard's parent.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "adjacentParentShardId", "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" : "adjacentParentShardId", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AdjacentParentShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjacentParentShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getHashKeyRange", "beanStyleSetterMethodName" : "setHashKeyRange", "c2jName" : "HashKeyRange", "c2jShape" : "HashKeyRange", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                                                                          \nThis is a convenience that creates an instance of the {@link HashKeyRange.Builder} avoiding the need to create one manually via {@link HashKeyRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link HashKeyRange.Builder#build()} is called immediately and its result is passed to {@link #hashKeyRange(HashKeyRange)}.\n@param hashKeyRange a consumer that will call methods on {@link HashKeyRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hashKeyRange(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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hashKeyRange", "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" : "hashKeyRange", "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.", "getterModel" : { "returnType" : "HashKeyRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HashKeyRange", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HashKeyRange", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "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" : null, "simpleType" : "HashKeyRange", "variableSetterType" : "HashKeyRange" }, "simple" : false, "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 }, { "beanStyleGetterMethodName" : "getSequenceNumberRange", "beanStyleSetterMethodName" : "setSequenceNumberRange", "c2jName" : "SequenceNumberRange", "c2jShape" : "SequenceNumberRange", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The range of possible sequence numbers for the shard.

                                                                          \nThis is a convenience that creates an instance of the {@link SequenceNumberRange.Builder} avoiding the need to create one manually via {@link SequenceNumberRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link SequenceNumberRange.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumberRange(SequenceNumberRange)}.\n@param sequenceNumberRange a consumer that will call methods on {@link SequenceNumberRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumberRange(SequenceNumberRange)", "deprecated" : false, "documentation" : "

                                                                          The range of possible sequence numbers for the shard.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumberRange", "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" : "sequenceNumberRange", "getterDocumentation" : "

                                                                          The range of possible sequence numbers for the shard.

                                                                          \n@return The range of possible sequence numbers for the shard.", "getterModel" : { "returnType" : "SequenceNumberRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumberRange", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumberRange", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "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" : null, "simpleType" : "SequenceNumberRange", "variableSetterType" : "SequenceNumberRange" }, "simple" : false, "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" : { "beanStyleGetterMethodName" : "getAdjacentParentShardId", "beanStyleSetterMethodName" : "setAdjacentParentShardId", "c2jName" : "AdjacentParentShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The shard ID of the shard adjacent to the shard's parent.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #adjacentParentShardId(String)}.\n@param adjacentParentShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #adjacentParentShardId(String)", "deprecated" : false, "documentation" : "

                                                                          The shard ID of the shard adjacent to the shard's parent.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "adjacentParentShardId", "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" : "adjacentParentShardId", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AdjacentParentShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjacentParentShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getHashKeyRange", "beanStyleSetterMethodName" : "setHashKeyRange", "c2jName" : "HashKeyRange", "c2jShape" : "HashKeyRange", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                                                                          \nThis is a convenience that creates an instance of the {@link HashKeyRange.Builder} avoiding the need to create one manually via {@link HashKeyRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link HashKeyRange.Builder#build()} is called immediately and its result is passed to {@link #hashKeyRange(HashKeyRange)}.\n@param hashKeyRange a consumer that will call methods on {@link HashKeyRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hashKeyRange(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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hashKeyRange", "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" : "hashKeyRange", "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.", "getterModel" : { "returnType" : "HashKeyRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HashKeyRange", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HashKeyRange", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "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" : null, "simpleType" : "HashKeyRange", "variableSetterType" : "HashKeyRange" }, "simple" : false, "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" : { "beanStyleGetterMethodName" : "getParentShardId", "beanStyleSetterMethodName" : "setParentShardId", "c2jName" : "ParentShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The shard ID of the shard's parent.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentShardId(String)}.\n@param parentShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentShardId(String)", "deprecated" : false, "documentation" : "

                                                                          The shard ID of the shard's parent.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentShardId", "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" : "parentShardId", "getterDocumentation" : "

                                                                          The shard ID of the shard's parent.

                                                                          \n@return The shard ID of the shard's parent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentShardId", "variableType" : "String", "documentation" : "

                                                                          The shard ID of the shard's parent.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SequenceNumberRange" : { "beanStyleGetterMethodName" : "getSequenceNumberRange", "beanStyleSetterMethodName" : "setSequenceNumberRange", "c2jName" : "SequenceNumberRange", "c2jShape" : "SequenceNumberRange", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The range of possible sequence numbers for the shard.

                                                                          \nThis is a convenience that creates an instance of the {@link SequenceNumberRange.Builder} avoiding the need to create one manually via {@link SequenceNumberRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link SequenceNumberRange.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumberRange(SequenceNumberRange)}.\n@param sequenceNumberRange a consumer that will call methods on {@link SequenceNumberRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumberRange(SequenceNumberRange)", "deprecated" : false, "documentation" : "

                                                                          The range of possible sequence numbers for the shard.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumberRange", "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" : "sequenceNumberRange", "getterDocumentation" : "

                                                                          The range of possible sequence numbers for the shard.

                                                                          \n@return The range of possible sequence numbers for the shard.", "getterModel" : { "returnType" : "SequenceNumberRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumberRange", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumberRange", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "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" : null, "simpleType" : "SequenceNumberRange", "variableSetterType" : "SequenceNumberRange" }, "simple" : false, "variable" : { "variableDeclarationType" : "SequenceNumberRange", "variableName" : "sequenceNumberRange", "variableType" : "SequenceNumberRange", "documentation" : "

                                                                          The range of possible sequence numbers for the shard.

                                                                          ", "simpleType" : "SequenceNumberRange", "variableSetterType" : "SequenceNumberRange" }, "xmlNameSpaceUri" : null }, "ShardId" : { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The unique identifier of the shard within the stream.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

                                                                          The unique identifier of the shard within the stream.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "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" : "shardId", "getterDocumentation" : "

                                                                          The unique identifier of the shard within the stream.

                                                                          \n@return The unique identifier of the shard within the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                                                                          The unique identifier of the shard within the stream.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The unique identifier of the shard within the stream.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

                                                                          The unique identifier of the shard within the stream.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "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" : "shardId", "getterDocumentation" : "

                                                                          The unique identifier of the shard within the stream.

                                                                          \n@return The unique identifier of the shard within the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                                                                          The unique identifier of the shard within the stream.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentShardId", "beanStyleSetterMethodName" : "setParentShardId", "c2jName" : "ParentShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The shard ID of the shard's parent.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentShardId(String)}.\n@param parentShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentShardId(String)", "deprecated" : false, "documentation" : "

                                                                          The shard ID of the shard's parent.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentShardId", "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" : "parentShardId", "getterDocumentation" : "

                                                                          The shard ID of the shard's parent.

                                                                          \n@return The shard ID of the shard's parent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentShardId", "variableType" : "String", "documentation" : "

                                                                          The shard ID of the shard's parent.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAdjacentParentShardId", "beanStyleSetterMethodName" : "setAdjacentParentShardId", "c2jName" : "AdjacentParentShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The shard ID of the shard adjacent to the shard's parent.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #adjacentParentShardId(String)}.\n@param adjacentParentShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #adjacentParentShardId(String)", "deprecated" : false, "documentation" : "

                                                                          The shard ID of the shard adjacent to the shard's parent.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "adjacentParentShardId", "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" : "adjacentParentShardId", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AdjacentParentShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdjacentParentShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getHashKeyRange", "beanStyleSetterMethodName" : "setHashKeyRange", "c2jName" : "HashKeyRange", "c2jShape" : "HashKeyRange", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

                                                                          \nThis is a convenience that creates an instance of the {@link HashKeyRange.Builder} avoiding the need to create one manually via {@link HashKeyRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link HashKeyRange.Builder#build()} is called immediately and its result is passed to {@link #hashKeyRange(HashKeyRange)}.\n@param hashKeyRange a consumer that will call methods on {@link HashKeyRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hashKeyRange(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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hashKeyRange", "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" : "hashKeyRange", "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.", "getterModel" : { "returnType" : "HashKeyRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HashKeyRange", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HashKeyRange", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "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" : null, "simpleType" : "HashKeyRange", "variableSetterType" : "HashKeyRange" }, "simple" : false, "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 }, { "beanStyleGetterMethodName" : "getSequenceNumberRange", "beanStyleSetterMethodName" : "setSequenceNumberRange", "c2jName" : "SequenceNumberRange", "c2jShape" : "SequenceNumberRange", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The range of possible sequence numbers for the shard.

                                                                          \nThis is a convenience that creates an instance of the {@link SequenceNumberRange.Builder} avoiding the need to create one manually via {@link SequenceNumberRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link SequenceNumberRange.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumberRange(SequenceNumberRange)}.\n@param sequenceNumberRange a consumer that will call methods on {@link SequenceNumberRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumberRange(SequenceNumberRange)", "deprecated" : false, "documentation" : "

                                                                          The range of possible sequence numbers for the shard.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumberRange", "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" : "sequenceNumberRange", "getterDocumentation" : "

                                                                          The range of possible sequence numbers for the shard.

                                                                          \n@return The range of possible sequence numbers for the shard.", "getterModel" : { "returnType" : "SequenceNumberRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumberRange", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumberRange", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "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" : null, "simpleType" : "SequenceNumberRange", "variableSetterType" : "SequenceNumberRange" }, "simple" : false, "variable" : { "variableDeclarationType" : "SequenceNumberRange", "variableName" : "sequenceNumberRange", "variableType" : "SequenceNumberRange", "documentation" : "

                                                                          The range of possible sequence numbers for the shard.

                                                                          ", "simpleType" : "SequenceNumberRange", "variableSetterType" : "SequenceNumberRange" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ShardId", "HashKeyRange", "SequenceNumberRange" ], "shapeName" : "Shard", "simpleMethod" : false, "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, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "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, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ShardIteratorType", "simpleMethod" : false, "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, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          Represents the input for SplitShard.

                                                                          ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SplitShard", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.SplitShard", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the stream for the shard split.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                          The name of the stream for the shard split.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                          The name of the stream for the shard split.

                                                                          \n@return The name of the stream for the shard split.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                          The name of the stream for the shard split.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardToSplit", "beanStyleSetterMethodName" : "setShardToSplit", "c2jName" : "ShardToSplit", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The shard ID of the shard to split.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardToSplit(String)}.\n@param shardToSplit a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardToSplit(String)", "deprecated" : false, "documentation" : "

                                                                          The shard ID of the shard to split.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardToSplit", "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" : "shardToSplit", "getterDocumentation" : "

                                                                          The shard ID of the shard to split.

                                                                          \n@return The shard ID of the shard to split.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardToSplit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardToSplit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardToSplit", "variableType" : "String", "documentation" : "

                                                                          The shard ID of the shard to split.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNewStartingHashKey", "beanStyleSetterMethodName" : "setNewStartingHashKey", "c2jName" : "NewStartingHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                          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.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #newStartingHashKey(String)}.\n@param newStartingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newStartingHashKey(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newStartingHashKey", "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" : "newStartingHashKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewStartingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NewStartingHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getNewStartingHashKey", "beanStyleSetterMethodName" : "setNewStartingHashKey", "c2jName" : "NewStartingHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                          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.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #newStartingHashKey(String)}.\n@param newStartingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newStartingHashKey(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newStartingHashKey", "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" : "newStartingHashKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewStartingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NewStartingHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getShardToSplit", "beanStyleSetterMethodName" : "setShardToSplit", "c2jName" : "ShardToSplit", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The shard ID of the shard to split.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardToSplit(String)}.\n@param shardToSplit a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardToSplit(String)", "deprecated" : false, "documentation" : "

                                                                          The shard ID of the shard to split.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardToSplit", "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" : "shardToSplit", "getterDocumentation" : "

                                                                          The shard ID of the shard to split.

                                                                          \n@return The shard ID of the shard to split.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardToSplit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardToSplit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardToSplit", "variableType" : "String", "documentation" : "

                                                                          The shard ID of the shard to split.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the stream for the shard split.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                          The name of the stream for the shard split.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                          The name of the stream for the shard split.

                                                                          \n@return The name of the stream for the shard split.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                          The name of the stream for the shard split.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the stream for the shard split.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                          The name of the stream for the shard split.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                          The name of the stream for the shard split.

                                                                          \n@return The name of the stream for the shard split.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                          The name of the stream for the shard split.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardToSplit", "beanStyleSetterMethodName" : "setShardToSplit", "c2jName" : "ShardToSplit", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The shard ID of the shard to split.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardToSplit(String)}.\n@param shardToSplit a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardToSplit(String)", "deprecated" : false, "documentation" : "

                                                                          The shard ID of the shard to split.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardToSplit", "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" : "shardToSplit", "getterDocumentation" : "

                                                                          The shard ID of the shard to split.

                                                                          \n@return The shard ID of the shard to split.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardToSplit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardToSplit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardToSplit", "variableType" : "String", "documentation" : "

                                                                          The shard ID of the shard to split.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNewStartingHashKey", "beanStyleSetterMethodName" : "setNewStartingHashKey", "c2jName" : "NewStartingHashKey", "c2jShape" : "HashKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                          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.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #newStartingHashKey(String)}.\n@param newStartingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newStartingHashKey(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newStartingHashKey", "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" : "newStartingHashKey", "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.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewStartingHashKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NewStartingHashKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "ShardToSplit", "NewStartingHashKey" ], "shapeName" : "SplitShardRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SplitShardRequest", "variableName" : "splitShardRequest", "variableType" : "SplitShardRequest", "documentation" : null, "simpleType" : "SplitShardRequest", "variableSetterType" : "SplitShardRequest" }, "wrapper" : false }, "SplitShardResponse" : { "c2jName" : "SplitShardResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SplitShardResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SplitShardResponse", "variableName" : "splitShardResponse", "variableType" : "SplitShardResponse", "documentation" : null, "simpleType" : "SplitShardResponse", "variableSetterType" : "SplitShardResponse" }, "wrapper" : false }, "StartStreamEncryptionRequest" : { "c2jName" : "StartStreamEncryptionInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StartStreamEncryption", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.StartStreamEncryption", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the stream for which to start encrypting records.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                          The name of the stream for which to start encrypting records.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

                                                                          The name of the stream for which to start encrypting records.

                                                                          \n@param streamName The name of the stream for which to start encrypting records.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamName", "getterDocumentation" : "

                                                                          The name of the stream for which to start encrypting records.

                                                                          \n@return The name of the stream for which to start encrypting records.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

                                                                          The name of the stream for which to start encrypting records.

                                                                          \n@param streamName The name of the stream for which to start encrypting records.", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                          The name of the stream for which to start encrypting records.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The encryption type to use. The only valid value is KMS.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                          The encryption type to use. The only valid value is KMS.

                                                                          ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                          The encryption type to use. The only valid value is KMS.

                                                                          \n@param encryptionType The encryption type to use. The only valid value is KMS.\n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                          The encryption type to use. The only valid value is KMS.

                                                                          \n

                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                          \n@return The encryption type to use. The only valid value is KMS.\n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                          The encryption type to use. The only valid value is KMS.

                                                                          \n@param encryptionType The encryption type to use. The only valid value is KMS.\n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                          The encryption type to use. The only valid value is KMS.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                          • Alias name example: alias/MyAliasName

                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyId(String)}.\n@param keyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyId(String)", "deprecated" : false, "documentation" : "

                                                                          The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                          • Alias name example: alias/MyAliasName

                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                          The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                          • Alias name example: alias/MyAliasName

                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                          \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                          • Alias name example: alias/MyAliasName

                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                            The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                            • Alias name example: alias/MyAliasName

                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                            \n@return The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                            • Alias name example: alias/MyAliasName

                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                              The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                              • Alias name example: alias/MyAliasName

                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                              \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                              • Alias name example: alias/MyAliasName

                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                              • ", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                • Alias name example: alias/MyAliasName

                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EncryptionType" : { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The encryption type to use. The only valid value is KMS.

                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                                The encryption type to use. The only valid value is KMS.

                                                                                ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                                The encryption type to use. The only valid value is KMS.

                                                                                \n@param encryptionType The encryption type to use. The only valid value is KMS.\n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                                The encryption type to use. The only valid value is KMS.

                                                                                \n

                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                                \n@return The encryption type to use. The only valid value is KMS.\n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                                The encryption type to use. The only valid value is KMS.

                                                                                \n@param encryptionType The encryption type to use. The only valid value is KMS.\n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                                The encryption type to use. The only valid value is KMS.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyId" : { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                • Alias name example: alias/MyAliasName

                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyId(String)}.\n@param keyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyId(String)", "deprecated" : false, "documentation" : "

                                                                                The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                • Alias name example: alias/MyAliasName

                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                • Alias name example: alias/MyAliasName

                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                • Alias name example: alias/MyAliasName

                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                  The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                  • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                  • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                  • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                  • Alias name example: alias/MyAliasName

                                                                                  • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                  \n@return The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                  • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                  • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                  • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                  • Alias name example: alias/MyAliasName

                                                                                  • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                    The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                    • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                    • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                    • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                    • Alias name example: alias/MyAliasName

                                                                                    • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                    \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                    • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                    • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                    • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                    • Alias name example: alias/MyAliasName

                                                                                    • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                    • ", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                      The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                      • Alias name example: alias/MyAliasName

                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The name of the stream for which to start encrypting records.

                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                      The name of the stream for which to start encrypting records.

                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

                                                                                      The name of the stream for which to start encrypting records.

                                                                                      \n@param streamName The name of the stream for which to start encrypting records.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamName", "getterDocumentation" : "

                                                                                      The name of the stream for which to start encrypting records.

                                                                                      \n@return The name of the stream for which to start encrypting records.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

                                                                                      The name of the stream for which to start encrypting records.

                                                                                      \n@param streamName The name of the stream for which to start encrypting records.", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                      The name of the stream for which to start encrypting records.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The name of the stream for which to start encrypting records.

                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                      The name of the stream for which to start encrypting records.

                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

                                                                                      The name of the stream for which to start encrypting records.

                                                                                      \n@param streamName The name of the stream for which to start encrypting records.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamName", "getterDocumentation" : "

                                                                                      The name of the stream for which to start encrypting records.

                                                                                      \n@return The name of the stream for which to start encrypting records.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

                                                                                      The name of the stream for which to start encrypting records.

                                                                                      \n@param streamName The name of the stream for which to start encrypting records.", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                      The name of the stream for which to start encrypting records.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The encryption type to use. The only valid value is KMS.

                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                                      The encryption type to use. The only valid value is KMS.

                                                                                      ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                                      The encryption type to use. The only valid value is KMS.

                                                                                      \n@param encryptionType The encryption type to use. The only valid value is KMS.\n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                                      The encryption type to use. The only valid value is KMS.

                                                                                      \n

                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                                      \n@return The encryption type to use. The only valid value is KMS.\n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                                      The encryption type to use. The only valid value is KMS.

                                                                                      \n@param encryptionType The encryption type to use. The only valid value is KMS.\n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                                      The encryption type to use. The only valid value is KMS.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                      • Alias name example: alias/MyAliasName

                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyId(String)}.\n@param keyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyId(String)", "deprecated" : false, "documentation" : "

                                                                                      The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                      • Alias name example: alias/MyAliasName

                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                      The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                      • Alias name example: alias/MyAliasName

                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                      \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                      • Alias name example: alias/MyAliasName

                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                        The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                        • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                        • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                        • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                        • Alias name example: alias/MyAliasName

                                                                                        • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                        \n@return The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                        • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                        • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                        • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                        • Alias name example: alias/MyAliasName

                                                                                        • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                          The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                          • Alias name example: alias/MyAliasName

                                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                          \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                          • Alias name example: alias/MyAliasName

                                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                          • ", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                            The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                            • Alias name example: alias/MyAliasName

                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "EncryptionType", "KeyId" ], "shapeName" : "StartStreamEncryptionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartStreamEncryptionRequest", "variableName" : "startStreamEncryptionRequest", "variableType" : "StartStreamEncryptionRequest", "documentation" : null, "simpleType" : "StartStreamEncryptionRequest", "variableSetterType" : "StartStreamEncryptionRequest" }, "wrapper" : false }, "StartStreamEncryptionResponse" : { "c2jName" : "StartStreamEncryptionResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartStreamEncryptionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartStreamEncryptionResponse", "variableName" : "startStreamEncryptionResponse", "variableType" : "StartStreamEncryptionResponse", "documentation" : null, "simpleType" : "StartStreamEncryptionResponse", "variableSetterType" : "StartStreamEncryptionResponse" }, "wrapper" : false }, "StartingPosition" : { "c2jName" : "StartingPosition", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ShardIteratorType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "documentation" : "

                                                                                            ", "enumType" : "ShardIteratorType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                            \n@param type \n@see ShardIteratorType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ShardIteratorType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                            \n@return \n@see ShardIteratorType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                            \n@param type \n@see ShardIteratorType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumber(String)}.\n@param sequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "fluentSetterDocumentation" : "

                                                                                            \n@param sequenceNumber \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumber", "getterDocumentation" : "

                                                                                            \n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SequenceNumber", "setterDocumentation" : "

                                                                                            \n@param sequenceNumber ", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

                                                                                            \n@param timestamp \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

                                                                                            \n@return ", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "Timestamp", "setterDocumentation" : "

                                                                                            \n@param timestamp ", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SequenceNumber" : { "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumber(String)}.\n@param sequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "fluentSetterDocumentation" : "

                                                                                            \n@param sequenceNumber \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumber", "getterDocumentation" : "

                                                                                            \n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SequenceNumber", "setterDocumentation" : "

                                                                                            \n@param sequenceNumber ", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timestamp" : { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

                                                                                            \n@param timestamp \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

                                                                                            \n@return ", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "Timestamp", "setterDocumentation" : "

                                                                                            \n@param timestamp ", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ShardIteratorType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "documentation" : "

                                                                                            ", "enumType" : "ShardIteratorType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                            \n@param type \n@see ShardIteratorType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ShardIteratorType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                            \n@return \n@see ShardIteratorType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                            \n@param type \n@see ShardIteratorType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ShardIteratorType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "documentation" : "

                                                                                            ", "enumType" : "ShardIteratorType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                            \n@param type \n@see ShardIteratorType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ShardIteratorType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                            \n@return \n@see ShardIteratorType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                            \n@param type \n@see ShardIteratorType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSequenceNumber", "beanStyleSetterMethodName" : "setSequenceNumber", "c2jName" : "SequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceNumber(String)}.\n@param sequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceNumber", "fluentSetterDocumentation" : "

                                                                                            \n@param sequenceNumber \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceNumber", "getterDocumentation" : "

                                                                                            \n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SequenceNumber", "setterDocumentation" : "

                                                                                            \n@param sequenceNumber ", "setterMethodName" : "setSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceNumber", "variableType" : "String", "documentation" : "

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

                                                                                            \n@param timestamp \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

                                                                                            \n@return ", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "Timestamp", "setterDocumentation" : "

                                                                                            \n@param timestamp ", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Type" ], "shapeName" : "StartingPosition", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartingPosition", "variableName" : "startingPosition", "variableType" : "StartingPosition", "documentation" : null, "simpleType" : "StartingPosition", "variableSetterType" : "StartingPosition" }, "wrapper" : false }, "StopStreamEncryptionRequest" : { "c2jName" : "StopStreamEncryptionInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StopStreamEncryption", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.StopStreamEncryption", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the stream on which to stop encrypting records.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the stream on which to stop encrypting records.

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

                                                                                            The name of the stream on which to stop encrypting records.

                                                                                            \n@param streamName The name of the stream on which to stop encrypting records.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamName", "getterDocumentation" : "

                                                                                            The name of the stream on which to stop encrypting records.

                                                                                            \n@return The name of the stream on which to stop encrypting records.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

                                                                                            The name of the stream on which to stop encrypting records.

                                                                                            \n@param streamName The name of the stream on which to stop encrypting records.", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                            The name of the stream on which to stop encrypting records.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The encryption type. The only valid value is KMS.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                                            The encryption type. The only valid value is KMS.

                                                                                            ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                                            The encryption type. The only valid value is KMS.

                                                                                            \n@param encryptionType The encryption type. The only valid value is KMS.\n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                                            The encryption type. The only valid value is KMS.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                                            \n@return The encryption type. The only valid value is KMS.\n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                                            The encryption type. The only valid value is KMS.

                                                                                            \n@param encryptionType The encryption type. The only valid value is KMS.\n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                                            The encryption type. The only valid value is KMS.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                            • Alias name example: alias/MyAliasName

                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyId(String)}.\n@param keyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyId(String)", "deprecated" : false, "documentation" : "

                                                                                            The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                            • Alias name example: alias/MyAliasName

                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                            The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                            • Alias name example: alias/MyAliasName

                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                            \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                            • Alias name example: alias/MyAliasName

                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                              The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                              • Alias name example: alias/MyAliasName

                                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                              \n@return The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                              • Alias name example: alias/MyAliasName

                                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                                The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                • Alias name example: alias/MyAliasName

                                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                • Alias name example: alias/MyAliasName

                                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                • ", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                                  The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                  • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                  • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                  • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                  • Alias name example: alias/MyAliasName

                                                                                                  • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EncryptionType" : { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The encryption type. The only valid value is KMS.

                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                                                  The encryption type. The only valid value is KMS.

                                                                                                  ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                                                  The encryption type. The only valid value is KMS.

                                                                                                  \n@param encryptionType The encryption type. The only valid value is KMS.\n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                                                  The encryption type. The only valid value is KMS.

                                                                                                  \n

                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                                                  \n@return The encryption type. The only valid value is KMS.\n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                                                  The encryption type. The only valid value is KMS.

                                                                                                  \n@param encryptionType The encryption type. The only valid value is KMS.\n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                                                  The encryption type. The only valid value is KMS.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyId" : { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                  • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                  • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                  • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                  • Alias name example: alias/MyAliasName

                                                                                                  • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyId(String)}.\n@param keyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyId(String)", "deprecated" : false, "documentation" : "

                                                                                                  The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                  • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                  • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                  • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                  • Alias name example: alias/MyAliasName

                                                                                                  • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                                  The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                  • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                  • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                  • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                  • Alias name example: alias/MyAliasName

                                                                                                  • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                  \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                  • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                  • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                  • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                  • Alias name example: alias/MyAliasName

                                                                                                  • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                                    The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                    • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                    • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                    • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                    • Alias name example: alias/MyAliasName

                                                                                                    • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                    \n@return The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                    • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                    • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                    • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                    • Alias name example: alias/MyAliasName

                                                                                                    • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                                      The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                      • Alias name example: alias/MyAliasName

                                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                      \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                      • Alias name example: alias/MyAliasName

                                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                      • ", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                                        The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                        • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                        • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                        • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                        • Alias name example: alias/MyAliasName

                                                                                                        • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The name of the stream on which to stop encrypting records.

                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                        The name of the stream on which to stop encrypting records.

                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

                                                                                                        The name of the stream on which to stop encrypting records.

                                                                                                        \n@param streamName The name of the stream on which to stop encrypting records.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamName", "getterDocumentation" : "

                                                                                                        The name of the stream on which to stop encrypting records.

                                                                                                        \n@return The name of the stream on which to stop encrypting records.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

                                                                                                        The name of the stream on which to stop encrypting records.

                                                                                                        \n@param streamName The name of the stream on which to stop encrypting records.", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                        The name of the stream on which to stop encrypting records.

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The name of the stream on which to stop encrypting records.

                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                        The name of the stream on which to stop encrypting records.

                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "fluentSetterDocumentation" : "

                                                                                                        The name of the stream on which to stop encrypting records.

                                                                                                        \n@param streamName The name of the stream on which to stop encrypting records.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "streamName", "getterDocumentation" : "

                                                                                                        The name of the stream on which to stop encrypting records.

                                                                                                        \n@return The name of the stream on which to stop encrypting records.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamName", "setterDocumentation" : "

                                                                                                        The name of the stream on which to stop encrypting records.

                                                                                                        \n@param streamName The name of the stream on which to stop encrypting records.", "setterMethodName" : "setStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                        The name of the stream on which to stop encrypting records.

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The encryption type. The only valid value is KMS.

                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                                                        The encryption type. The only valid value is KMS.

                                                                                                        ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                                                        The encryption type. The only valid value is KMS.

                                                                                                        \n@param encryptionType The encryption type. The only valid value is KMS.\n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                                                        The encryption type. The only valid value is KMS.

                                                                                                        \n

                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                                                        \n@return The encryption type. The only valid value is KMS.\n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                                                        The encryption type. The only valid value is KMS.

                                                                                                        \n@param encryptionType The encryption type. The only valid value is KMS.\n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                                                        The encryption type. The only valid value is KMS.

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                        • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                        • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                        • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                        • Alias name example: alias/MyAliasName

                                                                                                        • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyId(String)}.\n@param keyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyId(String)", "deprecated" : false, "documentation" : "

                                                                                                        The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                        • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                        • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                        • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                        • Alias name example: alias/MyAliasName

                                                                                                        • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                                        The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                        • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                        • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                        • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                        • Alias name example: alias/MyAliasName

                                                                                                        • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                        \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                        • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                        • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                        • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                        • Alias name example: alias/MyAliasName

                                                                                                        • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                                          The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                          • Alias name example: alias/MyAliasName

                                                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                          \n@return The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                          • Alias name example: alias/MyAliasName

                                                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                                            The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                            • Alias name example: alias/MyAliasName

                                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                            \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                            • Alias name example: alias/MyAliasName

                                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                            • ", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                                              The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                              • Alias name example: alias/MyAliasName

                                                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "EncryptionType", "KeyId" ], "shapeName" : "StopStreamEncryptionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StopStreamEncryptionRequest", "variableName" : "stopStreamEncryptionRequest", "variableType" : "StopStreamEncryptionRequest", "documentation" : null, "simpleType" : "StopStreamEncryptionRequest", "variableSetterType" : "StopStreamEncryptionRequest" }, "wrapper" : false }, "StopStreamEncryptionResponse" : { "c2jName" : "StopStreamEncryptionResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StopStreamEncryptionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopStreamEncryptionResponse", "variableName" : "stopStreamEncryptionResponse", "variableType" : "StopStreamEncryptionResponse", "documentation" : null, "simpleType" : "StopStreamEncryptionResponse", "variableSetterType" : "StopStreamEncryptionResponse" }, "wrapper" : false }, "StreamDescription" : { "c2jName" : "StreamDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents the output for DescribeStream.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the stream being described.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the stream being described.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                                                              The name of the stream being described.

                                                                                                              \n@return The name of the stream being described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the stream being described.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) for the stream being described.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

                                                                                                              The Amazon Resource Name (ARN) for the stream being described.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "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" : "streamARN", "getterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) for the stream being described.

                                                                                                              \n@return The Amazon Resource Name (ARN) for the stream being described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

                                                                                                              The Amazon Resource Name (ARN) for the stream being described.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamStatus", "beanStyleSetterMethodName" : "setStreamStatus", "c2jName" : "StreamStatus", "c2jShape" : "StreamStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The current status of the stream being described. The stream status is one of the following states:

                                                                                                              • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                              • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamStatusAsString(String)}.\n@param streamStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamStatus(String)", "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                              • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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", "fluentEnumGetterMethodName" : "streamStatus", "fluentEnumSetterMethodName" : "streamStatus", "fluentGetterMethodName" : "streamStatusAsString", "fluentSetterDocumentation" : "

                                                                                                              The current status of the stream being described. The stream status is one of the following states:

                                                                                                              • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                              • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                              • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus", "fluentSetterMethodName" : "streamStatus", "getterDocumentation" : "

                                                                                                                The current status of the stream being described. The stream status is one of the following states:

                                                                                                                • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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

                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #streamStatus} will return {@link StreamStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #streamStatusAsString}.\n

                                                                                                                \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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                    • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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 }, { "beanStyleGetterMethodName" : "getShards", "beanStyleSetterMethodName" : "setShards", "c2jName" : "Shards", "c2jShape" : "ShardList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The shards that comprise the stream.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shards(List)}.\n@param shards a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shards(List)", "deprecated" : false, "documentation" : "

                                                                                                                    The shards that comprise the stream.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shards", "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" : "shards", "getterDocumentation" : "

                                                                                                                    The shards that comprise the stream.

                                                                                                                    \n

                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                    \n@return The shards that comprise the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Shards", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Shards", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Shard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Shard.Builder} avoiding the need to create one manually via {@link Shard#builder()}.\n\nWhen the {@link Consumer} completes, {@link Shard.Builder#build()} is called immediately and its result is passed to {@link #member(Shard)}.\n@param member a consumer that will call methods on {@link Shard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Shard)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Shard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : null, "simpleType" : "Shard", "variableSetterType" : "Shard" }, "simple" : false, "variable" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : "", "simpleType" : "Shard", "variableSetterType" : "Shard" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Shard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Shard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Shards", "setterDocumentation" : "

                                                                                                                    The shards that comprise the stream.

                                                                                                                    \n@param shards The shards that comprise the stream.", "setterMethodName" : "setShards", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : "

                                                                                                                    The shards that comprise the stream.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHasMoreShards", "beanStyleSetterMethodName" : "setHasMoreShards", "c2jName" : "HasMoreShards", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    If set to true, more shards in the stream are available to describe.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreShards(Boolean)}.\n@param hasMoreShards a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreShards(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                    If set to true, more shards in the stream are available to describe.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hasMoreShards", "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" : "hasMoreShards", "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.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HasMoreShards", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreShards", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "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" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getRetentionPeriodHours", "beanStyleSetterMethodName" : "setRetentionPeriodHours", "c2jName" : "RetentionPeriodHours", "c2jShape" : "RetentionPeriodHours", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The current retention period, in hours.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                    The current retention period, in hours.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriodHours", "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" : "retentionPeriodHours", "getterDocumentation" : "

                                                                                                                    The current retention period, in hours.

                                                                                                                    \n@return The current retention period, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "

                                                                                                                    The current retention period, in hours.

                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamCreationTimestamp", "beanStyleSetterMethodName" : "setStreamCreationTimestamp", "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The approximate time that the stream was created.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                    The approximate time that the stream was created.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamCreationTimestamp", "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" : "streamCreationTimestamp", "getterDocumentation" : "

                                                                                                                    The approximate time that the stream was created.

                                                                                                                    \n@return The approximate time that the stream was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "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.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                    The approximate time that the stream was created.

                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnhancedMonitoring", "beanStyleSetterMethodName" : "setEnhancedMonitoring", "c2jName" : "EnhancedMonitoring", "c2jShape" : "EnhancedMonitoringList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    Represents the current enhanced monitoring settings of the stream.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #enhancedMonitoring(List)}.\n@param enhancedMonitoring a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enhancedMonitoring(List)", "deprecated" : false, "documentation" : "

                                                                                                                    Represents the current enhanced monitoring settings of the stream.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enhancedMonitoring", "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" : "enhancedMonitoring", "getterDocumentation" : "

                                                                                                                    Represents the current enhanced monitoring settings of the stream.

                                                                                                                    \n

                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                    \n@return Represents the current enhanced monitoring settings of the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EnhancedMonitoring", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnhancedMonitoring", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EnhancedMetrics", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EnhancedMetrics.Builder} avoiding the need to create one manually via {@link EnhancedMetrics#builder()}.\n\nWhen the {@link Consumer} completes, {@link EnhancedMetrics.Builder#build()} is called immediately and its result is passed to {@link #member(EnhancedMetrics)}.\n@param member a consumer that will call methods on {@link EnhancedMetrics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EnhancedMetrics)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EnhancedMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : null, "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "simple" : false, "variable" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : "", "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EnhancedMetrics", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EnhancedMetrics", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : "

                                                                                                                    Represents the current enhanced monitoring settings of the stream.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                    • NONE: Do not encrypt the records in the stream.

                                                                                                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                                                                    The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                    • NONE: Do not encrypt the records in the stream.

                                                                                                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                    ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                    The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                    • NONE: Do not encrypt the records in the stream.

                                                                                                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                    \n@param encryptionType The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                    • NONE: Do not encrypt the records in the stream.

                                                                                                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                    • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                                                                      The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                      • NONE: Do not encrypt the records in the stream.

                                                                                                                      • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                      \n

                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                                                                      \n@return The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                      • NONE: Do not encrypt the records in the stream.

                                                                                                                      • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                      • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                                                                        The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                        • NONE: Do not encrypt the records in the stream.

                                                                                                                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                        \n@param encryptionType The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                        • NONE: Do not encrypt the records in the stream.

                                                                                                                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                        • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                                                                          The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                          • NONE: Do not encrypt the records in the stream.

                                                                                                                          • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                          • Alias name example: alias/MyAliasName

                                                                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyId(String)}.\n@param keyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyId(String)", "deprecated" : false, "documentation" : "

                                                                                                                          The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                          • Alias name example: alias/MyAliasName

                                                                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                                                          The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                          • Alias name example: alias/MyAliasName

                                                                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                          \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                          • Alias name example: alias/MyAliasName

                                                                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                                                            The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                            • Alias name example: alias/MyAliasName

                                                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                            \n@return The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                            • Alias name example: alias/MyAliasName

                                                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                                                              The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                              • Alias name example: alias/MyAliasName

                                                                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                              \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                              • Alias name example: alias/MyAliasName

                                                                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                              • ", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                                                                The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                • Alias name example: alias/MyAliasName

                                                                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EncryptionType" : { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                • NONE: Do not encrypt the records in the stream.

                                                                                                                                • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                • NONE: Do not encrypt the records in the stream.

                                                                                                                                • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                • NONE: Do not encrypt the records in the stream.

                                                                                                                                • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                \n@param encryptionType The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                • NONE: Do not encrypt the records in the stream.

                                                                                                                                • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                                                                                  The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                  • NONE: Do not encrypt the records in the stream.

                                                                                                                                  • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                  \n

                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                                                                                  \n@return The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                  • NONE: Do not encrypt the records in the stream.

                                                                                                                                  • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                  • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                                                                                    The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                    • NONE: Do not encrypt the records in the stream.

                                                                                                                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                    \n@param encryptionType The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                    • NONE: Do not encrypt the records in the stream.

                                                                                                                                    • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                    • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                                                                                      The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                      • NONE: Do not encrypt the records in the stream.

                                                                                                                                      • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EnhancedMonitoring" : { "beanStyleGetterMethodName" : "getEnhancedMonitoring", "beanStyleSetterMethodName" : "setEnhancedMonitoring", "c2jName" : "EnhancedMonitoring", "c2jShape" : "EnhancedMonitoringList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      Represents the current enhanced monitoring settings of the stream.

                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #enhancedMonitoring(List)}.\n@param enhancedMonitoring a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enhancedMonitoring(List)", "deprecated" : false, "documentation" : "

                                                                                                                                      Represents the current enhanced monitoring settings of the stream.

                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enhancedMonitoring", "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" : "enhancedMonitoring", "getterDocumentation" : "

                                                                                                                                      Represents the current enhanced monitoring settings of the stream.

                                                                                                                                      \n

                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                      \n@return Represents the current enhanced monitoring settings of the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EnhancedMonitoring", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnhancedMonitoring", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EnhancedMetrics", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EnhancedMetrics.Builder} avoiding the need to create one manually via {@link EnhancedMetrics#builder()}.\n\nWhen the {@link Consumer} completes, {@link EnhancedMetrics.Builder#build()} is called immediately and its result is passed to {@link #member(EnhancedMetrics)}.\n@param member a consumer that will call methods on {@link EnhancedMetrics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EnhancedMetrics)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EnhancedMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : null, "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "simple" : false, "variable" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : "", "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EnhancedMetrics", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EnhancedMetrics", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "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" : { "beanStyleGetterMethodName" : "getHasMoreShards", "beanStyleSetterMethodName" : "setHasMoreShards", "c2jName" : "HasMoreShards", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      If set to true, more shards in the stream are available to describe.

                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreShards(Boolean)}.\n@param hasMoreShards a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreShards(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                      If set to true, more shards in the stream are available to describe.

                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hasMoreShards", "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" : "hasMoreShards", "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.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HasMoreShards", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreShards", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "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" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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 }, "KeyId" : { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                      • Alias name example: alias/MyAliasName

                                                                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyId(String)}.\n@param keyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                      The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                      • Alias name example: alias/MyAliasName

                                                                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                                                                      The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                      • Alias name example: alias/MyAliasName

                                                                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                      \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                      • Alias name example: alias/MyAliasName

                                                                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                                                                        The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                        • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                        • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                        • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                        • Alias name example: alias/MyAliasName

                                                                                                                                        • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                        \n@return The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                        • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                        • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                        • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                        • Alias name example: alias/MyAliasName

                                                                                                                                        • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                                                                          The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                          • Alias name example: alias/MyAliasName

                                                                                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                          \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                          • Alias name example: alias/MyAliasName

                                                                                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                          • ", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                                                                            The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                            • Alias name example: alias/MyAliasName

                                                                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RetentionPeriodHours" : { "beanStyleGetterMethodName" : "getRetentionPeriodHours", "beanStyleSetterMethodName" : "setRetentionPeriodHours", "c2jName" : "RetentionPeriodHours", "c2jShape" : "RetentionPeriodHours", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The current retention period, in hours.

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                            The current retention period, in hours.

                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriodHours", "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" : "retentionPeriodHours", "getterDocumentation" : "

                                                                                                                                            The current retention period, in hours.

                                                                                                                                            \n@return The current retention period, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "

                                                                                                                                            The current retention period, in hours.

                                                                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Shards" : { "beanStyleGetterMethodName" : "getShards", "beanStyleSetterMethodName" : "setShards", "c2jName" : "Shards", "c2jShape" : "ShardList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The shards that comprise the stream.

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shards(List)}.\n@param shards a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shards(List)", "deprecated" : false, "documentation" : "

                                                                                                                                            The shards that comprise the stream.

                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shards", "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" : "shards", "getterDocumentation" : "

                                                                                                                                            The shards that comprise the stream.

                                                                                                                                            \n

                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                            \n@return The shards that comprise the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Shards", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Shards", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Shard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Shard.Builder} avoiding the need to create one manually via {@link Shard#builder()}.\n\nWhen the {@link Consumer} completes, {@link Shard.Builder#build()} is called immediately and its result is passed to {@link #member(Shard)}.\n@param member a consumer that will call methods on {@link Shard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Shard)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Shard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : null, "simpleType" : "Shard", "variableSetterType" : "Shard" }, "simple" : false, "variable" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : "", "simpleType" : "Shard", "variableSetterType" : "Shard" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Shard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Shard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Shards", "setterDocumentation" : "

                                                                                                                                            The shards that comprise the stream.

                                                                                                                                            \n@param shards The shards that comprise the stream.", "setterMethodName" : "setShards", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                            The shards that comprise the stream.

                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "StreamARN" : { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "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" : "streamARN", "getterDocumentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                            \n@return The Amazon Resource Name (ARN) for the stream being described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getStreamCreationTimestamp", "beanStyleSetterMethodName" : "setStreamCreationTimestamp", "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The approximate time that the stream was created.

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                            The approximate time that the stream was created.

                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamCreationTimestamp", "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" : "streamCreationTimestamp", "getterDocumentation" : "

                                                                                                                                            The approximate time that the stream was created.

                                                                                                                                            \n@return The approximate time that the stream was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "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.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                            The approximate time that the stream was created.

                                                                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The name of the stream being described.

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                            The name of the stream being described.

                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                                                                                            The name of the stream being described.

                                                                                                                                            \n@return The name of the stream being described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                                                            The name of the stream being described.

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamStatus" : { "beanStyleGetterMethodName" : "getStreamStatus", "beanStyleSetterMethodName" : "setStreamStatus", "c2jName" : "StreamStatus", "c2jShape" : "StreamStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                            • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                            • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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.

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamStatusAsString(String)}.\n@param streamStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamStatus(String)", "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                            • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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", "fluentEnumGetterMethodName" : "streamStatus", "fluentEnumSetterMethodName" : "streamStatus", "fluentGetterMethodName" : "streamStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                            The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                            • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                            • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                            • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus", "fluentSetterMethodName" : "streamStatus", "getterDocumentation" : "

                                                                                                                                              The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                              • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                              • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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

                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #streamStatus} will return {@link StreamStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #streamStatusAsString}.\n

                                                                                                                                              \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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                              • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of the stream being described.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the stream being described.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                                                                                                  The name of the stream being described.

                                                                                                                                                  \n@return The name of the stream being described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the stream being described.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "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" : "streamARN", "getterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                  \n@return The Amazon Resource Name (ARN) for the stream being described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamStatus", "beanStyleSetterMethodName" : "setStreamStatus", "c2jName" : "StreamStatus", "c2jShape" : "StreamStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                                  • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamStatusAsString(String)}.\n@param streamStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamStatus(String)", "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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", "fluentEnumGetterMethodName" : "streamStatus", "fluentEnumSetterMethodName" : "streamStatus", "fluentGetterMethodName" : "streamStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                  The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                                  • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus", "fluentSetterMethodName" : "streamStatus", "getterDocumentation" : "

                                                                                                                                                    The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                                    • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                    • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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

                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #streamStatus} will return {@link StreamStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #streamStatusAsString}.\n

                                                                                                                                                    \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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                    • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                      • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                      • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                        • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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 }, { "beanStyleGetterMethodName" : "getShards", "beanStyleSetterMethodName" : "setShards", "c2jName" : "Shards", "c2jShape" : "ShardList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shards(List)}.\n@param shards a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shards(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shards", "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" : "shards", "getterDocumentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n@return The shards that comprise the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Shards", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Shards", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Shard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Shard.Builder} avoiding the need to create one manually via {@link Shard#builder()}.\n\nWhen the {@link Consumer} completes, {@link Shard.Builder#build()} is called immediately and its result is passed to {@link #member(Shard)}.\n@param member a consumer that will call methods on {@link Shard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Shard)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Shard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : null, "simpleType" : "Shard", "variableSetterType" : "Shard" }, "simple" : false, "variable" : { "variableDeclarationType" : "Shard", "variableName" : "member", "variableType" : "Shard", "documentation" : "", "simpleType" : "Shard", "variableSetterType" : "Shard" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Shard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Shard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Shards", "setterDocumentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        \n@param shards The shards that comprise the stream.", "setterMethodName" : "setShards", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "shards", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The shards that comprise the stream.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHasMoreShards", "beanStyleSetterMethodName" : "setHasMoreShards", "c2jName" : "HasMoreShards", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        If set to true, more shards in the stream are available to describe.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreShards(Boolean)}.\n@param hasMoreShards a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreShards(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                        If set to true, more shards in the stream are available to describe.

                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hasMoreShards", "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" : "hasMoreShards", "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.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HasMoreShards", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreShards", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "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" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getRetentionPeriodHours", "beanStyleSetterMethodName" : "setRetentionPeriodHours", "c2jName" : "RetentionPeriodHours", "c2jShape" : "RetentionPeriodHours", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The current retention period, in hours.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                        The current retention period, in hours.

                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriodHours", "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" : "retentionPeriodHours", "getterDocumentation" : "

                                                                                                                                                        The current retention period, in hours.

                                                                                                                                                        \n@return The current retention period, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The current retention period, in hours.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamCreationTimestamp", "beanStyleSetterMethodName" : "setStreamCreationTimestamp", "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The approximate time that the stream was created.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                        The approximate time that the stream was created.

                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamCreationTimestamp", "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" : "streamCreationTimestamp", "getterDocumentation" : "

                                                                                                                                                        The approximate time that the stream was created.

                                                                                                                                                        \n@return The approximate time that the stream was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "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.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        The approximate time that the stream was created.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnhancedMonitoring", "beanStyleSetterMethodName" : "setEnhancedMonitoring", "c2jName" : "EnhancedMonitoring", "c2jShape" : "EnhancedMonitoringList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #enhancedMonitoring(List)}.\n@param enhancedMonitoring a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enhancedMonitoring(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                        Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enhancedMonitoring", "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" : "enhancedMonitoring", "getterDocumentation" : "

                                                                                                                                                        Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n@return Represents the current enhanced monitoring settings of the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EnhancedMonitoring", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnhancedMonitoring", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EnhancedMetrics", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EnhancedMetrics.Builder} avoiding the need to create one manually via {@link EnhancedMetrics#builder()}.\n\nWhen the {@link Consumer} completes, {@link EnhancedMetrics.Builder#build()} is called immediately and its result is passed to {@link #member(EnhancedMetrics)}.\n@param member a consumer that will call methods on {@link EnhancedMetrics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EnhancedMetrics)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EnhancedMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : null, "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "simple" : false, "variable" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : "", "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EnhancedMetrics", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EnhancedMetrics", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                                        • NONE: Do not encrypt the records in the stream.

                                                                                                                                                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                        The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                                        • NONE: Do not encrypt the records in the stream.

                                                                                                                                                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                                        ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                                        • NONE: Do not encrypt the records in the stream.

                                                                                                                                                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                                        \n@param encryptionType The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                                        • NONE: Do not encrypt the records in the stream.

                                                                                                                                                        • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                                        • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                                                                                                          The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                                          • NONE: Do not encrypt the records in the stream.

                                                                                                                                                          • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                                          \n

                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                                                                                                          \n@return The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                                          • NONE: Do not encrypt the records in the stream.

                                                                                                                                                          • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                                          • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                                                                                                            The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                                            • NONE: Do not encrypt the records in the stream.

                                                                                                                                                            • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                                            \n@param encryptionType The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                                            • NONE: Do not encrypt the records in the stream.

                                                                                                                                                            • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                                            • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                                                                                                              The server-side encryption type used on the stream. This parameter can be one of the following values:

                                                                                                                                                              • NONE: Do not encrypt the records in the stream.

                                                                                                                                                              • KMS: Use server-side encryption on the records in the stream using a customer-managed AWS KMS key.

                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                              The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                              • Alias name example: alias/MyAliasName

                                                                                                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyId(String)}.\n@param keyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                              The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                              • Alias name example: alias/MyAliasName

                                                                                                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                                                                                              The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                              • Alias name example: alias/MyAliasName

                                                                                                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                              \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                              • Alias name example: alias/MyAliasName

                                                                                                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                                                                                                The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                • Alias name example: alias/MyAliasName

                                                                                                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                \n@return The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                • Alias name example: alias/MyAliasName

                                                                                                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                                                                                                  The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                  • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                  • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                  • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                  • Alias name example: alias/MyAliasName

                                                                                                                                                                  • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                  \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                  • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                  • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                  • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                  • Alias name example: alias/MyAliasName

                                                                                                                                                                  • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                  • ", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                    • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                    • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                    • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                    • Alias name example: alias/MyAliasName

                                                                                                                                                                    • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "StreamARN", "StreamStatus", "Shards", "HasMoreShards", "RetentionPeriodHours", "StreamCreationTimestamp", "EnhancedMonitoring" ], "shapeName" : "StreamDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamDescription", "variableName" : "streamDescription", "variableType" : "StreamDescription", "documentation" : null, "simpleType" : "StreamDescription", "variableSetterType" : "StreamDescription" }, "wrapper" : false }, "StreamDescriptionSummary" : { "c2jName" : "StreamDescriptionSummary", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Represents the output for DescribeStreamSummary

                                                                                                                                                                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the stream being described.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the stream being described.

                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                                                                                                                    The name of the stream being described.

                                                                                                                                                                    \n@return The name of the stream being described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the stream being described.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "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" : "streamARN", "getterDocumentation" : "

                                                                                                                                                                    The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) for the stream being described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamStatus", "beanStyleSetterMethodName" : "setStreamStatus", "c2jName" : "StreamStatus", "c2jShape" : "StreamStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                                                    • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                    • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamStatusAsString(String)}.\n@param streamStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamStatus(String)", "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                    • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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", "fluentEnumGetterMethodName" : "streamStatus", "fluentEnumSetterMethodName" : "streamStatus", "fluentGetterMethodName" : "streamStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                    The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                                                    • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                    • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                    • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus", "fluentSetterMethodName" : "streamStatus", "getterDocumentation" : "

                                                                                                                                                                      The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                                                      • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                      • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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

                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #streamStatus} will return {@link StreamStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #streamStatusAsString}.\n

                                                                                                                                                                      \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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                      • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                        • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                        • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                          • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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 }, { "beanStyleGetterMethodName" : "getRetentionPeriodHours", "beanStyleSetterMethodName" : "setRetentionPeriodHours", "c2jName" : "RetentionPeriodHours", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          The current retention period, in hours.

                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The current retention period, in hours.

                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriodHours", "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" : "retentionPeriodHours", "getterDocumentation" : "

                                                                                                                                                                          The current retention period, in hours.

                                                                                                                                                                          \n@return The current retention period, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                          The current retention period, in hours.

                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamCreationTimestamp", "beanStyleSetterMethodName" : "setStreamCreationTimestamp", "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          The approximate time that the stream was created.

                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The approximate time that the stream was created.

                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamCreationTimestamp", "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" : "streamCreationTimestamp", "getterDocumentation" : "

                                                                                                                                                                          The approximate time that the stream was created.

                                                                                                                                                                          \n@return The approximate time that the stream was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "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.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                          The approximate time that the stream was created.

                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnhancedMonitoring", "beanStyleSetterMethodName" : "setEnhancedMonitoring", "c2jName" : "EnhancedMonitoring", "c2jShape" : "EnhancedMonitoringList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #enhancedMonitoring(List)}.\n@param enhancedMonitoring a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enhancedMonitoring(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                          Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enhancedMonitoring", "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" : "enhancedMonitoring", "getterDocumentation" : "

                                                                                                                                                                          Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                                          \n

                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                          \n@return Represents the current enhanced monitoring settings of the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EnhancedMonitoring", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnhancedMonitoring", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EnhancedMetrics", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EnhancedMetrics.Builder} avoiding the need to create one manually via {@link EnhancedMetrics#builder()}.\n\nWhen the {@link Consumer} completes, {@link EnhancedMetrics.Builder#build()} is called immediately and its result is passed to {@link #member(EnhancedMetrics)}.\n@param member a consumer that will call methods on {@link EnhancedMetrics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EnhancedMetrics)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EnhancedMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : null, "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "simple" : false, "variable" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : "", "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EnhancedMetrics", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EnhancedMetrics", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                          Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          The encryption type used. This value is one of the following:

                                                                                                                                                                          • KMS

                                                                                                                                                                          • NONE

                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The encryption type used. This value is one of the following:

                                                                                                                                                                          • KMS

                                                                                                                                                                          • NONE

                                                                                                                                                                          ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                          The encryption type used. This value is one of the following:

                                                                                                                                                                          • KMS

                                                                                                                                                                          • NONE

                                                                                                                                                                          \n@param encryptionType The encryption type used. This value is one of the following:

                                                                                                                                                                          • KMS

                                                                                                                                                                          • NONE

                                                                                                                                                                          • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                                                                                                                            The encryption type used. This value is one of the following:

                                                                                                                                                                            • KMS

                                                                                                                                                                            • NONE

                                                                                                                                                                            \n

                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                                                                                                                            \n@return The encryption type used. This value is one of the following:

                                                                                                                                                                            • KMS

                                                                                                                                                                            • NONE

                                                                                                                                                                            • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                                                                                                                              The encryption type used. This value is one of the following:

                                                                                                                                                                              • KMS

                                                                                                                                                                              • NONE

                                                                                                                                                                              \n@param encryptionType The encryption type used. This value is one of the following:

                                                                                                                                                                              • KMS

                                                                                                                                                                              • NONE

                                                                                                                                                                              • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                The encryption type used. This value is one of the following:

                                                                                                                                                                                • KMS

                                                                                                                                                                                • NONE

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                • Alias name example: alias/MyAliasName

                                                                                                                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyId(String)}.\n@param keyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                • Alias name example: alias/MyAliasName

                                                                                                                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                • Alias name example: alias/MyAliasName

                                                                                                                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                • Alias name example: alias/MyAliasName

                                                                                                                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                                                                                                                  The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                  • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                  • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                  • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                  • Alias name example: alias/MyAliasName

                                                                                                                                                                                  • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                  \n@return The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                  • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                  • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                  • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                  • Alias name example: alias/MyAliasName

                                                                                                                                                                                  • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                                                                                                                    The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                    • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                    • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                    • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                    • Alias name example: alias/MyAliasName

                                                                                                                                                                                    • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                    \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                    • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                    • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                    • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                    • Alias name example: alias/MyAliasName

                                                                                                                                                                                    • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                    • ", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                      • Alias name example: alias/MyAliasName

                                                                                                                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOpenShardCount", "beanStyleSetterMethodName" : "setOpenShardCount", "c2jName" : "OpenShardCount", "c2jShape" : "ShardCountObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of open shards in the stream.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #openShardCount(Integer)}.\n@param openShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #openShardCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The number of open shards in the stream.

                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "openShardCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of open shards in the stream.

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

                                                                                                                                                                                      The number of open shards in the stream.

                                                                                                                                                                                      \n@return The number of open shards in the stream.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpenShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OpenShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "OpenShardCount", "setterDocumentation" : "

                                                                                                                                                                                      The number of open shards in the stream.

                                                                                                                                                                                      \n@param openShardCount The number of open shards in the stream.", "setterMethodName" : "setOpenShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The number of open shards in the stream.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerCount", "beanStyleSetterMethodName" : "setConsumerCount", "c2jName" : "ConsumerCount", "c2jShape" : "ConsumerCountObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #consumerCount(Integer)}.\n@param consumerCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                      \n@param consumerCount The number of enhanced fan-out consumers registered with the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerCount", "getterDocumentation" : "

                                                                                                                                                                                      The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                      \n@return The number of enhanced fan-out consumers registered with the stream.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "ConsumerCount", "setterDocumentation" : "

                                                                                                                                                                                      The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                      \n@param consumerCount The number of enhanced fan-out consumers registered with the stream.", "setterMethodName" : "setConsumerCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "consumerCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "consumerCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumerCount" : { "beanStyleGetterMethodName" : "getConsumerCount", "beanStyleSetterMethodName" : "setConsumerCount", "c2jName" : "ConsumerCount", "c2jShape" : "ConsumerCountObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #consumerCount(Integer)}.\n@param consumerCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                      \n@param consumerCount The number of enhanced fan-out consumers registered with the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerCount", "getterDocumentation" : "

                                                                                                                                                                                      The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                      \n@return The number of enhanced fan-out consumers registered with the stream.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "ConsumerCount", "setterDocumentation" : "

                                                                                                                                                                                      The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                      \n@param consumerCount The number of enhanced fan-out consumers registered with the stream.", "setterMethodName" : "setConsumerCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "consumerCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "consumerCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EncryptionType" : { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The encryption type used. This value is one of the following:

                                                                                                                                                                                      • KMS

                                                                                                                                                                                      • NONE

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The encryption type used. This value is one of the following:

                                                                                                                                                                                      • KMS

                                                                                                                                                                                      • NONE

                                                                                                                                                                                      ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The encryption type used. This value is one of the following:

                                                                                                                                                                                      • KMS

                                                                                                                                                                                      • NONE

                                                                                                                                                                                      \n@param encryptionType The encryption type used. This value is one of the following:

                                                                                                                                                                                      • KMS

                                                                                                                                                                                      • NONE

                                                                                                                                                                                      • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                                                                                                                                        The encryption type used. This value is one of the following:

                                                                                                                                                                                        • KMS

                                                                                                                                                                                        • NONE

                                                                                                                                                                                        \n

                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                                                                                                                                        \n@return The encryption type used. This value is one of the following:

                                                                                                                                                                                        • KMS

                                                                                                                                                                                        • NONE

                                                                                                                                                                                        • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                                                                                                                                          The encryption type used. This value is one of the following:

                                                                                                                                                                                          • KMS

                                                                                                                                                                                          • NONE

                                                                                                                                                                                          \n@param encryptionType The encryption type used. This value is one of the following:

                                                                                                                                                                                          • KMS

                                                                                                                                                                                          • NONE

                                                                                                                                                                                          • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            The encryption type used. This value is one of the following:

                                                                                                                                                                                            • KMS

                                                                                                                                                                                            • NONE

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EnhancedMonitoring" : { "beanStyleGetterMethodName" : "getEnhancedMonitoring", "beanStyleSetterMethodName" : "setEnhancedMonitoring", "c2jName" : "EnhancedMonitoring", "c2jShape" : "EnhancedMonitoringList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #enhancedMonitoring(List)}.\n@param enhancedMonitoring a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enhancedMonitoring(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enhancedMonitoring", "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" : "enhancedMonitoring", "getterDocumentation" : "

                                                                                                                                                                                            Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                                                            \n

                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                            \n@return Represents the current enhanced monitoring settings of the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EnhancedMonitoring", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnhancedMonitoring", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EnhancedMetrics", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EnhancedMetrics.Builder} avoiding the need to create one manually via {@link EnhancedMetrics#builder()}.\n\nWhen the {@link Consumer} completes, {@link EnhancedMetrics.Builder#build()} is called immediately and its result is passed to {@link #member(EnhancedMetrics)}.\n@param member a consumer that will call methods on {@link EnhancedMetrics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EnhancedMetrics)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EnhancedMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : null, "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "simple" : false, "variable" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : "", "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EnhancedMetrics", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EnhancedMetrics", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                            Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "KeyId" : { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                            • Alias name example: alias/MyAliasName

                                                                                                                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyId(String)}.\n@param keyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                            • Alias name example: alias/MyAliasName

                                                                                                                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                            The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                            • Alias name example: alias/MyAliasName

                                                                                                                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                            \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                            • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                            • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                            • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                            • Alias name example: alias/MyAliasName

                                                                                                                                                                                            • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                                                                                                                              The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                              • Alias name example: alias/MyAliasName

                                                                                                                                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                              \n@return The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                              • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                              • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                              • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                              • Alias name example: alias/MyAliasName

                                                                                                                                                                                              • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                                                                                                                                The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                • Alias name example: alias/MyAliasName

                                                                                                                                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                                \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                                • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                                • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                • Alias name example: alias/MyAliasName

                                                                                                                                                                                                • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                                • ", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                                  • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                  • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                                  • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                  • Alias name example: alias/MyAliasName

                                                                                                                                                                                                  • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OpenShardCount" : { "beanStyleGetterMethodName" : "getOpenShardCount", "beanStyleSetterMethodName" : "setOpenShardCount", "c2jName" : "OpenShardCount", "c2jShape" : "ShardCountObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The number of open shards in the stream.

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #openShardCount(Integer)}.\n@param openShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #openShardCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The number of open shards in the stream.

                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "openShardCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  The number of open shards in the stream.

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

                                                                                                                                                                                                  The number of open shards in the stream.

                                                                                                                                                                                                  \n@return The number of open shards in the stream.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpenShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OpenShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "OpenShardCount", "setterDocumentation" : "

                                                                                                                                                                                                  The number of open shards in the stream.

                                                                                                                                                                                                  \n@param openShardCount The number of open shards in the stream.", "setterMethodName" : "setOpenShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The number of open shards in the stream.

                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "RetentionPeriodHours" : { "beanStyleGetterMethodName" : "getRetentionPeriodHours", "beanStyleSetterMethodName" : "setRetentionPeriodHours", "c2jName" : "RetentionPeriodHours", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The current retention period, in hours.

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The current retention period, in hours.

                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriodHours", "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" : "retentionPeriodHours", "getterDocumentation" : "

                                                                                                                                                                                                  The current retention period, in hours.

                                                                                                                                                                                                  \n@return The current retention period, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The current retention period, in hours.

                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StreamARN" : { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "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" : "streamARN", "getterDocumentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) for the stream being described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getStreamCreationTimestamp", "beanStyleSetterMethodName" : "setStreamCreationTimestamp", "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The approximate time that the stream was created.

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The approximate time that the stream was created.

                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamCreationTimestamp", "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" : "streamCreationTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                  The approximate time that the stream was created.

                                                                                                                                                                                                  \n@return The approximate time that the stream was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "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.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                  The approximate time that the stream was created.

                                                                                                                                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The name of the stream being described.

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the stream being described.

                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                                                                                                                                                  The name of the stream being described.

                                                                                                                                                                                                  \n@return The name of the stream being described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the stream being described.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StreamStatus" : { "beanStyleGetterMethodName" : "getStreamStatus", "beanStyleSetterMethodName" : "setStreamStatus", "c2jName" : "StreamStatus", "c2jShape" : "StreamStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                                                                                  • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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.

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamStatusAsString(String)}.\n@param streamStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamStatus(String)", "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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", "fluentEnumGetterMethodName" : "streamStatus", "fluentEnumSetterMethodName" : "streamStatus", "fluentGetterMethodName" : "streamStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                                                                                  • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                  • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus", "fluentSetterMethodName" : "streamStatus", "getterDocumentation" : "

                                                                                                                                                                                                    The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                                                                                    • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                    • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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

                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #streamStatus} will return {@link StreamStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #streamStatusAsString}.\n

                                                                                                                                                                                                    \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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                    • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                      • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                      • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                        • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        The name of the stream being described.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        The name of the stream being described.

                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                                                                                                                                                        The name of the stream being described.

                                                                                                                                                                                                        \n@return The name of the stream being described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        The name of the stream being described.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamARN", "beanStyleSetterMethodName" : "setStreamARN", "c2jName" : "StreamARN", "c2jShape" : "StreamARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamARN", "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" : "streamARN", "getterDocumentation" : "

                                                                                                                                                                                                        The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                                                                        \n@return The Amazon Resource Name (ARN) for the stream being described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        The Amazon Resource Name (ARN) for the stream being described.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamStatus", "beanStyleSetterMethodName" : "setStreamStatus", "c2jName" : "StreamStatus", "c2jShape" : "StreamStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                                                                                        • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                        • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamStatusAsString(String)}.\n@param streamStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamStatus(String)", "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                        • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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", "fluentEnumGetterMethodName" : "streamStatus", "fluentEnumSetterMethodName" : "streamStatus", "fluentGetterMethodName" : "streamStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                                                                                        • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                        • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                        • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamStatus", "fluentSetterMethodName" : "streamStatus", "getterDocumentation" : "

                                                                                                                                                                                                          The current status of the stream being described. The stream status is one of the following states:

                                                                                                                                                                                                          • CREATING - The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                          • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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

                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #streamStatus} will return {@link StreamStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #streamStatusAsString}.\n

                                                                                                                                                                                                          \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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                          • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                            • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                            • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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. Kinesis Data Streams immediately returns and sets StreamStatus to CREATING.

                                                                                                                                                                                                              • DELETING - The stream is being deleted. The specified stream is in the DELETING state until Kinesis Data Streams 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 }, { "beanStyleGetterMethodName" : "getRetentionPeriodHours", "beanStyleSetterMethodName" : "setRetentionPeriodHours", "c2jName" : "RetentionPeriodHours", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              The current retention period, in hours.

                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The current retention period, in hours.

                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionPeriodHours", "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" : "retentionPeriodHours", "getterDocumentation" : "

                                                                                                                                                                                                              The current retention period, in hours.

                                                                                                                                                                                                              \n@return The current retention period, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RetentionPeriodHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetentionPeriodHours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionPeriodHours", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                              The current retention period, in hours.

                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStreamCreationTimestamp", "beanStyleSetterMethodName" : "setStreamCreationTimestamp", "c2jName" : "StreamCreationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              The approximate time that the stream was created.

                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The approximate time that the stream was created.

                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamCreationTimestamp", "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" : "streamCreationTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                              The approximate time that the stream was created.

                                                                                                                                                                                                              \n@return The approximate time that the stream was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamCreationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamCreationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "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.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "streamCreationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                              The approximate time that the stream was created.

                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnhancedMonitoring", "beanStyleSetterMethodName" : "setEnhancedMonitoring", "c2jName" : "EnhancedMonitoring", "c2jShape" : "EnhancedMonitoringList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #enhancedMonitoring(List)}.\n@param enhancedMonitoring a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enhancedMonitoring(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enhancedMonitoring", "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" : "enhancedMonitoring", "getterDocumentation" : "

                                                                                                                                                                                                              Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                                                                              \n

                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                              \n@return Represents the current enhanced monitoring settings of the stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EnhancedMonitoring", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnhancedMonitoring", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EnhancedMetrics", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EnhancedMetrics.Builder} avoiding the need to create one manually via {@link EnhancedMetrics#builder()}.\n\nWhen the {@link Consumer} completes, {@link EnhancedMetrics.Builder#build()} is called immediately and its result is passed to {@link #member(EnhancedMetrics)}.\n@param member a consumer that will call methods on {@link EnhancedMetrics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EnhancedMetrics)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EnhancedMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : null, "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "simple" : false, "variable" : { "variableDeclarationType" : "EnhancedMetrics", "variableName" : "member", "variableType" : "EnhancedMetrics", "documentation" : "", "simpleType" : "EnhancedMetrics", "variableSetterType" : "EnhancedMetrics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EnhancedMetrics", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EnhancedMetrics", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "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" : "java.util.List", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "enhancedMonitoring", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                              Represents the current enhanced monitoring settings of the stream.

                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryptionType", "beanStyleSetterMethodName" : "setEncryptionType", "c2jName" : "EncryptionType", "c2jShape" : "EncryptionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              The encryption type used. This value is one of the following:

                                                                                                                                                                                                              • KMS

                                                                                                                                                                                                              • NONE

                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encryptionTypeAsString(String)}.\n@param encryptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The encryption type used. This value is one of the following:

                                                                                                                                                                                                              • KMS

                                                                                                                                                                                                              • NONE

                                                                                                                                                                                                              ", "enumType" : "EncryptionType", "fluentEnumGetterMethodName" : "encryptionType", "fluentEnumSetterMethodName" : "encryptionType", "fluentGetterMethodName" : "encryptionTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The encryption type used. This value is one of the following:

                                                                                                                                                                                                              • KMS

                                                                                                                                                                                                              • NONE

                                                                                                                                                                                                              \n@param encryptionType The encryption type used. This value is one of the following:

                                                                                                                                                                                                              • KMS

                                                                                                                                                                                                              • NONE

                                                                                                                                                                                                              • \n@see EncryptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionType", "fluentSetterMethodName" : "encryptionType", "getterDocumentation" : "

                                                                                                                                                                                                                The encryption type used. This value is one of the following:

                                                                                                                                                                                                                • KMS

                                                                                                                                                                                                                • NONE

                                                                                                                                                                                                                \n

                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #encryptionType} will return {@link EncryptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encryptionTypeAsString}.\n

                                                                                                                                                                                                                \n@return The encryption type used. This value is one of the following:

                                                                                                                                                                                                                • KMS

                                                                                                                                                                                                                • NONE

                                                                                                                                                                                                                • \n@see EncryptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EncryptionType", "setterDocumentation" : "

                                                                                                                                                                                                                  The encryption type used. This value is one of the following:

                                                                                                                                                                                                                  • KMS

                                                                                                                                                                                                                  • NONE

                                                                                                                                                                                                                  \n@param encryptionType The encryption type used. This value is one of the following:

                                                                                                                                                                                                                  • KMS

                                                                                                                                                                                                                  • NONE

                                                                                                                                                                                                                  • \n@see EncryptionType", "setterMethodName" : "setEncryptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "encryptionType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The encryption type used. This value is one of the following:

                                                                                                                                                                                                                    • KMS

                                                                                                                                                                                                                    • NONE

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                                                    • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                    • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                                                    • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                    • Alias name example: alias/MyAliasName

                                                                                                                                                                                                                    • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyId(String)}.\n@param keyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                                                    • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                    • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                                                    • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                    • Alias name example: alias/MyAliasName

                                                                                                                                                                                                                    • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                                                    • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                    • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                                                    • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                    • Alias name example: alias/MyAliasName

                                                                                                                                                                                                                    • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                                                    \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                                                    • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                    • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                                                    • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                    • Alias name example: alias/MyAliasName

                                                                                                                                                                                                                    • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                                                                                                                                                      The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                      • Alias name example: alias/MyAliasName

                                                                                                                                                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                                                      \n@return The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                                                      • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                      • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                                                      • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                      • Alias name example: alias/MyAliasName

                                                                                                                                                                                                                      • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                                                                                                                                                        The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                                                        • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                        • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                                                        • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                        • Alias name example: alias/MyAliasName

                                                                                                                                                                                                                        • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                                                        \n@param keyId The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                                                        • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                        • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                                                        • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                        • Alias name example: alias/MyAliasName

                                                                                                                                                                                                                        • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                                                        • ", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by \"alias/\".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.

                                                                                                                                                                                                                          • Key ARN example: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                          • Alias ARN example: arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                                                                                                                                                                                          • Globally unique key ID example: 12345678-1234-1234-1234-123456789012

                                                                                                                                                                                                                          • Alias name example: alias/MyAliasName

                                                                                                                                                                                                                          • Master key owned by Kinesis Data Streams: alias/aws/kinesis

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOpenShardCount", "beanStyleSetterMethodName" : "setOpenShardCount", "c2jName" : "OpenShardCount", "c2jShape" : "ShardCountObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of open shards in the stream.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #openShardCount(Integer)}.\n@param openShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #openShardCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The number of open shards in the stream.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "openShardCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of open shards in the stream.

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

                                                                                                                                                                                                                          The number of open shards in the stream.

                                                                                                                                                                                                                          \n@return The number of open shards in the stream.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpenShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OpenShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "OpenShardCount", "setterDocumentation" : "

                                                                                                                                                                                                                          The number of open shards in the stream.

                                                                                                                                                                                                                          \n@param openShardCount The number of open shards in the stream.", "setterMethodName" : "setOpenShardCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "openShardCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The number of open shards in the stream.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsumerCount", "beanStyleSetterMethodName" : "setConsumerCount", "c2jName" : "ConsumerCount", "c2jShape" : "ConsumerCountObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #consumerCount(Integer)}.\n@param consumerCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                                                          \n@param consumerCount The number of enhanced fan-out consumers registered with the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                                                          \n@return The number of enhanced fan-out consumers registered with the stream.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "ConsumerCount", "setterDocumentation" : "

                                                                                                                                                                                                                          The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                                                          \n@param consumerCount The number of enhanced fan-out consumers registered with the stream.", "setterMethodName" : "setConsumerCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "consumerCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "consumerCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The number of enhanced fan-out consumers registered with the stream.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "StreamARN", "StreamStatus", "RetentionPeriodHours", "StreamCreationTimestamp", "EnhancedMonitoring", "OpenShardCount" ], "shapeName" : "StreamDescriptionSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamDescriptionSummary", "variableName" : "streamDescriptionSummary", "variableType" : "StreamDescriptionSummary", "documentation" : null, "simpleType" : "StreamDescriptionSummary", "variableSetterType" : "StreamDescriptionSummary" }, "wrapper" : false }, "StreamStatus" : { "c2jName" : "StreamStatus", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "CREATING", "value" : "CREATING" }, { "name" : "DELETING", "value" : "DELETING" }, { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "UPDATING", "value" : "UPDATING" } ], "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StreamStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamStatus", "variableName" : "streamStatus", "variableType" : "StreamStatus", "documentation" : null, "simpleType" : "StreamStatus", "variableSetterType" : "StreamStatus" }, "wrapper" : false }, "SubscribeToShardEvent" : { "c2jName" : "SubscribeToShardEvent", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer.

                                                                                                                                                                                                                          ", "enums" : null, "errorCode" : null, "event" : true, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "RecordList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          \n@param records \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "records", "getterDocumentation" : "

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Record", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Record.Builder} avoiding the need to create one manually via {@link Record#builder()}.\n\nWhen the {@link Consumer} completes, {@link Record.Builder#build()} is called immediately and its result is passed to {@link #member(Record)}.\n@param member a consumer that will call methods on {@link Record.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Record)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "simple" : false, "variable" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Record", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Record", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Records", "setterDocumentation" : "

                                                                                                                                                                                                                          \n@param records ", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContinuationSequenceNumber", "beanStyleSetterMethodName" : "setContinuationSequenceNumber", "c2jName" : "ContinuationSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #continuationSequenceNumber(String)}.\n@param continuationSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #continuationSequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "continuationSequenceNumber", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          \n@param continuationSequenceNumber Use this as StartingSequenceNumber in the next call to SubscribeToShard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "continuationSequenceNumber", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          \n@return Use this as StartingSequenceNumber in the next call to SubscribeToShard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContinuationSequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContinuationSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ContinuationSequenceNumber", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          \n@param continuationSequenceNumber Use this as StartingSequenceNumber in the next call to SubscribeToShard.", "setterMethodName" : "setContinuationSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "continuationSequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "continuationSequenceNumber", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMillisBehindLatest", "beanStyleSetterMethodName" : "setMillisBehindLatest", "c2jName" : "MillisBehindLatest", "c2jShape" : "MillisBehindLatest", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #millisBehindLatest(Long)}.\n@param millisBehindLatest a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #millisBehindLatest(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "millisBehindLatest", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          \n@param millisBehindLatest The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that 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" : "millisBehindLatest", "getterDocumentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          \n@return The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MillisBehindLatest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MillisBehindLatest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "MillisBehindLatest", "setterDocumentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          \n@param millisBehindLatest The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that 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" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "millisBehindLatest", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ContinuationSequenceNumber" : { "beanStyleGetterMethodName" : "getContinuationSequenceNumber", "beanStyleSetterMethodName" : "setContinuationSequenceNumber", "c2jName" : "ContinuationSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #continuationSequenceNumber(String)}.\n@param continuationSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #continuationSequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "continuationSequenceNumber", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          \n@param continuationSequenceNumber Use this as StartingSequenceNumber in the next call to SubscribeToShard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "continuationSequenceNumber", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          \n@return Use this as StartingSequenceNumber in the next call to SubscribeToShard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContinuationSequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContinuationSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ContinuationSequenceNumber", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          \n@param continuationSequenceNumber Use this as StartingSequenceNumber in the next call to SubscribeToShard.", "setterMethodName" : "setContinuationSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "continuationSequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "continuationSequenceNumber", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MillisBehindLatest" : { "beanStyleGetterMethodName" : "getMillisBehindLatest", "beanStyleSetterMethodName" : "setMillisBehindLatest", "c2jName" : "MillisBehindLatest", "c2jShape" : "MillisBehindLatest", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #millisBehindLatest(Long)}.\n@param millisBehindLatest a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #millisBehindLatest(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "millisBehindLatest", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          \n@param millisBehindLatest The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that 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" : "millisBehindLatest", "getterDocumentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          \n@return The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MillisBehindLatest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MillisBehindLatest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "MillisBehindLatest", "setterDocumentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          \n@param millisBehindLatest The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that 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" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "millisBehindLatest", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Records" : { "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "RecordList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          \n@param records \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "records", "getterDocumentation" : "

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Record", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Record.Builder} avoiding the need to create one manually via {@link Record#builder()}.\n\nWhen the {@link Consumer} completes, {@link Record.Builder#build()} is called immediately and its result is passed to {@link #member(Record)}.\n@param member a consumer that will call methods on {@link Record.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Record)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "simple" : false, "variable" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Record", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Record", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Records", "setterDocumentation" : "

                                                                                                                                                                                                                          \n@param records ", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRecords", "beanStyleSetterMethodName" : "setRecords", "c2jName" : "Records", "c2jShape" : "RecordList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "records", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          \n@param records \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "records", "getterDocumentation" : "

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Records", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Records", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Record", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Record.Builder} avoiding the need to create one manually via {@link Record#builder()}.\n\nWhen the {@link Consumer} completes, {@link Record.Builder#build()} is called immediately and its result is passed to {@link #member(Record)}.\n@param member a consumer that will call methods on {@link Record.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Record)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "simple" : false, "variable" : { "variableDeclarationType" : "Record", "variableName" : "member", "variableType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Record", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Record", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Records", "setterDocumentation" : "

                                                                                                                                                                                                                          \n@param records ", "setterMethodName" : "setRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "records", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContinuationSequenceNumber", "beanStyleSetterMethodName" : "setContinuationSequenceNumber", "c2jName" : "ContinuationSequenceNumber", "c2jShape" : "SequenceNumber", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #continuationSequenceNumber(String)}.\n@param continuationSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #continuationSequenceNumber(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "continuationSequenceNumber", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          \n@param continuationSequenceNumber Use this as StartingSequenceNumber in the next call to SubscribeToShard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "continuationSequenceNumber", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          \n@return Use this as StartingSequenceNumber in the next call to SubscribeToShard.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContinuationSequenceNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContinuationSequenceNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ContinuationSequenceNumber", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          \n@param continuationSequenceNumber Use this as StartingSequenceNumber in the next call to SubscribeToShard.", "setterMethodName" : "setContinuationSequenceNumber", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "continuationSequenceNumber", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "continuationSequenceNumber", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this as StartingSequenceNumber in the next call to SubscribeToShard.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMillisBehindLatest", "beanStyleSetterMethodName" : "setMillisBehindLatest", "c2jName" : "MillisBehindLatest", "c2jShape" : "MillisBehindLatest", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #millisBehindLatest(Long)}.\n@param millisBehindLatest a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #millisBehindLatest(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "millisBehindLatest", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          \n@param millisBehindLatest The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that 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" : "millisBehindLatest", "getterDocumentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          \n@return The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MillisBehindLatest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MillisBehindLatest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "MillisBehindLatest", "setterDocumentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          \n@param millisBehindLatest The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that 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" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "millisBehindLatest", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Records", "ContinuationSequenceNumber", "MillisBehindLatest" ], "shapeName" : "SubscribeToShardEvent", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SubscribeToShardEvent", "variableName" : "subscribeToShardEvent", "variableType" : "SubscribeToShardEvent", "documentation" : null, "simpleType" : "SubscribeToShardEvent", "variableSetterType" : "SubscribeToShardEvent" }, "wrapper" : false }, "SubscribeToShardEventStream" : { "c2jName" : "SubscribeToShardEventStream", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This is a tagged union for all of the types of events an enhanced fan-out consumer can receive after a call to SubscribeToShard.

                                                                                                                                                                                                                          ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : true, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSubscribeToShardEvent", "beanStyleSetterMethodName" : "setSubscribeToShardEvent", "c2jName" : "SubscribeToShardEvent", "c2jShape" : "SubscribeToShardEvent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link SubscribeToShardEvent.Builder} avoiding the need to create one manually via {@link SubscribeToShardEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubscribeToShardEvent.Builder#build()} is called immediately and its result is passed to {@link #subscribeToShardEvent(SubscribeToShardEvent)}.\n@param subscribeToShardEvent a consumer that will call methods on {@link SubscribeToShardEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscribeToShardEvent(SubscribeToShardEvent)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subscribeToShardEvent", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          \n@param subscribeToShardEvent After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscribeToShardEvent", "getterDocumentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          \n@return After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.", "getterModel" : { "returnType" : "SubscribeToShardEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscribeToShardEvent", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscribeToShardEvent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "SubscribeToShardEvent", "setterDocumentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          \n@param subscribeToShardEvent After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.", "setterMethodName" : "setSubscribeToShardEvent", "setterModel" : { "variableDeclarationType" : "SubscribeToShardEvent", "variableName" : "subscribeToShardEvent", "variableType" : "SubscribeToShardEvent", "documentation" : null, "simpleType" : "SubscribeToShardEvent", "variableSetterType" : "SubscribeToShardEvent" }, "simple" : false, "variable" : { "variableDeclarationType" : "SubscribeToShardEvent", "variableName" : "subscribeToShardEvent", "variableType" : "SubscribeToShardEvent", "documentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          ", "simpleType" : "SubscribeToShardEvent", "variableSetterType" : "SubscribeToShardEvent" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourceNotFoundException", "beanStyleSetterMethodName" : "setResourceNotFoundException", "c2jName" : "ResourceNotFoundException", "c2jShape" : "ResourceNotFoundException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceNotFoundException property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourceNotFoundException.Builder} avoiding the need to create one manually via {@link ResourceNotFoundException#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceNotFoundException.Builder#build()} is called immediately and its result is passed to {@link #resourceNotFoundException(ResourceNotFoundException)}.\n@param resourceNotFoundException a consumer that will call methods on {@link ResourceNotFoundException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceNotFoundException(ResourceNotFoundException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceNotFoundException", "fluentSetterDocumentation" : "Sets the value of the ResourceNotFoundException property for this object.\n\n@param resourceNotFoundException The new value for the ResourceNotFoundException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceNotFoundException", "getterDocumentation" : "Returns the value of the ResourceNotFoundException property for this object.\n@return The value of the ResourceNotFoundException property for this object.", "getterModel" : { "returnType" : "ResourceNotFoundException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceNotFoundException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceNotFoundException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ResourceNotFoundException", "setterDocumentation" : "Sets the value of the ResourceNotFoundException property for this object.\n\n@param resourceNotFoundException The new value for the ResourceNotFoundException property for this object.", "setterMethodName" : "setResourceNotFoundException", "setterModel" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "simple" : false, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : "", "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourceInUseException", "beanStyleSetterMethodName" : "setResourceInUseException", "c2jName" : "ResourceInUseException", "c2jShape" : "ResourceInUseException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceInUseException property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourceInUseException.Builder} avoiding the need to create one manually via {@link ResourceInUseException#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceInUseException.Builder#build()} is called immediately and its result is passed to {@link #resourceInUseException(ResourceInUseException)}.\n@param resourceInUseException a consumer that will call methods on {@link ResourceInUseException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceInUseException(ResourceInUseException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceInUseException", "fluentSetterDocumentation" : "Sets the value of the ResourceInUseException property for this object.\n\n@param resourceInUseException The new value for the ResourceInUseException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceInUseException", "getterDocumentation" : "Returns the value of the ResourceInUseException property for this object.\n@return The value of the ResourceInUseException property for this object.", "getterModel" : { "returnType" : "ResourceInUseException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceInUseException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceInUseException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ResourceInUseException", "setterDocumentation" : "Sets the value of the ResourceInUseException property for this object.\n\n@param resourceInUseException The new value for the ResourceInUseException property for this object.", "setterMethodName" : "setResourceInUseException", "setterModel" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "simple" : false, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : "", "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKMSDisabledException", "beanStyleSetterMethodName" : "setKMSDisabledException", "c2jName" : "KMSDisabledException", "c2jShape" : "KMSDisabledException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSDisabledException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSDisabledException.Builder} avoiding the need to create one manually via {@link KMSDisabledException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSDisabledException.Builder#build()} is called immediately and its result is passed to {@link #kmsDisabledException(KMSDisabledException)}.\n@param kmsDisabledException a consumer that will call methods on {@link KMSDisabledException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsDisabledException(KMSDisabledException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsDisabledException", "fluentSetterDocumentation" : "Sets the value of the KMSDisabledException property for this object.\n\n@param kmsDisabledException The new value for the KMSDisabledException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsDisabledException", "getterDocumentation" : "Returns the value of the KMSDisabledException property for this object.\n@return The value of the KMSDisabledException property for this object.", "getterModel" : { "returnType" : "KMSDisabledException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSDisabledException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSDisabledException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSDisabledException", "setterDocumentation" : "Sets the value of the KMSDisabledException property for this object.\n\n@param kmsDisabledException The new value for the KMSDisabledException property for this object.", "setterMethodName" : "setKMSDisabledException", "setterModel" : { "variableDeclarationType" : "KMSDisabledException", "variableName" : "kmsDisabledException", "variableType" : "KMSDisabledException", "documentation" : null, "simpleType" : "KMSDisabledException", "variableSetterType" : "KMSDisabledException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSDisabledException", "variableName" : "kmsDisabledException", "variableType" : "KMSDisabledException", "documentation" : "", "simpleType" : "KMSDisabledException", "variableSetterType" : "KMSDisabledException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKMSInvalidStateException", "beanStyleSetterMethodName" : "setKMSInvalidStateException", "c2jName" : "KMSInvalidStateException", "c2jShape" : "KMSInvalidStateException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSInvalidStateException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSInvalidStateException.Builder} avoiding the need to create one manually via {@link KMSInvalidStateException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSInvalidStateException.Builder#build()} is called immediately and its result is passed to {@link #kmsInvalidStateException(KMSInvalidStateException)}.\n@param kmsInvalidStateException a consumer that will call methods on {@link KMSInvalidStateException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsInvalidStateException(KMSInvalidStateException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsInvalidStateException", "fluentSetterDocumentation" : "Sets the value of the KMSInvalidStateException property for this object.\n\n@param kmsInvalidStateException The new value for the KMSInvalidStateException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsInvalidStateException", "getterDocumentation" : "Returns the value of the KMSInvalidStateException property for this object.\n@return The value of the KMSInvalidStateException property for this object.", "getterModel" : { "returnType" : "KMSInvalidStateException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSInvalidStateException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSInvalidStateException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSInvalidStateException", "setterDocumentation" : "Sets the value of the KMSInvalidStateException property for this object.\n\n@param kmsInvalidStateException The new value for the KMSInvalidStateException property for this object.", "setterMethodName" : "setKMSInvalidStateException", "setterModel" : { "variableDeclarationType" : "KMSInvalidStateException", "variableName" : "kmsInvalidStateException", "variableType" : "KMSInvalidStateException", "documentation" : null, "simpleType" : "KMSInvalidStateException", "variableSetterType" : "KMSInvalidStateException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSInvalidStateException", "variableName" : "kmsInvalidStateException", "variableType" : "KMSInvalidStateException", "documentation" : "", "simpleType" : "KMSInvalidStateException", "variableSetterType" : "KMSInvalidStateException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKMSAccessDeniedException", "beanStyleSetterMethodName" : "setKMSAccessDeniedException", "c2jName" : "KMSAccessDeniedException", "c2jShape" : "KMSAccessDeniedException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSAccessDeniedException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSAccessDeniedException.Builder} avoiding the need to create one manually via {@link KMSAccessDeniedException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSAccessDeniedException.Builder#build()} is called immediately and its result is passed to {@link #kmsAccessDeniedException(KMSAccessDeniedException)}.\n@param kmsAccessDeniedException a consumer that will call methods on {@link KMSAccessDeniedException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsAccessDeniedException(KMSAccessDeniedException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsAccessDeniedException", "fluentSetterDocumentation" : "Sets the value of the KMSAccessDeniedException property for this object.\n\n@param kmsAccessDeniedException The new value for the KMSAccessDeniedException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsAccessDeniedException", "getterDocumentation" : "Returns the value of the KMSAccessDeniedException property for this object.\n@return The value of the KMSAccessDeniedException property for this object.", "getterModel" : { "returnType" : "KMSAccessDeniedException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSAccessDeniedException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSAccessDeniedException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSAccessDeniedException", "setterDocumentation" : "Sets the value of the KMSAccessDeniedException property for this object.\n\n@param kmsAccessDeniedException The new value for the KMSAccessDeniedException property for this object.", "setterMethodName" : "setKMSAccessDeniedException", "setterModel" : { "variableDeclarationType" : "KMSAccessDeniedException", "variableName" : "kmsAccessDeniedException", "variableType" : "KMSAccessDeniedException", "documentation" : null, "simpleType" : "KMSAccessDeniedException", "variableSetterType" : "KMSAccessDeniedException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSAccessDeniedException", "variableName" : "kmsAccessDeniedException", "variableType" : "KMSAccessDeniedException", "documentation" : "", "simpleType" : "KMSAccessDeniedException", "variableSetterType" : "KMSAccessDeniedException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKMSNotFoundException", "beanStyleSetterMethodName" : "setKMSNotFoundException", "c2jName" : "KMSNotFoundException", "c2jShape" : "KMSNotFoundException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSNotFoundException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSNotFoundException.Builder} avoiding the need to create one manually via {@link KMSNotFoundException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSNotFoundException.Builder#build()} is called immediately and its result is passed to {@link #kmsNotFoundException(KMSNotFoundException)}.\n@param kmsNotFoundException a consumer that will call methods on {@link KMSNotFoundException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsNotFoundException(KMSNotFoundException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsNotFoundException", "fluentSetterDocumentation" : "Sets the value of the KMSNotFoundException property for this object.\n\n@param kmsNotFoundException The new value for the KMSNotFoundException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsNotFoundException", "getterDocumentation" : "Returns the value of the KMSNotFoundException property for this object.\n@return The value of the KMSNotFoundException property for this object.", "getterModel" : { "returnType" : "KMSNotFoundException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSNotFoundException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSNotFoundException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSNotFoundException", "setterDocumentation" : "Sets the value of the KMSNotFoundException property for this object.\n\n@param kmsNotFoundException The new value for the KMSNotFoundException property for this object.", "setterMethodName" : "setKMSNotFoundException", "setterModel" : { "variableDeclarationType" : "KMSNotFoundException", "variableName" : "kmsNotFoundException", "variableType" : "KMSNotFoundException", "documentation" : null, "simpleType" : "KMSNotFoundException", "variableSetterType" : "KMSNotFoundException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSNotFoundException", "variableName" : "kmsNotFoundException", "variableType" : "KMSNotFoundException", "documentation" : "", "simpleType" : "KMSNotFoundException", "variableSetterType" : "KMSNotFoundException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKMSOptInRequired", "beanStyleSetterMethodName" : "setKMSOptInRequired", "c2jName" : "KMSOptInRequired", "c2jShape" : "KMSOptInRequired", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSOptInRequired property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSOptInRequired.Builder} avoiding the need to create one manually via {@link KMSOptInRequired#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSOptInRequired.Builder#build()} is called immediately and its result is passed to {@link #kmsOptInRequired(KMSOptInRequired)}.\n@param kmsOptInRequired a consumer that will call methods on {@link KMSOptInRequired.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsOptInRequired(KMSOptInRequired)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsOptInRequired", "fluentSetterDocumentation" : "Sets the value of the KMSOptInRequired property for this object.\n\n@param kmsOptInRequired The new value for the KMSOptInRequired property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsOptInRequired", "getterDocumentation" : "Returns the value of the KMSOptInRequired property for this object.\n@return The value of the KMSOptInRequired property for this object.", "getterModel" : { "returnType" : "KMSOptInRequired", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSOptInRequired", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSOptInRequired", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSOptInRequired", "setterDocumentation" : "Sets the value of the KMSOptInRequired property for this object.\n\n@param kmsOptInRequired The new value for the KMSOptInRequired property for this object.", "setterMethodName" : "setKMSOptInRequired", "setterModel" : { "variableDeclarationType" : "KMSOptInRequired", "variableName" : "kmsOptInRequired", "variableType" : "KMSOptInRequired", "documentation" : null, "simpleType" : "KMSOptInRequired", "variableSetterType" : "KMSOptInRequired" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSOptInRequired", "variableName" : "kmsOptInRequired", "variableType" : "KMSOptInRequired", "documentation" : "", "simpleType" : "KMSOptInRequired", "variableSetterType" : "KMSOptInRequired" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKMSThrottlingException", "beanStyleSetterMethodName" : "setKMSThrottlingException", "c2jName" : "KMSThrottlingException", "c2jShape" : "KMSThrottlingException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSThrottlingException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSThrottlingException.Builder} avoiding the need to create one manually via {@link KMSThrottlingException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSThrottlingException.Builder#build()} is called immediately and its result is passed to {@link #kmsThrottlingException(KMSThrottlingException)}.\n@param kmsThrottlingException a consumer that will call methods on {@link KMSThrottlingException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsThrottlingException(KMSThrottlingException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsThrottlingException", "fluentSetterDocumentation" : "Sets the value of the KMSThrottlingException property for this object.\n\n@param kmsThrottlingException The new value for the KMSThrottlingException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsThrottlingException", "getterDocumentation" : "Returns the value of the KMSThrottlingException property for this object.\n@return The value of the KMSThrottlingException property for this object.", "getterModel" : { "returnType" : "KMSThrottlingException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSThrottlingException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSThrottlingException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSThrottlingException", "setterDocumentation" : "Sets the value of the KMSThrottlingException property for this object.\n\n@param kmsThrottlingException The new value for the KMSThrottlingException property for this object.", "setterMethodName" : "setKMSThrottlingException", "setterModel" : { "variableDeclarationType" : "KMSThrottlingException", "variableName" : "kmsThrottlingException", "variableType" : "KMSThrottlingException", "documentation" : null, "simpleType" : "KMSThrottlingException", "variableSetterType" : "KMSThrottlingException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSThrottlingException", "variableName" : "kmsThrottlingException", "variableType" : "KMSThrottlingException", "documentation" : "", "simpleType" : "KMSThrottlingException", "variableSetterType" : "KMSThrottlingException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInternalFailureException", "beanStyleSetterMethodName" : "setInternalFailureException", "c2jName" : "InternalFailureException", "c2jShape" : "InternalFailureException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the InternalFailureException property for this object.\n\nThis is a convenience that creates an instance of the {@link InternalFailureException.Builder} avoiding the need to create one manually via {@link InternalFailureException#builder()}.\n\nWhen the {@link Consumer} completes, {@link InternalFailureException.Builder#build()} is called immediately and its result is passed to {@link #internalFailureException(InternalFailureException)}.\n@param internalFailureException a consumer that will call methods on {@link InternalFailureException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #internalFailureException(InternalFailureException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "internalFailureException", "fluentSetterDocumentation" : "Sets the value of the InternalFailureException property for this object.\n\n@param internalFailureException The new value for the InternalFailureException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "internalFailureException", "getterDocumentation" : "Returns the value of the InternalFailureException property for this object.\n@return The value of the InternalFailureException property for this object.", "getterModel" : { "returnType" : "InternalFailureException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InternalFailureException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InternalFailureException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InternalFailureException", "setterDocumentation" : "Sets the value of the InternalFailureException property for this object.\n\n@param internalFailureException The new value for the InternalFailureException property for this object.", "setterMethodName" : "setInternalFailureException", "setterModel" : { "variableDeclarationType" : "InternalFailureException", "variableName" : "internalFailureException", "variableType" : "InternalFailureException", "documentation" : null, "simpleType" : "InternalFailureException", "variableSetterType" : "InternalFailureException" }, "simple" : false, "variable" : { "variableDeclarationType" : "InternalFailureException", "variableName" : "internalFailureException", "variableType" : "InternalFailureException", "documentation" : "", "simpleType" : "InternalFailureException", "variableSetterType" : "InternalFailureException" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InternalFailureException" : { "beanStyleGetterMethodName" : "getInternalFailureException", "beanStyleSetterMethodName" : "setInternalFailureException", "c2jName" : "InternalFailureException", "c2jShape" : "InternalFailureException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the InternalFailureException property for this object.\n\nThis is a convenience that creates an instance of the {@link InternalFailureException.Builder} avoiding the need to create one manually via {@link InternalFailureException#builder()}.\n\nWhen the {@link Consumer} completes, {@link InternalFailureException.Builder#build()} is called immediately and its result is passed to {@link #internalFailureException(InternalFailureException)}.\n@param internalFailureException a consumer that will call methods on {@link InternalFailureException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #internalFailureException(InternalFailureException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "internalFailureException", "fluentSetterDocumentation" : "Sets the value of the InternalFailureException property for this object.\n\n@param internalFailureException The new value for the InternalFailureException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "internalFailureException", "getterDocumentation" : "Returns the value of the InternalFailureException property for this object.\n@return The value of the InternalFailureException property for this object.", "getterModel" : { "returnType" : "InternalFailureException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InternalFailureException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InternalFailureException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InternalFailureException", "setterDocumentation" : "Sets the value of the InternalFailureException property for this object.\n\n@param internalFailureException The new value for the InternalFailureException property for this object.", "setterMethodName" : "setInternalFailureException", "setterModel" : { "variableDeclarationType" : "InternalFailureException", "variableName" : "internalFailureException", "variableType" : "InternalFailureException", "documentation" : null, "simpleType" : "InternalFailureException", "variableSetterType" : "InternalFailureException" }, "simple" : false, "variable" : { "variableDeclarationType" : "InternalFailureException", "variableName" : "internalFailureException", "variableType" : "InternalFailureException", "documentation" : "", "simpleType" : "InternalFailureException", "variableSetterType" : "InternalFailureException" }, "xmlNameSpaceUri" : null }, "KMSAccessDeniedException" : { "beanStyleGetterMethodName" : "getKMSAccessDeniedException", "beanStyleSetterMethodName" : "setKMSAccessDeniedException", "c2jName" : "KMSAccessDeniedException", "c2jShape" : "KMSAccessDeniedException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSAccessDeniedException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSAccessDeniedException.Builder} avoiding the need to create one manually via {@link KMSAccessDeniedException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSAccessDeniedException.Builder#build()} is called immediately and its result is passed to {@link #kmsAccessDeniedException(KMSAccessDeniedException)}.\n@param kmsAccessDeniedException a consumer that will call methods on {@link KMSAccessDeniedException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsAccessDeniedException(KMSAccessDeniedException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsAccessDeniedException", "fluentSetterDocumentation" : "Sets the value of the KMSAccessDeniedException property for this object.\n\n@param kmsAccessDeniedException The new value for the KMSAccessDeniedException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsAccessDeniedException", "getterDocumentation" : "Returns the value of the KMSAccessDeniedException property for this object.\n@return The value of the KMSAccessDeniedException property for this object.", "getterModel" : { "returnType" : "KMSAccessDeniedException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSAccessDeniedException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSAccessDeniedException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSAccessDeniedException", "setterDocumentation" : "Sets the value of the KMSAccessDeniedException property for this object.\n\n@param kmsAccessDeniedException The new value for the KMSAccessDeniedException property for this object.", "setterMethodName" : "setKMSAccessDeniedException", "setterModel" : { "variableDeclarationType" : "KMSAccessDeniedException", "variableName" : "kmsAccessDeniedException", "variableType" : "KMSAccessDeniedException", "documentation" : null, "simpleType" : "KMSAccessDeniedException", "variableSetterType" : "KMSAccessDeniedException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSAccessDeniedException", "variableName" : "kmsAccessDeniedException", "variableType" : "KMSAccessDeniedException", "documentation" : "", "simpleType" : "KMSAccessDeniedException", "variableSetterType" : "KMSAccessDeniedException" }, "xmlNameSpaceUri" : null }, "KMSDisabledException" : { "beanStyleGetterMethodName" : "getKMSDisabledException", "beanStyleSetterMethodName" : "setKMSDisabledException", "c2jName" : "KMSDisabledException", "c2jShape" : "KMSDisabledException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSDisabledException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSDisabledException.Builder} avoiding the need to create one manually via {@link KMSDisabledException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSDisabledException.Builder#build()} is called immediately and its result is passed to {@link #kmsDisabledException(KMSDisabledException)}.\n@param kmsDisabledException a consumer that will call methods on {@link KMSDisabledException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsDisabledException(KMSDisabledException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsDisabledException", "fluentSetterDocumentation" : "Sets the value of the KMSDisabledException property for this object.\n\n@param kmsDisabledException The new value for the KMSDisabledException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsDisabledException", "getterDocumentation" : "Returns the value of the KMSDisabledException property for this object.\n@return The value of the KMSDisabledException property for this object.", "getterModel" : { "returnType" : "KMSDisabledException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSDisabledException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSDisabledException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSDisabledException", "setterDocumentation" : "Sets the value of the KMSDisabledException property for this object.\n\n@param kmsDisabledException The new value for the KMSDisabledException property for this object.", "setterMethodName" : "setKMSDisabledException", "setterModel" : { "variableDeclarationType" : "KMSDisabledException", "variableName" : "kmsDisabledException", "variableType" : "KMSDisabledException", "documentation" : null, "simpleType" : "KMSDisabledException", "variableSetterType" : "KMSDisabledException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSDisabledException", "variableName" : "kmsDisabledException", "variableType" : "KMSDisabledException", "documentation" : "", "simpleType" : "KMSDisabledException", "variableSetterType" : "KMSDisabledException" }, "xmlNameSpaceUri" : null }, "KMSInvalidStateException" : { "beanStyleGetterMethodName" : "getKMSInvalidStateException", "beanStyleSetterMethodName" : "setKMSInvalidStateException", "c2jName" : "KMSInvalidStateException", "c2jShape" : "KMSInvalidStateException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSInvalidStateException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSInvalidStateException.Builder} avoiding the need to create one manually via {@link KMSInvalidStateException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSInvalidStateException.Builder#build()} is called immediately and its result is passed to {@link #kmsInvalidStateException(KMSInvalidStateException)}.\n@param kmsInvalidStateException a consumer that will call methods on {@link KMSInvalidStateException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsInvalidStateException(KMSInvalidStateException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsInvalidStateException", "fluentSetterDocumentation" : "Sets the value of the KMSInvalidStateException property for this object.\n\n@param kmsInvalidStateException The new value for the KMSInvalidStateException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsInvalidStateException", "getterDocumentation" : "Returns the value of the KMSInvalidStateException property for this object.\n@return The value of the KMSInvalidStateException property for this object.", "getterModel" : { "returnType" : "KMSInvalidStateException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSInvalidStateException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSInvalidStateException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSInvalidStateException", "setterDocumentation" : "Sets the value of the KMSInvalidStateException property for this object.\n\n@param kmsInvalidStateException The new value for the KMSInvalidStateException property for this object.", "setterMethodName" : "setKMSInvalidStateException", "setterModel" : { "variableDeclarationType" : "KMSInvalidStateException", "variableName" : "kmsInvalidStateException", "variableType" : "KMSInvalidStateException", "documentation" : null, "simpleType" : "KMSInvalidStateException", "variableSetterType" : "KMSInvalidStateException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSInvalidStateException", "variableName" : "kmsInvalidStateException", "variableType" : "KMSInvalidStateException", "documentation" : "", "simpleType" : "KMSInvalidStateException", "variableSetterType" : "KMSInvalidStateException" }, "xmlNameSpaceUri" : null }, "KMSNotFoundException" : { "beanStyleGetterMethodName" : "getKMSNotFoundException", "beanStyleSetterMethodName" : "setKMSNotFoundException", "c2jName" : "KMSNotFoundException", "c2jShape" : "KMSNotFoundException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSNotFoundException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSNotFoundException.Builder} avoiding the need to create one manually via {@link KMSNotFoundException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSNotFoundException.Builder#build()} is called immediately and its result is passed to {@link #kmsNotFoundException(KMSNotFoundException)}.\n@param kmsNotFoundException a consumer that will call methods on {@link KMSNotFoundException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsNotFoundException(KMSNotFoundException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsNotFoundException", "fluentSetterDocumentation" : "Sets the value of the KMSNotFoundException property for this object.\n\n@param kmsNotFoundException The new value for the KMSNotFoundException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsNotFoundException", "getterDocumentation" : "Returns the value of the KMSNotFoundException property for this object.\n@return The value of the KMSNotFoundException property for this object.", "getterModel" : { "returnType" : "KMSNotFoundException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSNotFoundException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSNotFoundException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSNotFoundException", "setterDocumentation" : "Sets the value of the KMSNotFoundException property for this object.\n\n@param kmsNotFoundException The new value for the KMSNotFoundException property for this object.", "setterMethodName" : "setKMSNotFoundException", "setterModel" : { "variableDeclarationType" : "KMSNotFoundException", "variableName" : "kmsNotFoundException", "variableType" : "KMSNotFoundException", "documentation" : null, "simpleType" : "KMSNotFoundException", "variableSetterType" : "KMSNotFoundException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSNotFoundException", "variableName" : "kmsNotFoundException", "variableType" : "KMSNotFoundException", "documentation" : "", "simpleType" : "KMSNotFoundException", "variableSetterType" : "KMSNotFoundException" }, "xmlNameSpaceUri" : null }, "KMSOptInRequired" : { "beanStyleGetterMethodName" : "getKMSOptInRequired", "beanStyleSetterMethodName" : "setKMSOptInRequired", "c2jName" : "KMSOptInRequired", "c2jShape" : "KMSOptInRequired", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSOptInRequired property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSOptInRequired.Builder} avoiding the need to create one manually via {@link KMSOptInRequired#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSOptInRequired.Builder#build()} is called immediately and its result is passed to {@link #kmsOptInRequired(KMSOptInRequired)}.\n@param kmsOptInRequired a consumer that will call methods on {@link KMSOptInRequired.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsOptInRequired(KMSOptInRequired)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsOptInRequired", "fluentSetterDocumentation" : "Sets the value of the KMSOptInRequired property for this object.\n\n@param kmsOptInRequired The new value for the KMSOptInRequired property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsOptInRequired", "getterDocumentation" : "Returns the value of the KMSOptInRequired property for this object.\n@return The value of the KMSOptInRequired property for this object.", "getterModel" : { "returnType" : "KMSOptInRequired", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSOptInRequired", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSOptInRequired", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSOptInRequired", "setterDocumentation" : "Sets the value of the KMSOptInRequired property for this object.\n\n@param kmsOptInRequired The new value for the KMSOptInRequired property for this object.", "setterMethodName" : "setKMSOptInRequired", "setterModel" : { "variableDeclarationType" : "KMSOptInRequired", "variableName" : "kmsOptInRequired", "variableType" : "KMSOptInRequired", "documentation" : null, "simpleType" : "KMSOptInRequired", "variableSetterType" : "KMSOptInRequired" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSOptInRequired", "variableName" : "kmsOptInRequired", "variableType" : "KMSOptInRequired", "documentation" : "", "simpleType" : "KMSOptInRequired", "variableSetterType" : "KMSOptInRequired" }, "xmlNameSpaceUri" : null }, "KMSThrottlingException" : { "beanStyleGetterMethodName" : "getKMSThrottlingException", "beanStyleSetterMethodName" : "setKMSThrottlingException", "c2jName" : "KMSThrottlingException", "c2jShape" : "KMSThrottlingException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSThrottlingException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSThrottlingException.Builder} avoiding the need to create one manually via {@link KMSThrottlingException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSThrottlingException.Builder#build()} is called immediately and its result is passed to {@link #kmsThrottlingException(KMSThrottlingException)}.\n@param kmsThrottlingException a consumer that will call methods on {@link KMSThrottlingException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsThrottlingException(KMSThrottlingException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsThrottlingException", "fluentSetterDocumentation" : "Sets the value of the KMSThrottlingException property for this object.\n\n@param kmsThrottlingException The new value for the KMSThrottlingException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsThrottlingException", "getterDocumentation" : "Returns the value of the KMSThrottlingException property for this object.\n@return The value of the KMSThrottlingException property for this object.", "getterModel" : { "returnType" : "KMSThrottlingException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSThrottlingException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSThrottlingException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSThrottlingException", "setterDocumentation" : "Sets the value of the KMSThrottlingException property for this object.\n\n@param kmsThrottlingException The new value for the KMSThrottlingException property for this object.", "setterMethodName" : "setKMSThrottlingException", "setterModel" : { "variableDeclarationType" : "KMSThrottlingException", "variableName" : "kmsThrottlingException", "variableType" : "KMSThrottlingException", "documentation" : null, "simpleType" : "KMSThrottlingException", "variableSetterType" : "KMSThrottlingException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSThrottlingException", "variableName" : "kmsThrottlingException", "variableType" : "KMSThrottlingException", "documentation" : "", "simpleType" : "KMSThrottlingException", "variableSetterType" : "KMSThrottlingException" }, "xmlNameSpaceUri" : null }, "ResourceInUseException" : { "beanStyleGetterMethodName" : "getResourceInUseException", "beanStyleSetterMethodName" : "setResourceInUseException", "c2jName" : "ResourceInUseException", "c2jShape" : "ResourceInUseException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceInUseException property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourceInUseException.Builder} avoiding the need to create one manually via {@link ResourceInUseException#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceInUseException.Builder#build()} is called immediately and its result is passed to {@link #resourceInUseException(ResourceInUseException)}.\n@param resourceInUseException a consumer that will call methods on {@link ResourceInUseException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceInUseException(ResourceInUseException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceInUseException", "fluentSetterDocumentation" : "Sets the value of the ResourceInUseException property for this object.\n\n@param resourceInUseException The new value for the ResourceInUseException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceInUseException", "getterDocumentation" : "Returns the value of the ResourceInUseException property for this object.\n@return The value of the ResourceInUseException property for this object.", "getterModel" : { "returnType" : "ResourceInUseException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceInUseException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceInUseException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ResourceInUseException", "setterDocumentation" : "Sets the value of the ResourceInUseException property for this object.\n\n@param resourceInUseException The new value for the ResourceInUseException property for this object.", "setterMethodName" : "setResourceInUseException", "setterModel" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "simple" : false, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : "", "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "xmlNameSpaceUri" : null }, "ResourceNotFoundException" : { "beanStyleGetterMethodName" : "getResourceNotFoundException", "beanStyleSetterMethodName" : "setResourceNotFoundException", "c2jName" : "ResourceNotFoundException", "c2jShape" : "ResourceNotFoundException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceNotFoundException property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourceNotFoundException.Builder} avoiding the need to create one manually via {@link ResourceNotFoundException#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceNotFoundException.Builder#build()} is called immediately and its result is passed to {@link #resourceNotFoundException(ResourceNotFoundException)}.\n@param resourceNotFoundException a consumer that will call methods on {@link ResourceNotFoundException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceNotFoundException(ResourceNotFoundException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceNotFoundException", "fluentSetterDocumentation" : "Sets the value of the ResourceNotFoundException property for this object.\n\n@param resourceNotFoundException The new value for the ResourceNotFoundException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceNotFoundException", "getterDocumentation" : "Returns the value of the ResourceNotFoundException property for this object.\n@return The value of the ResourceNotFoundException property for this object.", "getterModel" : { "returnType" : "ResourceNotFoundException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceNotFoundException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceNotFoundException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ResourceNotFoundException", "setterDocumentation" : "Sets the value of the ResourceNotFoundException property for this object.\n\n@param resourceNotFoundException The new value for the ResourceNotFoundException property for this object.", "setterMethodName" : "setResourceNotFoundException", "setterModel" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "simple" : false, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : "", "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "xmlNameSpaceUri" : null }, "SubscribeToShardEvent" : { "beanStyleGetterMethodName" : "getSubscribeToShardEvent", "beanStyleSetterMethodName" : "setSubscribeToShardEvent", "c2jName" : "SubscribeToShardEvent", "c2jShape" : "SubscribeToShardEvent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link SubscribeToShardEvent.Builder} avoiding the need to create one manually via {@link SubscribeToShardEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubscribeToShardEvent.Builder#build()} is called immediately and its result is passed to {@link #subscribeToShardEvent(SubscribeToShardEvent)}.\n@param subscribeToShardEvent a consumer that will call methods on {@link SubscribeToShardEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscribeToShardEvent(SubscribeToShardEvent)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subscribeToShardEvent", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          \n@param subscribeToShardEvent After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscribeToShardEvent", "getterDocumentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          \n@return After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.", "getterModel" : { "returnType" : "SubscribeToShardEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscribeToShardEvent", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscribeToShardEvent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "SubscribeToShardEvent", "setterDocumentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          \n@param subscribeToShardEvent After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.", "setterMethodName" : "setSubscribeToShardEvent", "setterModel" : { "variableDeclarationType" : "SubscribeToShardEvent", "variableName" : "subscribeToShardEvent", "variableType" : "SubscribeToShardEvent", "documentation" : null, "simpleType" : "SubscribeToShardEvent", "variableSetterType" : "SubscribeToShardEvent" }, "simple" : false, "variable" : { "variableDeclarationType" : "SubscribeToShardEvent", "variableName" : "subscribeToShardEvent", "variableType" : "SubscribeToShardEvent", "documentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          ", "simpleType" : "SubscribeToShardEvent", "variableSetterType" : "SubscribeToShardEvent" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSubscribeToShardEvent", "beanStyleSetterMethodName" : "setSubscribeToShardEvent", "c2jName" : "SubscribeToShardEvent", "c2jShape" : "SubscribeToShardEvent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link SubscribeToShardEvent.Builder} avoiding the need to create one manually via {@link SubscribeToShardEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubscribeToShardEvent.Builder#build()} is called immediately and its result is passed to {@link #subscribeToShardEvent(SubscribeToShardEvent)}.\n@param subscribeToShardEvent a consumer that will call methods on {@link SubscribeToShardEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscribeToShardEvent(SubscribeToShardEvent)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subscribeToShardEvent", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          \n@param subscribeToShardEvent After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscribeToShardEvent", "getterDocumentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          \n@return After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.", "getterModel" : { "returnType" : "SubscribeToShardEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscribeToShardEvent", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscribeToShardEvent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "SubscribeToShardEvent", "setterDocumentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          \n@param subscribeToShardEvent After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.", "setterMethodName" : "setSubscribeToShardEvent", "setterModel" : { "variableDeclarationType" : "SubscribeToShardEvent", "variableName" : "subscribeToShardEvent", "variableType" : "SubscribeToShardEvent", "documentation" : null, "simpleType" : "SubscribeToShardEvent", "variableSetterType" : "SubscribeToShardEvent" }, "simple" : false, "variable" : { "variableDeclarationType" : "SubscribeToShardEvent", "variableName" : "subscribeToShardEvent", "variableType" : "SubscribeToShardEvent", "documentation" : "

                                                                                                                                                                                                                          After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

                                                                                                                                                                                                                          ", "simpleType" : "SubscribeToShardEvent", "variableSetterType" : "SubscribeToShardEvent" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourceNotFoundException", "beanStyleSetterMethodName" : "setResourceNotFoundException", "c2jName" : "ResourceNotFoundException", "c2jShape" : "ResourceNotFoundException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceNotFoundException property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourceNotFoundException.Builder} avoiding the need to create one manually via {@link ResourceNotFoundException#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceNotFoundException.Builder#build()} is called immediately and its result is passed to {@link #resourceNotFoundException(ResourceNotFoundException)}.\n@param resourceNotFoundException a consumer that will call methods on {@link ResourceNotFoundException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceNotFoundException(ResourceNotFoundException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceNotFoundException", "fluentSetterDocumentation" : "Sets the value of the ResourceNotFoundException property for this object.\n\n@param resourceNotFoundException The new value for the ResourceNotFoundException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceNotFoundException", "getterDocumentation" : "Returns the value of the ResourceNotFoundException property for this object.\n@return The value of the ResourceNotFoundException property for this object.", "getterModel" : { "returnType" : "ResourceNotFoundException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceNotFoundException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceNotFoundException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ResourceNotFoundException", "setterDocumentation" : "Sets the value of the ResourceNotFoundException property for this object.\n\n@param resourceNotFoundException The new value for the ResourceNotFoundException property for this object.", "setterMethodName" : "setResourceNotFoundException", "setterModel" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "simple" : false, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : "", "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourceInUseException", "beanStyleSetterMethodName" : "setResourceInUseException", "c2jName" : "ResourceInUseException", "c2jShape" : "ResourceInUseException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceInUseException property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourceInUseException.Builder} avoiding the need to create one manually via {@link ResourceInUseException#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceInUseException.Builder#build()} is called immediately and its result is passed to {@link #resourceInUseException(ResourceInUseException)}.\n@param resourceInUseException a consumer that will call methods on {@link ResourceInUseException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceInUseException(ResourceInUseException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceInUseException", "fluentSetterDocumentation" : "Sets the value of the ResourceInUseException property for this object.\n\n@param resourceInUseException The new value for the ResourceInUseException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceInUseException", "getterDocumentation" : "Returns the value of the ResourceInUseException property for this object.\n@return The value of the ResourceInUseException property for this object.", "getterModel" : { "returnType" : "ResourceInUseException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceInUseException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceInUseException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ResourceInUseException", "setterDocumentation" : "Sets the value of the ResourceInUseException property for this object.\n\n@param resourceInUseException The new value for the ResourceInUseException property for this object.", "setterMethodName" : "setResourceInUseException", "setterModel" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "simple" : false, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : "", "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKMSDisabledException", "beanStyleSetterMethodName" : "setKMSDisabledException", "c2jName" : "KMSDisabledException", "c2jShape" : "KMSDisabledException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSDisabledException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSDisabledException.Builder} avoiding the need to create one manually via {@link KMSDisabledException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSDisabledException.Builder#build()} is called immediately and its result is passed to {@link #kmsDisabledException(KMSDisabledException)}.\n@param kmsDisabledException a consumer that will call methods on {@link KMSDisabledException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsDisabledException(KMSDisabledException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsDisabledException", "fluentSetterDocumentation" : "Sets the value of the KMSDisabledException property for this object.\n\n@param kmsDisabledException The new value for the KMSDisabledException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsDisabledException", "getterDocumentation" : "Returns the value of the KMSDisabledException property for this object.\n@return The value of the KMSDisabledException property for this object.", "getterModel" : { "returnType" : "KMSDisabledException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSDisabledException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSDisabledException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSDisabledException", "setterDocumentation" : "Sets the value of the KMSDisabledException property for this object.\n\n@param kmsDisabledException The new value for the KMSDisabledException property for this object.", "setterMethodName" : "setKMSDisabledException", "setterModel" : { "variableDeclarationType" : "KMSDisabledException", "variableName" : "kmsDisabledException", "variableType" : "KMSDisabledException", "documentation" : null, "simpleType" : "KMSDisabledException", "variableSetterType" : "KMSDisabledException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSDisabledException", "variableName" : "kmsDisabledException", "variableType" : "KMSDisabledException", "documentation" : "", "simpleType" : "KMSDisabledException", "variableSetterType" : "KMSDisabledException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKMSInvalidStateException", "beanStyleSetterMethodName" : "setKMSInvalidStateException", "c2jName" : "KMSInvalidStateException", "c2jShape" : "KMSInvalidStateException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSInvalidStateException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSInvalidStateException.Builder} avoiding the need to create one manually via {@link KMSInvalidStateException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSInvalidStateException.Builder#build()} is called immediately and its result is passed to {@link #kmsInvalidStateException(KMSInvalidStateException)}.\n@param kmsInvalidStateException a consumer that will call methods on {@link KMSInvalidStateException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsInvalidStateException(KMSInvalidStateException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsInvalidStateException", "fluentSetterDocumentation" : "Sets the value of the KMSInvalidStateException property for this object.\n\n@param kmsInvalidStateException The new value for the KMSInvalidStateException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsInvalidStateException", "getterDocumentation" : "Returns the value of the KMSInvalidStateException property for this object.\n@return The value of the KMSInvalidStateException property for this object.", "getterModel" : { "returnType" : "KMSInvalidStateException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSInvalidStateException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSInvalidStateException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSInvalidStateException", "setterDocumentation" : "Sets the value of the KMSInvalidStateException property for this object.\n\n@param kmsInvalidStateException The new value for the KMSInvalidStateException property for this object.", "setterMethodName" : "setKMSInvalidStateException", "setterModel" : { "variableDeclarationType" : "KMSInvalidStateException", "variableName" : "kmsInvalidStateException", "variableType" : "KMSInvalidStateException", "documentation" : null, "simpleType" : "KMSInvalidStateException", "variableSetterType" : "KMSInvalidStateException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSInvalidStateException", "variableName" : "kmsInvalidStateException", "variableType" : "KMSInvalidStateException", "documentation" : "", "simpleType" : "KMSInvalidStateException", "variableSetterType" : "KMSInvalidStateException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKMSAccessDeniedException", "beanStyleSetterMethodName" : "setKMSAccessDeniedException", "c2jName" : "KMSAccessDeniedException", "c2jShape" : "KMSAccessDeniedException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSAccessDeniedException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSAccessDeniedException.Builder} avoiding the need to create one manually via {@link KMSAccessDeniedException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSAccessDeniedException.Builder#build()} is called immediately and its result is passed to {@link #kmsAccessDeniedException(KMSAccessDeniedException)}.\n@param kmsAccessDeniedException a consumer that will call methods on {@link KMSAccessDeniedException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsAccessDeniedException(KMSAccessDeniedException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsAccessDeniedException", "fluentSetterDocumentation" : "Sets the value of the KMSAccessDeniedException property for this object.\n\n@param kmsAccessDeniedException The new value for the KMSAccessDeniedException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsAccessDeniedException", "getterDocumentation" : "Returns the value of the KMSAccessDeniedException property for this object.\n@return The value of the KMSAccessDeniedException property for this object.", "getterModel" : { "returnType" : "KMSAccessDeniedException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSAccessDeniedException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSAccessDeniedException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSAccessDeniedException", "setterDocumentation" : "Sets the value of the KMSAccessDeniedException property for this object.\n\n@param kmsAccessDeniedException The new value for the KMSAccessDeniedException property for this object.", "setterMethodName" : "setKMSAccessDeniedException", "setterModel" : { "variableDeclarationType" : "KMSAccessDeniedException", "variableName" : "kmsAccessDeniedException", "variableType" : "KMSAccessDeniedException", "documentation" : null, "simpleType" : "KMSAccessDeniedException", "variableSetterType" : "KMSAccessDeniedException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSAccessDeniedException", "variableName" : "kmsAccessDeniedException", "variableType" : "KMSAccessDeniedException", "documentation" : "", "simpleType" : "KMSAccessDeniedException", "variableSetterType" : "KMSAccessDeniedException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKMSNotFoundException", "beanStyleSetterMethodName" : "setKMSNotFoundException", "c2jName" : "KMSNotFoundException", "c2jShape" : "KMSNotFoundException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSNotFoundException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSNotFoundException.Builder} avoiding the need to create one manually via {@link KMSNotFoundException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSNotFoundException.Builder#build()} is called immediately and its result is passed to {@link #kmsNotFoundException(KMSNotFoundException)}.\n@param kmsNotFoundException a consumer that will call methods on {@link KMSNotFoundException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsNotFoundException(KMSNotFoundException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsNotFoundException", "fluentSetterDocumentation" : "Sets the value of the KMSNotFoundException property for this object.\n\n@param kmsNotFoundException The new value for the KMSNotFoundException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsNotFoundException", "getterDocumentation" : "Returns the value of the KMSNotFoundException property for this object.\n@return The value of the KMSNotFoundException property for this object.", "getterModel" : { "returnType" : "KMSNotFoundException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSNotFoundException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSNotFoundException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSNotFoundException", "setterDocumentation" : "Sets the value of the KMSNotFoundException property for this object.\n\n@param kmsNotFoundException The new value for the KMSNotFoundException property for this object.", "setterMethodName" : "setKMSNotFoundException", "setterModel" : { "variableDeclarationType" : "KMSNotFoundException", "variableName" : "kmsNotFoundException", "variableType" : "KMSNotFoundException", "documentation" : null, "simpleType" : "KMSNotFoundException", "variableSetterType" : "KMSNotFoundException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSNotFoundException", "variableName" : "kmsNotFoundException", "variableType" : "KMSNotFoundException", "documentation" : "", "simpleType" : "KMSNotFoundException", "variableSetterType" : "KMSNotFoundException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKMSOptInRequired", "beanStyleSetterMethodName" : "setKMSOptInRequired", "c2jName" : "KMSOptInRequired", "c2jShape" : "KMSOptInRequired", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSOptInRequired property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSOptInRequired.Builder} avoiding the need to create one manually via {@link KMSOptInRequired#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSOptInRequired.Builder#build()} is called immediately and its result is passed to {@link #kmsOptInRequired(KMSOptInRequired)}.\n@param kmsOptInRequired a consumer that will call methods on {@link KMSOptInRequired.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsOptInRequired(KMSOptInRequired)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsOptInRequired", "fluentSetterDocumentation" : "Sets the value of the KMSOptInRequired property for this object.\n\n@param kmsOptInRequired The new value for the KMSOptInRequired property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsOptInRequired", "getterDocumentation" : "Returns the value of the KMSOptInRequired property for this object.\n@return The value of the KMSOptInRequired property for this object.", "getterModel" : { "returnType" : "KMSOptInRequired", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSOptInRequired", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSOptInRequired", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSOptInRequired", "setterDocumentation" : "Sets the value of the KMSOptInRequired property for this object.\n\n@param kmsOptInRequired The new value for the KMSOptInRequired property for this object.", "setterMethodName" : "setKMSOptInRequired", "setterModel" : { "variableDeclarationType" : "KMSOptInRequired", "variableName" : "kmsOptInRequired", "variableType" : "KMSOptInRequired", "documentation" : null, "simpleType" : "KMSOptInRequired", "variableSetterType" : "KMSOptInRequired" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSOptInRequired", "variableName" : "kmsOptInRequired", "variableType" : "KMSOptInRequired", "documentation" : "", "simpleType" : "KMSOptInRequired", "variableSetterType" : "KMSOptInRequired" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKMSThrottlingException", "beanStyleSetterMethodName" : "setKMSThrottlingException", "c2jName" : "KMSThrottlingException", "c2jShape" : "KMSThrottlingException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the KMSThrottlingException property for this object.\n\nThis is a convenience that creates an instance of the {@link KMSThrottlingException.Builder} avoiding the need to create one manually via {@link KMSThrottlingException#builder()}.\n\nWhen the {@link Consumer} completes, {@link KMSThrottlingException.Builder#build()} is called immediately and its result is passed to {@link #kmsThrottlingException(KMSThrottlingException)}.\n@param kmsThrottlingException a consumer that will call methods on {@link KMSThrottlingException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsThrottlingException(KMSThrottlingException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsThrottlingException", "fluentSetterDocumentation" : "Sets the value of the KMSThrottlingException property for this object.\n\n@param kmsThrottlingException The new value for the KMSThrottlingException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsThrottlingException", "getterDocumentation" : "Returns the value of the KMSThrottlingException property for this object.\n@return The value of the KMSThrottlingException property for this object.", "getterModel" : { "returnType" : "KMSThrottlingException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KMSThrottlingException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSThrottlingException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KMSThrottlingException", "setterDocumentation" : "Sets the value of the KMSThrottlingException property for this object.\n\n@param kmsThrottlingException The new value for the KMSThrottlingException property for this object.", "setterMethodName" : "setKMSThrottlingException", "setterModel" : { "variableDeclarationType" : "KMSThrottlingException", "variableName" : "kmsThrottlingException", "variableType" : "KMSThrottlingException", "documentation" : null, "simpleType" : "KMSThrottlingException", "variableSetterType" : "KMSThrottlingException" }, "simple" : false, "variable" : { "variableDeclarationType" : "KMSThrottlingException", "variableName" : "kmsThrottlingException", "variableType" : "KMSThrottlingException", "documentation" : "", "simpleType" : "KMSThrottlingException", "variableSetterType" : "KMSThrottlingException" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInternalFailureException", "beanStyleSetterMethodName" : "setInternalFailureException", "c2jName" : "InternalFailureException", "c2jShape" : "InternalFailureException", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the InternalFailureException property for this object.\n\nThis is a convenience that creates an instance of the {@link InternalFailureException.Builder} avoiding the need to create one manually via {@link InternalFailureException#builder()}.\n\nWhen the {@link Consumer} completes, {@link InternalFailureException.Builder#build()} is called immediately and its result is passed to {@link #internalFailureException(InternalFailureException)}.\n@param internalFailureException a consumer that will call methods on {@link InternalFailureException.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #internalFailureException(InternalFailureException)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "internalFailureException", "fluentSetterDocumentation" : "Sets the value of the InternalFailureException property for this object.\n\n@param internalFailureException The new value for the InternalFailureException property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "internalFailureException", "getterDocumentation" : "Returns the value of the InternalFailureException property for this object.\n@return The value of the InternalFailureException property for this object.", "getterModel" : { "returnType" : "InternalFailureException", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InternalFailureException", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InternalFailureException", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InternalFailureException", "setterDocumentation" : "Sets the value of the InternalFailureException property for this object.\n\n@param internalFailureException The new value for the InternalFailureException property for this object.", "setterMethodName" : "setInternalFailureException", "setterModel" : { "variableDeclarationType" : "InternalFailureException", "variableName" : "internalFailureException", "variableType" : "InternalFailureException", "documentation" : null, "simpleType" : "InternalFailureException", "variableSetterType" : "InternalFailureException" }, "simple" : false, "variable" : { "variableDeclarationType" : "InternalFailureException", "variableName" : "internalFailureException", "variableType" : "InternalFailureException", "documentation" : "", "simpleType" : "InternalFailureException", "variableSetterType" : "InternalFailureException" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SubscribeToShardEvent" ], "shapeName" : "SubscribeToShardEventStream", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SubscribeToShardEventStream", "variableName" : "subscribeToShardEventStream", "variableType" : "SubscribeToShardEventStream", "documentation" : null, "simpleType" : "SubscribeToShardEventStream", "variableSetterType" : "SubscribeToShardEventStream" }, "wrapper" : false }, "SubscribeToShardRequest" : { "c2jName" : "SubscribeToShardInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SubscribeToShard", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.SubscribeToShard", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          \n@param consumerARN For this parameter, use the value you obtained when you called RegisterStreamConsumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          \n@return For this parameter, use the value you obtained when you called RegisterStreamConsumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          \n@param consumerARN For this parameter, use the value you obtained when you called RegisterStreamConsumer.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          \n@param shardId The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardId", "getterDocumentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          \n@return The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ShardId", "setterDocumentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          \n@param shardId The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartingPosition", "beanStyleSetterMethodName" : "setStartingPosition", "c2jName" : "StartingPosition", "c2jShape" : "StartingPosition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link StartingPosition.Builder} avoiding the need to create one manually via {@link StartingPosition#builder()}.\n\nWhen the {@link Consumer} completes, {@link StartingPosition.Builder#build()} is called immediately and its result is passed to {@link #startingPosition(StartingPosition)}.\n@param startingPosition a consumer that will call methods on {@link StartingPosition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingPosition(StartingPosition)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingPosition", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          \n@param startingPosition \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startingPosition", "getterDocumentation" : "

                                                                                                                                                                                                                          \n@return ", "getterModel" : { "returnType" : "StartingPosition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingPosition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StartingPosition", "setterDocumentation" : "

                                                                                                                                                                                                                          \n@param startingPosition ", "setterMethodName" : "setStartingPosition", "setterModel" : { "variableDeclarationType" : "StartingPosition", "variableName" : "startingPosition", "variableType" : "StartingPosition", "documentation" : null, "simpleType" : "StartingPosition", "variableSetterType" : "StartingPosition" }, "simple" : false, "variable" : { "variableDeclarationType" : "StartingPosition", "variableName" : "startingPosition", "variableType" : "StartingPosition", "documentation" : "

                                                                                                                                                                                                                          ", "simpleType" : "StartingPosition", "variableSetterType" : "StartingPosition" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumerARN" : { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          \n@param consumerARN For this parameter, use the value you obtained when you called RegisterStreamConsumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          \n@return For this parameter, use the value you obtained when you called RegisterStreamConsumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          \n@param consumerARN For this parameter, use the value you obtained when you called RegisterStreamConsumer.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ShardId" : { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          \n@param shardId The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardId", "getterDocumentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          \n@return The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ShardId", "setterDocumentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          \n@param shardId The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartingPosition" : { "beanStyleGetterMethodName" : "getStartingPosition", "beanStyleSetterMethodName" : "setStartingPosition", "c2jName" : "StartingPosition", "c2jShape" : "StartingPosition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link StartingPosition.Builder} avoiding the need to create one manually via {@link StartingPosition#builder()}.\n\nWhen the {@link Consumer} completes, {@link StartingPosition.Builder#build()} is called immediately and its result is passed to {@link #startingPosition(StartingPosition)}.\n@param startingPosition a consumer that will call methods on {@link StartingPosition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingPosition(StartingPosition)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingPosition", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          \n@param startingPosition \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startingPosition", "getterDocumentation" : "

                                                                                                                                                                                                                          \n@return ", "getterModel" : { "returnType" : "StartingPosition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingPosition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StartingPosition", "setterDocumentation" : "

                                                                                                                                                                                                                          \n@param startingPosition ", "setterMethodName" : "setStartingPosition", "setterModel" : { "variableDeclarationType" : "StartingPosition", "variableName" : "startingPosition", "variableType" : "StartingPosition", "documentation" : null, "simpleType" : "StartingPosition", "variableSetterType" : "StartingPosition" }, "simple" : false, "variable" : { "variableDeclarationType" : "StartingPosition", "variableName" : "startingPosition", "variableType" : "StartingPosition", "documentation" : "

                                                                                                                                                                                                                          ", "simpleType" : "StartingPosition", "variableSetterType" : "StartingPosition" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConsumerARN", "beanStyleSetterMethodName" : "setConsumerARN", "c2jName" : "ConsumerARN", "c2jShape" : "ConsumerARN", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "consumerARN", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          \n@param consumerARN For this parameter, use the value you obtained when you called RegisterStreamConsumer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consumerARN", "getterDocumentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          \n@return For this parameter, use the value you obtained when you called RegisterStreamConsumer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConsumerARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumerARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConsumerARN", "setterDocumentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          \n@param consumerARN For this parameter, use the value you obtained when you called RegisterStreamConsumer.", "setterMethodName" : "setConsumerARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "consumerARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          For this parameter, use the value you obtained when you called RegisterStreamConsumer.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShardId", "beanStyleSetterMethodName" : "setShardId", "c2jName" : "ShardId", "c2jShape" : "ShardId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "shardId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          \n@param shardId The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "shardId", "getterDocumentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          \n@return The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShardId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ShardId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ShardId", "setterDocumentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          \n@param shardId The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.", "setterMethodName" : "setShardId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "shardId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartingPosition", "beanStyleSetterMethodName" : "setStartingPosition", "c2jName" : "StartingPosition", "c2jShape" : "StartingPosition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link StartingPosition.Builder} avoiding the need to create one manually via {@link StartingPosition#builder()}.\n\nWhen the {@link Consumer} completes, {@link StartingPosition.Builder#build()} is called immediately and its result is passed to {@link #startingPosition(StartingPosition)}.\n@param startingPosition a consumer that will call methods on {@link StartingPosition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingPosition(StartingPosition)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startingPosition", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          \n@param startingPosition \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startingPosition", "getterDocumentation" : "

                                                                                                                                                                                                                          \n@return ", "getterModel" : { "returnType" : "StartingPosition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartingPosition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StartingPosition", "setterDocumentation" : "

                                                                                                                                                                                                                          \n@param startingPosition ", "setterMethodName" : "setStartingPosition", "setterModel" : { "variableDeclarationType" : "StartingPosition", "variableName" : "startingPosition", "variableType" : "StartingPosition", "documentation" : null, "simpleType" : "StartingPosition", "variableSetterType" : "StartingPosition" }, "simple" : false, "variable" : { "variableDeclarationType" : "StartingPosition", "variableName" : "startingPosition", "variableType" : "StartingPosition", "documentation" : "

                                                                                                                                                                                                                          ", "simpleType" : "StartingPosition", "variableSetterType" : "StartingPosition" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConsumerARN", "ShardId", "StartingPosition" ], "shapeName" : "SubscribeToShardRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SubscribeToShardRequest", "variableName" : "subscribeToShardRequest", "variableType" : "SubscribeToShardRequest", "documentation" : null, "simpleType" : "SubscribeToShardRequest", "variableSetterType" : "SubscribeToShardRequest" }, "wrapper" : false }, "SubscribeToShardResponse" : { "c2jName" : "SubscribeToShardOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEventStream", "beanStyleSetterMethodName" : "setEventStream", "c2jName" : "EventStream", "c2jShape" : "SubscribeToShardEventStream", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The event stream that your consumer can use to read records from the shard.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link SubscribeToShardEventStream.Builder} avoiding the need to create one manually via {@link SubscribeToShardEventStream#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubscribeToShardEventStream.Builder#build()} is called immediately and its result is passed to {@link #eventStream(SubscribeToShardEventStream)}.\n@param eventStream a consumer that will call methods on {@link SubscribeToShardEventStream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventStream(SubscribeToShardEventStream)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The event stream that your consumer can use to read records from the shard.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventStream", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The event stream that your consumer can use to read records from the shard.

                                                                                                                                                                                                                          \n@param eventStream The event stream that your consumer can use to read records from the shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventStream", "getterDocumentation" : "

                                                                                                                                                                                                                          The event stream that your consumer can use to read records from the shard.

                                                                                                                                                                                                                          \n@return The event stream that your consumer can use to read records from the shard.", "getterModel" : { "returnType" : "SubscribeToShardEventStream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventStream", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventStream", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventStream", "setterDocumentation" : "

                                                                                                                                                                                                                          The event stream that your consumer can use to read records from the shard.

                                                                                                                                                                                                                          \n@param eventStream The event stream that your consumer can use to read records from the shard.", "setterMethodName" : "setEventStream", "setterModel" : { "variableDeclarationType" : "SubscribeToShardEventStream", "variableName" : "eventStream", "variableType" : "SubscribeToShardEventStream", "documentation" : null, "simpleType" : "SubscribeToShardEventStream", "variableSetterType" : "SubscribeToShardEventStream" }, "simple" : false, "variable" : { "variableDeclarationType" : "SubscribeToShardEventStream", "variableName" : "eventStream", "variableType" : "SubscribeToShardEventStream", "documentation" : "

                                                                                                                                                                                                                          The event stream that your consumer can use to read records from the shard.

                                                                                                                                                                                                                          ", "simpleType" : "SubscribeToShardEventStream", "variableSetterType" : "SubscribeToShardEventStream" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventStream" : { "beanStyleGetterMethodName" : "getEventStream", "beanStyleSetterMethodName" : "setEventStream", "c2jName" : "EventStream", "c2jShape" : "SubscribeToShardEventStream", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The event stream that your consumer can use to read records from the shard.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link SubscribeToShardEventStream.Builder} avoiding the need to create one manually via {@link SubscribeToShardEventStream#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubscribeToShardEventStream.Builder#build()} is called immediately and its result is passed to {@link #eventStream(SubscribeToShardEventStream)}.\n@param eventStream a consumer that will call methods on {@link SubscribeToShardEventStream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventStream(SubscribeToShardEventStream)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The event stream that your consumer can use to read records from the shard.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventStream", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The event stream that your consumer can use to read records from the shard.

                                                                                                                                                                                                                          \n@param eventStream The event stream that your consumer can use to read records from the shard.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventStream", "getterDocumentation" : "

                                                                                                                                                                                                                          The event stream that your consumer can use to read records from the shard.

                                                                                                                                                                                                                          \n@return The event stream that your consumer can use to read records from the shard.", "getterModel" : { "returnType" : "SubscribeToShardEventStream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventStream", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventStream", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventStream", "setterDocumentation" : "

                                                                                                                                                                                                                          The event stream that your consumer can use to read records from the shard.

                                                                                                                                                                                                                          \n@param eventStream The event stream that your consumer can use to read records from the shard.", "setterMethodName" : "setEventStream", "setterModel" : { "variableDeclarationType" : "SubscribeToShardEventStream", "variableName" : "eventStream", "variableType" : "SubscribeToShardEventStream", "documentation" : null, "simpleType" : "SubscribeToShardEventStream", "variableSetterType" : "SubscribeToShardEventStream" }, "simple" : false, "variable" : { "variableDeclarationType" : "SubscribeToShardEventStream", "variableName" : "eventStream", "variableType" : "SubscribeToShardEventStream", "documentation" : "

                                                                                                                                                                                                                          The event stream that your consumer can use to read records from the shard.

                                                                                                                                                                                                                          ", "simpleType" : "SubscribeToShardEventStream", "variableSetterType" : "SubscribeToShardEventStream" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EventStream" ], "shapeName" : "SubscribeToShardResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SubscribeToShardResponse", "variableName" : "subscribeToShardResponse", "variableType" : "SubscribeToShardResponse", "documentation" : null, "simpleType" : "SubscribeToShardResponse", "variableSetterType" : "SubscribeToShardResponse" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Metadata assigned to the stream, consisting of a key-value pair.

                                                                                                                                                                                                                          ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "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" : "key", "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, _ . / = + - % @", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "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" : "value", "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, _ . / = + - % @", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "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" : "key", "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, _ . / = + - % @", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "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" : "value", "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, _ . / = + - % @", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "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" : "key", "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, _ . / = + - % @", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "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" : "value", "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, _ . / = + - % @", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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", "simpleMethod" : false, "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, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateShardCount", "locationName" : null, "requestUri" : "/", "target" : "Kinesis_20131202.UpdateShardCount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          \n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetShardCount", "beanStyleSetterMethodName" : "setTargetShardCount", "c2jName" : "TargetShardCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The new number of shards.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #targetShardCount(Integer)}.\n@param targetShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetShardCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The new number of shards.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetShardCount", "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" : "targetShardCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The new number of shards.

                                                                                                                                                                                                                          \n@return The new number of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The new number of shards.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getScalingType", "beanStyleSetterMethodName" : "setScalingType", "c2jName" : "ScalingType", "c2jShape" : "ScalingType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The scaling type. Uniform scaling creates shards of equal size.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #scalingTypeAsString(String)}.\n@param scalingType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scalingType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The scaling type. Uniform scaling creates shards of equal size.

                                                                                                                                                                                                                          ", "enumType" : "ScalingType", "fluentEnumGetterMethodName" : "scalingType", "fluentEnumSetterMethodName" : "scalingType", "fluentGetterMethodName" : "scalingTypeAsString", "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@see ScalingType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingType", "fluentSetterMethodName" : "scalingType", "getterDocumentation" : "

                                                                                                                                                                                                                          The scaling type. Uniform scaling creates shards of equal size.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #scalingType} will return {@link ScalingType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #scalingTypeAsString}.\n

                                                                                                                                                                                                                          \n@return The scaling type. Uniform scaling creates shards of equal size.\n@see ScalingType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScalingType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getScalingType", "beanStyleSetterMethodName" : "setScalingType", "c2jName" : "ScalingType", "c2jShape" : "ScalingType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The scaling type. Uniform scaling creates shards of equal size.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #scalingTypeAsString(String)}.\n@param scalingType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scalingType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The scaling type. Uniform scaling creates shards of equal size.

                                                                                                                                                                                                                          ", "enumType" : "ScalingType", "fluentEnumGetterMethodName" : "scalingType", "fluentEnumSetterMethodName" : "scalingType", "fluentGetterMethodName" : "scalingTypeAsString", "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@see ScalingType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingType", "fluentSetterMethodName" : "scalingType", "getterDocumentation" : "

                                                                                                                                                                                                                          The scaling type. Uniform scaling creates shards of equal size.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #scalingType} will return {@link ScalingType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #scalingTypeAsString}.\n

                                                                                                                                                                                                                          \n@return The scaling type. Uniform scaling creates shards of equal size.\n@see ScalingType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScalingType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          \n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetShardCount" : { "beanStyleGetterMethodName" : "getTargetShardCount", "beanStyleSetterMethodName" : "setTargetShardCount", "c2jName" : "TargetShardCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The new number of shards.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #targetShardCount(Integer)}.\n@param targetShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetShardCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The new number of shards.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetShardCount", "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" : "targetShardCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The new number of shards.

                                                                                                                                                                                                                          \n@return The new number of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The new number of shards.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          \n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetShardCount", "beanStyleSetterMethodName" : "setTargetShardCount", "c2jName" : "TargetShardCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The new number of shards.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #targetShardCount(Integer)}.\n@param targetShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetShardCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The new number of shards.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetShardCount", "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" : "targetShardCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The new number of shards.

                                                                                                                                                                                                                          \n@return The new number of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The new number of shards.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getScalingType", "beanStyleSetterMethodName" : "setScalingType", "c2jName" : "ScalingType", "c2jShape" : "ScalingType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The scaling type. Uniform scaling creates shards of equal size.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #scalingTypeAsString(String)}.\n@param scalingType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scalingType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The scaling type. Uniform scaling creates shards of equal size.

                                                                                                                                                                                                                          ", "enumType" : "ScalingType", "fluentEnumGetterMethodName" : "scalingType", "fluentEnumSetterMethodName" : "scalingType", "fluentGetterMethodName" : "scalingTypeAsString", "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@see ScalingType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalingType", "fluentSetterMethodName" : "scalingType", "getterDocumentation" : "

                                                                                                                                                                                                                          The scaling type. Uniform scaling creates shards of equal size.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #scalingType} will return {@link ScalingType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #scalingTypeAsString}.\n

                                                                                                                                                                                                                          \n@return The scaling type. Uniform scaling creates shards of equal size.\n@see ScalingType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScalingType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "scalingType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The scaling type. Uniform scaling creates shards of equal size.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StreamName", "TargetShardCount", "ScalingType" ], "shapeName" : "UpdateShardCountRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateShardCountRequest", "variableName" : "updateShardCountRequest", "variableType" : "UpdateShardCountRequest", "documentation" : null, "simpleType" : "UpdateShardCountRequest", "variableSetterType" : "UpdateShardCountRequest" }, "wrapper" : false }, "UpdateShardCountResponse" : { "c2jName" : "UpdateShardCountOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          \n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentShardCount", "beanStyleSetterMethodName" : "setCurrentShardCount", "c2jName" : "CurrentShardCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The current number of shards.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #currentShardCount(Integer)}.\n@param currentShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The current number of shards.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "currentShardCount", "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" : "currentShardCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The current number of shards.

                                                                                                                                                                                                                          \n@return The current number of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "currentShardCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The current number of shards.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetShardCount", "beanStyleSetterMethodName" : "setTargetShardCount", "c2jName" : "TargetShardCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The updated number of shards.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #targetShardCount(Integer)}.\n@param targetShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetShardCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The updated number of shards.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetShardCount", "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" : "targetShardCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The updated number of shards.

                                                                                                                                                                                                                          \n@return The updated number of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The updated number of shards.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CurrentShardCount" : { "beanStyleGetterMethodName" : "getCurrentShardCount", "beanStyleSetterMethodName" : "setCurrentShardCount", "c2jName" : "CurrentShardCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The current number of shards.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #currentShardCount(Integer)}.\n@param currentShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The current number of shards.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "currentShardCount", "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" : "currentShardCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The current number of shards.

                                                                                                                                                                                                                          \n@return The current number of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "currentShardCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The current number of shards.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StreamName" : { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          \n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetShardCount" : { "beanStyleGetterMethodName" : "getTargetShardCount", "beanStyleSetterMethodName" : "setTargetShardCount", "c2jName" : "TargetShardCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The updated number of shards.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #targetShardCount(Integer)}.\n@param targetShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetShardCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The updated number of shards.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetShardCount", "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" : "targetShardCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The updated number of shards.

                                                                                                                                                                                                                          \n@return The updated number of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "targetShardCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The updated number of shards.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStreamName", "beanStyleSetterMethodName" : "setStreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "streamName", "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" : "streamName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          \n@return The name of the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "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" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "streamName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the stream.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentShardCount", "beanStyleSetterMethodName" : "setCurrentShardCount", "c2jName" : "CurrentShardCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The current number of shards.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #currentShardCount(Integer)}.\n@param currentShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The current number of shards.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "currentShardCount", "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" : "currentShardCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The current number of shards.

                                                                                                                                                                                                                          \n@return The current number of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "currentShardCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The current number of shards.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetShardCount", "beanStyleSetterMethodName" : "setTargetShardCount", "c2jName" : "TargetShardCount", "c2jShape" : "PositiveIntegerObject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The updated number of shards.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #targetShardCount(Integer)}.\n@param targetShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetShardCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The updated number of shards.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetShardCount", "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" : "targetShardCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The updated number of shards.

                                                                                                                                                                                                                          \n@return The updated number of shards.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetShardCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetShardCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "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" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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" : "UpdateShardCountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateShardCountResponse", "variableName" : "updateShardCountResponse", "variableType" : "UpdateShardCountResponse", "documentation" : null, "simpleType" : "UpdateShardCountResponse", "variableSetterType" : "UpdateShardCountResponse" }, "wrapper" : false } }, "customAuthorizers" : { }, "customRetryPolicy" : "software.amazon.awssdk.services.kinesis.KinesisRetryPolicy", "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights 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 */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "KinesisException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.kinesis.model.KinesisException", "sdkRequestBaseClassName" : "KinesisRequest", "sdkResponseBaseClassName" : "KinesisResponse", "serviceBaseExceptionFqcn" : "software.amazon.awssdk.awscore.exception.AwsServiceException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy