The latest version of aws-arn is 0.3.2.0-0.

aws-arn

Version 0.3.1.0 revision 0 uploaded by jack.

Package meta

Synopsis
Types and optics for manipulating Amazon Resource Names (ARNs)
Description

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.

Author
Bellroy Tech Team <haskell@bellroy.com>
Bug reports
http://github.com/bellroy/aws-arn/issues
Category
AWS, Cloud
Copyright
Copyright (C) 2020-2022 Bellroy Pty Ltd
Homepage
n/a
Maintainer
Bellroy Tech Team <haskell@bellroy.com>
Package URL
n/a
Stability
n/a

Components