bedrockagent_delete_flow_alias {paws.machine.learning}R Documentation

Deletes an alias of a flow

Description

Deletes an alias of a flow.

See https://www.paws-r-sdk.com/docs/bedrockagent_delete_flow_alias/ for full documentation.

Usage

bedrockagent_delete_flow_alias(aliasIdentifier, flowIdentifier)

Arguments

aliasIdentifier

[required] The unique identifier of the alias to be deleted.

flowIdentifier

[required] The unique identifier of the flow that the alias belongs to.


[Package paws.machine.learning version 0.9.0 Index]