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.
kinesis_decrease_stream_retention_period(StreamName,
RetentionPeriodHours)
[required] The name of the stream to modify.
[required] The new retention period of the stream, in hours. Must be less than the current retention period.
svc$decrease_stream_retention_period( StreamName = "string", RetentionPeriodHours = 123 )
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.