aws-0.24.4: Amazon Web Services (AWS) for Haskell
Safe HaskellNone
LanguageHaskell2010

Aws.Iam.Commands.CreateGroup

Synopsis

Documentation

data CreateGroup #

Constructors

CreateGroup 

Fields

Instances

Instances details
SignQuery CreateGroup # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Show CreateGroup # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Eq CreateGroup # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Ord CreateGroup # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

ResponseConsumer CreateGroup CreateGroupResponse # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Transaction CreateGroup CreateGroupResponse # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

type ServiceConfiguration CreateGroup # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

data CreateGroupResponse #

Instances

Instances details
AsMemoryResponse CreateGroupResponse # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Show CreateGroupResponse # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Eq CreateGroupResponse # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Ord CreateGroupResponse # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

ResponseConsumer CreateGroup CreateGroupResponse # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Transaction CreateGroup CreateGroupResponse # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

type MemoryResponse CreateGroupResponse # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

type ResponseMetadata CreateGroupResponse # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

data Group #

Constructors

Group 

Fields

Instances

Instances details
Show Group # 
Instance details

Defined in Aws.Iam.Core

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

Eq Group # 
Instance details

Defined in Aws.Iam.Core

Methods

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

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

Ord Group # 
Instance details

Defined in Aws.Iam.Core

Methods

compare :: Group -> Group -> Ordering #

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

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

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

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

max :: Group -> Group -> Group #

min :: Group -> Group -> Group #