aws-0.24.1: Amazon Web Services (AWS) for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Aws.Iam.Commands.CreateGroup

Synopsis

Documentation

data CreateGroup Source #

Constructors

CreateGroup 

Fields

  • cgGroupName :: Text

    Name of the new group

  • cgPath :: Maybe Text

    Path under which the group will be created. Defaults to / if omitted.

Instances

Instances details
SignQuery CreateGroup Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Associated Types

type ServiceConfiguration CreateGroup :: Type -> Type Source #

Show CreateGroup Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Methods

showsPrec :: Int -> CreateGroup -> ShowS

show :: CreateGroup -> String

showList :: [CreateGroup] -> ShowS

Eq CreateGroup Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Methods

(==) :: CreateGroup -> CreateGroup -> Bool

(/=) :: CreateGroup -> CreateGroup -> Bool

Ord CreateGroup Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

ResponseConsumer CreateGroup CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Transaction 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

Instances details
AsMemoryResponse CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Show CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Methods

showsPrec :: Int -> CreateGroupResponse -> ShowS

show :: CreateGroupResponse -> String

showList :: [CreateGroupResponse] -> ShowS

Eq CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Ord CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

ResponseConsumer CreateGroup CreateGroupResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Transaction 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

Instances details
Show Group Source # 
Instance details

Defined in Aws.Iam.Core

Methods

showsPrec :: Int -> Group -> ShowS

show :: Group -> String

showList :: [Group] -> ShowS

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