
models.kinesis-2013-12-02-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"blacklistedSimpleMethods" : [ "deregisterStreamConsumer", "describeStreamConsumer", "listShards" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customRetryPolicy" : "software.amazon.awssdk.services.kinesis.KinesisRetryPolicy",
"customServiceMetadata" : {
"contentType" : null,
"protocol" : "cbor"
},
"customServiceNameForRequest" : null,
"defaultExceptionUnmarshaller" : null,
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : null,
"operationModifiers" : null,
"renameShapes" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSmokeTests" : true,
"skipSyncClientGeneration" : true,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"verifiedSimpleMethods" : [ "deregisterStreamConsumer" ]
},
"metadata" : {
"apiVersion" : "2013-12-02",
"asyncBuilder" : "DefaultKinesisAsyncClientBuilder",
"asyncBuilderInterface" : "KinesisAsyncClientBuilder",
"asyncClient" : "DefaultKinesisAsyncClient",
"asyncInterface" : "KinesisAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultKinesisBaseClientBuilder",
"baseBuilderInterface" : "KinesisBaseClientBuilder",
"baseExceptionName" : "KinesisException",
"baseRequestName" : "KinesisRequest",
"baseResponseName" : "KinesisResponse",
"cborProtocol" : true,
"checksumFormat" : null,
"clientPackageName" : "kinesis",
"contentType" : null,
"cucumberModuleInjectorClassName" : "KinesisClientModuleInjector",
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"documentation" : "Amazon Kinesis Data Streams Service API Reference Amazon Kinesis Data Streams is a managed service that scales elastically for real-time processing of streaming big data.
",
"endpointPrefix" : "kinesis",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.kinesis",
"fullModelPackageName" : "software.amazon.awssdk.services.kinesis.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.kinesis.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.kinesis.transform",
"fullSmokeTestsPackageName" : "software.amazon.awssdk.services.kinesis.smoketests",
"fullTransformPackageName" : "software.amazon.awssdk.services.kinesis.transform",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "kinesis.model",
"paginatorsPackageName" : "kinesis.paginators",
"protocol" : "cbor",
"protocolDefaultExceptionUmarshallerImpl" : null,
"protocolFactory" : "software.amazon.awssdk.awscore.protocol.json.AwsJsonProtocolFactory",
"requestBaseFqcn" : "software.amazon.awssdk.awscore.AwsRequest",
"requestTransformPackageName" : "kinesis.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceAbbreviation" : "Kinesis",
"serviceFullName" : "Amazon Kinesis",
"serviceName" : "Kinesis",
"signingName" : "kinesis",
"smokeTestsPackageName" : "kinesis.smoketests",
"syncBuilder" : "DefaultKinesisClientBuilder",
"syncBuilderInterface" : "KinesisClientBuilder",
"syncClient" : "DefaultKinesisClient",
"syncInterface" : "KinesisClient",
"transformPackageName" : "kinesis.transform",
"uid" : "kinesis-2013-12-02",
"unmarshallerContextClassName" : "JsonMarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"AddTagsToStream" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds or updates tags for the specified Kinesis data stream. Each time you invoke this operation, you can specify up to 10 tags. If you want to add more than 10 tags to your stream, you can invoke this operation multiple times. In total, each stream can have up to 50 tags.
If tags have already been assigned to the stream, AddTagsToStream
overwrites any existing tags that correspond to the specified tag keys.
AddTagsToStream has a limit of five transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddTagsToStreamRequest",
"variableName" : "addTagsToStreamRequest",
"variableType" : "AddTagsToStreamRequest",
"documentation" : "Represents the input for AddTagsToStream
.
",
"simpleType" : "AddTagsToStreamRequest",
"variableSetterType" : "AddTagsToStreamRequest"
},
"methodName" : "addTagsToStream",
"operationName" : "AddTagsToStream",
"paginated" : false,
"returnType" : {
"returnType" : "AddTagsToStreamResponse",
"documentation" : null
},
"syncReturnType" : "AddTagsToStreamResponse"
},
"CreateStream" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a Kinesis data stream. A stream captures and transports data records that are continuously emitted from different data sources or producers. Scale-out within a stream is explicitly supported by means of shards, which are uniquely identified groups of data records in a stream.
You specify and control the number of shards that a stream is composed of. Each shard can support reads up to five transactions per second, up to a maximum data read total of 2 MB per second. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second. If the amount of data input increases or decreases, you can add or remove shards.
The stream name identifies the stream. The name is scoped to the AWS account used by the application. It is also scoped by AWS Region. That is, two streams in two different accounts can have the same name, and two streams in the same account, but in two different Regions, can have the same name.
CreateStream
is an asynchronous operation. Upon receiving a CreateStream
request, Kinesis Data Streams immediately returns and sets the stream status to CREATING
. After the stream is created, Kinesis Data Streams sets the stream status to ACTIVE
. You should perform read and write operations only on an ACTIVE
stream.
You receive a LimitExceededException
when making a CreateStream
request when you try to do one of the following:
-
Have more than five streams in the CREATING
state at any point in time.
-
Create more shards than are authorized for your account.
For the default shard limit for an AWS account, see Amazon Kinesis Data Streams Limits in the Amazon Kinesis Data Streams Developer Guide. To increase this limit, contact AWS Support.
You can use DescribeStream
to check the stream status, which is returned in StreamStatus
.
CreateStream has a limit of five transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateStreamRequest",
"variableName" : "createStreamRequest",
"variableType" : "CreateStreamRequest",
"documentation" : "Represents the input for CreateStream
.
",
"simpleType" : "CreateStreamRequest",
"variableSetterType" : "CreateStreamRequest"
},
"methodName" : "createStream",
"operationName" : "CreateStream",
"paginated" : false,
"returnType" : {
"returnType" : "CreateStreamResponse",
"documentation" : null
},
"syncReturnType" : "CreateStreamResponse"
},
"DecreaseStreamRetentionPeriod" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Decreases the Kinesis data stream's retention period, which is the length of time data records are accessible after they are added to the stream. The minimum value of a stream's retention period is 24 hours.
This operation may result in lost data. For example, if the stream's retention period is 48 hours and is decreased to 24 hours, any data already in the stream that is older than 24 hours is inaccessible.
",
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DecreaseStreamRetentionPeriodRequest",
"variableName" : "decreaseStreamRetentionPeriodRequest",
"variableType" : "DecreaseStreamRetentionPeriodRequest",
"documentation" : "Represents the input for DecreaseStreamRetentionPeriod.
",
"simpleType" : "DecreaseStreamRetentionPeriodRequest",
"variableSetterType" : "DecreaseStreamRetentionPeriodRequest"
},
"methodName" : "decreaseStreamRetentionPeriod",
"operationName" : "DecreaseStreamRetentionPeriod",
"paginated" : false,
"returnType" : {
"returnType" : "DecreaseStreamRetentionPeriodResponse",
"documentation" : null
},
"syncReturnType" : "DecreaseStreamRetentionPeriodResponse"
},
"DeleteStream" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a Kinesis data stream and all its shards and data. You must shut down any applications that are operating on the stream before you delete the stream. If an application attempts to operate on a deleted stream, it receives the exception ResourceNotFoundException
.
If the stream is in the ACTIVE
state, you can delete it. After a DeleteStream
request, the specified stream is in the DELETING
state until Kinesis Data Streams completes the deletion.
Note: Kinesis Data Streams might continue to accept data read and write operations, such as PutRecord, PutRecords, and GetRecords, on a stream in the DELETING
state until the stream deletion is complete.
When you delete a stream, any shards in that stream are also deleted, and any tags are dissociated from the stream.
You can use the DescribeStream operation to check the state of the stream, which is returned in StreamStatus
.
DeleteStream has a limit of five transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteStreamRequest",
"variableName" : "deleteStreamRequest",
"variableType" : "DeleteStreamRequest",
"documentation" : "Represents the input for DeleteStream.
",
"simpleType" : "DeleteStreamRequest",
"variableSetterType" : "DeleteStreamRequest"
},
"methodName" : "deleteStream",
"operationName" : "DeleteStream",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteStreamResponse",
"documentation" : null
},
"syncReturnType" : "DeleteStreamResponse"
},
"DeregisterStreamConsumer" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "To deregister a consumer, provide its ARN. Alternatively, you can provide the ARN of the data stream and the name you gave the consumer when you registered it. You may also provide all three parameters, as long as they don't conflict with each other. If you don't know the name or ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its name and ARN.
This operation has a limit of five transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeregisterStreamConsumerRequest",
"variableName" : "deregisterStreamConsumerRequest",
"variableType" : "DeregisterStreamConsumerRequest",
"documentation" : "",
"simpleType" : "DeregisterStreamConsumerRequest",
"variableSetterType" : "DeregisterStreamConsumerRequest"
},
"methodName" : "deregisterStreamConsumer",
"operationName" : "DeregisterStreamConsumer",
"paginated" : false,
"returnType" : {
"returnType" : "DeregisterStreamConsumerResponse",
"documentation" : null
},
"syncReturnType" : "DeregisterStreamConsumerResponse"
},
"DescribeLimits" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the shard limits and usage for the account.
If you update your account limits, the old limits might be returned for a few minutes.
This operation has a limit of one transaction per second per account.
",
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeLimitsRequest",
"variableName" : "describeLimitsRequest",
"variableType" : "DescribeLimitsRequest",
"documentation" : "",
"simpleType" : "DescribeLimitsRequest",
"variableSetterType" : "DescribeLimitsRequest"
},
"methodName" : "describeLimits",
"operationName" : "DescribeLimits",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeLimitsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeLimitsResponse"
},
"DescribeStream" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the specified Kinesis data stream.
The information returned includes the stream name, Amazon Resource Name (ARN), creation time, enhanced metric configuration, and shard map. The shard map is an array of shard objects. For each shard object, there is the hash key and sequence number ranges that the shard spans, and the IDs of any earlier shards that played in a role in creating the shard. Every record ingested in the stream is identified by a sequence number, which is assigned when the record is put into the stream.
You can limit the number of shards returned by each call. For more information, see Retrieving Shards from a Stream in the Amazon Kinesis Data Streams Developer Guide.
There are no guarantees about the chronological order shards returned. To process shards in chronological order, use the ID of the parent shard to track the lineage to the oldest shard.
This operation has a limit of 10 transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeStreamRequest",
"variableName" : "describeStreamRequest",
"variableType" : "DescribeStreamRequest",
"documentation" : "Represents the input for DescribeStream
.
",
"simpleType" : "DescribeStreamRequest",
"variableSetterType" : "DescribeStreamRequest"
},
"methodName" : "describeStream",
"operationName" : "DescribeStream",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeStreamResponse",
"documentation" : "Represents the output for DescribeStream
.
"
},
"syncReturnType" : "DescribeStreamResponse"
},
"DescribeStreamConsumer" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "To get the description of a registered consumer, provide the ARN of the consumer. Alternatively, you can provide the ARN of the data stream and the name you gave the consumer when you registered it. You may also provide all three parameters, as long as they don't conflict with each other. If you don't know the name or ARN of the consumer that you want to describe, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream.
This operation has a limit of 20 transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeStreamConsumerRequest",
"variableName" : "describeStreamConsumerRequest",
"variableType" : "DescribeStreamConsumerRequest",
"documentation" : "",
"simpleType" : "DescribeStreamConsumerRequest",
"variableSetterType" : "DescribeStreamConsumerRequest"
},
"methodName" : "describeStreamConsumer",
"operationName" : "DescribeStreamConsumer",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeStreamConsumerResponse",
"documentation" : null
},
"syncReturnType" : "DescribeStreamConsumerResponse"
},
"DescribeStreamSummary" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Provides a summarized description of the specified Kinesis data stream without the shard list.
The information returned includes the stream name, Amazon Resource Name (ARN), status, record retention period, approximate creation time, monitoring, encryption details, and open shard count.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeStreamSummaryRequest",
"variableName" : "describeStreamSummaryRequest",
"variableType" : "DescribeStreamSummaryRequest",
"documentation" : "",
"simpleType" : "DescribeStreamSummaryRequest",
"variableSetterType" : "DescribeStreamSummaryRequest"
},
"methodName" : "describeStreamSummary",
"operationName" : "DescribeStreamSummary",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeStreamSummaryResponse",
"documentation" : null
},
"syncReturnType" : "DescribeStreamSummaryResponse"
},
"DisableEnhancedMonitoring" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disables enhanced monitoring.
",
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisableEnhancedMonitoringRequest",
"variableName" : "disableEnhancedMonitoringRequest",
"variableType" : "DisableEnhancedMonitoringRequest",
"documentation" : "Represents the input for DisableEnhancedMonitoring.
",
"simpleType" : "DisableEnhancedMonitoringRequest",
"variableSetterType" : "DisableEnhancedMonitoringRequest"
},
"methodName" : "disableEnhancedMonitoring",
"operationName" : "DisableEnhancedMonitoring",
"paginated" : false,
"returnType" : {
"returnType" : "DisableEnhancedMonitoringResponse",
"documentation" : "Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
"
},
"syncReturnType" : "DisableEnhancedMonitoringResponse"
},
"EnableEnhancedMonitoring" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables enhanced Kinesis data stream monitoring for shard-level metrics.
",
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "EnableEnhancedMonitoringRequest",
"variableName" : "enableEnhancedMonitoringRequest",
"variableType" : "EnableEnhancedMonitoringRequest",
"documentation" : "Represents the input for EnableEnhancedMonitoring.
",
"simpleType" : "EnableEnhancedMonitoringRequest",
"variableSetterType" : "EnableEnhancedMonitoringRequest"
},
"methodName" : "enableEnhancedMonitoring",
"operationName" : "EnableEnhancedMonitoring",
"paginated" : false,
"returnType" : {
"returnType" : "EnableEnhancedMonitoringResponse",
"documentation" : "Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
"
},
"syncReturnType" : "EnableEnhancedMonitoringResponse"
},
"GetRecords" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets data records from a Kinesis data stream's shard.
Specify a shard iterator using the ShardIterator
parameter. The shard iterator specifies the position in the shard from which you want to start reading data records sequentially. If there are no records available in the portion of the shard that the iterator points to, GetRecords returns an empty list. It might take multiple calls to get to a portion of the shard that contains records.
You can scale by provisioning multiple shards per stream while considering service limits (for more information, see Amazon Kinesis Data Streams Limits in the Amazon Kinesis Data Streams Developer Guide). Your application should have one thread per shard, each reading continuously from its stream. To read from a stream continually, call GetRecords in a loop. Use GetShardIterator to get the shard iterator to specify in the first GetRecords call. GetRecords returns a new shard iterator in NextShardIterator
. Specify the shard iterator returned in NextShardIterator
in subsequent calls to GetRecords. If the shard has been closed, the shard iterator can't return more data and GetRecords returns null
in NextShardIterator
. You can terminate the loop when the shard is closed, or when the shard iterator reaches the record with the sequence number or other attribute that marks it as the last record to process.
Each data record can be up to 1 MiB in size, and each shard can read up to 2 MiB per second. You can ensure that your calls don't exceed the maximum supported size or throughput by using the Limit
parameter to specify the maximum number of records that GetRecords can return. Consider your average record size when determining this limit. The maximum number of records that can be returned per call is 10,000.
The size of the data returned by GetRecords varies depending on the utilization of the shard. The maximum size of data that GetRecords can return is 10 MiB. If a call returns this amount of data, subsequent calls made within the next 5 seconds throw ProvisionedThroughputExceededException
. If there is insufficient provisioned throughput on the stream, subsequent calls made within the next 1 second throw ProvisionedThroughputExceededException
. GetRecords doesn't return any data when it throws an exception. For this reason, we recommend that you wait 1 second between calls to GetRecords. However, it's possible that the application will get exceptions for longer than 1 second.
To detect whether the application is falling behind in processing, you can use the MillisBehindLatest
response attribute. You can also monitor the stream using CloudWatch metrics and other mechanisms (see Monitoring in the Amazon Kinesis Data Streams Developer Guide).
Each Amazon Kinesis record includes a value, ApproximateArrivalTimestamp
, that is set when a stream successfully receives and stores a record. This is commonly referred to as a server-side time stamp, whereas a client-side time stamp is set when a data producer creates or sends the record to a stream (a data producer is any data source putting data records into a stream, for example with PutRecords). The time stamp has millisecond precision. There are no guarantees about the time stamp accuracy, or that the time stamp is always increasing. For example, records in a shard or across a stream might have time stamps that are out of order.
This operation has a limit of five transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Data Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ExpiredIteratorException",
"documentation" : "The provided iterator exceeds the maximum age allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsDisabledException",
"documentation" : "The request was rejected because the specified customer master key (CMK) isn't enabled.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsInvalidStateException",
"documentation" : "The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsAccessDeniedException",
"documentation" : "The ciphertext references a key that doesn't exist or that you don't have access to.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsNotFoundException",
"documentation" : "The request was rejected because the specified entity or resource can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsOptInRequiredException",
"documentation" : "The AWS access key ID needs a subscription for the service.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsThrottlingException",
"documentation" : "The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetRecordsRequest",
"variableName" : "getRecordsRequest",
"variableType" : "GetRecordsRequest",
"documentation" : "Represents the input for GetRecords.
",
"simpleType" : "GetRecordsRequest",
"variableSetterType" : "GetRecordsRequest"
},
"methodName" : "getRecords",
"operationName" : "GetRecords",
"paginated" : false,
"returnType" : {
"returnType" : "GetRecordsResponse",
"documentation" : "Represents the output for GetRecords.
"
},
"syncReturnType" : "GetRecordsResponse"
},
"GetShardIterator" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets an Amazon Kinesis shard iterator. A shard iterator expires 5 minutes after it is returned to the requester.
A shard iterator specifies the shard position from which to start reading data records sequentially. The position is specified using the sequence number of a data record in a shard. A sequence number is the identifier associated with every record ingested in the stream, and is assigned when a record is put into the stream. Each stream has one or more shards.
You must specify the shard iterator type. For example, you can set the ShardIteratorType
parameter to read exactly from the position denoted by a specific sequence number by using the AT_SEQUENCE_NUMBER
shard iterator type. Alternatively, the parameter can read right after the sequence number by using the AFTER_SEQUENCE_NUMBER
shard iterator type, using sequence numbers returned by earlier calls to PutRecord, PutRecords, GetRecords, or DescribeStream. In the request, you can specify the shard iterator type AT_TIMESTAMP
to read records from an arbitrary point in time, TRIM_HORIZON
to cause ShardIterator
to point to the last untrimmed record in the shard in the system (the oldest data record in the shard), or LATEST
so that you always read the most recent data in the shard.
When you read repeatedly from a stream, use a GetShardIterator request to get the first shard iterator for use in your first GetRecords request and for subsequent reads use the shard iterator returned by the GetRecords request in NextShardIterator
. A new shard iterator is returned by every GetRecords request in NextShardIterator
, which you use in the ShardIterator
parameter of the next GetRecords request.
If a GetShardIterator request is made too often, you receive a ProvisionedThroughputExceededException
. For more information about throughput limits, see GetRecords, and Streams Limits in the Amazon Kinesis Data Streams Developer Guide.
If the shard is closed, GetShardIterator returns a valid iterator for the last sequence number of the shard. A shard can be closed as a result of using SplitShard or MergeShards.
GetShardIterator has a limit of five transactions per second per account per open shard.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Data Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetShardIteratorRequest",
"variableName" : "getShardIteratorRequest",
"variableType" : "GetShardIteratorRequest",
"documentation" : "Represents the input for GetShardIterator
.
",
"simpleType" : "GetShardIteratorRequest",
"variableSetterType" : "GetShardIteratorRequest"
},
"methodName" : "getShardIterator",
"operationName" : "GetShardIterator",
"paginated" : false,
"returnType" : {
"returnType" : "GetShardIteratorResponse",
"documentation" : "Represents the output for GetShardIterator
.
"
},
"syncReturnType" : "GetShardIteratorResponse"
},
"IncreaseStreamRetentionPeriod" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Increases the Kinesis data stream's retention period, which is the length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 168 hours (7 days).
If you choose a longer stream retention period, this operation increases the time period during which records that have not yet expired are accessible. However, it does not make previous, expired data (older than the stream's previous retention period) accessible after the operation has been called. For example, if a stream's retention period is set to 24 hours and is increased to 168 hours, any data that is older than 24 hours remains inaccessible to consumer applications.
",
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "IncreaseStreamRetentionPeriodRequest",
"variableName" : "increaseStreamRetentionPeriodRequest",
"variableType" : "IncreaseStreamRetentionPeriodRequest",
"documentation" : "Represents the input for IncreaseStreamRetentionPeriod.
",
"simpleType" : "IncreaseStreamRetentionPeriodRequest",
"variableSetterType" : "IncreaseStreamRetentionPeriodRequest"
},
"methodName" : "increaseStreamRetentionPeriod",
"operationName" : "IncreaseStreamRetentionPeriod",
"paginated" : false,
"returnType" : {
"returnType" : "IncreaseStreamRetentionPeriodResponse",
"documentation" : null
},
"syncReturnType" : "IncreaseStreamRetentionPeriodResponse"
},
"ListShards" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the shards in a stream and provides information about each shard. This operation has a limit of 100 transactions per second per data stream.
This API is a new operation that is used by the Amazon Kinesis Client Library (KCL). If you have a fine-grained IAM policy that only allows specific operations, you must update your policy to allow calls to this API. For more information, see Controlling Access to Amazon Kinesis Data Streams Resources Using IAM.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ExpiredNextTokenException",
"documentation" : "The pagination token passed to the operation is expired.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListShardsRequest",
"variableName" : "listShardsRequest",
"variableType" : "ListShardsRequest",
"documentation" : "",
"simpleType" : "ListShardsRequest",
"variableSetterType" : "ListShardsRequest"
},
"methodName" : "listShards",
"operationName" : "ListShards",
"paginated" : false,
"returnType" : {
"returnType" : "ListShardsResponse",
"documentation" : null
},
"syncReturnType" : "ListShardsResponse"
},
"ListStreamConsumers" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the consumers registered to receive data from a stream using enhanced fan-out, and provides information about each consumer.
This operation has a limit of 10 transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ExpiredNextTokenException",
"documentation" : "The pagination token passed to the operation is expired.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListStreamConsumersRequest",
"variableName" : "listStreamConsumersRequest",
"variableType" : "ListStreamConsumersRequest",
"documentation" : "",
"simpleType" : "ListStreamConsumersRequest",
"variableSetterType" : "ListStreamConsumersRequest"
},
"methodName" : "listStreamConsumers",
"operationName" : "ListStreamConsumers",
"paginated" : false,
"returnType" : {
"returnType" : "ListStreamConsumersResponse",
"documentation" : null
},
"syncReturnType" : "ListStreamConsumersResponse"
},
"ListStreams" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists your Kinesis data streams.
The number of streams may be too large to return from a single call to ListStreams
. You can limit the number of returned streams using the Limit
parameter. If you do not specify a value for the Limit
parameter, Kinesis Data Streams uses the default limit, which is currently 10.
You can detect if there are more streams available to list by using the HasMoreStreams
flag from the returned output. If there are more streams available, you can request more streams by using the name of the last stream returned by the ListStreams
request in the ExclusiveStartStreamName
parameter in a subsequent request to ListStreams
. The group of stream names returned by the subsequent request is then added to the list. You can continue this process until all the stream names have been collected in the list.
ListStreams has a limit of five transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListStreamsRequest",
"variableName" : "listStreamsRequest",
"variableType" : "ListStreamsRequest",
"documentation" : "Represents the input for ListStreams
.
",
"simpleType" : "ListStreamsRequest",
"variableSetterType" : "ListStreamsRequest"
},
"methodName" : "listStreams",
"operationName" : "ListStreams",
"paginated" : false,
"returnType" : {
"returnType" : "ListStreamsResponse",
"documentation" : "Represents the output for ListStreams
.
"
},
"syncReturnType" : "ListStreamsResponse"
},
"ListTagsForStream" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the tags for the specified Kinesis data stream. This operation has a limit of five transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForStreamRequest",
"variableName" : "listTagsForStreamRequest",
"variableType" : "ListTagsForStreamRequest",
"documentation" : "Represents the input for ListTagsForStream
.
",
"simpleType" : "ListTagsForStreamRequest",
"variableSetterType" : "ListTagsForStreamRequest"
},
"methodName" : "listTagsForStream",
"operationName" : "ListTagsForStream",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsForStreamResponse",
"documentation" : "Represents the output for ListTagsForStream
.
"
},
"syncReturnType" : "ListTagsForStreamResponse"
},
"MergeShards" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Merges two adjacent shards in a Kinesis data stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data. Two shards are considered adjacent if the union of the hash key ranges for the two shards form a contiguous set with no gaps. For example, if you have two shards, one with a hash key range of 276...381 and the other with a hash key range of 382...454, then you could merge these two shards into a single shard that would have a hash key range of 276...454. After the merge, the single child shard receives data for all hash key values covered by the two parent shards.
MergeShards
is called when there is a need to reduce the overall capacity of a stream because of excess capacity that is not being used. You must specify the shard to be merged and the adjacent shard for a stream. For more information about merging shards, see Merge Two Shards in the Amazon Kinesis Data Streams Developer Guide.
If the stream is in the ACTIVE
state, you can call MergeShards
. If a stream is in the CREATING
, UPDATING
, or DELETING
state, MergeShards
returns a ResourceInUseException
. If the specified stream does not exist, MergeShards
returns a ResourceNotFoundException
.
You can use DescribeStream to check the state of the stream, which is returned in StreamStatus
.
MergeShards
is an asynchronous operation. Upon receiving a MergeShards
request, Amazon Kinesis Data Streams immediately returns a response and sets the StreamStatus
to UPDATING
. After the operation is completed, Kinesis Data Streams sets the StreamStatus
to ACTIVE
. Read and write operations continue to work while the stream is in the UPDATING
state.
You use DescribeStream to determine the shard IDs that are specified in the MergeShards
request.
If you try to operate on too many streams in parallel using CreateStream, DeleteStream, MergeShards
, or SplitShard, you receive a LimitExceededException
.
MergeShards
has a limit of five transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "MergeShardsRequest",
"variableName" : "mergeShardsRequest",
"variableType" : "MergeShardsRequest",
"documentation" : "Represents the input for MergeShards
.
",
"simpleType" : "MergeShardsRequest",
"variableSetterType" : "MergeShardsRequest"
},
"methodName" : "mergeShards",
"operationName" : "MergeShards",
"paginated" : false,
"returnType" : {
"returnType" : "MergeShardsResponse",
"documentation" : null
},
"syncReturnType" : "MergeShardsResponse"
},
"PutRecord" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Writes a single data record into an Amazon Kinesis data stream. Call PutRecord
to send data into the stream for real-time ingestion and subsequent processing, one record at a time. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second.
You must specify the name of the stream that captures, stores, and transports the data; a partition key; and the data blob itself.
The data blob can be any type of data; for example, a segment from a log file, geographic/location data, website clickstream data, and so on.
The partition key is used by Kinesis Data Streams to distribute data across shards. Kinesis Data Streams segregates the data records that belong to a stream into multiple shards, using the partition key associated with each data record to determine the shard to which a given data record belongs.
Partition keys are Unicode strings, with a maximum length limit of 256 characters for each key. An MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards using the hash key ranges of the shards. You can override hashing the partition key to determine the shard by explicitly specifying a hash value using the ExplicitHashKey
parameter. For more information, see Adding Data to a Stream in the Amazon Kinesis Data Streams Developer Guide.
PutRecord
returns the shard ID of where the data record was placed and the sequence number that was assigned to the data record.
Sequence numbers increase over time and are specific to a shard within a stream, not across all shards within a stream. To guarantee strictly increasing ordering, write serially to a shard and use the SequenceNumberForOrdering
parameter. For more information, see Adding Data to a Stream in the Amazon Kinesis Data Streams Developer Guide.
If a PutRecord
request cannot be processed because of insufficient provisioned throughput on the shard involved in the request, PutRecord
throws ProvisionedThroughputExceededException
.
By default, data records are accessible for 24 hours from the time that they are added to a stream. You can use IncreaseStreamRetentionPeriod or DecreaseStreamRetentionPeriod to modify this retention period.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Data Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsDisabledException",
"documentation" : "The request was rejected because the specified customer master key (CMK) isn't enabled.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsInvalidStateException",
"documentation" : "The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsAccessDeniedException",
"documentation" : "The ciphertext references a key that doesn't exist or that you don't have access to.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsNotFoundException",
"documentation" : "The request was rejected because the specified entity or resource can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsOptInRequiredException",
"documentation" : "The AWS access key ID needs a subscription for the service.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsThrottlingException",
"documentation" : "The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutRecordRequest",
"variableName" : "putRecordRequest",
"variableType" : "PutRecordRequest",
"documentation" : "Represents the input for PutRecord
.
",
"simpleType" : "PutRecordRequest",
"variableSetterType" : "PutRecordRequest"
},
"methodName" : "putRecord",
"operationName" : "PutRecord",
"paginated" : false,
"returnType" : {
"returnType" : "PutRecordResponse",
"documentation" : "Represents the output for PutRecord
.
"
},
"syncReturnType" : "PutRecordResponse"
},
"PutRecords" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Writes multiple data records into a Kinesis data stream in a single call (also referred to as a PutRecords
request). Use this operation to send data into the stream for data ingestion and processing.
Each PutRecords
request can support up to 500 records. Each record in the request can be as large as 1 MB, up to a limit of 5 MB for the entire request, including partition keys. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second.
You must specify the name of the stream that captures, stores, and transports the data; and an array of request Records
, with each record in the array requiring a partition key and data blob. The record size limit applies to the total size of the partition key and data blob.
The data blob can be any type of data; for example, a segment from a log file, geographic/location data, website clickstream data, and so on.
The partition key is used by Kinesis Data Streams as input to a hash function that maps the partition key and associated data to a specific shard. An MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream. For more information, see Adding Data to a Stream in the Amazon Kinesis Data Streams Developer Guide.
Each record in the Records
array may include an optional parameter, ExplicitHashKey
, which overrides the partition key to shard mapping. This parameter allows a data producer to determine explicitly the shard where the record is stored. For more information, see Adding Multiple Records with PutRecords in the Amazon Kinesis Data Streams Developer Guide.
The PutRecords
response includes an array of response Records
. Each record in the response array directly correlates with a record in the request array using natural ordering, from the top to the bottom of the request and response. The response Records
array always includes the same number of records as the request array.
The response Records
array includes both successfully and unsuccessfully processed records. Kinesis Data Streams attempts to process all records in each PutRecords
request. A single record failure does not stop the processing of subsequent records.
A successfully processed record includes ShardId
and SequenceNumber
values. The ShardId
parameter identifies the shard in the stream where the record is stored. The SequenceNumber
parameter is an identifier assigned to the put record, unique to all records in the stream.
An unsuccessfully processed record includes ErrorCode
and ErrorMessage
values. ErrorCode
reflects the type of error and can be one of the following values: ProvisionedThroughputExceededException
or InternalFailure
. ErrorMessage
provides more detailed information about the ProvisionedThroughputExceededException
exception including the account ID, stream name, and shard ID of the record that was throttled. For more information about partially successful responses, see Adding Multiple Records with PutRecords in the Amazon Kinesis Data Streams Developer Guide.
By default, data records are accessible for 24 hours from the time that they are added to a stream. You can use IncreaseStreamRetentionPeriod or DecreaseStreamRetentionPeriod to modify this retention period.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Data Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsDisabledException",
"documentation" : "The request was rejected because the specified customer master key (CMK) isn't enabled.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsInvalidStateException",
"documentation" : "The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsAccessDeniedException",
"documentation" : "The ciphertext references a key that doesn't exist or that you don't have access to.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsNotFoundException",
"documentation" : "The request was rejected because the specified entity or resource can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsOptInRequiredException",
"documentation" : "The AWS access key ID needs a subscription for the service.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsThrottlingException",
"documentation" : "The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutRecordsRequest",
"variableName" : "putRecordsRequest",
"variableType" : "PutRecordsRequest",
"documentation" : "A PutRecords
request.
",
"simpleType" : "PutRecordsRequest",
"variableSetterType" : "PutRecordsRequest"
},
"methodName" : "putRecords",
"operationName" : "PutRecords",
"paginated" : false,
"returnType" : {
"returnType" : "PutRecordsResponse",
"documentation" : " PutRecords
results.
"
},
"syncReturnType" : "PutRecordsResponse"
},
"RegisterStreamConsumer" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Registers a consumer with a Kinesis data stream. When you use this operation, the consumer you register can then call SubscribeToShard to receive data from the stream using enhanced fan-out, at a rate of up to 2 MiB per second for every shard you subscribe to. This rate is unaffected by the total number of consumers that read from the same stream.
You can register up to 5 consumers per stream. However, you can request a limit increase using the Kinesis Data Streams limits form. A given consumer can only be registered with one stream at a time.
For an example of how to use this operations, see Enhanced Fan-Out Using the Kinesis Data Streams API.
The use of this operation has a limit of five transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RegisterStreamConsumerRequest",
"variableName" : "registerStreamConsumerRequest",
"variableType" : "RegisterStreamConsumerRequest",
"documentation" : "",
"simpleType" : "RegisterStreamConsumerRequest",
"variableSetterType" : "RegisterStreamConsumerRequest"
},
"methodName" : "registerStreamConsumer",
"operationName" : "RegisterStreamConsumer",
"paginated" : false,
"returnType" : {
"returnType" : "RegisterStreamConsumerResponse",
"documentation" : null
},
"syncReturnType" : "RegisterStreamConsumerResponse"
},
"RemoveTagsFromStream" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes tags from the specified Kinesis data stream. Removed tags are deleted and cannot be recovered after this operation successfully completes.
If you specify a tag that does not exist, it is ignored.
RemoveTagsFromStream has a limit of five transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RemoveTagsFromStreamRequest",
"variableName" : "removeTagsFromStreamRequest",
"variableType" : "RemoveTagsFromStreamRequest",
"documentation" : "Represents the input for RemoveTagsFromStream
.
",
"simpleType" : "RemoveTagsFromStreamRequest",
"variableSetterType" : "RemoveTagsFromStreamRequest"
},
"methodName" : "removeTagsFromStream",
"operationName" : "RemoveTagsFromStream",
"paginated" : false,
"returnType" : {
"returnType" : "RemoveTagsFromStreamResponse",
"documentation" : null
},
"syncReturnType" : "RemoveTagsFromStreamResponse"
},
"SplitShard" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data. SplitShard
is called when there is a need to increase the overall capacity of a stream because of an expected increase in the volume of data records being ingested.
You can also use SplitShard
when a shard appears to be approaching its maximum utilization; for example, the producers sending data into the specific shard are suddenly sending more than previously anticipated. You can also call SplitShard
to increase stream capacity, so that more Kinesis Data Streams applications can simultaneously read data from the stream for real-time processing.
You must specify the shard to be split and the new hash key, which is the position in the shard where the shard gets split in two. In many cases, the new hash key might be the average of the beginning and ending hash key, but it can be any hash key value in the range being mapped into the shard. For more information, see Split a Shard in the Amazon Kinesis Data Streams Developer Guide.
You can use DescribeStream to determine the shard ID and hash key values for the ShardToSplit
and NewStartingHashKey
parameters that are specified in the SplitShard
request.
SplitShard
is an asynchronous operation. Upon receiving a SplitShard
request, Kinesis Data Streams immediately returns a response and sets the stream status to UPDATING
. After the operation is completed, Kinesis Data Streams sets the stream status to ACTIVE
. Read and write operations continue to work while the stream is in the UPDATING
state.
You can use DescribeStream
to check the status of the stream, which is returned in StreamStatus
. If the stream is in the ACTIVE
state, you can call SplitShard
. If a stream is in CREATING
or UPDATING
or DELETING
states, DescribeStream
returns a ResourceInUseException
.
If the specified stream does not exist, DescribeStream
returns a ResourceNotFoundException
. If you try to create more shards than are authorized for your account, you receive a LimitExceededException
.
For the default shard limit for an AWS account, see Kinesis Data Streams Limits in the Amazon Kinesis Data Streams Developer Guide. To increase this limit, contact AWS Support.
If you try to operate on too many streams simultaneously using CreateStream, DeleteStream, MergeShards, and/or SplitShard, you receive a LimitExceededException
.
SplitShard
has a limit of five transactions per second per account.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SplitShardRequest",
"variableName" : "splitShardRequest",
"variableType" : "SplitShardRequest",
"documentation" : "Represents the input for SplitShard
.
",
"simpleType" : "SplitShardRequest",
"variableSetterType" : "SplitShardRequest"
},
"methodName" : "splitShard",
"operationName" : "SplitShard",
"paginated" : false,
"returnType" : {
"returnType" : "SplitShardResponse",
"documentation" : null
},
"syncReturnType" : "SplitShardResponse"
},
"StartStreamEncryption" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables or updates server-side encryption using an AWS KMS key for a specified stream.
Starting encryption is an asynchronous operation. Upon receiving the request, Kinesis Data Streams returns immediately and sets the status of the stream to UPDATING
. After the update is complete, Kinesis Data Streams sets the status of the stream back to ACTIVE
. Updating or applying encryption normally takes a few seconds to complete, but it can take minutes. You can continue to read and write data to your stream while its status is UPDATING
. Once the status of the stream is ACTIVE
, encryption begins for records written to the stream.
API Limits: You can successfully apply a new AWS KMS key for server-side encryption 25 times in a rolling 24-hour period.
Note: It can take up to 5 seconds after the stream is in an ACTIVE
status before all records written to the stream are encrypted. After you enable encryption, you can verify that encryption is applied by inspecting the API response from PutRecord
or PutRecords
.
",
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsDisabledException",
"documentation" : "The request was rejected because the specified customer master key (CMK) isn't enabled.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsInvalidStateException",
"documentation" : "The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsAccessDeniedException",
"documentation" : "The ciphertext references a key that doesn't exist or that you don't have access to.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsNotFoundException",
"documentation" : "The request was rejected because the specified entity or resource can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsOptInRequiredException",
"documentation" : "The AWS access key ID needs a subscription for the service.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsThrottlingException",
"documentation" : "The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartStreamEncryptionRequest",
"variableName" : "startStreamEncryptionRequest",
"variableType" : "StartStreamEncryptionRequest",
"documentation" : "",
"simpleType" : "StartStreamEncryptionRequest",
"variableSetterType" : "StartStreamEncryptionRequest"
},
"methodName" : "startStreamEncryption",
"operationName" : "StartStreamEncryption",
"paginated" : false,
"returnType" : {
"returnType" : "StartStreamEncryptionResponse",
"documentation" : null
},
"syncReturnType" : "StartStreamEncryptionResponse"
},
"StopStreamEncryption" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disables server-side encryption for a specified stream.
Stopping encryption is an asynchronous operation. Upon receiving the request, Kinesis Data Streams returns immediately and sets the status of the stream to UPDATING
. After the update is complete, Kinesis Data Streams sets the status of the stream back to ACTIVE
. Stopping encryption normally takes a few seconds to complete, but it can take minutes. You can continue to read and write data to your stream while its status is UPDATING
. Once the status of the stream is ACTIVE
, records written to the stream are no longer encrypted by Kinesis Data Streams.
API Limits: You can successfully disable server-side encryption 25 times in a rolling 24-hour period.
Note: It can take up to 5 seconds after the stream is in an ACTIVE
status before all records written to the stream are no longer subject to encryption. After you disabled encryption, you can verify that encryption is not applied by inspecting the API response from PutRecord
or PutRecords
.
",
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StopStreamEncryptionRequest",
"variableName" : "stopStreamEncryptionRequest",
"variableType" : "StopStreamEncryptionRequest",
"documentation" : "",
"simpleType" : "StopStreamEncryptionRequest",
"variableSetterType" : "StopStreamEncryptionRequest"
},
"methodName" : "stopStreamEncryption",
"operationName" : "StopStreamEncryption",
"paginated" : false,
"returnType" : {
"returnType" : "StopStreamEncryptionResponse",
"documentation" : null
},
"syncReturnType" : "StopStreamEncryptionResponse"
},
"SubscribeToShard" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Call this operation from your consumer after you call RegisterStreamConsumer to register the consumer with Kinesis Data Streams. If the call succeeds, your consumer starts receiving events of type SubscribeToShardEvent for up to 5 minutes, after which time you need to call SubscribeToShard
again to renew the subscription if you want to continue to receive records.
You can make one call to SubscribeToShard
per second per ConsumerARN
. If your call succeeds, and then you call the operation again less than 5 seconds later, the second call generates a ResourceInUseException
. If you call the operation a second time more than 5 seconds after the first call succeeds, the second call succeeds and the first connection gets shut down.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SubscribeToShardRequest",
"variableName" : "subscribeToShardRequest",
"variableType" : "SubscribeToShardRequest",
"documentation" : "",
"simpleType" : "SubscribeToShardRequest",
"variableSetterType" : "SubscribeToShardRequest"
},
"methodName" : "subscribeToShard",
"operationName" : "SubscribeToShard",
"paginated" : false,
"returnType" : {
"returnType" : "SubscribeToShardResponse",
"documentation" : null
},
"syncReturnType" : "SubscribeToShardResponse"
},
"UpdateShardCount" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the shard count of the specified stream to the specified number of shards.
Updating the shard count is an asynchronous operation. Upon receiving the request, Kinesis Data Streams returns immediately and sets the status of the stream to UPDATING
. After the update is complete, Kinesis Data Streams sets the status of the stream back to ACTIVE
. Depending on the size of the stream, the scaling action could take a few minutes to complete. You can continue to read and write data to your stream while its status is UPDATING
.
To update the shard count, Kinesis Data Streams performs splits or merges on individual shards. This can cause short-lived shards to be created, in addition to the final shards. We recommend that you double or halve the shard count, as this results in the fewest number of splits or merges.
This operation has the following default limits. By default, you cannot do the following:
-
Scale more than twice per rolling 24-hour period per stream
-
Scale up to more than double your current shard count for a stream
-
Scale down below half your current shard count for a stream
-
Scale up to more than 500 shards in a stream
-
Scale a stream with more than 500 shards down unless the result is less than 500 shards
-
Scale up to more than the shard limit for your account
For the default limits for an AWS account, see Streams Limits in the Amazon Kinesis Data Streams Developer Guide. To request an increase in the call rate limit, the shard limit for this API, or your overall shard limit, use the limits form.
",
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The requested resource could not be found. The stream might not be specified correctly.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateShardCountRequest",
"variableName" : "updateShardCountRequest",
"variableType" : "UpdateShardCountRequest",
"documentation" : "",
"simpleType" : "UpdateShardCountRequest",
"variableSetterType" : "UpdateShardCountRequest"
},
"methodName" : "updateShardCount",
"operationName" : "UpdateShardCount",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateShardCountResponse",
"documentation" : null
},
"syncReturnType" : "UpdateShardCountResponse"
}
},
"shapes" : {
"AddTagsToStreamRequest" : {
"c2jName" : "AddTagsToStreamInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input for AddTagsToStream
.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AddTagsToStream",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.AddTagsToStream",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream.
\n@return The name of the stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagMap",
"defaultConsumerFluentSetterDocumentation" : "A set of up to 10 key-value pairs to use to create the tags.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)",
"deprecated" : false,
"documentation" : "A set of up to 10 key-value pairs to use to create the tags.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A set of up to 10 key-value pairs to use to create the tags.
\n@param tags A set of up to 10 key-value pairs to use to create the tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A set of up to 10 key-value pairs to use to create the tags.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A set of up to 10 key-value pairs to use to create the tags.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Value",
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingTargetClass" : "Map",
"marshallingType" : "MAP",
"name" : "Tags",
"setterDocumentation" : "A set of up to 10 key-value pairs to use to create the tags.
\n@param tags A set of up to 10 key-value pairs to use to create the tags.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : "A set of up to 10 key-value pairs to use to create the tags.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream.
\n@return The name of the stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagMap",
"defaultConsumerFluentSetterDocumentation" : "A set of up to 10 key-value pairs to use to create the tags.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)",
"deprecated" : false,
"documentation" : "A set of up to 10 key-value pairs to use to create the tags.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A set of up to 10 key-value pairs to use to create the tags.
\n@param tags A set of up to 10 key-value pairs to use to create the tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A set of up to 10 key-value pairs to use to create the tags.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A set of up to 10 key-value pairs to use to create the tags.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Value",
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingTargetClass" : "Map",
"marshallingType" : "MAP",
"name" : "Tags",
"setterDocumentation" : "A set of up to 10 key-value pairs to use to create the tags.
\n@param tags A set of up to 10 key-value pairs to use to create the tags.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : "A set of up to 10 key-value pairs to use to create the tags.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream.
\n@return The name of the stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagMap",
"defaultConsumerFluentSetterDocumentation" : "A set of up to 10 key-value pairs to use to create the tags.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)",
"deprecated" : false,
"documentation" : "A set of up to 10 key-value pairs to use to create the tags.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A set of up to 10 key-value pairs to use to create the tags.
\n@param tags A set of up to 10 key-value pairs to use to create the tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A set of up to 10 key-value pairs to use to create the tags.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A set of up to 10 key-value pairs to use to create the tags.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Value",
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingTargetClass" : "Map",
"marshallingType" : "MAP",
"name" : "Tags",
"setterDocumentation" : "A set of up to 10 key-value pairs to use to create the tags.
\n@param tags A set of up to 10 key-value pairs to use to create the tags.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : "A set of up to 10 key-value pairs to use to create the tags.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamName", "Tags" ],
"shapeName" : "AddTagsToStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddTagsToStreamRequest",
"variableName" : "addTagsToStreamRequest",
"variableType" : "AddTagsToStreamRequest",
"documentation" : null,
"simpleType" : "AddTagsToStreamRequest",
"variableSetterType" : "AddTagsToStreamRequest"
},
"wrapper" : false
},
"AddTagsToStreamResponse" : {
"c2jName" : "AddTagsToStreamResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddTagsToStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddTagsToStreamResponse",
"variableName" : "addTagsToStreamResponse",
"variableType" : "AddTagsToStreamResponse",
"documentation" : null,
"simpleType" : "AddTagsToStreamResponse",
"variableSetterType" : "AddTagsToStreamResponse"
},
"wrapper" : false
},
"Consumer" : {
"c2jName" : "Consumer",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An object that represents the details of the consumer you registered.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getConsumerName",
"beanStyleSetterMethodName" : "setConsumerName",
"c2jName" : "ConsumerName",
"c2jShape" : "ConsumerName",
"defaultConsumerFluentSetterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)",
"deprecated" : false,
"documentation" : "The name of the consumer is something you choose when you register the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerName",
"fluentSetterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@param consumerName The name of the consumer is something you choose when you register the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerName",
"getterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@return The name of the consumer is something you choose when you register the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerName",
"setterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@param consumerName The name of the consumer is something you choose when you register the consumer.",
"setterMethodName" : "setConsumerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : "The name of the consumer is something you choose when you register the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerARN",
"beanStyleSetterMethodName" : "setConsumerARN",
"c2jName" : "ConsumerARN",
"c2jShape" : "ConsumerARN",
"defaultConsumerFluentSetterDocumentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)",
"deprecated" : false,
"documentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerARN",
"fluentSetterDocumentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerARN",
"getterDocumentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@return When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerARN",
"setterDocumentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.",
"setterMethodName" : "setConsumerARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerStatus",
"beanStyleSetterMethodName" : "setConsumerStatus",
"c2jName" : "ConsumerStatus",
"c2jShape" : "ConsumerStatus",
"defaultConsumerFluentSetterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerStatusAsString(String)}.\n@param consumerStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerStatus(String)",
"deprecated" : false,
"documentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
",
"enumType" : "ConsumerStatus",
"fluentEnumGetterMethodName" : "consumerStatus",
"fluentEnumSetterMethodName" : "consumerStatus",
"fluentGetterMethodName" : "consumerStatusAsString",
"fluentSetterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n@param consumerStatus A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsumerStatus",
"fluentSetterMethodName" : "consumerStatus",
"getterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #consumerStatus} will return {@link ConsumerStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consumerStatusAsString}.\n
\n@return A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerStatus",
"setterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n@param consumerStatus A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus",
"setterMethodName" : "setConsumerStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerStatus",
"variableType" : "String",
"documentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerCreationTimestamp",
"beanStyleSetterMethodName" : "setConsumerCreationTimestamp",
"c2jName" : "ConsumerCreationTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #consumerCreationTimestamp(Instant)}.\n@param consumerCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCreationTimestamp(Instant)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerCreationTimestamp",
"fluentSetterDocumentation" : "\n@param consumerCreationTimestamp \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerCreationTimestamp",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerCreationTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerCreationTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ConsumerCreationTimestamp",
"setterDocumentation" : "\n@param consumerCreationTimestamp ",
"setterMethodName" : "setConsumerCreationTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "consumerCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "consumerCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConsumerARN" : {
"beanStyleGetterMethodName" : "getConsumerARN",
"beanStyleSetterMethodName" : "setConsumerARN",
"c2jName" : "ConsumerARN",
"c2jShape" : "ConsumerARN",
"defaultConsumerFluentSetterDocumentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)",
"deprecated" : false,
"documentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerARN",
"fluentSetterDocumentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerARN",
"getterDocumentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@return When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerARN",
"setterDocumentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.",
"setterMethodName" : "setConsumerARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ConsumerCreationTimestamp" : {
"beanStyleGetterMethodName" : "getConsumerCreationTimestamp",
"beanStyleSetterMethodName" : "setConsumerCreationTimestamp",
"c2jName" : "ConsumerCreationTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #consumerCreationTimestamp(Instant)}.\n@param consumerCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCreationTimestamp(Instant)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerCreationTimestamp",
"fluentSetterDocumentation" : "\n@param consumerCreationTimestamp \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerCreationTimestamp",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerCreationTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerCreationTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ConsumerCreationTimestamp",
"setterDocumentation" : "\n@param consumerCreationTimestamp ",
"setterMethodName" : "setConsumerCreationTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "consumerCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "consumerCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"ConsumerName" : {
"beanStyleGetterMethodName" : "getConsumerName",
"beanStyleSetterMethodName" : "setConsumerName",
"c2jName" : "ConsumerName",
"c2jShape" : "ConsumerName",
"defaultConsumerFluentSetterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)",
"deprecated" : false,
"documentation" : "The name of the consumer is something you choose when you register the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerName",
"fluentSetterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@param consumerName The name of the consumer is something you choose when you register the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerName",
"getterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@return The name of the consumer is something you choose when you register the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerName",
"setterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@param consumerName The name of the consumer is something you choose when you register the consumer.",
"setterMethodName" : "setConsumerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : "The name of the consumer is something you choose when you register the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ConsumerStatus" : {
"beanStyleGetterMethodName" : "getConsumerStatus",
"beanStyleSetterMethodName" : "setConsumerStatus",
"c2jName" : "ConsumerStatus",
"c2jShape" : "ConsumerStatus",
"defaultConsumerFluentSetterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerStatusAsString(String)}.\n@param consumerStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerStatus(String)",
"deprecated" : false,
"documentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
",
"enumType" : "ConsumerStatus",
"fluentEnumGetterMethodName" : "consumerStatus",
"fluentEnumSetterMethodName" : "consumerStatus",
"fluentGetterMethodName" : "consumerStatusAsString",
"fluentSetterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n@param consumerStatus A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsumerStatus",
"fluentSetterMethodName" : "consumerStatus",
"getterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #consumerStatus} will return {@link ConsumerStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consumerStatusAsString}.\n
\n@return A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerStatus",
"setterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n@param consumerStatus A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus",
"setterMethodName" : "setConsumerStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerStatus",
"variableType" : "String",
"documentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConsumerName",
"beanStyleSetterMethodName" : "setConsumerName",
"c2jName" : "ConsumerName",
"c2jShape" : "ConsumerName",
"defaultConsumerFluentSetterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)",
"deprecated" : false,
"documentation" : "The name of the consumer is something you choose when you register the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerName",
"fluentSetterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@param consumerName The name of the consumer is something you choose when you register the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerName",
"getterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@return The name of the consumer is something you choose when you register the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerName",
"setterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@param consumerName The name of the consumer is something you choose when you register the consumer.",
"setterMethodName" : "setConsumerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : "The name of the consumer is something you choose when you register the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerARN",
"beanStyleSetterMethodName" : "setConsumerARN",
"c2jName" : "ConsumerARN",
"c2jShape" : "ConsumerARN",
"defaultConsumerFluentSetterDocumentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)",
"deprecated" : false,
"documentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerARN",
"fluentSetterDocumentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerARN",
"getterDocumentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@return When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerARN",
"setterDocumentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.",
"setterMethodName" : "setConsumerARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerStatus",
"beanStyleSetterMethodName" : "setConsumerStatus",
"c2jName" : "ConsumerStatus",
"c2jShape" : "ConsumerStatus",
"defaultConsumerFluentSetterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerStatusAsString(String)}.\n@param consumerStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerStatus(String)",
"deprecated" : false,
"documentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
",
"enumType" : "ConsumerStatus",
"fluentEnumGetterMethodName" : "consumerStatus",
"fluentEnumSetterMethodName" : "consumerStatus",
"fluentGetterMethodName" : "consumerStatusAsString",
"fluentSetterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n@param consumerStatus A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsumerStatus",
"fluentSetterMethodName" : "consumerStatus",
"getterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #consumerStatus} will return {@link ConsumerStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consumerStatusAsString}.\n
\n@return A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerStatus",
"setterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n@param consumerStatus A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus",
"setterMethodName" : "setConsumerStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerStatus",
"variableType" : "String",
"documentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerCreationTimestamp",
"beanStyleSetterMethodName" : "setConsumerCreationTimestamp",
"c2jName" : "ConsumerCreationTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #consumerCreationTimestamp(Instant)}.\n@param consumerCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCreationTimestamp(Instant)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerCreationTimestamp",
"fluentSetterDocumentation" : "\n@param consumerCreationTimestamp \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerCreationTimestamp",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerCreationTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerCreationTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ConsumerCreationTimestamp",
"setterDocumentation" : "\n@param consumerCreationTimestamp ",
"setterMethodName" : "setConsumerCreationTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "consumerCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "consumerCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConsumerName", "ConsumerARN", "ConsumerStatus", "ConsumerCreationTimestamp" ],
"shapeName" : "Consumer",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Consumer",
"variableName" : "consumer",
"variableType" : "Consumer",
"documentation" : null,
"simpleType" : "Consumer",
"variableSetterType" : "Consumer"
},
"wrapper" : false
},
"ConsumerDescription" : {
"c2jName" : "ConsumerDescription",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An object that represents the details of a registered consumer.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getConsumerName",
"beanStyleSetterMethodName" : "setConsumerName",
"c2jName" : "ConsumerName",
"c2jShape" : "ConsumerName",
"defaultConsumerFluentSetterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)",
"deprecated" : false,
"documentation" : "The name of the consumer is something you choose when you register the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerName",
"fluentSetterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@param consumerName The name of the consumer is something you choose when you register the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerName",
"getterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@return The name of the consumer is something you choose when you register the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerName",
"setterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@param consumerName The name of the consumer is something you choose when you register the consumer.",
"setterMethodName" : "setConsumerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : "The name of the consumer is something you choose when you register the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerARN",
"beanStyleSetterMethodName" : "setConsumerARN",
"c2jName" : "ConsumerARN",
"c2jShape" : "ConsumerARN",
"defaultConsumerFluentSetterDocumentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)",
"deprecated" : false,
"documentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerARN",
"fluentSetterDocumentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerARN",
"getterDocumentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@return When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerARN",
"setterDocumentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.",
"setterMethodName" : "setConsumerARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerStatus",
"beanStyleSetterMethodName" : "setConsumerStatus",
"c2jName" : "ConsumerStatus",
"c2jShape" : "ConsumerStatus",
"defaultConsumerFluentSetterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerStatusAsString(String)}.\n@param consumerStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerStatus(String)",
"deprecated" : false,
"documentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
",
"enumType" : "ConsumerStatus",
"fluentEnumGetterMethodName" : "consumerStatus",
"fluentEnumSetterMethodName" : "consumerStatus",
"fluentGetterMethodName" : "consumerStatusAsString",
"fluentSetterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n@param consumerStatus A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsumerStatus",
"fluentSetterMethodName" : "consumerStatus",
"getterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #consumerStatus} will return {@link ConsumerStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consumerStatusAsString}.\n
\n@return A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerStatus",
"setterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n@param consumerStatus A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus",
"setterMethodName" : "setConsumerStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerStatus",
"variableType" : "String",
"documentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerCreationTimestamp",
"beanStyleSetterMethodName" : "setConsumerCreationTimestamp",
"c2jName" : "ConsumerCreationTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #consumerCreationTimestamp(Instant)}.\n@param consumerCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCreationTimestamp(Instant)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerCreationTimestamp",
"fluentSetterDocumentation" : "\n@param consumerCreationTimestamp \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerCreationTimestamp",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerCreationTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerCreationTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ConsumerCreationTimestamp",
"setterDocumentation" : "\n@param consumerCreationTimestamp ",
"setterMethodName" : "setConsumerCreationTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "consumerCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "consumerCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "StreamARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the stream with which you registered the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)",
"deprecated" : false,
"documentation" : "The ARN of the stream with which you registered the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The ARN of the stream with which you registered the consumer.
\n@param streamARN The ARN of the stream with which you registered the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The ARN of the stream with which you registered the consumer.
\n@return The ARN of the stream with which you registered the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamARN",
"setterDocumentation" : "The ARN of the stream with which you registered the consumer.
\n@param streamARN The ARN of the stream with which you registered the consumer.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The ARN of the stream with which you registered the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConsumerARN" : {
"beanStyleGetterMethodName" : "getConsumerARN",
"beanStyleSetterMethodName" : "setConsumerARN",
"c2jName" : "ConsumerARN",
"c2jShape" : "ConsumerARN",
"defaultConsumerFluentSetterDocumentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)",
"deprecated" : false,
"documentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerARN",
"fluentSetterDocumentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerARN",
"getterDocumentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@return When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerARN",
"setterDocumentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.",
"setterMethodName" : "setConsumerARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ConsumerCreationTimestamp" : {
"beanStyleGetterMethodName" : "getConsumerCreationTimestamp",
"beanStyleSetterMethodName" : "setConsumerCreationTimestamp",
"c2jName" : "ConsumerCreationTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #consumerCreationTimestamp(Instant)}.\n@param consumerCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCreationTimestamp(Instant)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerCreationTimestamp",
"fluentSetterDocumentation" : "\n@param consumerCreationTimestamp \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerCreationTimestamp",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerCreationTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerCreationTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ConsumerCreationTimestamp",
"setterDocumentation" : "\n@param consumerCreationTimestamp ",
"setterMethodName" : "setConsumerCreationTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "consumerCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "consumerCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"ConsumerName" : {
"beanStyleGetterMethodName" : "getConsumerName",
"beanStyleSetterMethodName" : "setConsumerName",
"c2jName" : "ConsumerName",
"c2jShape" : "ConsumerName",
"defaultConsumerFluentSetterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)",
"deprecated" : false,
"documentation" : "The name of the consumer is something you choose when you register the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerName",
"fluentSetterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@param consumerName The name of the consumer is something you choose when you register the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerName",
"getterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@return The name of the consumer is something you choose when you register the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerName",
"setterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@param consumerName The name of the consumer is something you choose when you register the consumer.",
"setterMethodName" : "setConsumerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : "The name of the consumer is something you choose when you register the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ConsumerStatus" : {
"beanStyleGetterMethodName" : "getConsumerStatus",
"beanStyleSetterMethodName" : "setConsumerStatus",
"c2jName" : "ConsumerStatus",
"c2jShape" : "ConsumerStatus",
"defaultConsumerFluentSetterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerStatusAsString(String)}.\n@param consumerStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerStatus(String)",
"deprecated" : false,
"documentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
",
"enumType" : "ConsumerStatus",
"fluentEnumGetterMethodName" : "consumerStatus",
"fluentEnumSetterMethodName" : "consumerStatus",
"fluentGetterMethodName" : "consumerStatusAsString",
"fluentSetterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n@param consumerStatus A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsumerStatus",
"fluentSetterMethodName" : "consumerStatus",
"getterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #consumerStatus} will return {@link ConsumerStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consumerStatusAsString}.\n
\n@return A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerStatus",
"setterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n@param consumerStatus A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus",
"setterMethodName" : "setConsumerStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerStatus",
"variableType" : "String",
"documentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamARN" : {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "StreamARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the stream with which you registered the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)",
"deprecated" : false,
"documentation" : "The ARN of the stream with which you registered the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The ARN of the stream with which you registered the consumer.
\n@param streamARN The ARN of the stream with which you registered the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The ARN of the stream with which you registered the consumer.
\n@return The ARN of the stream with which you registered the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamARN",
"setterDocumentation" : "The ARN of the stream with which you registered the consumer.
\n@param streamARN The ARN of the stream with which you registered the consumer.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The ARN of the stream with which you registered the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConsumerName",
"beanStyleSetterMethodName" : "setConsumerName",
"c2jName" : "ConsumerName",
"c2jShape" : "ConsumerName",
"defaultConsumerFluentSetterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)",
"deprecated" : false,
"documentation" : "The name of the consumer is something you choose when you register the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerName",
"fluentSetterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@param consumerName The name of the consumer is something you choose when you register the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerName",
"getterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@return The name of the consumer is something you choose when you register the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerName",
"setterDocumentation" : "The name of the consumer is something you choose when you register the consumer.
\n@param consumerName The name of the consumer is something you choose when you register the consumer.",
"setterMethodName" : "setConsumerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : "The name of the consumer is something you choose when you register the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerARN",
"beanStyleSetterMethodName" : "setConsumerARN",
"c2jName" : "ConsumerARN",
"c2jShape" : "ConsumerARN",
"defaultConsumerFluentSetterDocumentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)",
"deprecated" : false,
"documentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerARN",
"fluentSetterDocumentation" : "When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerARN",
"getterDocumentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@return When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerARN",
"setterDocumentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
\n@param consumerARN When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard. If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.",
"setterMethodName" : "setConsumerARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : "
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
If you delete a consumer and then create a new one with the same name, it won't have the same ARN. That's because consumer ARNs contain the creation timestamp. This is important to keep in mind if you have IAM policies that reference consumer ARNs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerStatus",
"beanStyleSetterMethodName" : "setConsumerStatus",
"c2jName" : "ConsumerStatus",
"c2jShape" : "ConsumerStatus",
"defaultConsumerFluentSetterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerStatusAsString(String)}.\n@param consumerStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerStatus(String)",
"deprecated" : false,
"documentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
",
"enumType" : "ConsumerStatus",
"fluentEnumGetterMethodName" : "consumerStatus",
"fluentEnumSetterMethodName" : "consumerStatus",
"fluentGetterMethodName" : "consumerStatusAsString",
"fluentSetterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n@param consumerStatus A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConsumerStatus",
"fluentSetterMethodName" : "consumerStatus",
"getterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #consumerStatus} will return {@link ConsumerStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #consumerStatusAsString}.\n
\n@return A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerStatus",
"setterDocumentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
\n@param consumerStatus A consumer can't read data while in the CREATING
or DELETING
states.\n@see ConsumerStatus",
"setterMethodName" : "setConsumerStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerStatus",
"variableType" : "String",
"documentation" : "A consumer can't read data while in the CREATING
or DELETING
states.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerCreationTimestamp",
"beanStyleSetterMethodName" : "setConsumerCreationTimestamp",
"c2jName" : "ConsumerCreationTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #consumerCreationTimestamp(Instant)}.\n@param consumerCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerCreationTimestamp(Instant)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerCreationTimestamp",
"fluentSetterDocumentation" : "\n@param consumerCreationTimestamp \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerCreationTimestamp",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerCreationTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerCreationTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ConsumerCreationTimestamp",
"setterDocumentation" : "\n@param consumerCreationTimestamp ",
"setterMethodName" : "setConsumerCreationTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "consumerCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "consumerCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "StreamARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the stream with which you registered the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)",
"deprecated" : false,
"documentation" : "The ARN of the stream with which you registered the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The ARN of the stream with which you registered the consumer.
\n@param streamARN The ARN of the stream with which you registered the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The ARN of the stream with which you registered the consumer.
\n@return The ARN of the stream with which you registered the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamARN",
"setterDocumentation" : "The ARN of the stream with which you registered the consumer.
\n@param streamARN The ARN of the stream with which you registered the consumer.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The ARN of the stream with which you registered the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConsumerName", "ConsumerARN", "ConsumerStatus", "ConsumerCreationTimestamp", "StreamARN" ],
"shapeName" : "ConsumerDescription",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConsumerDescription",
"variableName" : "consumerDescription",
"variableType" : "ConsumerDescription",
"documentation" : null,
"simpleType" : "ConsumerDescription",
"variableSetterType" : "ConsumerDescription"
},
"wrapper" : false
},
"ConsumerStatus" : {
"c2jName" : "ConsumerStatus",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "CREATING",
"value" : "CREATING"
}, {
"name" : "DELETING",
"value" : "DELETING"
}, {
"name" : "ACTIVE",
"value" : "ACTIVE"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConsumerStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConsumerStatus",
"variableName" : "consumerStatus",
"variableType" : "ConsumerStatus",
"documentation" : null,
"simpleType" : "ConsumerStatus",
"variableSetterType" : "ConsumerStatus"
},
"wrapper" : false
},
"CreateStreamRequest" : {
"c2jName" : "CreateStreamInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input for CreateStream
.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateStream",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.CreateStream",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
\n@param streamName A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
\n@return A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
\n@param streamName A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getShardCount",
"beanStyleSetterMethodName" : "setShardCount",
"c2jName" : "ShardCount",
"c2jShape" : "PositiveIntegerObject",
"defaultConsumerFluentSetterDocumentation" : "The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #shardCount(Integer)}.\n@param shardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardCount(Integer)",
"deprecated" : false,
"documentation" : "The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardCount",
"fluentSetterDocumentation" : "The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
\n@param shardCount The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput. DefaultShardLimit;\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardCount",
"getterDocumentation" : "
The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
\n@return The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput. DefaultShardLimit;",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "ShardCount",
"setterDocumentation" : "
The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
\n@param shardCount The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput. DefaultShardLimit;",
"setterMethodName" : "setShardCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "shardCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "shardCount",
"variableType" : "Integer",
"documentation" : "
The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ShardCount" : {
"beanStyleGetterMethodName" : "getShardCount",
"beanStyleSetterMethodName" : "setShardCount",
"c2jName" : "ShardCount",
"c2jShape" : "PositiveIntegerObject",
"defaultConsumerFluentSetterDocumentation" : "The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #shardCount(Integer)}.\n@param shardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardCount(Integer)",
"deprecated" : false,
"documentation" : "The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardCount",
"fluentSetterDocumentation" : "The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
\n@param shardCount The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput. DefaultShardLimit;\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardCount",
"getterDocumentation" : "
The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
\n@return The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput. DefaultShardLimit;",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "ShardCount",
"setterDocumentation" : "
The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
\n@param shardCount The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput. DefaultShardLimit;",
"setterMethodName" : "setShardCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "shardCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "shardCount",
"variableType" : "Integer",
"documentation" : "
The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
\n@param streamName A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
\n@return A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
\n@param streamName A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
\n@param streamName A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
\n@return A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
\n@param streamName A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getShardCount",
"beanStyleSetterMethodName" : "setShardCount",
"c2jName" : "ShardCount",
"c2jShape" : "PositiveIntegerObject",
"defaultConsumerFluentSetterDocumentation" : "The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #shardCount(Integer)}.\n@param shardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardCount(Integer)",
"deprecated" : false,
"documentation" : "The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardCount",
"fluentSetterDocumentation" : "The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
\n@param shardCount The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput. DefaultShardLimit;\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardCount",
"getterDocumentation" : "
The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
\n@return The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput. DefaultShardLimit;",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "ShardCount",
"setterDocumentation" : "
The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
\n@param shardCount The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput. DefaultShardLimit;",
"setterMethodName" : "setShardCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "shardCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "shardCount",
"variableType" : "Integer",
"documentation" : "
The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
DefaultShardLimit;
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamName", "ShardCount" ],
"shapeName" : "CreateStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateStreamRequest",
"variableName" : "createStreamRequest",
"variableType" : "CreateStreamRequest",
"documentation" : null,
"simpleType" : "CreateStreamRequest",
"variableSetterType" : "CreateStreamRequest"
},
"wrapper" : false
},
"CreateStreamResponse" : {
"c2jName" : "CreateStreamResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateStreamResponse",
"variableName" : "createStreamResponse",
"variableType" : "CreateStreamResponse",
"documentation" : null,
"simpleType" : "CreateStreamResponse",
"variableSetterType" : "CreateStreamResponse"
},
"wrapper" : false
},
"DecreaseStreamRetentionPeriodRequest" : {
"c2jName" : "DecreaseStreamRetentionPeriodInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input for DecreaseStreamRetentionPeriod.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DecreaseStreamRetentionPeriod",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.DecreaseStreamRetentionPeriod",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to modify.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to modify.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to modify.
\n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to modify.
\n@return The name of the stream to modify.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to modify.
\n@param streamName The name of the stream to modify.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to modify.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRetentionPeriodHours",
"beanStyleSetterMethodName" : "setRetentionPeriodHours",
"c2jName" : "RetentionPeriodHours",
"c2jShape" : "RetentionPeriodHours",
"defaultConsumerFluentSetterDocumentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)",
"deprecated" : false,
"documentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriodHours",
"fluentSetterDocumentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be less than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriodHours",
"getterDocumentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
\n@return The new retention period of the stream, in hours. Must be less than the current retention period.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RetentionPeriodHours",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RetentionPeriodHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "RetentionPeriodHours",
"setterDocumentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be less than the current retention period.",
"setterMethodName" : "setRetentionPeriodHours",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "retentionPeriodHours",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "retentionPeriodHours",
"variableType" : "Integer",
"documentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RetentionPeriodHours" : {
"beanStyleGetterMethodName" : "getRetentionPeriodHours",
"beanStyleSetterMethodName" : "setRetentionPeriodHours",
"c2jName" : "RetentionPeriodHours",
"c2jShape" : "RetentionPeriodHours",
"defaultConsumerFluentSetterDocumentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)",
"deprecated" : false,
"documentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriodHours",
"fluentSetterDocumentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be less than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriodHours",
"getterDocumentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
\n@return The new retention period of the stream, in hours. Must be less than the current retention period.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RetentionPeriodHours",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RetentionPeriodHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "RetentionPeriodHours",
"setterDocumentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be less than the current retention period.",
"setterMethodName" : "setRetentionPeriodHours",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "retentionPeriodHours",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "retentionPeriodHours",
"variableType" : "Integer",
"documentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to modify.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to modify.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to modify.
\n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to modify.
\n@return The name of the stream to modify.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to modify.
\n@param streamName The name of the stream to modify.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to modify.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to modify.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to modify.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to modify.
\n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to modify.
\n@return The name of the stream to modify.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to modify.
\n@param streamName The name of the stream to modify.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to modify.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRetentionPeriodHours",
"beanStyleSetterMethodName" : "setRetentionPeriodHours",
"c2jName" : "RetentionPeriodHours",
"c2jShape" : "RetentionPeriodHours",
"defaultConsumerFluentSetterDocumentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)",
"deprecated" : false,
"documentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriodHours",
"fluentSetterDocumentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be less than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriodHours",
"getterDocumentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
\n@return The new retention period of the stream, in hours. Must be less than the current retention period.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RetentionPeriodHours",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RetentionPeriodHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "RetentionPeriodHours",
"setterDocumentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be less than the current retention period.",
"setterMethodName" : "setRetentionPeriodHours",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "retentionPeriodHours",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "retentionPeriodHours",
"variableType" : "Integer",
"documentation" : "The new retention period of the stream, in hours. Must be less than the current retention period.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamName", "RetentionPeriodHours" ],
"shapeName" : "DecreaseStreamRetentionPeriodRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DecreaseStreamRetentionPeriodRequest",
"variableName" : "decreaseStreamRetentionPeriodRequest",
"variableType" : "DecreaseStreamRetentionPeriodRequest",
"documentation" : null,
"simpleType" : "DecreaseStreamRetentionPeriodRequest",
"variableSetterType" : "DecreaseStreamRetentionPeriodRequest"
},
"wrapper" : false
},
"DecreaseStreamRetentionPeriodResponse" : {
"c2jName" : "DecreaseStreamRetentionPeriodResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DecreaseStreamRetentionPeriodResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DecreaseStreamRetentionPeriodResponse",
"variableName" : "decreaseStreamRetentionPeriodResponse",
"variableType" : "DecreaseStreamRetentionPeriodResponse",
"documentation" : null,
"simpleType" : "DecreaseStreamRetentionPeriodResponse",
"variableSetterType" : "DecreaseStreamRetentionPeriodResponse"
},
"wrapper" : false
},
"DeleteStreamRequest" : {
"c2jName" : "DeleteStreamInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input for DeleteStream.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteStream",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.DeleteStream",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to delete.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to delete.
\n@param streamName The name of the stream to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to delete.
\n@return The name of the stream to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to delete.
\n@param streamName The name of the stream to delete.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnforceConsumerDeletion",
"beanStyleSetterMethodName" : "setEnforceConsumerDeletion",
"c2jName" : "EnforceConsumerDeletion",
"c2jShape" : "BooleanObject",
"defaultConsumerFluentSetterDocumentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enforceConsumerDeletion(Boolean)}.\n@param enforceConsumerDeletion a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enforceConsumerDeletion(Boolean)",
"deprecated" : false,
"documentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enforceConsumerDeletion",
"fluentSetterDocumentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
\n@param enforceConsumerDeletion If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enforceConsumerDeletion",
"getterDocumentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
\n@return If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EnforceConsumerDeletion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EnforceConsumerDeletion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "EnforceConsumerDeletion",
"setterDocumentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
\n@param enforceConsumerDeletion If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.",
"setterMethodName" : "setEnforceConsumerDeletion",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enforceConsumerDeletion",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enforceConsumerDeletion",
"variableType" : "Boolean",
"documentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EnforceConsumerDeletion" : {
"beanStyleGetterMethodName" : "getEnforceConsumerDeletion",
"beanStyleSetterMethodName" : "setEnforceConsumerDeletion",
"c2jName" : "EnforceConsumerDeletion",
"c2jShape" : "BooleanObject",
"defaultConsumerFluentSetterDocumentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enforceConsumerDeletion(Boolean)}.\n@param enforceConsumerDeletion a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enforceConsumerDeletion(Boolean)",
"deprecated" : false,
"documentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enforceConsumerDeletion",
"fluentSetterDocumentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
\n@param enforceConsumerDeletion If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enforceConsumerDeletion",
"getterDocumentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
\n@return If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EnforceConsumerDeletion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EnforceConsumerDeletion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "EnforceConsumerDeletion",
"setterDocumentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
\n@param enforceConsumerDeletion If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.",
"setterMethodName" : "setEnforceConsumerDeletion",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enforceConsumerDeletion",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enforceConsumerDeletion",
"variableType" : "Boolean",
"documentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to delete.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to delete.
\n@param streamName The name of the stream to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to delete.
\n@return The name of the stream to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to delete.
\n@param streamName The name of the stream to delete.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to delete.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to delete.
\n@param streamName The name of the stream to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to delete.
\n@return The name of the stream to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to delete.
\n@param streamName The name of the stream to delete.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnforceConsumerDeletion",
"beanStyleSetterMethodName" : "setEnforceConsumerDeletion",
"c2jName" : "EnforceConsumerDeletion",
"c2jShape" : "BooleanObject",
"defaultConsumerFluentSetterDocumentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enforceConsumerDeletion(Boolean)}.\n@param enforceConsumerDeletion a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enforceConsumerDeletion(Boolean)",
"deprecated" : false,
"documentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enforceConsumerDeletion",
"fluentSetterDocumentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
\n@param enforceConsumerDeletion If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enforceConsumerDeletion",
"getterDocumentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
\n@return If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EnforceConsumerDeletion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EnforceConsumerDeletion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "EnforceConsumerDeletion",
"setterDocumentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
\n@param enforceConsumerDeletion If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.",
"setterMethodName" : "setEnforceConsumerDeletion",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enforceConsumerDeletion",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enforceConsumerDeletion",
"variableType" : "Boolean",
"documentation" : "If this parameter is unset (null
) or if you set it to false
, and the stream has registered consumers, the call to DeleteStream
fails with a ResourceInUseException
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamName" ],
"shapeName" : "DeleteStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteStreamRequest",
"variableName" : "deleteStreamRequest",
"variableType" : "DeleteStreamRequest",
"documentation" : null,
"simpleType" : "DeleteStreamRequest",
"variableSetterType" : "DeleteStreamRequest"
},
"wrapper" : false
},
"DeleteStreamResponse" : {
"c2jName" : "DeleteStreamResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteStreamResponse",
"variableName" : "deleteStreamResponse",
"variableType" : "DeleteStreamResponse",
"documentation" : null,
"simpleType" : "DeleteStreamResponse",
"variableSetterType" : "DeleteStreamResponse"
},
"wrapper" : false
},
"DeregisterStreamConsumerRequest" : {
"c2jName" : "DeregisterStreamConsumerInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeregisterStreamConsumer",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.DeregisterStreamConsumer",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "StreamARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)",
"deprecated" : false,
"documentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@return The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamARN",
"setterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerName",
"beanStyleSetterMethodName" : "setConsumerName",
"c2jName" : "ConsumerName",
"c2jShape" : "ConsumerName",
"defaultConsumerFluentSetterDocumentation" : "The name that you gave to the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)",
"deprecated" : false,
"documentation" : "The name that you gave to the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerName",
"fluentSetterDocumentation" : "The name that you gave to the consumer.
\n@param consumerName The name that you gave to the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerName",
"getterDocumentation" : "The name that you gave to the consumer.
\n@return The name that you gave to the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerName",
"setterDocumentation" : "The name that you gave to the consumer.
\n@param consumerName The name that you gave to the consumer.",
"setterMethodName" : "setConsumerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : "The name that you gave to the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerARN",
"beanStyleSetterMethodName" : "setConsumerARN",
"c2jName" : "ConsumerARN",
"c2jShape" : "ConsumerARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)",
"deprecated" : false,
"documentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerARN",
"fluentSetterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerARN",
"getterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
\n@return The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerARN",
"setterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.",
"setterMethodName" : "setConsumerARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConsumerARN" : {
"beanStyleGetterMethodName" : "getConsumerARN",
"beanStyleSetterMethodName" : "setConsumerARN",
"c2jName" : "ConsumerARN",
"c2jShape" : "ConsumerARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)",
"deprecated" : false,
"documentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerARN",
"fluentSetterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerARN",
"getterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
\n@return The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerARN",
"setterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.",
"setterMethodName" : "setConsumerARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ConsumerName" : {
"beanStyleGetterMethodName" : "getConsumerName",
"beanStyleSetterMethodName" : "setConsumerName",
"c2jName" : "ConsumerName",
"c2jShape" : "ConsumerName",
"defaultConsumerFluentSetterDocumentation" : "The name that you gave to the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)",
"deprecated" : false,
"documentation" : "The name that you gave to the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerName",
"fluentSetterDocumentation" : "The name that you gave to the consumer.
\n@param consumerName The name that you gave to the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerName",
"getterDocumentation" : "The name that you gave to the consumer.
\n@return The name that you gave to the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerName",
"setterDocumentation" : "The name that you gave to the consumer.
\n@param consumerName The name that you gave to the consumer.",
"setterMethodName" : "setConsumerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : "The name that you gave to the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamARN" : {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "StreamARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)",
"deprecated" : false,
"documentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@return The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamARN",
"setterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "StreamARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)",
"deprecated" : false,
"documentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@return The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamARN",
"setterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerName",
"beanStyleSetterMethodName" : "setConsumerName",
"c2jName" : "ConsumerName",
"c2jShape" : "ConsumerName",
"defaultConsumerFluentSetterDocumentation" : "The name that you gave to the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)",
"deprecated" : false,
"documentation" : "The name that you gave to the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerName",
"fluentSetterDocumentation" : "The name that you gave to the consumer.
\n@param consumerName The name that you gave to the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerName",
"getterDocumentation" : "The name that you gave to the consumer.
\n@return The name that you gave to the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerName",
"setterDocumentation" : "The name that you gave to the consumer.
\n@param consumerName The name that you gave to the consumer.",
"setterMethodName" : "setConsumerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : "The name that you gave to the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerARN",
"beanStyleSetterMethodName" : "setConsumerARN",
"c2jName" : "ConsumerARN",
"c2jShape" : "ConsumerARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)",
"deprecated" : false,
"documentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerARN",
"fluentSetterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerARN",
"getterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
\n@return The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerARN",
"setterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.",
"setterMethodName" : "setConsumerARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeregisterStreamConsumerRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeregisterStreamConsumerRequest",
"variableName" : "deregisterStreamConsumerRequest",
"variableType" : "DeregisterStreamConsumerRequest",
"documentation" : null,
"simpleType" : "DeregisterStreamConsumerRequest",
"variableSetterType" : "DeregisterStreamConsumerRequest"
},
"wrapper" : false
},
"DeregisterStreamConsumerResponse" : {
"c2jName" : "DeregisterStreamConsumerResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeregisterStreamConsumerResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeregisterStreamConsumerResponse",
"variableName" : "deregisterStreamConsumerResponse",
"variableType" : "DeregisterStreamConsumerResponse",
"documentation" : null,
"simpleType" : "DeregisterStreamConsumerResponse",
"variableSetterType" : "DeregisterStreamConsumerResponse"
},
"wrapper" : false
},
"DescribeLimitsRequest" : {
"c2jName" : "DescribeLimitsInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeLimits",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.DescribeLimits",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeLimitsRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeLimitsRequest",
"variableName" : "describeLimitsRequest",
"variableType" : "DescribeLimitsRequest",
"documentation" : null,
"simpleType" : "DescribeLimitsRequest",
"variableSetterType" : "DescribeLimitsRequest"
},
"wrapper" : false
},
"DescribeLimitsResponse" : {
"c2jName" : "DescribeLimitsOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getShardLimit",
"beanStyleSetterMethodName" : "setShardLimit",
"c2jName" : "ShardLimit",
"c2jShape" : "ShardCountObject",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of shards.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #shardLimit(Integer)}.\n@param shardLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLimit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of shards.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardLimit",
"fluentSetterDocumentation" : "The maximum number of shards.
\n@param shardLimit The maximum number of shards.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLimit",
"getterDocumentation" : "The maximum number of shards.
\n@return The maximum number of shards.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardLimit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardLimit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "ShardLimit",
"setterDocumentation" : "The maximum number of shards.
\n@param shardLimit The maximum number of shards.",
"setterMethodName" : "setShardLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "shardLimit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "shardLimit",
"variableType" : "Integer",
"documentation" : "The maximum number of shards.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOpenShardCount",
"beanStyleSetterMethodName" : "setOpenShardCount",
"c2jName" : "OpenShardCount",
"c2jShape" : "ShardCountObject",
"defaultConsumerFluentSetterDocumentation" : "The number of open shards.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #openShardCount(Integer)}.\n@param openShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #openShardCount(Integer)",
"deprecated" : false,
"documentation" : "The number of open shards.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "openShardCount",
"fluentSetterDocumentation" : "The number of open shards.
\n@param openShardCount The number of open shards.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "openShardCount",
"getterDocumentation" : "The number of open shards.
\n@return The number of open shards.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OpenShardCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OpenShardCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "OpenShardCount",
"setterDocumentation" : "The number of open shards.
\n@param openShardCount The number of open shards.",
"setterMethodName" : "setOpenShardCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "openShardCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "openShardCount",
"variableType" : "Integer",
"documentation" : "The number of open shards.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OpenShardCount" : {
"beanStyleGetterMethodName" : "getOpenShardCount",
"beanStyleSetterMethodName" : "setOpenShardCount",
"c2jName" : "OpenShardCount",
"c2jShape" : "ShardCountObject",
"defaultConsumerFluentSetterDocumentation" : "The number of open shards.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #openShardCount(Integer)}.\n@param openShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #openShardCount(Integer)",
"deprecated" : false,
"documentation" : "The number of open shards.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "openShardCount",
"fluentSetterDocumentation" : "The number of open shards.
\n@param openShardCount The number of open shards.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "openShardCount",
"getterDocumentation" : "The number of open shards.
\n@return The number of open shards.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OpenShardCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OpenShardCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "OpenShardCount",
"setterDocumentation" : "The number of open shards.
\n@param openShardCount The number of open shards.",
"setterMethodName" : "setOpenShardCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "openShardCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "openShardCount",
"variableType" : "Integer",
"documentation" : "The number of open shards.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"ShardLimit" : {
"beanStyleGetterMethodName" : "getShardLimit",
"beanStyleSetterMethodName" : "setShardLimit",
"c2jName" : "ShardLimit",
"c2jShape" : "ShardCountObject",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of shards.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #shardLimit(Integer)}.\n@param shardLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLimit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of shards.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardLimit",
"fluentSetterDocumentation" : "The maximum number of shards.
\n@param shardLimit The maximum number of shards.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLimit",
"getterDocumentation" : "The maximum number of shards.
\n@return The maximum number of shards.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardLimit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardLimit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "ShardLimit",
"setterDocumentation" : "The maximum number of shards.
\n@param shardLimit The maximum number of shards.",
"setterMethodName" : "setShardLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "shardLimit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "shardLimit",
"variableType" : "Integer",
"documentation" : "The maximum number of shards.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getShardLimit",
"beanStyleSetterMethodName" : "setShardLimit",
"c2jName" : "ShardLimit",
"c2jShape" : "ShardCountObject",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of shards.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #shardLimit(Integer)}.\n@param shardLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLimit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of shards.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardLimit",
"fluentSetterDocumentation" : "The maximum number of shards.
\n@param shardLimit The maximum number of shards.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLimit",
"getterDocumentation" : "The maximum number of shards.
\n@return The maximum number of shards.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardLimit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardLimit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "ShardLimit",
"setterDocumentation" : "The maximum number of shards.
\n@param shardLimit The maximum number of shards.",
"setterMethodName" : "setShardLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "shardLimit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "shardLimit",
"variableType" : "Integer",
"documentation" : "The maximum number of shards.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOpenShardCount",
"beanStyleSetterMethodName" : "setOpenShardCount",
"c2jName" : "OpenShardCount",
"c2jShape" : "ShardCountObject",
"defaultConsumerFluentSetterDocumentation" : "The number of open shards.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #openShardCount(Integer)}.\n@param openShardCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #openShardCount(Integer)",
"deprecated" : false,
"documentation" : "The number of open shards.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "openShardCount",
"fluentSetterDocumentation" : "The number of open shards.
\n@param openShardCount The number of open shards.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "openShardCount",
"getterDocumentation" : "The number of open shards.
\n@return The number of open shards.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OpenShardCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OpenShardCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "OpenShardCount",
"setterDocumentation" : "The number of open shards.
\n@param openShardCount The number of open shards.",
"setterMethodName" : "setOpenShardCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "openShardCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "openShardCount",
"variableType" : "Integer",
"documentation" : "The number of open shards.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ShardLimit", "OpenShardCount" ],
"shapeName" : "DescribeLimitsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeLimitsResponse",
"variableName" : "describeLimitsResponse",
"variableType" : "DescribeLimitsResponse",
"documentation" : null,
"simpleType" : "DescribeLimitsResponse",
"variableSetterType" : "DescribeLimitsResponse"
},
"wrapper" : false
},
"DescribeStreamConsumerRequest" : {
"c2jName" : "DescribeStreamConsumerInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeStreamConsumer",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.DescribeStreamConsumer",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "StreamARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)",
"deprecated" : false,
"documentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@return The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamARN",
"setterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerName",
"beanStyleSetterMethodName" : "setConsumerName",
"c2jName" : "ConsumerName",
"c2jShape" : "ConsumerName",
"defaultConsumerFluentSetterDocumentation" : "The name that you gave to the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)",
"deprecated" : false,
"documentation" : "The name that you gave to the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerName",
"fluentSetterDocumentation" : "The name that you gave to the consumer.
\n@param consumerName The name that you gave to the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerName",
"getterDocumentation" : "The name that you gave to the consumer.
\n@return The name that you gave to the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerName",
"setterDocumentation" : "The name that you gave to the consumer.
\n@param consumerName The name that you gave to the consumer.",
"setterMethodName" : "setConsumerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : "The name that you gave to the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerARN",
"beanStyleSetterMethodName" : "setConsumerARN",
"c2jName" : "ConsumerARN",
"c2jShape" : "ConsumerARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)",
"deprecated" : false,
"documentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerARN",
"fluentSetterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerARN",
"getterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
\n@return The ARN returned by Kinesis Data Streams when you registered the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerARN",
"setterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer.",
"setterMethodName" : "setConsumerARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConsumerARN" : {
"beanStyleGetterMethodName" : "getConsumerARN",
"beanStyleSetterMethodName" : "setConsumerARN",
"c2jName" : "ConsumerARN",
"c2jShape" : "ConsumerARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)",
"deprecated" : false,
"documentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerARN",
"fluentSetterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerARN",
"getterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
\n@return The ARN returned by Kinesis Data Streams when you registered the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerARN",
"setterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer.",
"setterMethodName" : "setConsumerARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ConsumerName" : {
"beanStyleGetterMethodName" : "getConsumerName",
"beanStyleSetterMethodName" : "setConsumerName",
"c2jName" : "ConsumerName",
"c2jShape" : "ConsumerName",
"defaultConsumerFluentSetterDocumentation" : "The name that you gave to the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)",
"deprecated" : false,
"documentation" : "The name that you gave to the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerName",
"fluentSetterDocumentation" : "The name that you gave to the consumer.
\n@param consumerName The name that you gave to the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerName",
"getterDocumentation" : "The name that you gave to the consumer.
\n@return The name that you gave to the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerName",
"setterDocumentation" : "The name that you gave to the consumer.
\n@param consumerName The name that you gave to the consumer.",
"setterMethodName" : "setConsumerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : "The name that you gave to the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamARN" : {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "StreamARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)",
"deprecated" : false,
"documentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@return The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamARN",
"setterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "StreamARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)",
"deprecated" : false,
"documentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@return The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamARN",
"setterDocumentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerName",
"beanStyleSetterMethodName" : "setConsumerName",
"c2jName" : "ConsumerName",
"c2jShape" : "ConsumerName",
"defaultConsumerFluentSetterDocumentation" : "The name that you gave to the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerName(String)}.\n@param consumerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerName(String)",
"deprecated" : false,
"documentation" : "The name that you gave to the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerName",
"fluentSetterDocumentation" : "The name that you gave to the consumer.
\n@param consumerName The name that you gave to the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerName",
"getterDocumentation" : "The name that you gave to the consumer.
\n@return The name that you gave to the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerName",
"setterDocumentation" : "The name that you gave to the consumer.
\n@param consumerName The name that you gave to the consumer.",
"setterMethodName" : "setConsumerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerName",
"variableType" : "String",
"documentation" : "The name that you gave to the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConsumerARN",
"beanStyleSetterMethodName" : "setConsumerARN",
"c2jName" : "ConsumerARN",
"c2jShape" : "ConsumerARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consumerARN(String)}.\n@param consumerARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerARN(String)",
"deprecated" : false,
"documentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerARN",
"fluentSetterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerARN",
"getterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
\n@return The ARN returned by Kinesis Data Streams when you registered the consumer.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConsumerARN",
"setterDocumentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
\n@param consumerARN The ARN returned by Kinesis Data Streams when you registered the consumer.",
"setterMethodName" : "setConsumerARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consumerARN",
"variableType" : "String",
"documentation" : "The ARN returned by Kinesis Data Streams when you registered the consumer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeStreamConsumerRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeStreamConsumerRequest",
"variableName" : "describeStreamConsumerRequest",
"variableType" : "DescribeStreamConsumerRequest",
"documentation" : null,
"simpleType" : "DescribeStreamConsumerRequest",
"variableSetterType" : "DescribeStreamConsumerRequest"
},
"wrapper" : false
},
"DescribeStreamConsumerResponse" : {
"c2jName" : "DescribeStreamConsumerOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getConsumerDescription",
"beanStyleSetterMethodName" : "setConsumerDescription",
"c2jName" : "ConsumerDescription",
"c2jShape" : "ConsumerDescription",
"defaultConsumerFluentSetterDocumentation" : "An object that represents the details of the consumer.
\nThis is a convenience that creates an instance of the {@link ConsumerDescription.Builder} avoiding the need to create one manually via {@link ConsumerDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConsumerDescription.Builder#build()} is called immediately and its result is passed to {@link #consumerDescription(ConsumerDescription)}.\n@param consumerDescription a consumer that will call methods on {@link ConsumerDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerDescription(ConsumerDescription)",
"deprecated" : false,
"documentation" : "An object that represents the details of the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerDescription",
"fluentSetterDocumentation" : "An object that represents the details of the consumer.
\n@param consumerDescription An object that represents the details of the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerDescription",
"getterDocumentation" : "An object that represents the details of the consumer.
\n@return An object that represents the details of the consumer.",
"getterModel" : {
"returnType" : "ConsumerDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ConsumerDescription",
"setterDocumentation" : "An object that represents the details of the consumer.
\n@param consumerDescription An object that represents the details of the consumer.",
"setterMethodName" : "setConsumerDescription",
"setterModel" : {
"variableDeclarationType" : "ConsumerDescription",
"variableName" : "consumerDescription",
"variableType" : "ConsumerDescription",
"documentation" : null,
"simpleType" : "ConsumerDescription",
"variableSetterType" : "ConsumerDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ConsumerDescription",
"variableName" : "consumerDescription",
"variableType" : "ConsumerDescription",
"documentation" : "An object that represents the details of the consumer.
",
"simpleType" : "ConsumerDescription",
"variableSetterType" : "ConsumerDescription"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConsumerDescription" : {
"beanStyleGetterMethodName" : "getConsumerDescription",
"beanStyleSetterMethodName" : "setConsumerDescription",
"c2jName" : "ConsumerDescription",
"c2jShape" : "ConsumerDescription",
"defaultConsumerFluentSetterDocumentation" : "An object that represents the details of the consumer.
\nThis is a convenience that creates an instance of the {@link ConsumerDescription.Builder} avoiding the need to create one manually via {@link ConsumerDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConsumerDescription.Builder#build()} is called immediately and its result is passed to {@link #consumerDescription(ConsumerDescription)}.\n@param consumerDescription a consumer that will call methods on {@link ConsumerDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerDescription(ConsumerDescription)",
"deprecated" : false,
"documentation" : "An object that represents the details of the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerDescription",
"fluentSetterDocumentation" : "An object that represents the details of the consumer.
\n@param consumerDescription An object that represents the details of the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerDescription",
"getterDocumentation" : "An object that represents the details of the consumer.
\n@return An object that represents the details of the consumer.",
"getterModel" : {
"returnType" : "ConsumerDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ConsumerDescription",
"setterDocumentation" : "An object that represents the details of the consumer.
\n@param consumerDescription An object that represents the details of the consumer.",
"setterMethodName" : "setConsumerDescription",
"setterModel" : {
"variableDeclarationType" : "ConsumerDescription",
"variableName" : "consumerDescription",
"variableType" : "ConsumerDescription",
"documentation" : null,
"simpleType" : "ConsumerDescription",
"variableSetterType" : "ConsumerDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ConsumerDescription",
"variableName" : "consumerDescription",
"variableType" : "ConsumerDescription",
"documentation" : "An object that represents the details of the consumer.
",
"simpleType" : "ConsumerDescription",
"variableSetterType" : "ConsumerDescription"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConsumerDescription",
"beanStyleSetterMethodName" : "setConsumerDescription",
"c2jName" : "ConsumerDescription",
"c2jShape" : "ConsumerDescription",
"defaultConsumerFluentSetterDocumentation" : "An object that represents the details of the consumer.
\nThis is a convenience that creates an instance of the {@link ConsumerDescription.Builder} avoiding the need to create one manually via {@link ConsumerDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConsumerDescription.Builder#build()} is called immediately and its result is passed to {@link #consumerDescription(ConsumerDescription)}.\n@param consumerDescription a consumer that will call methods on {@link ConsumerDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumerDescription(ConsumerDescription)",
"deprecated" : false,
"documentation" : "An object that represents the details of the consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumerDescription",
"fluentSetterDocumentation" : "An object that represents the details of the consumer.
\n@param consumerDescription An object that represents the details of the consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumerDescription",
"getterDocumentation" : "An object that represents the details of the consumer.
\n@return An object that represents the details of the consumer.",
"getterModel" : {
"returnType" : "ConsumerDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConsumerDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConsumerDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ConsumerDescription",
"setterDocumentation" : "An object that represents the details of the consumer.
\n@param consumerDescription An object that represents the details of the consumer.",
"setterMethodName" : "setConsumerDescription",
"setterModel" : {
"variableDeclarationType" : "ConsumerDescription",
"variableName" : "consumerDescription",
"variableType" : "ConsumerDescription",
"documentation" : null,
"simpleType" : "ConsumerDescription",
"variableSetterType" : "ConsumerDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ConsumerDescription",
"variableName" : "consumerDescription",
"variableType" : "ConsumerDescription",
"documentation" : "An object that represents the details of the consumer.
",
"simpleType" : "ConsumerDescription",
"variableSetterType" : "ConsumerDescription"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConsumerDescription" ],
"shapeName" : "DescribeStreamConsumerResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeStreamConsumerResponse",
"variableName" : "describeStreamConsumerResponse",
"variableType" : "DescribeStreamConsumerResponse",
"documentation" : null,
"simpleType" : "DescribeStreamConsumerResponse",
"variableSetterType" : "DescribeStreamConsumerResponse"
},
"wrapper" : false
},
"DescribeStreamRequest" : {
"c2jName" : "DescribeStreamInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input for DescribeStream
.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeStream",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.DescribeStream",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to describe.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to describe.
\n@param streamName The name of the stream to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to describe.
\n@return The name of the stream to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to describe.
\n@param streamName The name of the stream to describe.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "Limit",
"c2jShape" : "DescribeStreamInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
\n@param limit The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
\n@return The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Limit",
"setterDocumentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
\n@param limit The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExclusiveStartShardId",
"beanStyleSetterMethodName" : "setExclusiveStartShardId",
"c2jName" : "ExclusiveStartShardId",
"c2jShape" : "ShardId",
"defaultConsumerFluentSetterDocumentation" : "The shard ID of the shard to start with.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartShardId(String)}.\n@param exclusiveStartShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartShardId(String)",
"deprecated" : false,
"documentation" : "The shard ID of the shard to start with.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "exclusiveStartShardId",
"fluentSetterDocumentation" : "The shard ID of the shard to start with.
\n@param exclusiveStartShardId The shard ID of the shard to start with.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "exclusiveStartShardId",
"getterDocumentation" : "The shard ID of the shard to start with.
\n@return The shard ID of the shard to start with.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExclusiveStartShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartShardId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExclusiveStartShardId",
"setterDocumentation" : "The shard ID of the shard to start with.
\n@param exclusiveStartShardId The shard ID of the shard to start with.",
"setterMethodName" : "setExclusiveStartShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : "The shard ID of the shard to start with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ExclusiveStartShardId" : {
"beanStyleGetterMethodName" : "getExclusiveStartShardId",
"beanStyleSetterMethodName" : "setExclusiveStartShardId",
"c2jName" : "ExclusiveStartShardId",
"c2jShape" : "ShardId",
"defaultConsumerFluentSetterDocumentation" : "The shard ID of the shard to start with.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartShardId(String)}.\n@param exclusiveStartShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartShardId(String)",
"deprecated" : false,
"documentation" : "The shard ID of the shard to start with.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "exclusiveStartShardId",
"fluentSetterDocumentation" : "The shard ID of the shard to start with.
\n@param exclusiveStartShardId The shard ID of the shard to start with.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "exclusiveStartShardId",
"getterDocumentation" : "The shard ID of the shard to start with.
\n@return The shard ID of the shard to start with.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExclusiveStartShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartShardId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExclusiveStartShardId",
"setterDocumentation" : "The shard ID of the shard to start with.
\n@param exclusiveStartShardId The shard ID of the shard to start with.",
"setterMethodName" : "setExclusiveStartShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : "The shard ID of the shard to start with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Limit" : {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "Limit",
"c2jShape" : "DescribeStreamInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
\n@param limit The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
\n@return The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Limit",
"setterDocumentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
\n@param limit The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to describe.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to describe.
\n@param streamName The name of the stream to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to describe.
\n@return The name of the stream to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to describe.
\n@param streamName The name of the stream to describe.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to describe.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to describe.
\n@param streamName The name of the stream to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to describe.
\n@return The name of the stream to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to describe.
\n@param streamName The name of the stream to describe.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "Limit",
"c2jShape" : "DescribeStreamInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
\n@param limit The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
\n@return The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Limit",
"setterDocumentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
\n@param limit The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExclusiveStartShardId",
"beanStyleSetterMethodName" : "setExclusiveStartShardId",
"c2jName" : "ExclusiveStartShardId",
"c2jShape" : "ShardId",
"defaultConsumerFluentSetterDocumentation" : "The shard ID of the shard to start with.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartShardId(String)}.\n@param exclusiveStartShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartShardId(String)",
"deprecated" : false,
"documentation" : "The shard ID of the shard to start with.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "exclusiveStartShardId",
"fluentSetterDocumentation" : "The shard ID of the shard to start with.
\n@param exclusiveStartShardId The shard ID of the shard to start with.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "exclusiveStartShardId",
"getterDocumentation" : "The shard ID of the shard to start with.
\n@return The shard ID of the shard to start with.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExclusiveStartShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartShardId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExclusiveStartShardId",
"setterDocumentation" : "The shard ID of the shard to start with.
\n@param exclusiveStartShardId The shard ID of the shard to start with.",
"setterMethodName" : "setExclusiveStartShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : "The shard ID of the shard to start with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamName" ],
"shapeName" : "DescribeStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeStreamRequest",
"variableName" : "describeStreamRequest",
"variableType" : "DescribeStreamRequest",
"documentation" : null,
"simpleType" : "DescribeStreamRequest",
"variableSetterType" : "DescribeStreamRequest"
},
"wrapper" : false
},
"DescribeStreamResponse" : {
"c2jName" : "DescribeStreamOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the output for DescribeStream
.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getStreamDescription",
"beanStyleSetterMethodName" : "setStreamDescription",
"c2jName" : "StreamDescription",
"c2jShape" : "StreamDescription",
"defaultConsumerFluentSetterDocumentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
\nThis is a convenience that creates an instance of the {@link StreamDescription.Builder} avoiding the need to create one manually via {@link StreamDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamDescription.Builder#build()} is called immediately and its result is passed to {@link #streamDescription(StreamDescription)}.\n@param streamDescription a consumer that will call methods on {@link StreamDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamDescription(StreamDescription)",
"deprecated" : false,
"documentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamDescription",
"fluentSetterDocumentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
\n@param streamDescription The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamDescription",
"getterDocumentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
\n@return The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.",
"getterModel" : {
"returnType" : "StreamDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "StreamDescription",
"setterDocumentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
\n@param streamDescription The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.",
"setterMethodName" : "setStreamDescription",
"setterModel" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : null,
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
",
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamDescription" : {
"beanStyleGetterMethodName" : "getStreamDescription",
"beanStyleSetterMethodName" : "setStreamDescription",
"c2jName" : "StreamDescription",
"c2jShape" : "StreamDescription",
"defaultConsumerFluentSetterDocumentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
\nThis is a convenience that creates an instance of the {@link StreamDescription.Builder} avoiding the need to create one manually via {@link StreamDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamDescription.Builder#build()} is called immediately and its result is passed to {@link #streamDescription(StreamDescription)}.\n@param streamDescription a consumer that will call methods on {@link StreamDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamDescription(StreamDescription)",
"deprecated" : false,
"documentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamDescription",
"fluentSetterDocumentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
\n@param streamDescription The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamDescription",
"getterDocumentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
\n@return The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.",
"getterModel" : {
"returnType" : "StreamDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "StreamDescription",
"setterDocumentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
\n@param streamDescription The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.",
"setterMethodName" : "setStreamDescription",
"setterModel" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : null,
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
",
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamDescription",
"beanStyleSetterMethodName" : "setStreamDescription",
"c2jName" : "StreamDescription",
"c2jShape" : "StreamDescription",
"defaultConsumerFluentSetterDocumentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
\nThis is a convenience that creates an instance of the {@link StreamDescription.Builder} avoiding the need to create one manually via {@link StreamDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamDescription.Builder#build()} is called immediately and its result is passed to {@link #streamDescription(StreamDescription)}.\n@param streamDescription a consumer that will call methods on {@link StreamDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamDescription(StreamDescription)",
"deprecated" : false,
"documentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamDescription",
"fluentSetterDocumentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
\n@param streamDescription The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamDescription",
"getterDocumentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
\n@return The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.",
"getterModel" : {
"returnType" : "StreamDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "StreamDescription",
"setterDocumentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
\n@param streamDescription The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.",
"setterMethodName" : "setStreamDescription",
"setterModel" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : null,
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "StreamDescription",
"variableName" : "streamDescription",
"variableType" : "StreamDescription",
"documentation" : "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
",
"simpleType" : "StreamDescription",
"variableSetterType" : "StreamDescription"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamDescription" ],
"shapeName" : "DescribeStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeStreamResponse",
"variableName" : "describeStreamResponse",
"variableType" : "DescribeStreamResponse",
"documentation" : null,
"simpleType" : "DescribeStreamResponse",
"variableSetterType" : "DescribeStreamResponse"
},
"wrapper" : false
},
"DescribeStreamSummaryRequest" : {
"c2jName" : "DescribeStreamSummaryInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeStreamSummary",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.DescribeStreamSummary",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to describe.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to describe.
\n@param streamName The name of the stream to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to describe.
\n@return The name of the stream to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to describe.
\n@param streamName The name of the stream to describe.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to describe.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to describe.
\n@param streamName The name of the stream to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to describe.
\n@return The name of the stream to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to describe.
\n@param streamName The name of the stream to describe.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to describe.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to describe.
\n@param streamName The name of the stream to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to describe.
\n@return The name of the stream to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to describe.
\n@param streamName The name of the stream to describe.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamName" ],
"shapeName" : "DescribeStreamSummaryRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeStreamSummaryRequest",
"variableName" : "describeStreamSummaryRequest",
"variableType" : "DescribeStreamSummaryRequest",
"documentation" : null,
"simpleType" : "DescribeStreamSummaryRequest",
"variableSetterType" : "DescribeStreamSummaryRequest"
},
"wrapper" : false
},
"DescribeStreamSummaryResponse" : {
"c2jName" : "DescribeStreamSummaryOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getStreamDescriptionSummary",
"beanStyleSetterMethodName" : "setStreamDescriptionSummary",
"c2jName" : "StreamDescriptionSummary",
"c2jShape" : "StreamDescriptionSummary",
"defaultConsumerFluentSetterDocumentation" : "A StreamDescriptionSummary containing information about the stream.
\nThis is a convenience that creates an instance of the {@link StreamDescriptionSummary.Builder} avoiding the need to create one manually via {@link StreamDescriptionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamDescriptionSummary.Builder#build()} is called immediately and its result is passed to {@link #streamDescriptionSummary(StreamDescriptionSummary)}.\n@param streamDescriptionSummary a consumer that will call methods on {@link StreamDescriptionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamDescriptionSummary(StreamDescriptionSummary)",
"deprecated" : false,
"documentation" : "A StreamDescriptionSummary containing information about the stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamDescriptionSummary",
"fluentSetterDocumentation" : "A StreamDescriptionSummary containing information about the stream.
\n@param streamDescriptionSummary A StreamDescriptionSummary containing information about the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamDescriptionSummary",
"getterDocumentation" : "A StreamDescriptionSummary containing information about the stream.
\n@return A StreamDescriptionSummary containing information about the stream.",
"getterModel" : {
"returnType" : "StreamDescriptionSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamDescriptionSummary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamDescriptionSummary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "StreamDescriptionSummary",
"setterDocumentation" : "A StreamDescriptionSummary containing information about the stream.
\n@param streamDescriptionSummary A StreamDescriptionSummary containing information about the stream.",
"setterMethodName" : "setStreamDescriptionSummary",
"setterModel" : {
"variableDeclarationType" : "StreamDescriptionSummary",
"variableName" : "streamDescriptionSummary",
"variableType" : "StreamDescriptionSummary",
"documentation" : null,
"simpleType" : "StreamDescriptionSummary",
"variableSetterType" : "StreamDescriptionSummary"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "StreamDescriptionSummary",
"variableName" : "streamDescriptionSummary",
"variableType" : "StreamDescriptionSummary",
"documentation" : "A StreamDescriptionSummary containing information about the stream.
",
"simpleType" : "StreamDescriptionSummary",
"variableSetterType" : "StreamDescriptionSummary"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamDescriptionSummary" : {
"beanStyleGetterMethodName" : "getStreamDescriptionSummary",
"beanStyleSetterMethodName" : "setStreamDescriptionSummary",
"c2jName" : "StreamDescriptionSummary",
"c2jShape" : "StreamDescriptionSummary",
"defaultConsumerFluentSetterDocumentation" : "A StreamDescriptionSummary containing information about the stream.
\nThis is a convenience that creates an instance of the {@link StreamDescriptionSummary.Builder} avoiding the need to create one manually via {@link StreamDescriptionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamDescriptionSummary.Builder#build()} is called immediately and its result is passed to {@link #streamDescriptionSummary(StreamDescriptionSummary)}.\n@param streamDescriptionSummary a consumer that will call methods on {@link StreamDescriptionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamDescriptionSummary(StreamDescriptionSummary)",
"deprecated" : false,
"documentation" : "A StreamDescriptionSummary containing information about the stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamDescriptionSummary",
"fluentSetterDocumentation" : "A StreamDescriptionSummary containing information about the stream.
\n@param streamDescriptionSummary A StreamDescriptionSummary containing information about the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamDescriptionSummary",
"getterDocumentation" : "A StreamDescriptionSummary containing information about the stream.
\n@return A StreamDescriptionSummary containing information about the stream.",
"getterModel" : {
"returnType" : "StreamDescriptionSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamDescriptionSummary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamDescriptionSummary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "StreamDescriptionSummary",
"setterDocumentation" : "A StreamDescriptionSummary containing information about the stream.
\n@param streamDescriptionSummary A StreamDescriptionSummary containing information about the stream.",
"setterMethodName" : "setStreamDescriptionSummary",
"setterModel" : {
"variableDeclarationType" : "StreamDescriptionSummary",
"variableName" : "streamDescriptionSummary",
"variableType" : "StreamDescriptionSummary",
"documentation" : null,
"simpleType" : "StreamDescriptionSummary",
"variableSetterType" : "StreamDescriptionSummary"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "StreamDescriptionSummary",
"variableName" : "streamDescriptionSummary",
"variableType" : "StreamDescriptionSummary",
"documentation" : "A StreamDescriptionSummary containing information about the stream.
",
"simpleType" : "StreamDescriptionSummary",
"variableSetterType" : "StreamDescriptionSummary"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamDescriptionSummary",
"beanStyleSetterMethodName" : "setStreamDescriptionSummary",
"c2jName" : "StreamDescriptionSummary",
"c2jShape" : "StreamDescriptionSummary",
"defaultConsumerFluentSetterDocumentation" : "A StreamDescriptionSummary containing information about the stream.
\nThis is a convenience that creates an instance of the {@link StreamDescriptionSummary.Builder} avoiding the need to create one manually via {@link StreamDescriptionSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamDescriptionSummary.Builder#build()} is called immediately and its result is passed to {@link #streamDescriptionSummary(StreamDescriptionSummary)}.\n@param streamDescriptionSummary a consumer that will call methods on {@link StreamDescriptionSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamDescriptionSummary(StreamDescriptionSummary)",
"deprecated" : false,
"documentation" : "A StreamDescriptionSummary containing information about the stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamDescriptionSummary",
"fluentSetterDocumentation" : "A StreamDescriptionSummary containing information about the stream.
\n@param streamDescriptionSummary A StreamDescriptionSummary containing information about the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamDescriptionSummary",
"getterDocumentation" : "A StreamDescriptionSummary containing information about the stream.
\n@return A StreamDescriptionSummary containing information about the stream.",
"getterModel" : {
"returnType" : "StreamDescriptionSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamDescriptionSummary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamDescriptionSummary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "StreamDescriptionSummary",
"setterDocumentation" : "A StreamDescriptionSummary containing information about the stream.
\n@param streamDescriptionSummary A StreamDescriptionSummary containing information about the stream.",
"setterMethodName" : "setStreamDescriptionSummary",
"setterModel" : {
"variableDeclarationType" : "StreamDescriptionSummary",
"variableName" : "streamDescriptionSummary",
"variableType" : "StreamDescriptionSummary",
"documentation" : null,
"simpleType" : "StreamDescriptionSummary",
"variableSetterType" : "StreamDescriptionSummary"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "StreamDescriptionSummary",
"variableName" : "streamDescriptionSummary",
"variableType" : "StreamDescriptionSummary",
"documentation" : "A StreamDescriptionSummary containing information about the stream.
",
"simpleType" : "StreamDescriptionSummary",
"variableSetterType" : "StreamDescriptionSummary"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamDescriptionSummary" ],
"shapeName" : "DescribeStreamSummaryResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeStreamSummaryResponse",
"variableName" : "describeStreamSummaryResponse",
"variableType" : "DescribeStreamSummaryResponse",
"documentation" : null,
"simpleType" : "DescribeStreamSummaryResponse",
"variableSetterType" : "DescribeStreamSummaryResponse"
},
"wrapper" : false
},
"DisableEnhancedMonitoringRequest" : {
"c2jName" : "DisableEnhancedMonitoringInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input for DisableEnhancedMonitoring.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DisableEnhancedMonitoring",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.DisableEnhancedMonitoring",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
\n@param streamName The name of the Kinesis data stream for which to disable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
\n@return The name of the Kinesis data stream for which to disable enhanced monitoring.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
\n@param streamName The name of the Kinesis data stream for which to disable enhanced monitoring.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getShardLevelMetrics",
"beanStyleSetterMethodName" : "setShardLevelMetrics",
"c2jName" : "ShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentEnumSetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to disable. The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetricsWithStrings",
"getterDocumentation" : "
List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of shard-level metrics to disable. The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ShardLevelMetrics",
"setterDocumentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"setterMethodName" : "setShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ShardLevelMetrics" : {
"beanStyleGetterMethodName" : "getShardLevelMetrics",
"beanStyleSetterMethodName" : "setShardLevelMetrics",
"c2jName" : "ShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentEnumSetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetricsWithStrings",
"getterDocumentation" : "
List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of shard-level metrics to disable. The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ShardLevelMetrics",
"setterDocumentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"setterMethodName" : "setShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
\n@param streamName The name of the Kinesis data stream for which to disable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
\n@return The name of the Kinesis data stream for which to disable enhanced monitoring.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
\n@param streamName The name of the Kinesis data stream for which to disable enhanced monitoring.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
\n@param streamName The name of the Kinesis data stream for which to disable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
\n@return The name of the Kinesis data stream for which to disable enhanced monitoring.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
\n@param streamName The name of the Kinesis data stream for which to disable enhanced monitoring.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Kinesis data stream for which to disable enhanced monitoring.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getShardLevelMetrics",
"beanStyleSetterMethodName" : "setShardLevelMetrics",
"c2jName" : "ShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentEnumSetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetricsWithStrings",
"getterDocumentation" : "
List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of shard-level metrics to disable. The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ShardLevelMetrics",
"setterDocumentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"setterMethodName" : "setShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL
\" disables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamName", "ShardLevelMetrics" ],
"shapeName" : "DisableEnhancedMonitoringRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DisableEnhancedMonitoringRequest",
"variableName" : "disableEnhancedMonitoringRequest",
"variableType" : "DisableEnhancedMonitoringRequest",
"documentation" : null,
"simpleType" : "DisableEnhancedMonitoringRequest",
"variableSetterType" : "DisableEnhancedMonitoringRequest"
},
"wrapper" : false
},
"DisableEnhancedMonitoringResponse" : {
"c2jName" : "EnhancedMonitoringOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Kinesis data stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the Kinesis data stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis data stream.
\n@param streamName The name of the Kinesis data stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Kinesis data stream.
\n@return The name of the Kinesis data stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the Kinesis data stream.
\n@param streamName The name of the Kinesis data stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Kinesis data stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCurrentShardLevelMetrics",
"beanStyleSetterMethodName" : "setCurrentShardLevelMetrics",
"c2jName" : "CurrentShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #currentShardLevelMetricsAsStrings(List)}.\n@param currentShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "currentShardLevelMetrics",
"fluentEnumSetterMethodName" : "currentShardLevelMetrics",
"fluentGetterMethodName" : "currentShardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentShardLevelMetricsWithStrings",
"getterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Represents the current state of the metrics that are in the enhanced state before the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CurrentShardLevelMetrics",
"setterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.",
"setterMethodName" : "setCurrentShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "currentShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "currentShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDesiredShardLevelMetrics",
"beanStyleSetterMethodName" : "setDesiredShardLevelMetrics",
"c2jName" : "DesiredShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #desiredShardLevelMetricsAsStrings(List)}.\n@param desiredShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredShardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "desiredShardLevelMetrics",
"fluentEnumSetterMethodName" : "desiredShardLevelMetrics",
"fluentGetterMethodName" : "desiredShardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "desiredShardLevelMetricsWithStrings",
"getterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DesiredShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DesiredShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "DesiredShardLevelMetrics",
"setterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.",
"setterMethodName" : "setDesiredShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "desiredShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "desiredShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CurrentShardLevelMetrics" : {
"beanStyleGetterMethodName" : "getCurrentShardLevelMetrics",
"beanStyleSetterMethodName" : "setCurrentShardLevelMetrics",
"c2jName" : "CurrentShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #currentShardLevelMetricsAsStrings(List)}.\n@param currentShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "currentShardLevelMetrics",
"fluentEnumSetterMethodName" : "currentShardLevelMetrics",
"fluentGetterMethodName" : "currentShardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentShardLevelMetricsWithStrings",
"getterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Represents the current state of the metrics that are in the enhanced state before the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CurrentShardLevelMetrics",
"setterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.",
"setterMethodName" : "setCurrentShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "currentShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "currentShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DesiredShardLevelMetrics" : {
"beanStyleGetterMethodName" : "getDesiredShardLevelMetrics",
"beanStyleSetterMethodName" : "setDesiredShardLevelMetrics",
"c2jName" : "DesiredShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #desiredShardLevelMetricsAsStrings(List)}.\n@param desiredShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredShardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "desiredShardLevelMetrics",
"fluentEnumSetterMethodName" : "desiredShardLevelMetrics",
"fluentGetterMethodName" : "desiredShardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "desiredShardLevelMetricsWithStrings",
"getterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DesiredShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DesiredShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "DesiredShardLevelMetrics",
"setterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.",
"setterMethodName" : "setDesiredShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "desiredShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "desiredShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Kinesis data stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the Kinesis data stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis data stream.
\n@param streamName The name of the Kinesis data stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Kinesis data stream.
\n@return The name of the Kinesis data stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the Kinesis data stream.
\n@param streamName The name of the Kinesis data stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Kinesis data stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Kinesis data stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the Kinesis data stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis data stream.
\n@param streamName The name of the Kinesis data stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Kinesis data stream.
\n@return The name of the Kinesis data stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the Kinesis data stream.
\n@param streamName The name of the Kinesis data stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Kinesis data stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCurrentShardLevelMetrics",
"beanStyleSetterMethodName" : "setCurrentShardLevelMetrics",
"c2jName" : "CurrentShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #currentShardLevelMetricsAsStrings(List)}.\n@param currentShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "currentShardLevelMetrics",
"fluentEnumSetterMethodName" : "currentShardLevelMetrics",
"fluentGetterMethodName" : "currentShardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentShardLevelMetricsWithStrings",
"getterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Represents the current state of the metrics that are in the enhanced state before the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CurrentShardLevelMetrics",
"setterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.",
"setterMethodName" : "setCurrentShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "currentShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "currentShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDesiredShardLevelMetrics",
"beanStyleSetterMethodName" : "setDesiredShardLevelMetrics",
"c2jName" : "DesiredShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #desiredShardLevelMetricsAsStrings(List)}.\n@param desiredShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredShardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "desiredShardLevelMetrics",
"fluentEnumSetterMethodName" : "desiredShardLevelMetrics",
"fluentGetterMethodName" : "desiredShardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "desiredShardLevelMetricsWithStrings",
"getterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DesiredShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DesiredShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "DesiredShardLevelMetrics",
"setterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.",
"setterMethodName" : "setDesiredShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "desiredShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "desiredShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DisableEnhancedMonitoringResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DisableEnhancedMonitoringResponse",
"variableName" : "disableEnhancedMonitoringResponse",
"variableType" : "DisableEnhancedMonitoringResponse",
"documentation" : null,
"simpleType" : "DisableEnhancedMonitoringResponse",
"variableSetterType" : "DisableEnhancedMonitoringResponse"
},
"wrapper" : false
},
"EnableEnhancedMonitoringRequest" : {
"c2jName" : "EnableEnhancedMonitoringInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input for EnableEnhancedMonitoring.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "EnableEnhancedMonitoring",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.EnableEnhancedMonitoring",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream for which to enable enhanced monitoring.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream for which to enable enhanced monitoring.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream for which to enable enhanced monitoring.
\n@param streamName The name of the stream for which to enable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream for which to enable enhanced monitoring.
\n@return The name of the stream for which to enable enhanced monitoring.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream for which to enable enhanced monitoring.
\n@param streamName The name of the stream for which to enable enhanced monitoring.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream for which to enable enhanced monitoring.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getShardLevelMetrics",
"beanStyleSetterMethodName" : "setShardLevelMetrics",
"c2jName" : "ShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentEnumSetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetricsWithStrings",
"getterDocumentation" : "
List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of shard-level metrics to enable. The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ShardLevelMetrics",
"setterDocumentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"setterMethodName" : "setShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ShardLevelMetrics" : {
"beanStyleGetterMethodName" : "getShardLevelMetrics",
"beanStyleSetterMethodName" : "setShardLevelMetrics",
"c2jName" : "ShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentEnumSetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetricsWithStrings",
"getterDocumentation" : "
List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of shard-level metrics to enable. The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ShardLevelMetrics",
"setterDocumentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"setterMethodName" : "setShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream for which to enable enhanced monitoring.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream for which to enable enhanced monitoring.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream for which to enable enhanced monitoring.
\n@param streamName The name of the stream for which to enable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream for which to enable enhanced monitoring.
\n@return The name of the stream for which to enable enhanced monitoring.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream for which to enable enhanced monitoring.
\n@param streamName The name of the stream for which to enable enhanced monitoring.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream for which to enable enhanced monitoring.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream for which to enable enhanced monitoring.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream for which to enable enhanced monitoring.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream for which to enable enhanced monitoring.
\n@param streamName The name of the stream for which to enable enhanced monitoring.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream for which to enable enhanced monitoring.
\n@return The name of the stream for which to enable enhanced monitoring.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream for which to enable enhanced monitoring.
\n@param streamName The name of the stream for which to enable enhanced monitoring.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream for which to enable enhanced monitoring.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getShardLevelMetrics",
"beanStyleSetterMethodName" : "setShardLevelMetrics",
"c2jName" : "ShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentEnumSetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetricsWithStrings",
"getterDocumentation" : "
List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of shard-level metrics to enable. The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ShardLevelMetrics",
"setterDocumentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"setterMethodName" : "setShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value \"ALL
\" enables every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamName", "ShardLevelMetrics" ],
"shapeName" : "EnableEnhancedMonitoringRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "EnableEnhancedMonitoringRequest",
"variableName" : "enableEnhancedMonitoringRequest",
"variableType" : "EnableEnhancedMonitoringRequest",
"documentation" : null,
"simpleType" : "EnableEnhancedMonitoringRequest",
"variableSetterType" : "EnableEnhancedMonitoringRequest"
},
"wrapper" : false
},
"EnableEnhancedMonitoringResponse" : {
"c2jName" : "EnhancedMonitoringOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Kinesis data stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the Kinesis data stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis data stream.
\n@param streamName The name of the Kinesis data stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Kinesis data stream.
\n@return The name of the Kinesis data stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the Kinesis data stream.
\n@param streamName The name of the Kinesis data stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Kinesis data stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCurrentShardLevelMetrics",
"beanStyleSetterMethodName" : "setCurrentShardLevelMetrics",
"c2jName" : "CurrentShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #currentShardLevelMetricsAsStrings(List)}.\n@param currentShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "currentShardLevelMetrics",
"fluentEnumSetterMethodName" : "currentShardLevelMetrics",
"fluentGetterMethodName" : "currentShardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentShardLevelMetricsWithStrings",
"getterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Represents the current state of the metrics that are in the enhanced state before the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CurrentShardLevelMetrics",
"setterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.",
"setterMethodName" : "setCurrentShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "currentShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "currentShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDesiredShardLevelMetrics",
"beanStyleSetterMethodName" : "setDesiredShardLevelMetrics",
"c2jName" : "DesiredShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #desiredShardLevelMetricsAsStrings(List)}.\n@param desiredShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredShardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "desiredShardLevelMetrics",
"fluentEnumSetterMethodName" : "desiredShardLevelMetrics",
"fluentGetterMethodName" : "desiredShardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "desiredShardLevelMetricsWithStrings",
"getterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DesiredShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DesiredShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "DesiredShardLevelMetrics",
"setterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.",
"setterMethodName" : "setDesiredShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "desiredShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "desiredShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CurrentShardLevelMetrics" : {
"beanStyleGetterMethodName" : "getCurrentShardLevelMetrics",
"beanStyleSetterMethodName" : "setCurrentShardLevelMetrics",
"c2jName" : "CurrentShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #currentShardLevelMetricsAsStrings(List)}.\n@param currentShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "currentShardLevelMetrics",
"fluentEnumSetterMethodName" : "currentShardLevelMetrics",
"fluentGetterMethodName" : "currentShardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentShardLevelMetricsWithStrings",
"getterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Represents the current state of the metrics that are in the enhanced state before the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CurrentShardLevelMetrics",
"setterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.",
"setterMethodName" : "setCurrentShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "currentShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "currentShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DesiredShardLevelMetrics" : {
"beanStyleGetterMethodName" : "getDesiredShardLevelMetrics",
"beanStyleSetterMethodName" : "setDesiredShardLevelMetrics",
"c2jName" : "DesiredShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #desiredShardLevelMetricsAsStrings(List)}.\n@param desiredShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredShardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "desiredShardLevelMetrics",
"fluentEnumSetterMethodName" : "desiredShardLevelMetrics",
"fluentGetterMethodName" : "desiredShardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "desiredShardLevelMetricsWithStrings",
"getterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DesiredShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DesiredShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "DesiredShardLevelMetrics",
"setterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.",
"setterMethodName" : "setDesiredShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "desiredShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "desiredShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Kinesis data stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the Kinesis data stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis data stream.
\n@param streamName The name of the Kinesis data stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Kinesis data stream.
\n@return The name of the Kinesis data stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the Kinesis data stream.
\n@param streamName The name of the Kinesis data stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Kinesis data stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Kinesis data stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the Kinesis data stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Kinesis data stream.
\n@param streamName The name of the Kinesis data stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Kinesis data stream.
\n@return The name of the Kinesis data stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the Kinesis data stream.
\n@param streamName The name of the Kinesis data stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Kinesis data stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCurrentShardLevelMetrics",
"beanStyleSetterMethodName" : "setCurrentShardLevelMetrics",
"c2jName" : "CurrentShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #currentShardLevelMetricsAsStrings(List)}.\n@param currentShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentShardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "currentShardLevelMetrics",
"fluentEnumSetterMethodName" : "currentShardLevelMetrics",
"fluentGetterMethodName" : "currentShardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentShardLevelMetricsWithStrings",
"getterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Represents the current state of the metrics that are in the enhanced state before the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CurrentShardLevelMetrics",
"setterDocumentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
\n@param currentShardLevelMetrics Represents the current state of the metrics that are in the enhanced state before the operation.",
"setterMethodName" : "setCurrentShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "currentShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "currentShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "Represents the current state of the metrics that are in the enhanced state before the operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDesiredShardLevelMetrics",
"beanStyleSetterMethodName" : "setDesiredShardLevelMetrics",
"c2jName" : "DesiredShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #desiredShardLevelMetricsAsStrings(List)}.\n@param desiredShardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredShardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "desiredShardLevelMetrics",
"fluentEnumSetterMethodName" : "desiredShardLevelMetrics",
"fluentGetterMethodName" : "desiredShardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "desiredShardLevelMetricsWithStrings",
"getterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Represents the list of all the metrics that would be in the enhanced state after the operation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DesiredShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DesiredShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "DesiredShardLevelMetrics",
"setterDocumentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
\n@param desiredShardLevelMetrics Represents the list of all the metrics that would be in the enhanced state after the operation.",
"setterMethodName" : "setDesiredShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "desiredShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "desiredShardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "Represents the list of all the metrics that would be in the enhanced state after the operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EnableEnhancedMonitoringResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EnableEnhancedMonitoringResponse",
"variableName" : "enableEnhancedMonitoringResponse",
"variableType" : "EnableEnhancedMonitoringResponse",
"documentation" : null,
"simpleType" : "EnableEnhancedMonitoringResponse",
"variableSetterType" : "EnableEnhancedMonitoringResponse"
},
"wrapper" : false
},
"EncryptionType" : {
"c2jName" : "EncryptionType",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "NONE",
"value" : "NONE"
}, {
"name" : "KMS",
"value" : "KMS"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EncryptionType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EncryptionType",
"variableName" : "encryptionType",
"variableType" : "EncryptionType",
"documentation" : null,
"simpleType" : "EncryptionType",
"variableSetterType" : "EncryptionType"
},
"wrapper" : false
},
"EnhancedMetrics" : {
"c2jName" : "EnhancedMetrics",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents enhanced metrics types.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getShardLevelMetrics",
"beanStyleSetterMethodName" : "setShardLevelMetrics",
"c2jName" : "ShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentEnumSetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetricsWithStrings",
"getterDocumentation" : "
List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of shard-level metrics. The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ShardLevelMetrics",
"setterDocumentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"setterMethodName" : "setShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ShardLevelMetrics" : {
"beanStyleGetterMethodName" : "getShardLevelMetrics",
"beanStyleSetterMethodName" : "setShardLevelMetrics",
"c2jName" : "ShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentEnumSetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetricsWithStrings",
"getterDocumentation" : "
List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of shard-level metrics. The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ShardLevelMetrics",
"setterDocumentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"setterMethodName" : "setShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getShardLevelMetrics",
"beanStyleSetterMethodName" : "setShardLevelMetrics",
"c2jName" : "ShardLevelMetrics",
"c2jShape" : "MetricsNameList",
"defaultConsumerFluentSetterDocumentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shardLevelMetricsAsStrings(List)}.\n@param shardLevelMetrics a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardLevelMetricsWithStrings(List)",
"deprecated" : false,
"documentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : "shardLevelMetrics",
"fluentEnumSetterMethodName" : "shardLevelMetrics",
"fluentGetterMethodName" : "shardLevelMetricsAsStrings",
"fluentSetterDocumentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardLevelMetricsWithStrings",
"getterDocumentation" : "
List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of shard-level metrics. The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardLevelMetrics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardLevelMetrics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MetricsName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "MetricsName",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName\n@return Returns a reference to this object so that method calls can be chained together.\n@see MetricsName",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link MetricsName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see MetricsName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see MetricsName",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ShardLevelMetrics",
"setterDocumentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
\n@param shardLevelMetrics List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.",
"setterMethodName" : "setShardLevelMetrics",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shardLevelMetrics",
"variableType" : "java.util.List",
"documentation" : "List of shard-level metrics.
The following are the valid shard-level metrics. The value \"ALL
\" enhances every metric.
-
IncomingBytes
-
IncomingRecords
-
OutgoingBytes
-
OutgoingRecords
-
WriteProvisionedThroughputExceeded
-
ReadProvisionedThroughputExceeded
-
IteratorAgeMilliseconds
-
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EnhancedMetrics",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EnhancedMetrics",
"variableName" : "enhancedMetrics",
"variableType" : "EnhancedMetrics",
"documentation" : null,
"simpleType" : "EnhancedMetrics",
"variableSetterType" : "EnhancedMetrics"
},
"wrapper" : false
},
"ExpiredIteratorException" : {
"c2jName" : "ExpiredIteratorException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The provided iterator exceeds the maximum age allowed.
",
"enums" : null,
"errorCode" : "ExpiredIteratorException",
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ExpiredIteratorException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ExpiredIteratorException",
"variableName" : "expiredIteratorException",
"variableType" : "ExpiredIteratorException",
"documentation" : null,
"simpleType" : "ExpiredIteratorException",
"variableSetterType" : "ExpiredIteratorException"
},
"wrapper" : false
},
"ExpiredNextTokenException" : {
"c2jName" : "ExpiredNextTokenException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The pagination token passed to the operation is expired.
",
"enums" : null,
"errorCode" : "ExpiredNextTokenException",
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ExpiredNextTokenException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ExpiredNextTokenException",
"variableName" : "expiredNextTokenException",
"variableType" : "ExpiredNextTokenException",
"documentation" : null,
"simpleType" : "ExpiredNextTokenException",
"variableSetterType" : "ExpiredNextTokenException"
},
"wrapper" : false
},
"GetRecordsRequest" : {
"c2jName" : "GetRecordsInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input for GetRecords.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetRecords",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.GetRecords",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getShardIterator",
"beanStyleSetterMethodName" : "setShardIterator",
"c2jName" : "ShardIterator",
"c2jShape" : "ShardIterator",
"defaultConsumerFluentSetterDocumentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIterator(String)}.\n@param shardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIterator(String)",
"deprecated" : false,
"documentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardIterator",
"fluentSetterDocumentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
\n@param shardIterator The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardIterator",
"getterDocumentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
\n@return The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShardIterator",
"setterDocumentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
\n@param shardIterator The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.",
"setterMethodName" : "setShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "Limit",
"c2jShape" : "GetRecordsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
\n@param limit The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
\n@return The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Limit",
"setterDocumentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
\n@param limit The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Limit" : {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "Limit",
"c2jShape" : "GetRecordsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
\n@param limit The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
\n@return The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Limit",
"setterDocumentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
\n@param limit The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"ShardIterator" : {
"beanStyleGetterMethodName" : "getShardIterator",
"beanStyleSetterMethodName" : "setShardIterator",
"c2jName" : "ShardIterator",
"c2jShape" : "ShardIterator",
"defaultConsumerFluentSetterDocumentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIterator(String)}.\n@param shardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIterator(String)",
"deprecated" : false,
"documentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardIterator",
"fluentSetterDocumentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
\n@param shardIterator The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardIterator",
"getterDocumentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
\n@return The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShardIterator",
"setterDocumentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
\n@param shardIterator The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.",
"setterMethodName" : "setShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getShardIterator",
"beanStyleSetterMethodName" : "setShardIterator",
"c2jName" : "ShardIterator",
"c2jShape" : "ShardIterator",
"defaultConsumerFluentSetterDocumentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIterator(String)}.\n@param shardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIterator(String)",
"deprecated" : false,
"documentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardIterator",
"fluentSetterDocumentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
\n@param shardIterator The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardIterator",
"getterDocumentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
\n@return The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShardIterator",
"setterDocumentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
\n@param shardIterator The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.",
"setterMethodName" : "setShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "Limit",
"c2jShape" : "GetRecordsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
\n@param limit The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
\n@return The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Limit",
"setterDocumentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
\n@param limit The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ShardIterator" ],
"shapeName" : "GetRecordsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetRecordsRequest",
"variableName" : "getRecordsRequest",
"variableType" : "GetRecordsRequest",
"documentation" : null,
"simpleType" : "GetRecordsRequest",
"variableSetterType" : "GetRecordsRequest"
},
"wrapper" : false
},
"GetRecordsResponse" : {
"c2jName" : "GetRecordsOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the output for GetRecords.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getRecords",
"beanStyleSetterMethodName" : "setRecords",
"c2jName" : "Records",
"c2jShape" : "RecordList",
"defaultConsumerFluentSetterDocumentation" : "The data records retrieved from the shard.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)",
"deprecated" : false,
"documentation" : "The data records retrieved from the shard.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "records",
"fluentSetterDocumentation" : "The data records retrieved from the shard.
\n@param records The data records retrieved from the shard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "records",
"getterDocumentation" : "The data records retrieved from the shard.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The data records retrieved from the shard.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Records",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Records",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Record",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Record.Builder} avoiding the need to create one manually via {@link Record#builder()}.\n\nWhen the {@link Consumer} completes, {@link Record.Builder#build()} is called immediately and its result is passed to {@link #member(Record)}.\n@param member a consumer that will call methods on {@link Record.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Record)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Record",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Record",
"variableName" : "member",
"variableType" : "Record",
"documentation" : null,
"simpleType" : "Record",
"variableSetterType" : "Record"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Record",
"variableName" : "member",
"variableType" : "Record",
"documentation" : "",
"simpleType" : "Record",
"variableSetterType" : "Record"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Record",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Record",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Records",
"setterDocumentation" : "The data records retrieved from the shard.
\n@param records The data records retrieved from the shard.",
"setterMethodName" : "setRecords",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "records",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "records",
"variableType" : "java.util.List",
"documentation" : "The data records retrieved from the shard.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextShardIterator",
"beanStyleSetterMethodName" : "setNextShardIterator",
"c2jName" : "NextShardIterator",
"c2jShape" : "ShardIterator",
"defaultConsumerFluentSetterDocumentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextShardIterator(String)}.\n@param nextShardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextShardIterator(String)",
"deprecated" : false,
"documentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextShardIterator",
"fluentSetterDocumentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
\n@param nextShardIterator The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextShardIterator",
"getterDocumentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
\n@return The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextShardIterator",
"setterDocumentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
\n@param nextShardIterator The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.",
"setterMethodName" : "setNextShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextShardIterator",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextShardIterator",
"variableType" : "String",
"documentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMillisBehindLatest",
"beanStyleSetterMethodName" : "setMillisBehindLatest",
"c2jName" : "MillisBehindLatest",
"c2jShape" : "MillisBehindLatest",
"defaultConsumerFluentSetterDocumentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #millisBehindLatest(Long)}.\n@param millisBehindLatest a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #millisBehindLatest(Long)",
"deprecated" : false,
"documentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "millisBehindLatest",
"fluentSetterDocumentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
\n@param millisBehindLatest The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "millisBehindLatest",
"getterDocumentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
\n@return The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MillisBehindLatest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MillisBehindLatest",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "MillisBehindLatest",
"setterDocumentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
\n@param millisBehindLatest The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.",
"setterMethodName" : "setMillisBehindLatest",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "millisBehindLatest",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "millisBehindLatest",
"variableType" : "Long",
"documentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MillisBehindLatest" : {
"beanStyleGetterMethodName" : "getMillisBehindLatest",
"beanStyleSetterMethodName" : "setMillisBehindLatest",
"c2jName" : "MillisBehindLatest",
"c2jShape" : "MillisBehindLatest",
"defaultConsumerFluentSetterDocumentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #millisBehindLatest(Long)}.\n@param millisBehindLatest a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #millisBehindLatest(Long)",
"deprecated" : false,
"documentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "millisBehindLatest",
"fluentSetterDocumentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
\n@param millisBehindLatest The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "millisBehindLatest",
"getterDocumentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
\n@return The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MillisBehindLatest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MillisBehindLatest",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "MillisBehindLatest",
"setterDocumentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
\n@param millisBehindLatest The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.",
"setterMethodName" : "setMillisBehindLatest",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "millisBehindLatest",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "millisBehindLatest",
"variableType" : "Long",
"documentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"NextShardIterator" : {
"beanStyleGetterMethodName" : "getNextShardIterator",
"beanStyleSetterMethodName" : "setNextShardIterator",
"c2jName" : "NextShardIterator",
"c2jShape" : "ShardIterator",
"defaultConsumerFluentSetterDocumentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextShardIterator(String)}.\n@param nextShardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextShardIterator(String)",
"deprecated" : false,
"documentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextShardIterator",
"fluentSetterDocumentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
\n@param nextShardIterator The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextShardIterator",
"getterDocumentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
\n@return The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextShardIterator",
"setterDocumentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
\n@param nextShardIterator The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.",
"setterMethodName" : "setNextShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextShardIterator",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextShardIterator",
"variableType" : "String",
"documentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Records" : {
"beanStyleGetterMethodName" : "getRecords",
"beanStyleSetterMethodName" : "setRecords",
"c2jName" : "Records",
"c2jShape" : "RecordList",
"defaultConsumerFluentSetterDocumentation" : "The data records retrieved from the shard.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)",
"deprecated" : false,
"documentation" : "The data records retrieved from the shard.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "records",
"fluentSetterDocumentation" : "The data records retrieved from the shard.
\n@param records The data records retrieved from the shard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "records",
"getterDocumentation" : "The data records retrieved from the shard.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The data records retrieved from the shard.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Records",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Records",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Record",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Record.Builder} avoiding the need to create one manually via {@link Record#builder()}.\n\nWhen the {@link Consumer} completes, {@link Record.Builder#build()} is called immediately and its result is passed to {@link #member(Record)}.\n@param member a consumer that will call methods on {@link Record.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Record)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Record",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Record",
"variableName" : "member",
"variableType" : "Record",
"documentation" : null,
"simpleType" : "Record",
"variableSetterType" : "Record"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Record",
"variableName" : "member",
"variableType" : "Record",
"documentation" : "",
"simpleType" : "Record",
"variableSetterType" : "Record"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Record",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Record",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Records",
"setterDocumentation" : "The data records retrieved from the shard.
\n@param records The data records retrieved from the shard.",
"setterMethodName" : "setRecords",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "records",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "records",
"variableType" : "java.util.List",
"documentation" : "The data records retrieved from the shard.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getRecords",
"beanStyleSetterMethodName" : "setRecords",
"c2jName" : "Records",
"c2jShape" : "RecordList",
"defaultConsumerFluentSetterDocumentation" : "The data records retrieved from the shard.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #records(List)}.\n@param records a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #records(List)",
"deprecated" : false,
"documentation" : "The data records retrieved from the shard.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "records",
"fluentSetterDocumentation" : "The data records retrieved from the shard.
\n@param records The data records retrieved from the shard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "records",
"getterDocumentation" : "The data records retrieved from the shard.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The data records retrieved from the shard.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Records",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Records",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Record",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Record.Builder} avoiding the need to create one manually via {@link Record#builder()}.\n\nWhen the {@link Consumer} completes, {@link Record.Builder#build()} is called immediately and its result is passed to {@link #member(Record)}.\n@param member a consumer that will call methods on {@link Record.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Record)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Record",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Record",
"variableName" : "member",
"variableType" : "Record",
"documentation" : null,
"simpleType" : "Record",
"variableSetterType" : "Record"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Record",
"variableName" : "member",
"variableType" : "Record",
"documentation" : "",
"simpleType" : "Record",
"variableSetterType" : "Record"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Record",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Record",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Records",
"setterDocumentation" : "The data records retrieved from the shard.
\n@param records The data records retrieved from the shard.",
"setterMethodName" : "setRecords",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "records",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "records",
"variableType" : "java.util.List",
"documentation" : "The data records retrieved from the shard.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextShardIterator",
"beanStyleSetterMethodName" : "setNextShardIterator",
"c2jName" : "NextShardIterator",
"c2jShape" : "ShardIterator",
"defaultConsumerFluentSetterDocumentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextShardIterator(String)}.\n@param nextShardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextShardIterator(String)",
"deprecated" : false,
"documentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextShardIterator",
"fluentSetterDocumentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
\n@param nextShardIterator The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextShardIterator",
"getterDocumentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
\n@return The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextShardIterator",
"setterDocumentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
\n@param nextShardIterator The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.",
"setterMethodName" : "setNextShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextShardIterator",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextShardIterator",
"variableType" : "String",
"documentation" : "The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator does not return any more data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMillisBehindLatest",
"beanStyleSetterMethodName" : "setMillisBehindLatest",
"c2jName" : "MillisBehindLatest",
"c2jShape" : "MillisBehindLatest",
"defaultConsumerFluentSetterDocumentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #millisBehindLatest(Long)}.\n@param millisBehindLatest a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #millisBehindLatest(Long)",
"deprecated" : false,
"documentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "millisBehindLatest",
"fluentSetterDocumentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
\n@param millisBehindLatest The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "millisBehindLatest",
"getterDocumentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
\n@return The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MillisBehindLatest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MillisBehindLatest",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "MillisBehindLatest",
"setterDocumentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
\n@param millisBehindLatest The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.",
"setterMethodName" : "setMillisBehindLatest",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "millisBehindLatest",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "millisBehindLatest",
"variableType" : "Long",
"documentation" : "The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Records" ],
"shapeName" : "GetRecordsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetRecordsResponse",
"variableName" : "getRecordsResponse",
"variableType" : "GetRecordsResponse",
"documentation" : null,
"simpleType" : "GetRecordsResponse",
"variableSetterType" : "GetRecordsResponse"
},
"wrapper" : false
},
"GetShardIteratorRequest" : {
"c2jName" : "GetShardIteratorInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input for GetShardIterator
.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetShardIterator",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.GetShardIterator",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon Kinesis data stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the Amazon Kinesis data stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Amazon Kinesis data stream.
\n@param streamName The name of the Amazon Kinesis data stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Amazon Kinesis data stream.
\n@return The name of the Amazon Kinesis data stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the Amazon Kinesis data stream.
\n@param streamName The name of the Amazon Kinesis data stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Amazon Kinesis data stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getShardId",
"beanStyleSetterMethodName" : "setShardId",
"c2jName" : "ShardId",
"c2jShape" : "ShardId",
"defaultConsumerFluentSetterDocumentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)",
"deprecated" : false,
"documentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardId",
"fluentSetterDocumentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
\n@param shardId The shard ID of the Kinesis Data Streams shard to get the iterator for.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardId",
"getterDocumentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
\n@return The shard ID of the Kinesis Data Streams shard to get the iterator for.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShardId",
"setterDocumentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
\n@param shardId The shard ID of the Kinesis Data Streams shard to get the iterator for.",
"setterMethodName" : "setShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getShardIteratorType",
"beanStyleSetterMethodName" : "setShardIteratorType",
"c2jName" : "ShardIteratorType",
"c2jShape" : "ShardIteratorType",
"defaultConsumerFluentSetterDocumentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIteratorTypeAsString(String)}.\n@param shardIteratorType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIteratorType(String)",
"deprecated" : false,
"documentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
",
"enumType" : "ShardIteratorType",
"fluentEnumGetterMethodName" : "shardIteratorType",
"fluentEnumSetterMethodName" : "shardIteratorType",
"fluentGetterMethodName" : "shardIteratorTypeAsString",
"fluentSetterDocumentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@param shardIteratorType Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType",
"fluentSetterMethodName" : "shardIteratorType",
"getterDocumentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #shardIteratorType} will return {@link ShardIteratorType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #shardIteratorTypeAsString}.\n
\n@return Determines how the shard iterator is used to start reading data records from the shard. The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardIteratorType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIteratorType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShardIteratorType",
"setterDocumentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@param shardIteratorType Determines how the shard iterator is used to start reading data records from the shard. The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType",
"setterMethodName" : "setShardIteratorType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIteratorType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIteratorType",
"variableType" : "String",
"documentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStartingSequenceNumber",
"beanStyleSetterMethodName" : "setStartingSequenceNumber",
"c2jName" : "StartingSequenceNumber",
"c2jShape" : "SequenceNumber",
"defaultConsumerFluentSetterDocumentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingSequenceNumber(String)}.\n@param startingSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingSequenceNumber(String)",
"deprecated" : false,
"documentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startingSequenceNumber",
"fluentSetterDocumentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
\n@param startingSequenceNumber The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startingSequenceNumber",
"getterDocumentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
\n@return The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartingSequenceNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartingSequenceNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StartingSequenceNumber",
"setterDocumentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
\n@param startingSequenceNumber The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.",
"setterMethodName" : "setStartingSequenceNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startingSequenceNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startingSequenceNumber",
"variableType" : "String",
"documentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)",
"deprecated" : false,
"documentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
\n@param timestamp The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
\n@return The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Timestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "Timestamp",
"setterDocumentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
\n@param timestamp The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ShardId" : {
"beanStyleGetterMethodName" : "getShardId",
"beanStyleSetterMethodName" : "setShardId",
"c2jName" : "ShardId",
"c2jShape" : "ShardId",
"defaultConsumerFluentSetterDocumentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)",
"deprecated" : false,
"documentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardId",
"fluentSetterDocumentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
\n@param shardId The shard ID of the Kinesis Data Streams shard to get the iterator for.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardId",
"getterDocumentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
\n@return The shard ID of the Kinesis Data Streams shard to get the iterator for.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShardId",
"setterDocumentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
\n@param shardId The shard ID of the Kinesis Data Streams shard to get the iterator for.",
"setterMethodName" : "setShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ShardIteratorType" : {
"beanStyleGetterMethodName" : "getShardIteratorType",
"beanStyleSetterMethodName" : "setShardIteratorType",
"c2jName" : "ShardIteratorType",
"c2jShape" : "ShardIteratorType",
"defaultConsumerFluentSetterDocumentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIteratorTypeAsString(String)}.\n@param shardIteratorType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIteratorType(String)",
"deprecated" : false,
"documentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
",
"enumType" : "ShardIteratorType",
"fluentEnumGetterMethodName" : "shardIteratorType",
"fluentEnumSetterMethodName" : "shardIteratorType",
"fluentGetterMethodName" : "shardIteratorTypeAsString",
"fluentSetterDocumentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@param shardIteratorType Determines how the shard iterator is used to start reading data records from the shard. The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType",
"fluentSetterMethodName" : "shardIteratorType",
"getterDocumentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #shardIteratorType} will return {@link ShardIteratorType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #shardIteratorTypeAsString}.\n
\n@return Determines how the shard iterator is used to start reading data records from the shard. The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardIteratorType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIteratorType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShardIteratorType",
"setterDocumentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@param shardIteratorType Determines how the shard iterator is used to start reading data records from the shard. The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType",
"setterMethodName" : "setShardIteratorType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIteratorType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIteratorType",
"variableType" : "String",
"documentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StartingSequenceNumber" : {
"beanStyleGetterMethodName" : "getStartingSequenceNumber",
"beanStyleSetterMethodName" : "setStartingSequenceNumber",
"c2jName" : "StartingSequenceNumber",
"c2jShape" : "SequenceNumber",
"defaultConsumerFluentSetterDocumentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingSequenceNumber(String)}.\n@param startingSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingSequenceNumber(String)",
"deprecated" : false,
"documentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startingSequenceNumber",
"fluentSetterDocumentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
\n@param startingSequenceNumber The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startingSequenceNumber",
"getterDocumentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
\n@return The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartingSequenceNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartingSequenceNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StartingSequenceNumber",
"setterDocumentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
\n@param startingSequenceNumber The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.",
"setterMethodName" : "setStartingSequenceNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startingSequenceNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startingSequenceNumber",
"variableType" : "String",
"documentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon Kinesis data stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the Amazon Kinesis data stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Amazon Kinesis data stream.
\n@param streamName The name of the Amazon Kinesis data stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Amazon Kinesis data stream.
\n@return The name of the Amazon Kinesis data stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the Amazon Kinesis data stream.
\n@param streamName The name of the Amazon Kinesis data stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Amazon Kinesis data stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Timestamp" : {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)",
"deprecated" : false,
"documentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
\n@param timestamp The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
\n@return The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Timestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "Timestamp",
"setterDocumentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
\n@param timestamp The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon Kinesis data stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the Amazon Kinesis data stream.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the Amazon Kinesis data stream.
\n@param streamName The name of the Amazon Kinesis data stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the Amazon Kinesis data stream.
\n@return The name of the Amazon Kinesis data stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the Amazon Kinesis data stream.
\n@param streamName The name of the Amazon Kinesis data stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Amazon Kinesis data stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getShardId",
"beanStyleSetterMethodName" : "setShardId",
"c2jName" : "ShardId",
"c2jShape" : "ShardId",
"defaultConsumerFluentSetterDocumentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardId(String)}.\n@param shardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardId(String)",
"deprecated" : false,
"documentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardId",
"fluentSetterDocumentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
\n@param shardId The shard ID of the Kinesis Data Streams shard to get the iterator for.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardId",
"getterDocumentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
\n@return The shard ID of the Kinesis Data Streams shard to get the iterator for.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShardId",
"setterDocumentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
\n@param shardId The shard ID of the Kinesis Data Streams shard to get the iterator for.",
"setterMethodName" : "setShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardId",
"variableType" : "String",
"documentation" : "The shard ID of the Kinesis Data Streams shard to get the iterator for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getShardIteratorType",
"beanStyleSetterMethodName" : "setShardIteratorType",
"c2jName" : "ShardIteratorType",
"c2jShape" : "ShardIteratorType",
"defaultConsumerFluentSetterDocumentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIteratorTypeAsString(String)}.\n@param shardIteratorType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIteratorType(String)",
"deprecated" : false,
"documentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
",
"enumType" : "ShardIteratorType",
"fluentEnumGetterMethodName" : "shardIteratorType",
"fluentEnumSetterMethodName" : "shardIteratorType",
"fluentGetterMethodName" : "shardIteratorTypeAsString",
"fluentSetterDocumentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@param shardIteratorType Determines how the shard iterator is used to start reading data records from the shard. The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShardIteratorType",
"fluentSetterMethodName" : "shardIteratorType",
"getterDocumentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #shardIteratorType} will return {@link ShardIteratorType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #shardIteratorTypeAsString}.\n
\n@return Determines how the shard iterator is used to start reading data records from the shard. The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardIteratorType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIteratorType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShardIteratorType",
"setterDocumentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@param shardIteratorType Determines how the shard iterator is used to start reading data records from the shard. The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
\n@see ShardIteratorType",
"setterMethodName" : "setShardIteratorType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIteratorType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIteratorType",
"variableType" : "String",
"documentation" : "Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
-
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
-
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
-
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
-
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStartingSequenceNumber",
"beanStyleSetterMethodName" : "setStartingSequenceNumber",
"c2jName" : "StartingSequenceNumber",
"c2jShape" : "SequenceNumber",
"defaultConsumerFluentSetterDocumentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingSequenceNumber(String)}.\n@param startingSequenceNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingSequenceNumber(String)",
"deprecated" : false,
"documentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startingSequenceNumber",
"fluentSetterDocumentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
\n@param startingSequenceNumber The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startingSequenceNumber",
"getterDocumentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
\n@return The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartingSequenceNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartingSequenceNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StartingSequenceNumber",
"setterDocumentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
\n@param startingSequenceNumber The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.",
"setterMethodName" : "setStartingSequenceNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startingSequenceNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startingSequenceNumber",
"variableType" : "String",
"documentation" : "The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)",
"deprecated" : false,
"documentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
\n@param timestamp The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
\n@return The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Timestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "Timestamp",
"setterDocumentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
\n@param timestamp The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamName", "ShardId", "ShardIteratorType" ],
"shapeName" : "GetShardIteratorRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetShardIteratorRequest",
"variableName" : "getShardIteratorRequest",
"variableType" : "GetShardIteratorRequest",
"documentation" : null,
"simpleType" : "GetShardIteratorRequest",
"variableSetterType" : "GetShardIteratorRequest"
},
"wrapper" : false
},
"GetShardIteratorResponse" : {
"c2jName" : "GetShardIteratorOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the output for GetShardIterator
.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getShardIterator",
"beanStyleSetterMethodName" : "setShardIterator",
"c2jName" : "ShardIterator",
"c2jShape" : "ShardIterator",
"defaultConsumerFluentSetterDocumentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIterator(String)}.\n@param shardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIterator(String)",
"deprecated" : false,
"documentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardIterator",
"fluentSetterDocumentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
\n@param shardIterator The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardIterator",
"getterDocumentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
\n@return The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShardIterator",
"setterDocumentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
\n@param shardIterator The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.",
"setterMethodName" : "setShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ShardIterator" : {
"beanStyleGetterMethodName" : "getShardIterator",
"beanStyleSetterMethodName" : "setShardIterator",
"c2jName" : "ShardIterator",
"c2jShape" : "ShardIterator",
"defaultConsumerFluentSetterDocumentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIterator(String)}.\n@param shardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIterator(String)",
"deprecated" : false,
"documentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardIterator",
"fluentSetterDocumentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
\n@param shardIterator The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardIterator",
"getterDocumentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
\n@return The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShardIterator",
"setterDocumentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
\n@param shardIterator The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.",
"setterMethodName" : "setShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getShardIterator",
"beanStyleSetterMethodName" : "setShardIterator",
"c2jName" : "ShardIterator",
"c2jShape" : "ShardIterator",
"defaultConsumerFluentSetterDocumentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #shardIterator(String)}.\n@param shardIterator a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shardIterator(String)",
"deprecated" : false,
"documentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shardIterator",
"fluentSetterDocumentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
\n@param shardIterator The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shardIterator",
"getterDocumentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
\n@return The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShardIterator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShardIterator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ShardIterator",
"setterDocumentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
\n@param shardIterator The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.",
"setterMethodName" : "setShardIterator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "shardIterator",
"variableType" : "String",
"documentation" : "The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetShardIteratorResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetShardIteratorResponse",
"variableName" : "getShardIteratorResponse",
"variableType" : "GetShardIteratorResponse",
"documentation" : null,
"simpleType" : "GetShardIteratorResponse",
"variableSetterType" : "GetShardIteratorResponse"
},
"wrapper" : false
},
"HashKeyRange" : {
"c2jName" : "HashKeyRange",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getStartingHashKey",
"beanStyleSetterMethodName" : "setStartingHashKey",
"c2jName" : "StartingHashKey",
"c2jShape" : "HashKey",
"defaultConsumerFluentSetterDocumentation" : "The starting hash key of the hash key range.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingHashKey(String)}.\n@param startingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingHashKey(String)",
"deprecated" : false,
"documentation" : "The starting hash key of the hash key range.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startingHashKey",
"fluentSetterDocumentation" : "The starting hash key of the hash key range.
\n@param startingHashKey The starting hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startingHashKey",
"getterDocumentation" : "The starting hash key of the hash key range.
\n@return The starting hash key of the hash key range.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartingHashKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartingHashKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StartingHashKey",
"setterDocumentation" : "The starting hash key of the hash key range.
\n@param startingHashKey The starting hash key of the hash key range.",
"setterMethodName" : "setStartingHashKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startingHashKey",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startingHashKey",
"variableType" : "String",
"documentation" : "The starting hash key of the hash key range.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndingHashKey",
"beanStyleSetterMethodName" : "setEndingHashKey",
"c2jName" : "EndingHashKey",
"c2jShape" : "HashKey",
"defaultConsumerFluentSetterDocumentation" : "The ending hash key of the hash key range.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endingHashKey(String)}.\n@param endingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endingHashKey(String)",
"deprecated" : false,
"documentation" : "The ending hash key of the hash key range.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endingHashKey",
"fluentSetterDocumentation" : "The ending hash key of the hash key range.
\n@param endingHashKey The ending hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endingHashKey",
"getterDocumentation" : "The ending hash key of the hash key range.
\n@return The ending hash key of the hash key range.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndingHashKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndingHashKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndingHashKey",
"setterDocumentation" : "The ending hash key of the hash key range.
\n@param endingHashKey The ending hash key of the hash key range.",
"setterMethodName" : "setEndingHashKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endingHashKey",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endingHashKey",
"variableType" : "String",
"documentation" : "The ending hash key of the hash key range.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndingHashKey" : {
"beanStyleGetterMethodName" : "getEndingHashKey",
"beanStyleSetterMethodName" : "setEndingHashKey",
"c2jName" : "EndingHashKey",
"c2jShape" : "HashKey",
"defaultConsumerFluentSetterDocumentation" : "The ending hash key of the hash key range.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endingHashKey(String)}.\n@param endingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endingHashKey(String)",
"deprecated" : false,
"documentation" : "The ending hash key of the hash key range.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endingHashKey",
"fluentSetterDocumentation" : "The ending hash key of the hash key range.
\n@param endingHashKey The ending hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endingHashKey",
"getterDocumentation" : "The ending hash key of the hash key range.
\n@return The ending hash key of the hash key range.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndingHashKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndingHashKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndingHashKey",
"setterDocumentation" : "The ending hash key of the hash key range.
\n@param endingHashKey The ending hash key of the hash key range.",
"setterMethodName" : "setEndingHashKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endingHashKey",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endingHashKey",
"variableType" : "String",
"documentation" : "The ending hash key of the hash key range.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StartingHashKey" : {
"beanStyleGetterMethodName" : "getStartingHashKey",
"beanStyleSetterMethodName" : "setStartingHashKey",
"c2jName" : "StartingHashKey",
"c2jShape" : "HashKey",
"defaultConsumerFluentSetterDocumentation" : "The starting hash key of the hash key range.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingHashKey(String)}.\n@param startingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingHashKey(String)",
"deprecated" : false,
"documentation" : "The starting hash key of the hash key range.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startingHashKey",
"fluentSetterDocumentation" : "The starting hash key of the hash key range.
\n@param startingHashKey The starting hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startingHashKey",
"getterDocumentation" : "The starting hash key of the hash key range.
\n@return The starting hash key of the hash key range.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartingHashKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartingHashKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StartingHashKey",
"setterDocumentation" : "The starting hash key of the hash key range.
\n@param startingHashKey The starting hash key of the hash key range.",
"setterMethodName" : "setStartingHashKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startingHashKey",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startingHashKey",
"variableType" : "String",
"documentation" : "The starting hash key of the hash key range.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStartingHashKey",
"beanStyleSetterMethodName" : "setStartingHashKey",
"c2jName" : "StartingHashKey",
"c2jShape" : "HashKey",
"defaultConsumerFluentSetterDocumentation" : "The starting hash key of the hash key range.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #startingHashKey(String)}.\n@param startingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startingHashKey(String)",
"deprecated" : false,
"documentation" : "The starting hash key of the hash key range.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startingHashKey",
"fluentSetterDocumentation" : "The starting hash key of the hash key range.
\n@param startingHashKey The starting hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startingHashKey",
"getterDocumentation" : "The starting hash key of the hash key range.
\n@return The starting hash key of the hash key range.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartingHashKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartingHashKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StartingHashKey",
"setterDocumentation" : "The starting hash key of the hash key range.
\n@param startingHashKey The starting hash key of the hash key range.",
"setterMethodName" : "setStartingHashKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startingHashKey",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startingHashKey",
"variableType" : "String",
"documentation" : "The starting hash key of the hash key range.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndingHashKey",
"beanStyleSetterMethodName" : "setEndingHashKey",
"c2jName" : "EndingHashKey",
"c2jShape" : "HashKey",
"defaultConsumerFluentSetterDocumentation" : "The ending hash key of the hash key range.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endingHashKey(String)}.\n@param endingHashKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endingHashKey(String)",
"deprecated" : false,
"documentation" : "The ending hash key of the hash key range.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endingHashKey",
"fluentSetterDocumentation" : "The ending hash key of the hash key range.
\n@param endingHashKey The ending hash key of the hash key range.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endingHashKey",
"getterDocumentation" : "The ending hash key of the hash key range.
\n@return The ending hash key of the hash key range.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndingHashKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndingHashKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndingHashKey",
"setterDocumentation" : "The ending hash key of the hash key range.
\n@param endingHashKey The ending hash key of the hash key range.",
"setterMethodName" : "setEndingHashKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endingHashKey",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endingHashKey",
"variableType" : "String",
"documentation" : "The ending hash key of the hash key range.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StartingHashKey", "EndingHashKey" ],
"shapeName" : "HashKeyRange",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "HashKeyRange",
"variableName" : "hashKeyRange",
"variableType" : "HashKeyRange",
"documentation" : null,
"simpleType" : "HashKeyRange",
"variableSetterType" : "HashKeyRange"
},
"wrapper" : false
},
"IncreaseStreamRetentionPeriodRequest" : {
"c2jName" : "IncreaseStreamRetentionPeriodInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input for IncreaseStreamRetentionPeriod.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "IncreaseStreamRetentionPeriod",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.IncreaseStreamRetentionPeriod",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to modify.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to modify.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to modify.
\n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to modify.
\n@return The name of the stream to modify.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to modify.
\n@param streamName The name of the stream to modify.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to modify.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRetentionPeriodHours",
"beanStyleSetterMethodName" : "setRetentionPeriodHours",
"c2jName" : "RetentionPeriodHours",
"c2jShape" : "RetentionPeriodHours",
"defaultConsumerFluentSetterDocumentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)",
"deprecated" : false,
"documentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriodHours",
"fluentSetterDocumentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be more than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriodHours",
"getterDocumentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
\n@return The new retention period of the stream, in hours. Must be more than the current retention period.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RetentionPeriodHours",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RetentionPeriodHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "RetentionPeriodHours",
"setterDocumentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be more than the current retention period.",
"setterMethodName" : "setRetentionPeriodHours",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "retentionPeriodHours",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "retentionPeriodHours",
"variableType" : "Integer",
"documentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RetentionPeriodHours" : {
"beanStyleGetterMethodName" : "getRetentionPeriodHours",
"beanStyleSetterMethodName" : "setRetentionPeriodHours",
"c2jName" : "RetentionPeriodHours",
"c2jShape" : "RetentionPeriodHours",
"defaultConsumerFluentSetterDocumentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)",
"deprecated" : false,
"documentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriodHours",
"fluentSetterDocumentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be more than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriodHours",
"getterDocumentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
\n@return The new retention period of the stream, in hours. Must be more than the current retention period.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RetentionPeriodHours",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RetentionPeriodHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "RetentionPeriodHours",
"setterDocumentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be more than the current retention period.",
"setterMethodName" : "setRetentionPeriodHours",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "retentionPeriodHours",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "retentionPeriodHours",
"variableType" : "Integer",
"documentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to modify.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to modify.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to modify.
\n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to modify.
\n@return The name of the stream to modify.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to modify.
\n@param streamName The name of the stream to modify.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to modify.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to modify.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to modify.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream to modify.
\n@param streamName The name of the stream to modify.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream to modify.
\n@return The name of the stream to modify.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "The name of the stream to modify.
\n@param streamName The name of the stream to modify.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream to modify.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRetentionPeriodHours",
"beanStyleSetterMethodName" : "setRetentionPeriodHours",
"c2jName" : "RetentionPeriodHours",
"c2jShape" : "RetentionPeriodHours",
"defaultConsumerFluentSetterDocumentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriodHours(Integer)}.\n@param retentionPeriodHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriodHours(Integer)",
"deprecated" : false,
"documentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriodHours",
"fluentSetterDocumentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be more than the current retention period.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriodHours",
"getterDocumentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
\n@return The new retention period of the stream, in hours. Must be more than the current retention period.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RetentionPeriodHours",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RetentionPeriodHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "RetentionPeriodHours",
"setterDocumentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
\n@param retentionPeriodHours The new retention period of the stream, in hours. Must be more than the current retention period.",
"setterMethodName" : "setRetentionPeriodHours",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "retentionPeriodHours",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "retentionPeriodHours",
"variableType" : "Integer",
"documentation" : "The new retention period of the stream, in hours. Must be more than the current retention period.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamName", "RetentionPeriodHours" ],
"shapeName" : "IncreaseStreamRetentionPeriodRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "IncreaseStreamRetentionPeriodRequest",
"variableName" : "increaseStreamRetentionPeriodRequest",
"variableType" : "IncreaseStreamRetentionPeriodRequest",
"documentation" : null,
"simpleType" : "IncreaseStreamRetentionPeriodRequest",
"variableSetterType" : "IncreaseStreamRetentionPeriodRequest"
},
"wrapper" : false
},
"IncreaseStreamRetentionPeriodResponse" : {
"c2jName" : "IncreaseStreamRetentionPeriodResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "IncreaseStreamRetentionPeriodResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "IncreaseStreamRetentionPeriodResponse",
"variableName" : "increaseStreamRetentionPeriodResponse",
"variableType" : "IncreaseStreamRetentionPeriodResponse",
"documentation" : null,
"simpleType" : "IncreaseStreamRetentionPeriodResponse",
"variableSetterType" : "IncreaseStreamRetentionPeriodResponse"
},
"wrapper" : false
},
"InvalidArgumentException" : {
"c2jName" : "InvalidArgumentException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
",
"enums" : null,
"errorCode" : "InvalidArgumentException",
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidArgumentException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidArgumentException",
"variableName" : "invalidArgumentException",
"variableType" : "InvalidArgumentException",
"documentation" : null,
"simpleType" : "InvalidArgumentException",
"variableSetterType" : "InvalidArgumentException"
},
"wrapper" : false
},
"KmsAccessDeniedException" : {
"c2jName" : "KMSAccessDeniedException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The ciphertext references a key that doesn't exist or that you don't have access to.
",
"enums" : null,
"errorCode" : "KMSAccessDeniedException",
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KmsAccessDeniedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "KmsAccessDeniedException",
"variableName" : "kmsAccessDeniedException",
"variableType" : "KmsAccessDeniedException",
"documentation" : null,
"simpleType" : "KmsAccessDeniedException",
"variableSetterType" : "KmsAccessDeniedException"
},
"wrapper" : false
},
"KmsDisabledException" : {
"c2jName" : "KMSDisabledException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The request was rejected because the specified customer master key (CMK) isn't enabled.
",
"enums" : null,
"errorCode" : "KMSDisabledException",
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KmsDisabledException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "KmsDisabledException",
"variableName" : "kmsDisabledException",
"variableType" : "KmsDisabledException",
"documentation" : null,
"simpleType" : "KmsDisabledException",
"variableSetterType" : "KmsDisabledException"
},
"wrapper" : false
},
"KmsInvalidStateException" : {
"c2jName" : "KMSInvalidStateException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
",
"enums" : null,
"errorCode" : "KMSInvalidStateException",
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KmsInvalidStateException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "KmsInvalidStateException",
"variableName" : "kmsInvalidStateException",
"variableType" : "KmsInvalidStateException",
"documentation" : null,
"simpleType" : "KmsInvalidStateException",
"variableSetterType" : "KmsInvalidStateException"
},
"wrapper" : false
},
"KmsNotFoundException" : {
"c2jName" : "KMSNotFoundException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The request was rejected because the specified entity or resource can't be found.
",
"enums" : null,
"errorCode" : "KMSNotFoundException",
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KmsNotFoundException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "KmsNotFoundException",
"variableName" : "kmsNotFoundException",
"variableType" : "KmsNotFoundException",
"documentation" : null,
"simpleType" : "KmsNotFoundException",
"variableSetterType" : "KmsNotFoundException"
},
"wrapper" : false
},
"KmsOptInRequiredException" : {
"c2jName" : "KMSOptInRequired",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The AWS access key ID needs a subscription for the service.
",
"enums" : null,
"errorCode" : "KMSOptInRequired",
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KmsOptInRequiredException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "KmsOptInRequiredException",
"variableName" : "kmsOptInRequiredException",
"variableType" : "KmsOptInRequiredException",
"documentation" : null,
"simpleType" : "KmsOptInRequiredException",
"variableSetterType" : "KmsOptInRequiredException"
},
"wrapper" : false
},
"KmsThrottlingException" : {
"c2jName" : "KMSThrottlingException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.
",
"enums" : null,
"errorCode" : "KMSThrottlingException",
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KmsThrottlingException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "KmsThrottlingException",
"variableName" : "kmsThrottlingException",
"variableType" : "KmsThrottlingException",
"documentation" : null,
"simpleType" : "KmsThrottlingException",
"variableSetterType" : "KmsThrottlingException"
},
"wrapper" : false
},
"LimitExceededException" : {
"c2jName" : "LimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
",
"enums" : null,
"errorCode" : "LimitExceededException",
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "LimitExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "LimitExceededException",
"variableName" : "limitExceededException",
"variableType" : "LimitExceededException",
"documentation" : null,
"simpleType" : "LimitExceededException",
"variableSetterType" : "LimitExceededException"
},
"wrapper" : false
},
"ListShardsRequest" : {
"c2jName" : "ListShardsInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListShards",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.ListShards",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@param streamName The name of the data stream whose shards you want to list. You cannot specify this parameter if you specify the NextToken
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "
The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@return The name of the data stream whose shards you want to list. You cannot specify this parameter if you specify the NextToken
parameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "
The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@param streamName The name of the data stream whose shards you want to list. You cannot specify this parameter if you specify the NextToken
parameter.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "
The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@return When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExclusiveStartShardId",
"beanStyleSetterMethodName" : "setExclusiveStartShardId",
"c2jName" : "ExclusiveStartShardId",
"c2jShape" : "ShardId",
"defaultConsumerFluentSetterDocumentation" : "Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartShardId(String)}.\n@param exclusiveStartShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartShardId(String)",
"deprecated" : false,
"documentation" : "Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "exclusiveStartShardId",
"fluentSetterDocumentation" : "Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
\n@param exclusiveStartShardId Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
. If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "exclusiveStartShardId",
"getterDocumentation" : "
Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
\n@return Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
. If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExclusiveStartShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartShardId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExclusiveStartShardId",
"setterDocumentation" : "
Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
\n@param exclusiveStartShardId Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
. If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.",
"setterMethodName" : "setExclusiveStartShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : "
Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "ListShardsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
\n@param maxResults The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default. When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "
The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
\n@return The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default. When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"setterDocumentation" : "
The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
\n@param maxResults The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default. When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "
The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamCreationTimestamp",
"beanStyleSetterMethodName" : "setStreamCreationTimestamp",
"c2jName" : "StreamCreationTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)",
"deprecated" : false,
"documentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamCreationTimestamp",
"fluentSetterDocumentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for. You cannot specify this parameter if you specify the NextToken
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamCreationTimestamp",
"getterDocumentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@return Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for. You cannot specify this parameter if you specify the NextToken
parameter.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamCreationTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamCreationTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "StreamCreationTimestamp",
"setterDocumentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for. You cannot specify this parameter if you specify the NextToken
parameter.",
"setterMethodName" : "setStreamCreationTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "streamCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "streamCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ExclusiveStartShardId" : {
"beanStyleGetterMethodName" : "getExclusiveStartShardId",
"beanStyleSetterMethodName" : "setExclusiveStartShardId",
"c2jName" : "ExclusiveStartShardId",
"c2jShape" : "ShardId",
"defaultConsumerFluentSetterDocumentation" : "Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartShardId(String)}.\n@param exclusiveStartShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartShardId(String)",
"deprecated" : false,
"documentation" : "Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "exclusiveStartShardId",
"fluentSetterDocumentation" : "Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
\n@param exclusiveStartShardId Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
. If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "exclusiveStartShardId",
"getterDocumentation" : "
Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
\n@return Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
. If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExclusiveStartShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartShardId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExclusiveStartShardId",
"setterDocumentation" : "
Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
\n@param exclusiveStartShardId Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
. If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.",
"setterMethodName" : "setExclusiveStartShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : "
Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MaxResults" : {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "ListShardsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
\n@param maxResults The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default. When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "
The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
\n@return The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default. When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"setterDocumentation" : "
The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
\n@param maxResults The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default. When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "
The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@return When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamCreationTimestamp" : {
"beanStyleGetterMethodName" : "getStreamCreationTimestamp",
"beanStyleSetterMethodName" : "setStreamCreationTimestamp",
"c2jName" : "StreamCreationTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)",
"deprecated" : false,
"documentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamCreationTimestamp",
"fluentSetterDocumentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for. You cannot specify this parameter if you specify the NextToken
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamCreationTimestamp",
"getterDocumentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@return Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for. You cannot specify this parameter if you specify the NextToken
parameter.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamCreationTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamCreationTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "StreamCreationTimestamp",
"setterDocumentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for. You cannot specify this parameter if you specify the NextToken
parameter.",
"setterMethodName" : "setStreamCreationTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "streamCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "streamCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@param streamName The name of the data stream whose shards you want to list. You cannot specify this parameter if you specify the NextToken
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "
The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@return The name of the data stream whose shards you want to list. You cannot specify this parameter if you specify the NextToken
parameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "
The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@param streamName The name of the data stream whose shards you want to list. You cannot specify this parameter if you specify the NextToken
parameter.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "
The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamName(String)}.\n@param streamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamName(String)",
"deprecated" : false,
"documentation" : "The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@param streamName The name of the data stream whose shards you want to list. You cannot specify this parameter if you specify the NextToken
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "
The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@return The name of the data stream whose shards you want to list. You cannot specify this parameter if you specify the NextToken
parameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamName",
"setterDocumentation" : "
The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@param streamName The name of the data stream whose shards you want to list. You cannot specify this parameter if you specify the NextToken
parameter.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "
The name of the data stream whose shards you want to list.
You cannot specify this parameter if you specify the NextToken
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@return When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of shards that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListShards
operation.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExclusiveStartShardId",
"beanStyleSetterMethodName" : "setExclusiveStartShardId",
"c2jName" : "ExclusiveStartShardId",
"c2jShape" : "ShardId",
"defaultConsumerFluentSetterDocumentation" : "Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartShardId(String)}.\n@param exclusiveStartShardId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartShardId(String)",
"deprecated" : false,
"documentation" : "Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "exclusiveStartShardId",
"fluentSetterDocumentation" : "Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
\n@param exclusiveStartShardId Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
. If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "exclusiveStartShardId",
"getterDocumentation" : "
Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
\n@return Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
. If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExclusiveStartShardId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartShardId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExclusiveStartShardId",
"setterDocumentation" : "
Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
\n@param exclusiveStartShardId Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
. If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.",
"setterMethodName" : "setExclusiveStartShardId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartShardId",
"variableType" : "String",
"documentation" : "
Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately follows ExclusiveStartShardId
.
If you don't specify this parameter, the default behavior is for ListShards
to list the shards starting with the first one in the stream.
You cannot specify this parameter if you specify NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "ListShardsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
\n@param maxResults The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default. When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "
The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
\n@return The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default. When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"setterDocumentation" : "
The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
\n@param maxResults The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default. When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "
The maximum number of shards to return in a single call to ListShards
. The minimum value you can specify for this parameter is 1, and the maximum is 1,000, which is also the default.
When the number of shards to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListShards
to list the next set of shards.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamCreationTimestamp",
"beanStyleSetterMethodName" : "setStreamCreationTimestamp",
"c2jName" : "StreamCreationTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)",
"deprecated" : false,
"documentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamCreationTimestamp",
"fluentSetterDocumentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for. You cannot specify this parameter if you specify the NextToken
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamCreationTimestamp",
"getterDocumentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@return Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for. You cannot specify this parameter if you specify the NextToken
parameter.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamCreationTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamCreationTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "StreamCreationTimestamp",
"setterDocumentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
\n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for. You cannot specify this parameter if you specify the NextToken
parameter.",
"setterMethodName" : "setStreamCreationTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "streamCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "streamCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the shards for.
You cannot specify this parameter if you specify the NextToken
parameter.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListShardsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListShardsRequest",
"variableName" : "listShardsRequest",
"variableType" : "ListShardsRequest",
"documentation" : null,
"simpleType" : "ListShardsRequest",
"variableSetterType" : "ListShardsRequest"
},
"wrapper" : false
},
"ListShardsResponse" : {
"c2jName" : "ListShardsOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getShards",
"beanStyleSetterMethodName" : "setShards",
"c2jName" : "Shards",
"c2jShape" : "ShardList",
"defaultConsumerFluentSetterDocumentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shards(List)}.\n@param shards a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shards(List)",
"deprecated" : false,
"documentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shards",
"fluentSetterDocumentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
\n@param shards An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shards",
"getterDocumentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Shards",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Shards",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Shard",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Shard.Builder} avoiding the need to create one manually via {@link Shard#builder()}.\n\nWhen the {@link Consumer} completes, {@link Shard.Builder#build()} is called immediately and its result is passed to {@link #member(Shard)}.\n@param member a consumer that will call methods on {@link Shard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Shard)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Shard",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Shard",
"variableName" : "member",
"variableType" : "Shard",
"documentation" : null,
"simpleType" : "Shard",
"variableSetterType" : "Shard"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Shard",
"variableName" : "member",
"variableType" : "Shard",
"documentation" : "",
"simpleType" : "Shard",
"variableSetterType" : "Shard"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Shard",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Shard",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Shards",
"setterDocumentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
\n@param shards An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.",
"setterMethodName" : "setShards",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shards",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shards",
"variableType" : "java.util.List",
"documentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@return When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@return When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Shards" : {
"beanStyleGetterMethodName" : "getShards",
"beanStyleSetterMethodName" : "setShards",
"c2jName" : "Shards",
"c2jShape" : "ShardList",
"defaultConsumerFluentSetterDocumentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shards(List)}.\n@param shards a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shards(List)",
"deprecated" : false,
"documentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shards",
"fluentSetterDocumentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
\n@param shards An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shards",
"getterDocumentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Shards",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Shards",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Shard",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Shard.Builder} avoiding the need to create one manually via {@link Shard#builder()}.\n\nWhen the {@link Consumer} completes, {@link Shard.Builder#build()} is called immediately and its result is passed to {@link #member(Shard)}.\n@param member a consumer that will call methods on {@link Shard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Shard)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Shard",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Shard",
"variableName" : "member",
"variableType" : "Shard",
"documentation" : null,
"simpleType" : "Shard",
"variableSetterType" : "Shard"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Shard",
"variableName" : "member",
"variableType" : "Shard",
"documentation" : "",
"simpleType" : "Shard",
"variableSetterType" : "Shard"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Shard",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Shard",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Shards",
"setterDocumentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
\n@param shards An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.",
"setterMethodName" : "setShards",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shards",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shards",
"variableType" : "java.util.List",
"documentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getShards",
"beanStyleSetterMethodName" : "setShards",
"c2jName" : "Shards",
"c2jShape" : "ShardList",
"defaultConsumerFluentSetterDocumentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #shards(List)}.\n@param shards a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #shards(List)",
"deprecated" : false,
"documentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "shards",
"fluentSetterDocumentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
\n@param shards An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "shards",
"getterDocumentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Shards",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Shards",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Shard",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Shard.Builder} avoiding the need to create one manually via {@link Shard#builder()}.\n\nWhen the {@link Consumer} completes, {@link Shard.Builder#build()} is called immediately and its result is passed to {@link #member(Shard)}.\n@param member a consumer that will call methods on {@link Shard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Shard)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Shard",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Shard",
"variableName" : "member",
"variableType" : "Shard",
"documentation" : null,
"simpleType" : "Shard",
"variableSetterType" : "Shard"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Shard",
"variableName" : "member",
"variableType" : "Shard",
"documentation" : "",
"simpleType" : "Shard",
"variableSetterType" : "Shard"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Shard",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Shard",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Shards",
"setterDocumentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
\n@param shards An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.",
"setterMethodName" : "setShards",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shards",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "shards",
"variableType" : "java.util.List",
"documentation" : "An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@return When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "When the number of shards in the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of shards in the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListShards
to list the next set of shards. For more information about the use of this pagination token when calling the ListShards
operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListShards
, you have 300 seconds to use that value. If you specify an expired token in a call to ListShards
, you get ExpiredNextTokenException
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListShardsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListShardsResponse",
"variableName" : "listShardsResponse",
"variableType" : "ListShardsResponse",
"documentation" : null,
"simpleType" : "ListShardsResponse",
"variableSetterType" : "ListShardsResponse"
},
"wrapper" : false
},
"ListStreamConsumersRequest" : {
"c2jName" : "ListStreamConsumersInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListStreamConsumers",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.ListStreamConsumers",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "StreamARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)",
"deprecated" : false,
"documentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@return The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamARN",
"setterDocumentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@return When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "ListStreamConsumersInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
\n@param maxResults The maximum number of consumers that you want a single call of ListStreamConsumers
to return.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
\n@return The maximum number of consumers that you want a single call of ListStreamConsumers
to return.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"setterDocumentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
\n@param maxResults The maximum number of consumers that you want a single call of ListStreamConsumers
to return.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamCreationTimestamp",
"beanStyleSetterMethodName" : "setStreamCreationTimestamp",
"c2jName" : "StreamCreationTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)",
"deprecated" : false,
"documentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamCreationTimestamp",
"fluentSetterDocumentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
\n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for. You can't specify this parameter if you specify the NextToken parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamCreationTimestamp",
"getterDocumentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
\n@return Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for. You can't specify this parameter if you specify the NextToken parameter.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamCreationTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamCreationTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "StreamCreationTimestamp",
"setterDocumentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
\n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for. You can't specify this parameter if you specify the NextToken parameter.",
"setterMethodName" : "setStreamCreationTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "streamCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "streamCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "ListStreamConsumersInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
\n@param maxResults The maximum number of consumers that you want a single call of ListStreamConsumers
to return.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
\n@return The maximum number of consumers that you want a single call of ListStreamConsumers
to return.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"setterDocumentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
\n@param maxResults The maximum number of consumers that you want a single call of ListStreamConsumers
to return.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@return When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamARN" : {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "StreamARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)",
"deprecated" : false,
"documentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@return The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamARN",
"setterDocumentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamCreationTimestamp" : {
"beanStyleGetterMethodName" : "getStreamCreationTimestamp",
"beanStyleSetterMethodName" : "setStreamCreationTimestamp",
"c2jName" : "StreamCreationTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)",
"deprecated" : false,
"documentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamCreationTimestamp",
"fluentSetterDocumentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
\n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for. You can't specify this parameter if you specify the NextToken parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamCreationTimestamp",
"getterDocumentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
\n@return Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for. You can't specify this parameter if you specify the NextToken parameter.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamCreationTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamCreationTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "StreamCreationTimestamp",
"setterDocumentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
\n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for. You can't specify this parameter if you specify the NextToken parameter.",
"setterMethodName" : "setStreamCreationTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "streamCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "streamCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "StreamARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamARN(String)}.\n@param streamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamARN(String)",
"deprecated" : false,
"documentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@return The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamARN",
"setterDocumentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param streamARN The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The ARN of the Kinesis data stream for which you want to list the registered consumers. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@return When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of consumers that are registered with the data stream, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers.
Don't specify StreamName
or StreamCreationTimestamp
if you specify NextToken
because the latter unambiguously identifies the stream.
You can optionally specify a value for the MaxResults
parameter when you specify NextToken
. If you specify a MaxResults
value that is less than the number of consumers that the operation returns if you don't specify MaxResults
, the response will contain a new NextToken
value. You can use the new NextToken
value in a subsequent call to the ListStreamConsumers
operation to list the next set of consumers.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "ListStreamConsumersInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
\n@param maxResults The maximum number of consumers that you want a single call of ListStreamConsumers
to return.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
\n@return The maximum number of consumers that you want a single call of ListStreamConsumers
to return.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"setterDocumentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
\n@param maxResults The maximum number of consumers that you want a single call of ListStreamConsumers
to return.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of consumers that you want a single call of ListStreamConsumers
to return.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamCreationTimestamp",
"beanStyleSetterMethodName" : "setStreamCreationTimestamp",
"c2jName" : "StreamCreationTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #streamCreationTimestamp(Instant)}.\n@param streamCreationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamCreationTimestamp(Instant)",
"deprecated" : false,
"documentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamCreationTimestamp",
"fluentSetterDocumentation" : "Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
\n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for. You can't specify this parameter if you specify the NextToken parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamCreationTimestamp",
"getterDocumentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
\n@return Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for. You can't specify this parameter if you specify the NextToken parameter.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamCreationTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamCreationTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "StreamCreationTimestamp",
"setterDocumentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
\n@param streamCreationTimestamp Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for. You can't specify this parameter if you specify the NextToken parameter.",
"setterMethodName" : "setStreamCreationTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "streamCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "streamCreationTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "
Specify this input parameter to distinguish data streams that have the same name. For example, if you create a data stream and then delete it, and you later create another data stream with the same name, you can use this input parameter to specify which of the two streams you want to list the consumers for.
You can't specify this parameter if you specify the NextToken parameter.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamARN" ],
"shapeName" : "ListStreamConsumersRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListStreamConsumersRequest",
"variableName" : "listStreamConsumersRequest",
"variableType" : "ListStreamConsumersRequest",
"documentation" : null,
"simpleType" : "ListStreamConsumersRequest",
"variableSetterType" : "ListStreamConsumersRequest"
},
"wrapper" : false
},
"ListStreamConsumersResponse" : {
"c2jName" : "ListStreamConsumersOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getConsumers",
"beanStyleSetterMethodName" : "setConsumers",
"c2jName" : "Consumers",
"c2jShape" : "ConsumerList",
"defaultConsumerFluentSetterDocumentation" : "An array of JSON objects. Each object represents one registered consumer.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #consumers(List)}.\n@param consumers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumers(List)",
"deprecated" : false,
"documentation" : "An array of JSON objects. Each object represents one registered consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumers",
"fluentSetterDocumentation" : "An array of JSON objects. Each object represents one registered consumer.
\n@param consumers An array of JSON objects. Each object represents one registered consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumers",
"getterDocumentation" : "An array of JSON objects. Each object represents one registered consumer.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of JSON objects. Each object represents one registered consumer.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Consumers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Consumers",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Consumer",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Consumer.Builder} avoiding the need to create one manually via {@link Consumer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Consumer.Builder#build()} is called immediately and its result is passed to {@link #member(Consumer)}.\n@param member a consumer that will call methods on {@link Consumer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Consumer)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Consumer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Consumer",
"variableName" : "member",
"variableType" : "Consumer",
"documentation" : null,
"simpleType" : "Consumer",
"variableSetterType" : "Consumer"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Consumer",
"variableName" : "member",
"variableType" : "Consumer",
"documentation" : "",
"simpleType" : "Consumer",
"variableSetterType" : "Consumer"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Consumer",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Consumer",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Consumers",
"setterDocumentation" : "An array of JSON objects. Each object represents one registered consumer.
\n@param consumers An array of JSON objects. Each object represents one registered consumer.",
"setterMethodName" : "setConsumers",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "consumers",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "consumers",
"variableType" : "java.util.List",
"documentation" : "An array of JSON objects. Each object represents one registered consumer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@return When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Consumers" : {
"beanStyleGetterMethodName" : "getConsumers",
"beanStyleSetterMethodName" : "setConsumers",
"c2jName" : "Consumers",
"c2jShape" : "ConsumerList",
"defaultConsumerFluentSetterDocumentation" : "An array of JSON objects. Each object represents one registered consumer.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #consumers(List)}.\n@param consumers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumers(List)",
"deprecated" : false,
"documentation" : "An array of JSON objects. Each object represents one registered consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumers",
"fluentSetterDocumentation" : "An array of JSON objects. Each object represents one registered consumer.
\n@param consumers An array of JSON objects. Each object represents one registered consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumers",
"getterDocumentation" : "An array of JSON objects. Each object represents one registered consumer.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of JSON objects. Each object represents one registered consumer.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Consumers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Consumers",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Consumer",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Consumer.Builder} avoiding the need to create one manually via {@link Consumer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Consumer.Builder#build()} is called immediately and its result is passed to {@link #member(Consumer)}.\n@param member a consumer that will call methods on {@link Consumer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Consumer)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Consumer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Consumer",
"variableName" : "member",
"variableType" : "Consumer",
"documentation" : null,
"simpleType" : "Consumer",
"variableSetterType" : "Consumer"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Consumer",
"variableName" : "member",
"variableType" : "Consumer",
"documentation" : "",
"simpleType" : "Consumer",
"variableSetterType" : "Consumer"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Consumer",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Consumer",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Consumers",
"setterDocumentation" : "An array of JSON objects. Each object represents one registered consumer.
\n@param consumers An array of JSON objects. Each object represents one registered consumer.",
"setterMethodName" : "setConsumers",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "consumers",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "consumers",
"variableType" : "java.util.List",
"documentation" : "An array of JSON objects. Each object represents one registered consumer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@return When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConsumers",
"beanStyleSetterMethodName" : "setConsumers",
"c2jName" : "Consumers",
"c2jShape" : "ConsumerList",
"defaultConsumerFluentSetterDocumentation" : "An array of JSON objects. Each object represents one registered consumer.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #consumers(List)}.\n@param consumers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consumers(List)",
"deprecated" : false,
"documentation" : "An array of JSON objects. Each object represents one registered consumer.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consumers",
"fluentSetterDocumentation" : "An array of JSON objects. Each object represents one registered consumer.
\n@param consumers An array of JSON objects. Each object represents one registered consumer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consumers",
"getterDocumentation" : "An array of JSON objects. Each object represents one registered consumer.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of JSON objects. Each object represents one registered consumer.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Consumers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Consumers",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Consumer",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Consumer.Builder} avoiding the need to create one manually via {@link Consumer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Consumer.Builder#build()} is called immediately and its result is passed to {@link #member(Consumer)}.\n@param member a consumer that will call methods on {@link Consumer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Consumer)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Consumer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Consumer",
"variableName" : "member",
"variableType" : "Consumer",
"documentation" : null,
"simpleType" : "Consumer",
"variableSetterType" : "Consumer"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Consumer",
"variableName" : "member",
"variableType" : "Consumer",
"documentation" : "",
"simpleType" : "Consumer",
"variableSetterType" : "Consumer"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Consumer",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Consumer",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Consumers",
"setterDocumentation" : "An array of JSON objects. Each object represents one registered consumer.
\n@param consumers An array of JSON objects. Each object represents one registered consumer.",
"setterMethodName" : "setConsumers",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "consumers",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "consumers",
"variableType" : "java.util.List",
"documentation" : "An array of JSON objects. Each object represents one registered consumer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@return When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
\n@param nextToken When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken. Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of registered consumers, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListStreamConsumers
to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers
operation, see ListStreamConsumersInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken
in the response to a call to ListStreamConsumers
, you have 300 seconds to use that value. If you specify an expired token in a call to ListStreamConsumers
, you get ExpiredNextTokenException
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListStreamConsumersResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListStreamConsumersResponse",
"variableName" : "listStreamConsumersResponse",
"variableType" : "ListStreamConsumersResponse",
"documentation" : null,
"simpleType" : "ListStreamConsumersResponse",
"variableSetterType" : "ListStreamConsumersResponse"
},
"wrapper" : false
},
"ListStreamsRequest" : {
"c2jName" : "ListStreamsInput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input for ListStreams
.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListStreams",
"locationName" : null,
"requestUri" : "/",
"target" : "Kinesis_20131202.ListStreams",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "Limit",
"c2jShape" : "ListStreamsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of streams to list.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of streams to list.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of streams to list.
\n@param limit The maximum number of streams to list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of streams to list.
\n@return The maximum number of streams to list.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Limit",
"setterDocumentation" : "The maximum number of streams to list.
\n@param limit The maximum number of streams to list.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of streams to list.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExclusiveStartStreamName",
"beanStyleSetterMethodName" : "setExclusiveStartStreamName",
"c2jName" : "ExclusiveStartStreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to start the list with.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartStreamName(String)}.\n@param exclusiveStartStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to start the list with.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "exclusiveStartStreamName",
"fluentSetterDocumentation" : "The name of the stream to start the list with.
\n@param exclusiveStartStreamName The name of the stream to start the list with.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "exclusiveStartStreamName",
"getterDocumentation" : "The name of the stream to start the list with.
\n@return The name of the stream to start the list with.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExclusiveStartStreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExclusiveStartStreamName",
"setterDocumentation" : "The name of the stream to start the list with.
\n@param exclusiveStartStreamName The name of the stream to start the list with.",
"setterMethodName" : "setExclusiveStartStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartStreamName",
"variableType" : "String",
"documentation" : "The name of the stream to start the list with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ExclusiveStartStreamName" : {
"beanStyleGetterMethodName" : "getExclusiveStartStreamName",
"beanStyleSetterMethodName" : "setExclusiveStartStreamName",
"c2jName" : "ExclusiveStartStreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to start the list with.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartStreamName(String)}.\n@param exclusiveStartStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to start the list with.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "exclusiveStartStreamName",
"fluentSetterDocumentation" : "The name of the stream to start the list with.
\n@param exclusiveStartStreamName The name of the stream to start the list with.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "exclusiveStartStreamName",
"getterDocumentation" : "The name of the stream to start the list with.
\n@return The name of the stream to start the list with.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExclusiveStartStreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExclusiveStartStreamName",
"setterDocumentation" : "The name of the stream to start the list with.
\n@param exclusiveStartStreamName The name of the stream to start the list with.",
"setterMethodName" : "setExclusiveStartStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartStreamName",
"variableType" : "String",
"documentation" : "The name of the stream to start the list with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Limit" : {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "Limit",
"c2jShape" : "ListStreamsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of streams to list.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of streams to list.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of streams to list.
\n@param limit The maximum number of streams to list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of streams to list.
\n@return The maximum number of streams to list.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Limit",
"setterDocumentation" : "The maximum number of streams to list.
\n@param limit The maximum number of streams to list.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of streams to list.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "Limit",
"c2jShape" : "ListStreamsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of streams to list.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of streams to list.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of streams to list.
\n@param limit The maximum number of streams to list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of streams to list.
\n@return The maximum number of streams to list.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Limit",
"setterDocumentation" : "The maximum number of streams to list.
\n@param limit The maximum number of streams to list.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of streams to list.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExclusiveStartStreamName",
"beanStyleSetterMethodName" : "setExclusiveStartStreamName",
"c2jName" : "ExclusiveStartStreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream to start the list with.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartStreamName(String)}.\n@param exclusiveStartStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the stream to start the list with.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "exclusiveStartStreamName",
"fluentSetterDocumentation" : "The name of the stream to start the list with.
\n@param exclusiveStartStreamName The name of the stream to start the list with.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "exclusiveStartStreamName",
"getterDocumentation" : "The name of the stream to start the list with.
\n@return The name of the stream to start the list with.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExclusiveStartStreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExclusiveStartStreamName",
"setterDocumentation" : "The name of the stream to start the list with.
\n@param exclusiveStartStreamName The name of the stream to start the list with.",
"setterMethodName" : "setExclusiveStartStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartStreamName",
"variableType" : "String",
"documentation" : "The name of the stream to start the list with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListStreamsRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListStreamsRequest",
"variableName" : "listStreamsRequest",
"variableType" : "ListStreamsRequest",
"documentation" : null,
"simpleType" : "ListStreamsRequest",
"variableSetterType" : "ListStreamsRequest"
},
"wrapper" : false
},
"ListStreamsResponse" : {
"c2jName" : "ListStreamsOutput",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the output for ListStreams
.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getStreamNames",
"beanStyleSetterMethodName" : "setStreamNames",
"c2jName" : "StreamNames",
"c2jShape" : "StreamNameList",
"defaultConsumerFluentSetterDocumentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #streamNames(List)}.\n@param streamNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamNames(List)",
"deprecated" : false,
"documentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamNames",
"fluentSetterDocumentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
\n@param streamNames The names of the streams that are associated with the AWS account making the ListStreams
request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamNames",
"getterDocumentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The names of the streams that are associated with the AWS account making the ListStreams
request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "StreamNames",
"setterDocumentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
\n@param streamNames The names of the streams that are associated with the AWS account making the ListStreams
request.",
"setterMethodName" : "setStreamNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "streamNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "streamNames",
"variableType" : "java.util.List",
"documentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHasMoreStreams",
"beanStyleSetterMethodName" : "setHasMoreStreams",
"c2jName" : "HasMoreStreams",
"c2jShape" : "BooleanObject",
"defaultConsumerFluentSetterDocumentation" : "If set to true
, there are more streams available to list.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreStreams(Boolean)}.\n@param hasMoreStreams a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreStreams(Boolean)",
"deprecated" : false,
"documentation" : "If set to true
, there are more streams available to list.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "hasMoreStreams",
"fluentSetterDocumentation" : "If set to true
, there are more streams available to list.
\n@param hasMoreStreams If set to true
, there are more streams available to list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "hasMoreStreams",
"getterDocumentation" : "If set to true
, there are more streams available to list.
\n@return If set to true
, there are more streams available to list.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HasMoreStreams",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HasMoreStreams",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "HasMoreStreams",
"setterDocumentation" : "If set to true
, there are more streams available to list.
\n@param hasMoreStreams If set to true
, there are more streams available to list.",
"setterMethodName" : "setHasMoreStreams",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "hasMoreStreams",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "hasMoreStreams",
"variableType" : "Boolean",
"documentation" : "If set to true
, there are more streams available to list.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"HasMoreStreams" : {
"beanStyleGetterMethodName" : "getHasMoreStreams",
"beanStyleSetterMethodName" : "setHasMoreStreams",
"c2jName" : "HasMoreStreams",
"c2jShape" : "BooleanObject",
"defaultConsumerFluentSetterDocumentation" : "If set to true
, there are more streams available to list.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreStreams(Boolean)}.\n@param hasMoreStreams a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreStreams(Boolean)",
"deprecated" : false,
"documentation" : "If set to true
, there are more streams available to list.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "hasMoreStreams",
"fluentSetterDocumentation" : "If set to true
, there are more streams available to list.
\n@param hasMoreStreams If set to true
, there are more streams available to list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "hasMoreStreams",
"getterDocumentation" : "If set to true
, there are more streams available to list.
\n@return If set to true
, there are more streams available to list.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HasMoreStreams",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HasMoreStreams",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "HasMoreStreams",
"setterDocumentation" : "If set to true
, there are more streams available to list.
\n@param hasMoreStreams If set to true
, there are more streams available to list.",
"setterMethodName" : "setHasMoreStreams",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "hasMoreStreams",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "hasMoreStreams",
"variableType" : "Boolean",
"documentation" : "If set to true
, there are more streams available to list.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"StreamNames" : {
"beanStyleGetterMethodName" : "getStreamNames",
"beanStyleSetterMethodName" : "setStreamNames",
"c2jName" : "StreamNames",
"c2jShape" : "StreamNameList",
"defaultConsumerFluentSetterDocumentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #streamNames(List)}.\n@param streamNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamNames(List)",
"deprecated" : false,
"documentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamNames",
"fluentSetterDocumentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
\n@param streamNames The names of the streams that are associated with the AWS account making the ListStreams
request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamNames",
"getterDocumentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The names of the streams that are associated with the AWS account making the ListStreams
request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "StreamNames",
"setterDocumentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
\n@param streamNames The names of the streams that are associated with the AWS account making the ListStreams
request.",
"setterMethodName" : "setStreamNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "streamNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "streamNames",
"variableType" : "java.util.List",
"documentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamNames",
"beanStyleSetterMethodName" : "setStreamNames",
"c2jName" : "StreamNames",
"c2jShape" : "StreamNameList",
"defaultConsumerFluentSetterDocumentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #streamNames(List)}.\n@param streamNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamNames(List)",
"deprecated" : false,
"documentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamNames",
"fluentSetterDocumentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
\n@param streamNames The names of the streams that are associated with the AWS account making the ListStreams
request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamNames",
"getterDocumentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The names of the streams that are associated with the AWS account making the ListStreams
request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "StreamNames",
"setterDocumentation" : "The names of the streams that are associated with the AWS account making the ListStreams
request.
\n@param streamNames The names of the streams that are associated with the AWS account making the ListStreams
request.",
"setterMethodName" : "setStreamNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "streamNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection