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

Aws.Iam.Commands.CreateGroup

Synopsis

Documentation

data CreateGroup #

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 # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Associated Types

type ServiceConfiguration CreateGroup :: Type -> Type #

Show CreateGroup # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Methods

showsPrec :: Int -> CreateGroup -> ShowS #

show :: CreateGroup -> String #

showList :: [CreateGroup] -> ShowS #

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

Associated Types

type MemoryResponse CreateGroupResponse #

Show CreateGroupResponse # 
Instance details

Defined in Aws.Iam.Commands.CreateGroup

Methods

showsPrec :: Int -> CreateGroupResponse -> ShowS #

show :: CreateGroupResponse -> String #

showList :: [CreateGroupResponse] -> ShowS #

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 #