v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428127159.3 KB

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.

When invoking this API, it is recommended you use the StreamARN input parameter rather than the StreamName input parameter.

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.

post/#X-Amz-Target=Kinesis_20131202.DecreaseStreamRetentionPeriod

Headers

X-Amz-Target'Kinesis_20131202.DecreaseStreamRetentionPeriod' required

Request body

StreamNamestring

The name of the stream to modify.

RetentionPeriodHoursinteger required

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

StreamARNstring

The ARN of the stream.

Response

Success