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

# POST /describeMappedResourceConfiguration

`POST /describeMappedResourceConfiguration`

Returns the most current information about the stream. Either streamName or streamARN should be provided in the input.

Returns the most current information about the stream. The `streamName` or `streamARN` should be provided in the input.

## Query parameters

- `MaxResults` string
- `NextToken` string

## Request body

- object
  - `StreamName` string — The name of the stream.
  - `StreamARN` string — The Amazon Resource Name (ARN) of the stream.
  - `MaxResults` integer — The maximum number of results to return in the response.
  - `NextToken` string — The token to provide in your next request, to get another batch of results.

## Response `200`

Success

- DescribeMappedResourceConfigurationOutput
  - `MappedResourceConfigurationList` MappedResourceConfigurationListItem[] — A structure that encapsulates, or contains, the media storage configuration properties.
    - `Type` string — The type of the associated resource for the kinesis video stream.
    - `ARN` string — The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
  - `NextToken` string — The token that was used in the <code>NextToken</code>request to fetch the next set of results.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InvalidArgumentException
- `482` — AccessDeniedException
- `483` — ClientLimitExceededException

---

[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)
