---
title: "POST /updateMediaStorageConfiguration"
method: POST
path: "/updateMediaStorageConfiguration"
---

# POST /updateMediaStorageConfiguration

`POST /updateMediaStorageConfiguration`

Associates a `SignalingChannel` to a stream to store the media. There are two signaling modes that can specified :

*   If the `StorageStatus` is disabled, no data will be stored, and the `StreamARN` parameter will not be needed.
    
*   If the `StorageStatus` is enabled, the data will be stored in the `StreamARN` provided.

## Request body

- object
  - `ChannelARN` string, required — The Amazon Resource Name (ARN) of the channel.
  - `MediaStorageConfiguration` object, required — A structure that encapsulates, or contains, the media storage configuration properties.
    - `StreamARN` string — The Amazon Resource Name (ARN) of the stream
    - `Status` 'ENABLED' | 'DISABLED' — The status of the media storage configuration.

## Response `200`

Success

- UpdateMediaStorageConfigurationOutput

## Other responses

- `480` — ResourceInUseException
- `481` — InvalidArgumentException
- `482` — ClientLimitExceededException
- `483` — ResourceNotFoundException
- `484` — AccessDeniedException
- `485` — NoDataRetentionException

---

[API](https://skmtc.net/aws/apis/kinesisvideo.md) · [All operations](https://skmtc.net/aws/apis/kinesisvideo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/kinesisvideo/versions/95357891934e/schema)
