aws-arn: Types and optics for manipulating Amazon Resource Names (ARNs)
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.
[Skip to Readme]
Downloads
- aws-arn-0.3.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.2.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.12 && <4.20), deriving-compat (>=0.5.10 && <0.7), hashable (>=1.3.0.0 && <1.6), microlens-pro (>=0.2 && <0.3), profunctors (>=5.0 && <5.7), tagged (>=0.8 && <0.9), text (>=1.2.3 && <1.3 || >=2.0 && <2.2) [details] |
Tested with | ghc ==8.10.7 || ==9.0.2 || ==9.2.5 || ==9.4.5 || ==9.6.6 || ==9.8.2 |
License | BSD-3-Clause |
Copyright | Copyright (C) 2020-2022 Bellroy Pty Ltd |
Author | Bellroy Tech Team <haskell@bellroy.com> |
Maintainer | Bellroy Tech Team <haskell@bellroy.com> |
Category | AWS, Cloud |
Bug tracker | http://github.com/bellroy/aws-arn/issues |
Source repo | head: git clone https://github.com/bellroy/aws-arn.git |
Uploaded | by jack at 2024-08-22T03:55:20Z |
Distributions | NixOS:0.3.1.0 |
Downloads | 665 total (26 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-08-22 [all 1 reports] |