Parameter Store
APIs related to parameter store, which will be used to create and access parameters in Amorphic..
📄️ Creates a new parameter in parameter store.
Creates a new parameter in parameter store.
📄️ Lists the parameters created by the requesting user.
Lists the parameters created by the requesting user.
📄️ Update a parameter value, description, or managers
Updates SSM (overwrite) and DynamoDB metadata for an existing parameter. ParameterType, Scope, and ParameterKey cannot change. User-scoped parameters need editor+; global parameters need a manager when a managers list exists.
📄️ Get a parameter including its decrypted value
Returns parameter metadata and the decrypted SSM value when the caller has access. Set action=get_dependent_resources to list Jobs, CodeRepositories, and Datalabs that reference the parameter instead.
📄️ Delete a parameter from the store
Deletes the SSM parameter, DynamoDB item, and related secret/ACL when the caller is allowed. Blocked when Jobs, CodeRepositories, or Datalabs still reference the parameter. User-scoped delete requires owner; global delete requires the original creator.