aws-0.22: Amazon Web Services (AWS) for Haskell

Safe HaskellNone
LanguageHaskell2010

Aws.Iam.Commands.CreateGroup

Synopsis

Documentation

data CreateGroup Source #

Constructors

CreateGroup 

Fields

Instances
Eq CreateGroup Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Ord CreateGroup Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Show CreateGroup Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

SignQuery CreateGroup Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Associated Types

type ServiceConfiguration CreateGroup :: Type -> Type Source #

Transaction CreateGroup CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

ResponseConsumer CreateGroup CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

type ServiceConfiguration CreateGroup Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

data CreateGroupResponse Source #

Instances
Eq CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Ord CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Show CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

AsMemoryResponse CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Transaction CreateGroup CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

ResponseConsumer CreateGroup CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

type MemoryResponse CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

type ResponseMetadata CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

data Group Source #

Constructors

Group 

Fields

Instances
Eq Group Source # 
Instance details

Defined in Aws.Iam.Core

Methods

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

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

Ord Group Source # 
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 #

Show Group Source # 
Instance details

Defined in Aws.Iam.Core

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #