stratosphere-identitystore-1.0.0: Stratosphere integration for AWS IdentityStore.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IdentityStore.Group

Documentation

data Group Source #

Instances

Instances details
ToJSON Group Source # 
Instance details

Defined in Stratosphere.IdentityStore.Group

Show Group Source # 
Instance details

Defined in Stratosphere.IdentityStore.Group

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

Eq Group Source # 
Instance details

Defined in Stratosphere.IdentityStore.Group

Methods

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

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

ToResourceProperties Group Source # 
Instance details

Defined in Stratosphere.IdentityStore.Group

Property "Description" Group Source # 
Instance details

Defined in Stratosphere.IdentityStore.Group

Associated Types

type PropertyType "Description" Group 
Instance details

Defined in Stratosphere.IdentityStore.Group

type PropertyType "Description" Group = Value Text

Methods

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

Property "DisplayName" Group Source # 
Instance details

Defined in Stratosphere.IdentityStore.Group

Associated Types

type PropertyType "DisplayName" Group 
Instance details

Defined in Stratosphere.IdentityStore.Group

type PropertyType "DisplayName" Group = Value Text

Methods

set :: PropertyType "DisplayName" Group -> Group -> Group #

Property "IdentityStoreId" Group Source # 
Instance details

Defined in Stratosphere.IdentityStore.Group

Associated Types

type PropertyType "IdentityStoreId" Group 
Instance details

Defined in Stratosphere.IdentityStore.Group

type PropertyType "IdentityStoreId" Group = Value Text

Methods

set :: PropertyType "IdentityStoreId" Group -> Group -> Group #

type PropertyType "Description" Group Source # 
Instance details

Defined in Stratosphere.IdentityStore.Group

type PropertyType "Description" Group = Value Text
type PropertyType "DisplayName" Group Source # 
Instance details

Defined in Stratosphere.IdentityStore.Group

type PropertyType "DisplayName" Group = Value Text
type PropertyType "IdentityStoreId" Group Source # 
Instance details

Defined in Stratosphere.IdentityStore.Group

type PropertyType "IdentityStoreId" Group = Value Text