stratosphere-licensemanager-1.0.0: Stratosphere integration for AWS LicenseManager.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.LicenseManager.Grant

Documentation

data Grant Source #

Instances

Instances details
ToJSON Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

Show Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

Methods

showsPrec :: Int -> Grant -> ShowS #

show :: Grant -> String #

showList :: [Grant] -> ShowS #

Eq Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

Methods

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

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

ToResourceProperties Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

Property "AllowedOperations" Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

Associated Types

type PropertyType "AllowedOperations" Grant 
Instance details

Defined in Stratosphere.LicenseManager.Grant

type PropertyType "AllowedOperations" Grant = ValueList Text

Methods

set :: PropertyType "AllowedOperations" Grant -> Grant -> Grant #

Property "GrantName" Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

Associated Types

type PropertyType "GrantName" Grant 
Instance details

Defined in Stratosphere.LicenseManager.Grant

type PropertyType "GrantName" Grant = Value Text

Methods

set :: PropertyType "GrantName" Grant -> Grant -> Grant #

Property "HomeRegion" Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

Associated Types

type PropertyType "HomeRegion" Grant 
Instance details

Defined in Stratosphere.LicenseManager.Grant

type PropertyType "HomeRegion" Grant = Value Text

Methods

set :: PropertyType "HomeRegion" Grant -> Grant -> Grant #

Property "LicenseArn" Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

Associated Types

type PropertyType "LicenseArn" Grant 
Instance details

Defined in Stratosphere.LicenseManager.Grant

type PropertyType "LicenseArn" Grant = Value Text

Methods

set :: PropertyType "LicenseArn" Grant -> Grant -> Grant #

Property "Principals" Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

Associated Types

type PropertyType "Principals" Grant 
Instance details

Defined in Stratosphere.LicenseManager.Grant

type PropertyType "Principals" Grant = ValueList Text

Methods

set :: PropertyType "Principals" Grant -> Grant -> Grant #

Property "Status" Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

Associated Types

type PropertyType "Status" Grant 
Instance details

Defined in Stratosphere.LicenseManager.Grant

type PropertyType "Status" Grant = Value Text

Methods

set :: PropertyType "Status" Grant -> Grant -> Grant #

type PropertyType "AllowedOperations" Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

type PropertyType "AllowedOperations" Grant = ValueList Text
type PropertyType "GrantName" Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

type PropertyType "GrantName" Grant = Value Text
type PropertyType "HomeRegion" Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

type PropertyType "HomeRegion" Grant = Value Text
type PropertyType "LicenseArn" Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

type PropertyType "LicenseArn" Grant = Value Text
type PropertyType "Principals" Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

type PropertyType "Principals" Grant = ValueList Text
type PropertyType "Status" Grant Source # 
Instance details

Defined in Stratosphere.LicenseManager.Grant

type PropertyType "Status" Grant = Value Text