aws-arn

This library provides a type representing Amazon Resource Names (ARNs), and parsing/unparsing functions for them. The provided prisms, when combined with generic-lens or generic-optics, make it very convenient to rewrite parts of ARNs. Start reading at the Network.AWS.ARN module, which defines the core data type and includes some examples. The ARN type is not designed to be a 100% correct-by-construction representation of only valid ARNs; it is designed to be a lightweight way to destructure and reassemble ARNs to be used in place of string munging. The library aims to provide additional parsers for destructuring the "resource" part of an ARN, but many are missing right now. PRs to add this support for more AWS resource types are especially welcome.


Keywords
bsd3, cloud, library, Propose Tags , Amazon Resource Names (ARNs), generic-lens, generic-optics, Network.AWS.ARN, Skip to Readme, , Index, Quick Jump, Network.AWS.ARN.Internal.Lens, Network.AWS.ARN.Lambda, Network.AWS.ARN.S3, aws-arn-0.3.1.0.tar.gz, browse, Package description, Package maintainers, jack, Bellroy, HughDavidson, edit package information , ormolu, cabal-fmt, nixpkgs-fmt
License
BSD-3-Clause
Install
cabal install aws-arn-0.1.0.0