Sequins v0.5.1 Sequins.Utils.Arn
Utilities for parsing and manipulating AWS ARNs
Link to this section Summary
Functions
Parse an ARN into a struct
Convert an ARN struct to a string
Update the ARN account
Update the ARN partition
Update the ARN region
Update the ARN resource
Update the ARN scheme
Update the ARN service
Link to this section Types
Link to this type
new_value()
Specs
new_value() :: nil | String.t() | update_function()
Specs
Link to this type
update_function()
Specs
Link to this section Functions
Link to this function
parse(arn)
Parse an ARN into a struct
Link to this function
to_string(arn)
Specs
Convert an ARN struct to a string
Link to this function
update_account(arn, v)
Specs
Update the ARN account
Link to this function
update_partition(arn, v)
Specs
Update the ARN partition
Link to this function
update_region(arn, v)
Specs
Update the ARN region
Link to this function
update_resource(arn, v)
Specs
Update the ARN resource
Link to this function
update_scheme(arn, v)
Specs
Update the ARN scheme
Link to this function
update_service(arn, v)
Specs
Update the ARN service