stratosphere-iam-1.0.0: Stratosphere integration for AWS IAM.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IAM.Group

Documentation

data Group Source #

Instances

Instances details
ToJSON Group Source # 
Instance details

Defined in Stratosphere.IAM.Group

Show Group Source # 
Instance details

Defined in Stratosphere.IAM.Group

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

Eq Group Source # 
Instance details

Defined in Stratosphere.IAM.Group

Methods

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

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

ToResourceProperties Group Source # 
Instance details

Defined in Stratosphere.IAM.Group

Property "GroupName" Group Source # 
Instance details

Defined in Stratosphere.IAM.Group

Associated Types

type PropertyType "GroupName" Group 
Instance details

Defined in Stratosphere.IAM.Group

type PropertyType "GroupName" Group = Value Text

Methods

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

Property "ManagedPolicyArns" Group Source # 
Instance details

Defined in Stratosphere.IAM.Group

Associated Types

type PropertyType "ManagedPolicyArns" Group 
Instance details

Defined in Stratosphere.IAM.Group

type PropertyType "ManagedPolicyArns" Group = ValueList Text

Methods

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

Property "Path" Group Source # 
Instance details

Defined in Stratosphere.IAM.Group

Associated Types

type PropertyType "Path" Group 
Instance details

Defined in Stratosphere.IAM.Group

Methods

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

Property "Policies" Group Source # 
Instance details

Defined in Stratosphere.IAM.Group

Associated Types

type PropertyType "Policies" Group 
Instance details

Defined in Stratosphere.IAM.Group

type PropertyType "Policies" Group = [PolicyProperty]

Methods

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

type PropertyType "GroupName" Group Source # 
Instance details

Defined in Stratosphere.IAM.Group

type PropertyType "GroupName" Group = Value Text
type PropertyType "ManagedPolicyArns" Group Source # 
Instance details

Defined in Stratosphere.IAM.Group

type PropertyType "ManagedPolicyArns" Group = ValueList Text
type PropertyType "Path" Group Source # 
Instance details

Defined in Stratosphere.IAM.Group

type PropertyType "Policies" Group Source # 
Instance details

Defined in Stratosphere.IAM.Group

type PropertyType "Policies" Group = [PolicyProperty]