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

Aws.Iam.Commands.DeleteGroupPolicy

Synopsis

Documentation

data DeleteGroupPolicy #

Deletes the specified policy associated with the specified group.

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

Constructors

DeleteGroupPolicy 

Fields

  • dgpPolicyName :: Text

    Name of the policy to be deleted.

  • dgpGroupName :: Text

    Name of the group with whom the policy is associated.

Instances

Instances details
SignQuery DeleteGroupPolicy # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

Associated Types

type ServiceConfiguration DeleteGroupPolicy :: Type -> Type #

Show DeleteGroupPolicy # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

Methods

showsPrec :: Int -> DeleteGroupPolicy -> ShowS #

show :: DeleteGroupPolicy -> String #

showList :: [DeleteGroupPolicy] -> ShowS #

Eq DeleteGroupPolicy # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

Ord DeleteGroupPolicy # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

ResponseConsumer DeleteGroupPolicy DeleteGroupPolicyResponse # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

Transaction DeleteGroupPolicy DeleteGroupPolicyResponse # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

type ServiceConfiguration DeleteGroupPolicy # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

data DeleteGroupPolicyResponse #

Instances

Instances details
AsMemoryResponse DeleteGroupPolicyResponse # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

Show DeleteGroupPolicyResponse # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

Eq DeleteGroupPolicyResponse # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

Ord DeleteGroupPolicyResponse # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

ResponseConsumer DeleteGroupPolicy DeleteGroupPolicyResponse # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

Transaction DeleteGroupPolicy DeleteGroupPolicyResponse # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

type MemoryResponse DeleteGroupPolicyResponse # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy

type ResponseMetadata DeleteGroupPolicyResponse # 
Instance details

Defined in Aws.Iam.Commands.DeleteGroupPolicy