Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.GetGroupPolicy
Synopsis
- data GetGroupPolicy = GetGroupPolicy {
- ggpPolicyName :: Text
- ggpGroupName :: Text
- data GetGroupPolicyResponse = GetGroupPolicyResponse {
- ggprPolicyDocument :: Text
- ggprPolicyName :: Text
- ggprGroupName :: Text
Documentation
data GetGroupPolicy Source #
Retreives the specified policy document for the specified group.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetGroupPolicy.html
Constructors
GetGroupPolicy | |
Fields
|
Instances
data GetGroupPolicyResponse Source #
Constructors
GetGroupPolicyResponse | |
Fields
|
Instances
AsMemoryResponse GetGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.GetGroupPolicy Associated Types
Methods loadToMemory :: GetGroupPolicyResponse -> ResourceT IO (MemoryResponse GetGroupPolicyResponse) Source # | |||||
Show GetGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.GetGroupPolicy Methods showsPrec :: Int -> GetGroupPolicyResponse -> ShowS show :: GetGroupPolicyResponse -> String showList :: [GetGroupPolicyResponse] -> ShowS | |||||
Eq GetGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.GetGroupPolicy Methods (==) :: GetGroupPolicyResponse -> GetGroupPolicyResponse -> Bool (/=) :: GetGroupPolicyResponse -> GetGroupPolicyResponse -> Bool | |||||
Ord GetGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.GetGroupPolicy Methods compare :: GetGroupPolicyResponse -> GetGroupPolicyResponse -> Ordering (<) :: GetGroupPolicyResponse -> GetGroupPolicyResponse -> Bool (<=) :: GetGroupPolicyResponse -> GetGroupPolicyResponse -> Bool (>) :: GetGroupPolicyResponse -> GetGroupPolicyResponse -> Bool (>=) :: GetGroupPolicyResponse -> GetGroupPolicyResponse -> Bool max :: GetGroupPolicyResponse -> GetGroupPolicyResponse -> GetGroupPolicyResponse min :: GetGroupPolicyResponse -> GetGroupPolicyResponse -> GetGroupPolicyResponse | |||||
ResponseConsumer GetGroupPolicy GetGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.GetGroupPolicy Associated Types
Methods responseConsumer :: Request -> GetGroupPolicy -> IORef (ResponseMetadata GetGroupPolicyResponse) -> HTTPResponseConsumer GetGroupPolicyResponse Source # | |||||
Transaction GetGroupPolicy GetGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.GetGroupPolicy | |||||
type MemoryResponse GetGroupPolicyResponse Source # | |||||
type ResponseMetadata GetGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.GetGroupPolicy |