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

Aws.Iam.Commands.ListGroups

Synopsis

Documentation

data ListGroups Source #

Lists groups that have the specified path prefix.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroups.html

Constructors

ListGroups 

Fields

  • lgPathPrefix :: Maybe Text

    Groups defined under this path will be listed. If omitted, defaults to /, which lists all groups.

  • lgMarker :: Maybe Text

    Used for paginating requests. Marks the position of the last request.

  • lgMaxItems :: Maybe Integer

    Used for paginating requests. Specifies the maximum number of items to return in the response. Defaults to 100.

Instances

Instances details
SignQuery ListGroups Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

Associated Types

type ServiceConfiguration ListGroups :: Type -> Type Source #

Show ListGroups Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

Eq ListGroups Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

Ord ListGroups Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

IteratedTransaction ListGroups ListGroupsResponse Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

ResponseConsumer ListGroups ListGroupsResponse Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

Transaction ListGroups ListGroupsResponse Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

type ServiceConfiguration ListGroups Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

data ListGroupsResponse Source #

Constructors

ListGroupsResponse 

Fields

  • lgrGroups :: [Group]

    List of Groups.

  • lgrIsTruncated :: Bool

    True if the request was truncated because of too many items.

  • lgrMarker :: Maybe Text

    Marks the position at which the request was truncated. This value must be passed with the next request to continue listing from the last position.

Instances

Instances details
AsMemoryResponse ListGroupsResponse Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

Show ListGroupsResponse Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

Eq ListGroupsResponse Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

Ord ListGroupsResponse Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

IteratedTransaction ListGroups ListGroupsResponse Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

ResponseConsumer ListGroups ListGroupsResponse Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

Transaction ListGroups ListGroupsResponse Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

type MemoryResponse ListGroupsResponse Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

type ResponseMetadata ListGroupsResponse Source # 
Instance details

Defined in Aws.Iam.Commands.ListGroups

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 #