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

# POST /UpdateSecurityRequirementPack

`POST /UpdateSecurityRequirementPack`

Updates a security requirement pack. For customer managed packs, both metadata and status can be updated. For AWS managed packs, only status can be updated.

## Request body

- object
  - `packId` string, required — The unique identifier of the security requirement pack to update.
  - `name` string — The updated name of the security requirement pack.
  - `description` string — The updated description of the security requirement pack.
  - `status` 'ENABLED' | 'DISABLED' — The updated status of the security requirement pack.

## Response `200`

Success

- UpdateSecurityRequirementPackOutput
  - `packId` string, required — The unique identifier of the security requirement pack.
  - `name` string — The name of the security requirement pack.
  - `description` string — The description of the security requirement pack.
  - `status` 'ENABLED' | 'DISABLED' — The status of the security requirement pack.

## Other responses

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

---

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