---
title: "PUT /destinations/{Name}"
method: PUT
path: "/destinations/{Name}"
---

# PUT /destinations/{Name}

`PUT /destinations/{Name}`

Update a destination specified by name.

## Path parameters

- `Name` string, required

## Request body

- object
  - `DeliveryDestinationArn` string — The Amazon Resource Name (ARN) of the customer-managed destination.
  - `DeliveryDestinationType` 'KINESIS' — The destination type for the customer-managed destination.
  - `RoleArn` string — The Amazon Resource Name (ARN) of the delivery destination role.
  - `Description` string — The description of the customer-managed destination.

## Response `201`

Success

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — ResourceNotFoundException
- `484` — ThrottlingException

---

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