stratosphere-location-1.0.0: Stratosphere integration for AWS Location.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Location.APIKey

Documentation

data APIKey Source #

Instances

Instances details
ToJSON APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

Show APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

Eq APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

Methods

(==) :: APIKey -> APIKey -> Bool #

(/=) :: APIKey -> APIKey -> Bool #

ToResourceProperties APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

Property "Description" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

Associated Types

type PropertyType "Description" APIKey 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "Description" APIKey = Value Text

Methods

set :: PropertyType "Description" APIKey -> APIKey -> APIKey #

Property "ExpireTime" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

Associated Types

type PropertyType "ExpireTime" APIKey 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "ExpireTime" APIKey = Value Text

Methods

set :: PropertyType "ExpireTime" APIKey -> APIKey -> APIKey #

Property "ForceDelete" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

Associated Types

type PropertyType "ForceDelete" APIKey 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "ForceDelete" APIKey = Value Bool

Methods

set :: PropertyType "ForceDelete" APIKey -> APIKey -> APIKey #

Property "ForceUpdate" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

Associated Types

type PropertyType "ForceUpdate" APIKey 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "ForceUpdate" APIKey = Value Bool

Methods

set :: PropertyType "ForceUpdate" APIKey -> APIKey -> APIKey #

Property "KeyName" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

Associated Types

type PropertyType "KeyName" APIKey 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "KeyName" APIKey = Value Text

Methods

set :: PropertyType "KeyName" APIKey -> APIKey -> APIKey #

Property "NoExpiry" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

Associated Types

type PropertyType "NoExpiry" APIKey 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "NoExpiry" APIKey = Value Bool

Methods

set :: PropertyType "NoExpiry" APIKey -> APIKey -> APIKey #

Property "Restrictions" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

Associated Types

type PropertyType "Restrictions" APIKey 
Instance details

Defined in Stratosphere.Location.APIKey

Methods

set :: PropertyType "Restrictions" APIKey -> APIKey -> APIKey #

Property "Tags" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

Associated Types

type PropertyType "Tags" APIKey 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "Tags" APIKey = [Tag]

Methods

set :: PropertyType "Tags" APIKey -> APIKey -> APIKey #

type PropertyType "Description" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "Description" APIKey = Value Text
type PropertyType "ExpireTime" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "ExpireTime" APIKey = Value Text
type PropertyType "ForceDelete" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "ForceDelete" APIKey = Value Bool
type PropertyType "ForceUpdate" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "ForceUpdate" APIKey = Value Bool
type PropertyType "KeyName" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "KeyName" APIKey = Value Text
type PropertyType "NoExpiry" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "NoExpiry" APIKey = Value Bool
type PropertyType "Restrictions" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "Tags" APIKey Source # 
Instance details

Defined in Stratosphere.Location.APIKey

type PropertyType "Tags" APIKey = [Tag]