---
title: "PUT /app-instances/{appInstanceArn}/streaming-configurations"
method: PUT
path: "/app-instances/{appInstanceArn}/streaming-configurations"
---

# PUT /app-instances/{appInstanceArn}/streaming-configurations

`PUT /app-instances/{appInstanceArn}/streaming-configurations`

The data streaming configurations of an <code>AppInstance</code>.

## Path parameters

- `appInstanceArn` string, required

## Request body

- object
  - `AppInstanceStreamingConfigurations` AppInstanceStreamingConfiguration[], required — The streaming configurations set for an <code>AppInstance</code>.
    - `AppInstanceDataType` 'Channel' | 'ChannelMessage', required — The type of data to be streamed.
    - `ResourceArn` string, password, required — The resource ARN.

## Response `200`

Success

- PutAppInstanceStreamingConfigurationsResponse
  - `AppInstanceStreamingConfigurations` AppInstanceStreamingConfiguration[] — The streaming configurations of an <code>AppInstance</code>.
    - `AppInstanceDataType` 'Channel' | 'ChannelMessage', required — The type of data to be streamed.
    - `ResourceArn` string, password, required — The resource ARN.

## Other responses

- `480` — NotFoundException
- `481` — BadRequestException
- `482` — ForbiddenException
- `483` — UnauthorizedClientException
- `484` — ThrottledClientException
- `485` — ServiceUnavailableException
- `486` — ServiceFailureException

---

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