v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1475719557.8 KB

Creates an alias of a flow for deployment. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/flows-deploy.html">Deploy a flow in Amazon Bedrock</a> in the Amazon Bedrock User Guide.

post/flows/{flowIdentifier}/aliases

Path parameters

flowIdentifierstring required

The unique identifier of the flow for which to create an alias.

Request body

namestring required

A name for the alias.

descriptionstring

A description for the alias.

clientTokenstring

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.

tagsobject

Any tags that you want to attach to the alias of the flow. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html">Tagging resources in Amazon Bedrock</a>.

Response

Success

namestring required

The name of the alias.

descriptionstring

The description of the alias.

flowIdstring required

The unique identifier of the flow that the alias belongs to.

idstring required

The unique identifier of the alias.

arnstring required

The Amazon Resource Name (ARN) of the alias.

createdAtstring date-time required

The time at which the alias was created.

updatedAtstring date-time required

The time at which the alias of the flow was last updated.