models.kinesis-2013-12-02-intermediate.json Maven / Gradle / Ivy
Show all versions of kinesis Show documentation
{
"customizationConfig" : {
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customServiceMetadata" : {
"contentType" : null,
"protocol" : "cbor"
},
"customServiceNameForRequest" : null,
"defaultExceptionUnmarshaller" : null,
"operationModifiers" : null,
"renameShapes" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelsWith" : null,
"skipSmokeTests" : true,
"verifiedSimpleMethods" : [ ]
},
"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 Streams Service API Reference Amazon Kinesis 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.core.protocol.json.SdkJsonProtocolFactory",
"requestBaseFqcn" : "software.amazon.awssdk.core.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 stream. Each stream can have up to 10 tags.
If tags have already been assigned to the stream, AddTagsToStream
overwrites any existing tags that correspond to the specified tag keys.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource 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 stream. A stream captures and transports data records that are continuously emitted from different data sources or producers. Scale-out within a stream is explicitly supported by means of shards, which are uniquely identified groups of data records in a stream.
You specify and control the number of shards that a stream is composed of. Each shard can support reads up to 5 transactions per second, up to a maximum data read total of 2 MB per second. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second. I 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 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 Streams immediately returns and sets the stream status to CREATING
. After the stream is created, Kinesis 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 Streams Limits in the Amazon Kinesis 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 5 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 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" : "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 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 Streams completes the deletion.
Note: Kinesis 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 5 transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"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"
},
"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 1 transaction per second per account.
",
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"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 stream.
The information returned includes the stream name, Amazon Resource Name (ARN), creation time, enhanced metric configuration, and shard map. The shard map is an array of shard objects. For each shard object, there is the hash key and sequence number ranges that the shard spans, and the IDs of any earlier shards that played in a role in creating the shard. Every record ingested in the stream is identified by a sequence number, which is assigned when the record is put into the stream.
You can limit the number of shards returned by each call. For more information, see Retrieving Shards from a Stream in the Amazon Kinesis Streams Developer Guide.
There are no guarantees about the chronological order shards returned. To process shards in chronological order, use the ID of the parent shard to track the lineage to the oldest shard.
This operation has a limit of 10 transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"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"
},
"DescribeStreamSummary" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Provides a summarized description of the specified Kinesis 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 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 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 Streams Limits in the Amazon Kinesis Streams Developer Guide). Your application should have one thread per shard, each reading continuously from its stream. To read from a stream continually, call GetRecords in a loop. Use GetShardIterator to get the shard iterator to specify in the first GetRecords call. GetRecords returns a new shard iterator in NextShardIterator
. Specify the shard iterator returned in NextShardIterator
in subsequent calls to GetRecords. If the shard has been closed, the shard iterator can't return more data and GetRecords returns null
in NextShardIterator
. You can terminate the loop when the shard is closed, or when the shard iterator reaches the record with the sequence number or other attribute that marks it as the last record to process.
Each data record can be up to 1 MB in size, and each shard can read up to 2 MB per second. You can ensure that your calls don't exceed the maximum supported size or throughput by using the Limit
parameter to specify the maximum number of records that GetRecords can return. Consider your average record size when determining this limit.
The size of the data returned by GetRecords varies depending on the utilization of the shard. The maximum size of data that GetRecords can return is 10 MB. If a call returns this amount of data, subsequent calls made within the next 5 seconds throw ProvisionedThroughputExceededException
. If there is insufficient provisioned throughput on the shard, subsequent calls made within the next 1 second throw ProvisionedThroughputExceededException
. GetRecords won't return any data when it throws an exception. For this reason, we recommend that you wait one second between calls to GetRecords; however, it's possible that the application will get exceptions for longer than 1 second.
To detect whether the application is falling behind in processing, you can use the MillisBehindLatest
response attribute. You can also monitor the stream using CloudWatch metrics and other mechanisms (see Monitoring in the Amazon Kinesis Streams Developer Guide).
Each Amazon Kinesis record includes a value, ApproximateArrivalTimestamp
, that is set when a stream successfully receives and stores a record. This is commonly referred to as a server-side 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.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ExpiredIteratorException",
"documentation" : "The provided iterator exceeds the maximum age allowed.
",
"httpStatusCode" : null
}, {
"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 five minutes after it is returned to the requester.
A shard iterator specifies the shard position from which to start reading data records sequentially. The position is specified using the sequence number of a data record in a shard. A sequence number is the identifier associated with every record ingested in the stream, and is assigned when a record is put into the stream. Each stream has one or more shards.
You must specify the shard iterator type. For example, you can set the ShardIteratorType
parameter to read exactly from the position denoted by a specific sequence number by using the AT_SEQUENCE_NUMBER
shard iterator type. 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 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 5 transactions per second per account per open shard.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetShardIteratorRequest",
"variableName" : "getShardIteratorRequest",
"variableType" : "GetShardIteratorRequest",
"documentation" : "Represents the input for GetShardIterator
.
",
"simpleType" : "GetShardIteratorRequest",
"variableSetterType" : "GetShardIteratorRequest"
},
"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 Amazon Kinesis stream's retention period, which is the length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 168 hours (7 days).
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" : "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"
},
"ListStreams" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists your Kinesis streams.
The number of streams may be too large to return from a single call to ListStreams
. You can limit the number of returned streams using the Limit
parameter. If you do not specify a value for the Limit
parameter, Kinesis 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 5 transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"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 stream.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"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 stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data. Two shards are considered adjacent if the union of the hash key ranges for the two shards form a contiguous set with no gaps. For example, if you have two shards, one with a hash key range of 276...381 and the other with a hash key range of 382...454, then you could merge these two shards into a single shard that would have a hash key range of 276...454. After the merge, the single child shard receives data for all hash key values covered by the two parent shards.
MergeShards
is called when there is a need to reduce the overall capacity of a stream because of excess capacity that is not being used. You must specify the shard to be merged and the adjacent shard for a stream. For more information about merging shards, see Merge Two Shards in the Amazon Kinesis Streams Developer Guide.
If the stream is in the ACTIVE
state, you can call MergeShards
. If a stream is in the CREATING
, UPDATING
, or DELETING
state, MergeShards
returns a ResourceInUseException
. If the specified stream does not exist, MergeShards
returns a ResourceNotFoundException
.
You can use DescribeStream to check the state of the stream, which is returned in StreamStatus
.
MergeShards
is an asynchronous operation. Upon receiving a MergeShards
request, Amazon Kinesis immediately returns a response and sets the StreamStatus
to UPDATING
. After the operation is completed, Amazon Kinesis sets the StreamStatus
to ACTIVE
. Read and write operations continue to work while the stream is in the UPDATING
state.
You use DescribeStream to determine the shard IDs that are specified in the MergeShards
request.
If you try to operate on too many streams in parallel using CreateStream, DeleteStream, MergeShards
or SplitShard, you will receive a LimitExceededException
.
MergeShards
has a limit of 5 transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "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 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 Streams to distribute data across shards. Kinesis 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 Streams Developer Guide.
PutRecord
returns the shard ID of where the data record was placed and the sequence number that was assigned to the data record.
Sequence numbers increase over time and are specific to a shard within a stream, not across all shards within a stream. To guarantee strictly increasing ordering, write serially to a shard and use the SequenceNumberForOrdering
parameter. For more information, see Adding Data to a Stream in the Amazon Kinesis Streams Developer Guide.
If a PutRecord
request cannot be processed because of insufficient provisioned throughput on the shard involved in the request, PutRecord
throws ProvisionedThroughputExceededException
.
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 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 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 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 Streams Developer Guide.
Each record in the Records
array may include an optional parameter, ExplicitHashKey
, which overrides the partition key to shard mapping. This parameter allows a data producer to determine explicitly the shard where the record is stored. For more information, see Adding Multiple Records with PutRecords in the Amazon Kinesis Streams Developer Guide.
The PutRecords
response includes an array of response Records
. Each record in the response array directly correlates with a record in the request array using natural ordering, from the top to the bottom of the request and response. The response Records
array always includes the same number of records as the request array.
The response Records
array includes both successfully and unsuccessfully processed records. Amazon Kinesis attempts to process all records in each PutRecords
request. A single record failure does not stop the processing of subsequent records.
A successfully processed record includes ShardId
and SequenceNumber
values. The ShardId
parameter identifies the shard in the stream where the record is stored. The SequenceNumber
parameter is an identifier assigned to the put record, unique to all records in the stream.
An unsuccessfully processed record includes ErrorCode
and ErrorMessage
values. ErrorCode
reflects the type of error and can be one of the following values: ProvisionedThroughputExceededException
or InternalFailure
. ErrorMessage
provides more detailed information about the ProvisionedThroughputExceededException
exception including the account ID, stream name, and shard ID of the record that was throttled. For more information about partially successful responses, see Adding Multiple Records with PutRecords in the Amazon Kinesis Streams Developer Guide.
By default, data records are accessible for 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 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"
},
"RemoveTagsFromStream" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes tags from the specified Kinesis stream. Removed tags are deleted and cannot be recovered after this operation successfully completes.
If you specify a tag that does not exist, it is ignored.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource 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 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 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 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 Streams immediately returns a response and sets the stream status to UPDATING
. After the operation is completed, Kinesis 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 Streams Limits in the Amazon Kinesis 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 5 transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource 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 Streams returns immediately and sets the status of the stream to UPDATING
. After the update is complete, Kinesis 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 five 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 Streams returns immediately and sets the status of the stream to UPDATING
. After the update is complete, Kinesis 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 Streams.
API Limits: You can successfully disable server-side encryption 25 times in a rolling 24-hour period.
Note: It can take up to five 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"
},
"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 Streams returns immediately and sets the status of the stream to UPDATING
. After the update is complete, Kinesis 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 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 limits, which are per region per account unless otherwise noted. You cannot:
-
Scale more than twice per rolling 24 hour period
-
Scale up to double your current shard count
-
Scale down below half your current shard count
-
Scale up to more 500 shards in a stream
-
Scale a stream with more than 500 shards down unless the result is less than 500 shards
-
Scale up more the shard limits for your account
-
For the default limits for an AWS account, see Streams Limits in the Amazon Kinesis Streams Developer Guide. To increase a limit, contact AWS Support.
",
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"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,
"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,
"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" : "The set of 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" : "The set of key-value pairs to use to create the tags.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The set of key-value pairs to use to create the tags.
\n@param tags The set of key-value pairs to use to create the tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The set of 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 The set of 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,
"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,
"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" : "The set of key-value pairs to use to create the tags.
\n@param tags The set of key-value pairs to use to create the tags.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "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" : "The set of 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,
"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" : "The set of 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" : "The set of key-value pairs to use to create the tags.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The set of key-value pairs to use to create the tags.
\n@param tags The set of key-value pairs to use to create the tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The set of 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 The set of 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,
"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,
"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" : "The set of key-value pairs to use to create the tags.
\n@param tags The set of key-value pairs to use to create the tags.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "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" : "The set of 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,
"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" : "The set of 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" : "The set of key-value pairs to use to create the tags.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The set of key-value pairs to use to create the tags.
\n@param tags The set of key-value pairs to use to create the tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The set of 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 The set of 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,
"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,
"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" : "The set of key-value pairs to use to create the tags.
\n@param tags The set of key-value pairs to use to create the tags.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "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" : "The set of key-value pairs to use to create the tags.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamName", "Tags" ],
"shapeName" : "AddTagsToStreamRequest",
"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,
"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
},
"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,
"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 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 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,
"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 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 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 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 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 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 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 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,
"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,
"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 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 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,
"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 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 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 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 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 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 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 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 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 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,
"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 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 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 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 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 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 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 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,
"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,
"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,
"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,
"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" : "PositiveIntegerObject",
"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,
"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" : "PositiveIntegerObject",
"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,
"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,
"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,
"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" : "PositiveIntegerObject",
"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,
"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,
"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,
"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,
"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
} ],
"membersAsMap" : {
"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,
"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,
"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
} ],
"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,
"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
},
"DescribeLimitsRequest" : {
"c2jName" : "DescribeLimitsInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeLimits",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.DescribeLimits",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ ],
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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
},
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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 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 ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamDescription",
"fluentSetterDocumentation" : "The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
\n@param streamDescription The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamDescription",
"getterDocumentation" : "The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
\n@return The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.",
"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 ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
\n@param streamDescription The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.",
"setterMethodName" : "setStreamDescription",
"setterModel" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : null,
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : "The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
",
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamDescription" : {
"beanStyleGetterMethodName" : "getStreamDescription",
"beanStyleSetterMethodName" : "setStreamDescription",
"c2jName" : "StreamDescription",
"c2jShape" : "StreamDescription",
"defaultConsumerFluentSetterDocumentation" : "The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
\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 ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamDescription",
"fluentSetterDocumentation" : "The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
\n@param streamDescription The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamDescription",
"getterDocumentation" : "The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
\n@return The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.",
"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 ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
\n@param streamDescription The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.",
"setterMethodName" : "setStreamDescription",
"setterModel" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : null,
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : "The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
",
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamDescription",
"beanStyleSetterMethodName" : "setStreamDescription",
"c2jName" : "StreamDescription",
"c2jShape" : "StreamDescription",
"defaultConsumerFluentSetterDocumentation" : "The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
\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 ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamDescription",
"fluentSetterDocumentation" : "The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
\n@param streamDescription The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamDescription",
"getterDocumentation" : "The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
\n@return The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.",
"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 ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
\n@param streamDescription The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.",
"setterMethodName" : "setStreamDescription",
"setterModel" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : null,
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : "The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
",
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamDescription" ],
"shapeName" : "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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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 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 stream for which to disable enhanced monitoring.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis stream for which to disable enhanced monitoring.
\n@param streamName The name of the Kinesis stream for which to disable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Kinesis stream for which to disable enhanced monitoring.
\n@return The name of the Kinesis 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 stream for which to disable enhanced monitoring.
\n@param streamName The name of the Kinesis 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 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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #shardLevelMetricsStrings(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 #shardLevelMetrics(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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to disable. The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetrics",
"getterDocumentation" : "
List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.",
"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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #shardLevelMetricsStrings(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 #shardLevelMetrics(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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetrics",
"getterDocumentation" : "
List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.",
"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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 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 stream for which to disable enhanced monitoring.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis stream for which to disable enhanced monitoring.
\n@param streamName The name of the Kinesis stream for which to disable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Kinesis stream for which to disable enhanced monitoring.
\n@return The name of the Kinesis 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 stream for which to disable enhanced monitoring.
\n@param streamName The name of the Kinesis 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 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 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 stream for which to disable enhanced monitoring.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis stream for which to disable enhanced monitoring.
\n@param streamName The name of the Kinesis stream for which to disable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Kinesis stream for which to disable enhanced monitoring.
\n@return The name of the Kinesis 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 stream for which to disable enhanced monitoring.
\n@param streamName The name of the Kinesis 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 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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #shardLevelMetricsStrings(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 #shardLevelMetrics(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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetrics",
"getterDocumentation" : "
List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.",
"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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "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,
"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 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 stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis stream.
\n@param streamName The name of the Kinesis 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 stream.
\n@return The name of the Kinesis 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 stream.
\n@param streamName The name of the Kinesis 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 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 #currentShardLevelMetricsStrings(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 #currentShardLevelMetrics(List)",
"deprecated" : false,
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "currentShardLevelMetrics",
"fluentGetterMethodName" : "currentShardLevelMetricsStrings",
"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" : "currentShardLevelMetrics",
"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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 #desiredShardLevelMetricsStrings(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 #desiredShardLevelMetrics(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",
"fluentGetterMethodName" : "desiredShardLevelMetricsStrings",
"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" : "desiredShardLevelMetrics",
"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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 #currentShardLevelMetricsStrings(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 #currentShardLevelMetrics(List)",
"deprecated" : false,
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "currentShardLevelMetrics",
"fluentGetterMethodName" : "currentShardLevelMetricsStrings",
"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" : "currentShardLevelMetrics",
"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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 #desiredShardLevelMetricsStrings(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 #desiredShardLevelMetrics(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",
"fluentGetterMethodName" : "desiredShardLevelMetricsStrings",
"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" : "desiredShardLevelMetrics",
"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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 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 stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis stream.
\n@param streamName The name of the Kinesis 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 stream.
\n@return The name of the Kinesis 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 stream.
\n@param streamName The name of the Kinesis 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 stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Kinesis 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 stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis stream.
\n@param streamName The name of the Kinesis 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 stream.
\n@return The name of the Kinesis 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 stream.
\n@param streamName The name of the Kinesis 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 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 #currentShardLevelMetricsStrings(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 #currentShardLevelMetrics(List)",
"deprecated" : false,
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "currentShardLevelMetrics",
"fluentGetterMethodName" : "currentShardLevelMetricsStrings",
"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" : "currentShardLevelMetrics",
"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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 #desiredShardLevelMetricsStrings(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 #desiredShardLevelMetrics(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",
"fluentGetterMethodName" : "desiredShardLevelMetricsStrings",
"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" : "desiredShardLevelMetrics",
"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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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,
"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,
"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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #shardLevelMetricsStrings(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 #shardLevelMetrics(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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetrics",
"getterDocumentation" : "
List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.",
"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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #shardLevelMetricsStrings(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 #shardLevelMetrics(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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetrics",
"getterDocumentation" : "
List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.",
"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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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,
"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,
"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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #shardLevelMetricsStrings(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 #shardLevelMetrics(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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetrics",
"getterDocumentation" : "
List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.",
"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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "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,
"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 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 stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis stream.
\n@param streamName The name of the Kinesis 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 stream.
\n@return The name of the Kinesis 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 stream.
\n@param streamName The name of the Kinesis 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 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 #currentShardLevelMetricsStrings(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 #currentShardLevelMetrics(List)",
"deprecated" : false,
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "currentShardLevelMetrics",
"fluentGetterMethodName" : "currentShardLevelMetricsStrings",
"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" : "currentShardLevelMetrics",
"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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 #desiredShardLevelMetricsStrings(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 #desiredShardLevelMetrics(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",
"fluentGetterMethodName" : "desiredShardLevelMetricsStrings",
"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" : "desiredShardLevelMetrics",
"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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 #currentShardLevelMetricsStrings(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 #currentShardLevelMetrics(List)",
"deprecated" : false,
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "currentShardLevelMetrics",
"fluentGetterMethodName" : "currentShardLevelMetricsStrings",
"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" : "currentShardLevelMetrics",
"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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 #desiredShardLevelMetricsStrings(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 #desiredShardLevelMetrics(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",
"fluentGetterMethodName" : "desiredShardLevelMetricsStrings",
"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" : "desiredShardLevelMetrics",
"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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 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 stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis stream.
\n@param streamName The name of the Kinesis 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 stream.
\n@return The name of the Kinesis 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 stream.
\n@param streamName The name of the Kinesis 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 stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Kinesis 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 stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis stream.
\n@param streamName The name of the Kinesis 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 stream.
\n@return The name of the Kinesis 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 stream.
\n@param streamName The name of the Kinesis 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 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 #currentShardLevelMetricsStrings(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 #currentShardLevelMetrics(List)",
"deprecated" : false,
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "currentShardLevelMetrics",
"fluentGetterMethodName" : "currentShardLevelMetricsStrings",
"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" : "currentShardLevelMetrics",
"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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 #desiredShardLevelMetricsStrings(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 #desiredShardLevelMetrics(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",
"fluentGetterMethodName" : "desiredShardLevelMetricsStrings",
"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" : "desiredShardLevelMetrics",
"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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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,
"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,
"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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #shardLevelMetricsStrings(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 #shardLevelMetrics(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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetrics",
"getterDocumentation" : "
List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.",
"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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #shardLevelMetricsStrings(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 #shardLevelMetrics(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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetrics",
"getterDocumentation" : "
List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.",
"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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #shardLevelMetricsStrings(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 #shardLevelMetrics(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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetrics",
"getterDocumentation" : "
List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis 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 #memberString(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",
"fluentGetterMethodName" : "memberString",
"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 #memberString}.\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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.",
"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 Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EnhancedMetrics",
"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",
"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
},
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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 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 stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Amazon Kinesis stream.
\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Amazon Kinesis stream.
\n@return The name of the Amazon Kinesis 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 stream.
\n@param streamName The name of the Amazon Kinesis 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 stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getShardId",
"beanStyleSetterMethodName" : "setShardId",
"c2jName" : "ShardId",
"c2jShape" : "ShardId",
"defaultConsumerFluentSetterDocumentation" : "The shard ID of the Kinesis 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 Streams shard to get the iterator for.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "shardId",
"fluentSetterDocumentation" : "The shard ID of the Kinesis Streams shard to get the iterator for.
\n@param shardId The shard ID of the Kinesis 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 Streams shard to get the iterator for.
\n@return The shard ID of the Kinesis 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 Streams shard to get the iterator for.
\n@param shardId The shard ID of the Kinesis 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 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 #shardIteratorTypeString(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",
"fluentGetterMethodName" : "shardIteratorTypeString",
"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 #shardIteratorTypeString}.\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,
"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,
"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 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 Streams shard to get the iterator for.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "shardId",
"fluentSetterDocumentation" : "The shard ID of the Kinesis Streams shard to get the iterator for.
\n@param shardId The shard ID of the Kinesis 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 Streams shard to get the iterator for.
\n@return The shard ID of the Kinesis 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 Streams shard to get the iterator for.
\n@param shardId The shard ID of the Kinesis 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 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 #shardIteratorTypeString(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",
"fluentGetterMethodName" : "shardIteratorTypeString",
"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 #shardIteratorTypeString}.\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,
"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 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 stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Amazon Kinesis stream.
\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Amazon Kinesis stream.
\n@return The name of the Amazon Kinesis 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 stream.
\n@param streamName The name of the Amazon Kinesis 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 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,
"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 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 stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Amazon Kinesis stream.
\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Amazon Kinesis stream.
\n@return The name of the Amazon Kinesis 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 stream.
\n@param streamName The name of the Amazon Kinesis 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 stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getShardId",
"beanStyleSetterMethodName" : "setShardId",
"c2jName" : "ShardId",
"c2jShape" : "ShardId",
"defaultConsumerFluentSetterDocumentation" : "The shard ID of the Kinesis 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 Streams shard to get the iterator for.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "shardId",
"fluentSetterDocumentation" : "The shard ID of the Kinesis Streams shard to get the iterator for.
\n@param shardId The shard ID of the Kinesis 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 Streams shard to get the iterator for.
\n@return The shard ID of the Kinesis 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 Streams shard to get the iterator for.
\n@param shardId The shard ID of the Kinesis 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 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 #shardIteratorTypeString(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",
"fluentGetterMethodName" : "shardIteratorTypeString",
"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 #shardIteratorTypeString}.\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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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" : "PositiveIntegerObject",
"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,
"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" : "PositiveIntegerObject",
"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,
"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,
"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,
"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" : "PositiveIntegerObject",
"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,
"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,
"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",
"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",
"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",
"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",
"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",
"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",
"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",
"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",
"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
},
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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 Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.
",
"enums" : null,
"errorCode" : "ProvisionedThroughputExceededException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"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,
"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,
"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 ByteBuffer.Builder} avoiding the need to create one manually via {@link ByteBuffer#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByteBuffer.Builder#build()} is called immediately and its result is passed to {@link #data(ByteBuffer)}.\n@param data a consumer that will call methods on {@link ByteBuffer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(ByteBuffer)",
"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,
"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).
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\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\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n
\n@return The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"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" : "java.nio.ByteBuffer",
"marshallingType" : "BYTE_BUFFER",
"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).
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : null,
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
}, {
"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 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 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,
"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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@return Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.",
"getterModel" : {
"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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.",
"setterMethodName" : "setPartitionKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partitionKey",
"variableType" : "String",
"documentation" : 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 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,
"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,
"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 ByteBuffer.Builder} avoiding the need to create one manually via {@link ByteBuffer#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByteBuffer.Builder#build()} is called immediately and its result is passed to {@link #data(ByteBuffer)}.\n@param data a consumer that will call methods on {@link ByteBuffer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(ByteBuffer)",
"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,
"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).
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\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\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n
\n@return The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"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" : "java.nio.ByteBuffer",
"marshallingType" : "BYTE_BUFFER",
"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).
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : null,
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
},
"ExplicitHashKey" : {
"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,
"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 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 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,
"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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@return Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.",
"getterModel" : {
"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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.",
"setterMethodName" : "setPartitionKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partitionKey",
"variableType" : "String",
"documentation" : 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 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,
"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,
"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,
"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 ByteBuffer.Builder} avoiding the need to create one manually via {@link ByteBuffer#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByteBuffer.Builder#build()} is called immediately and its result is passed to {@link #data(ByteBuffer)}.\n@param data a consumer that will call methods on {@link ByteBuffer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(ByteBuffer)",
"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,
"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).
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\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\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n
\n@return The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"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" : "java.nio.ByteBuffer",
"marshallingType" : "BYTE_BUFFER",
"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).
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : null,
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
}, {
"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 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 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,
"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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@return Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.",
"getterModel" : {
"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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.",
"setterMethodName" : "setPartitionKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partitionKey",
"variableType" : "String",
"documentation" : 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 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,
"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,
"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,
"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,
"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,
"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 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 #encryptionTypeString(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 KMS key.
",
"enumType" : "EncryptionType",
"fluentEnumGetterMethodName" : "encryptionType",
"fluentGetterMethodName" : "encryptionTypeString",
"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 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 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 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 #encryptionTypeString}.\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 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 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 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 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 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 #encryptionTypeString(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 KMS key.
",
"enumType" : "EncryptionType",
"fluentEnumGetterMethodName" : "encryptionType",
"fluentGetterMethodName" : "encryptionTypeString",
"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 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 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 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 #encryptionTypeString}.\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 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 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 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 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,
"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,
"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,
"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,
"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 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 #encryptionTypeString(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 KMS key.
",
"enumType" : "EncryptionType",
"fluentEnumGetterMethodName" : "encryptionType",
"fluentGetterMethodName" : "encryptionTypeString",
"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 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 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 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 #encryptionTypeString}.\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 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 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 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 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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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,
"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 ByteBuffer.Builder} avoiding the need to create one manually via {@link ByteBuffer#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByteBuffer.Builder#build()} is called immediately and its result is passed to {@link #data(ByteBuffer)}.\n@param data a consumer that will call methods on {@link ByteBuffer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(ByteBuffer)",
"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,
"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).
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\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\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n
\n@return The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"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" : "java.nio.ByteBuffer",
"marshallingType" : "BYTE_BUFFER",
"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).
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : null,
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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 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 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,
"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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@return Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.",
"getterModel" : {
"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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.",
"setterMethodName" : "setPartitionKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partitionKey",
"variableType" : "String",
"documentation" : 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 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 ByteBuffer.Builder} avoiding the need to create one manually via {@link ByteBuffer#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByteBuffer.Builder#build()} is called immediately and its result is passed to {@link #data(ByteBuffer)}.\n@param data a consumer that will call methods on {@link ByteBuffer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(ByteBuffer)",
"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,
"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).
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\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\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n
\n@return The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"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" : "java.nio.ByteBuffer",
"marshallingType" : "BYTE_BUFFER",
"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).
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : null,
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
},
"ExplicitHashKey" : {
"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,
"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 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 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,
"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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@return Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.",
"getterModel" : {
"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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.",
"setterMethodName" : "setPartitionKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partitionKey",
"variableType" : "String",
"documentation" : 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 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 ByteBuffer.Builder} avoiding the need to create one manually via {@link ByteBuffer#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByteBuffer.Builder#build()} is called immediately and its result is passed to {@link #data(ByteBuffer)}.\n@param data a consumer that will call methods on {@link ByteBuffer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(ByteBuffer)",
"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,
"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).
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).\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\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n
\n@return The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"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" : "java.nio.ByteBuffer",
"marshallingType" : "BYTE_BUFFER",
"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).
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param data The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : null,
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB).
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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 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 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,
"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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@return Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.",
"getterModel" : {
"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 uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
\n@param partitionKey Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.",
"setterMethodName" : "setPartitionKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partitionKey",
"variableType" : "String",
"documentation" : 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 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,
"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,
"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,
"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,
"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 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 #encryptionTypeString(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 KMS key.
",
"enumType" : "EncryptionType",
"fluentEnumGetterMethodName" : "encryptionType",
"fluentGetterMethodName" : "encryptionTypeString",
"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 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 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 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 #encryptionTypeString}.\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 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 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 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:
-