aws-cloudfront-signed-cookies-0.2.0.8: Generate signed cookies for AWS CloudFront
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudFront.SignedCookies.CLI.Decode

Description

Command-line interface for decoding AWS CloudFront policy cookies.

Synopsis

Documentation

main :: IO () Source #

Entry point for the AWS CloudFront cookie decoding command-line interface.

data Opts Source #

Parse result for the command-line arguments for cookie decoding.

Constructors

Opts 

Fields

optsParser :: Parser Opts Source #

Parser for all of the command-line arguments for cookie decoding.

See Options.Applicative, info, and execParser to learn how to use a Parser.