Values.UpdateStreamStorageConfigurationOutputSourceUpdates the storage configuration for an existing Kinesis video stream. This operation allows you to modify the storage tier settings for a stream, enabling you to optimize storage costs and performance based on your access patterns. UpdateStreamStorageConfiguration is an asynchronous operation. You must have permissions for the KinesisVideo:UpdateStreamStorageConfiguration action.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ClientLimitExceededException of ClientLimitExceededException.t| `InvalidArgumentException of InvalidArgumentException.t| `ResourceInUseException of ResourceInUseException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `VersionMismatchException of VersionMismatchException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientLimitExceededException of ClientLimitExceededException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `VersionMismatchException of VersionMismatchException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientLimitExceededException of ClientLimitExceededException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `VersionMismatchException of VersionMismatchException.t ]