amazonka-iam-1.6.1: Amazon Identity and Access Management SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.PutGroupPolicy

Contents

Description

Adds or updates an inline policy document that is embedded in the specified IAM group.

A user can also have managed policies attached to it. To attach a managed policy to a group, use AttachGroupPolicy . To create a new managed policy, use CreatePolicy . For information about policies, see Managed Policies and Inline Policies in the IAM User Guide .

For information about limits on the number of inline policies that you can embed in a group, see Limitations on IAM Entities in the IAM User Guide .

Synopsis

Creating a Request

putGroupPolicy Source #

Creates a value of PutGroupPolicy with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • pgpGroupName - The name of the group to associate the policy with. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
  • pgpPolicyName - The name of the policy document. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
  • pgpPolicyDocument - The policy document. The regex pattern used to validate this parameter is a string of characters consisting of the following: * Any printable ASCII character ranging from the space character (u0020) through the end of the ASCII character range * The printable characters in the Basic Latin and Latin-1 Supplement character set (through u00FF) * The special characters tab (u0009), line feed (u000A), and carriage return (u000D)

data PutGroupPolicy Source #

See: putGroupPolicy smart constructor.

Instances
Eq PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Data PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PutGroupPolicy -> c PutGroupPolicy #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PutGroupPolicy #

toConstr :: PutGroupPolicy -> Constr #

dataTypeOf :: PutGroupPolicy -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PutGroupPolicy) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PutGroupPolicy) #

gmapT :: (forall b. Data b => b -> b) -> PutGroupPolicy -> PutGroupPolicy #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PutGroupPolicy -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PutGroupPolicy -> r #

gmapQ :: (forall d. Data d => d -> u) -> PutGroupPolicy -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PutGroupPolicy -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PutGroupPolicy -> m PutGroupPolicy #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PutGroupPolicy -> m PutGroupPolicy #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PutGroupPolicy -> m PutGroupPolicy #

Read PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Show PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Generic PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Associated Types

type Rep PutGroupPolicy :: Type -> Type #

Hashable PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

AWSRequest PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Associated Types

type Rs PutGroupPolicy :: Type #

ToHeaders PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

ToPath PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

ToQuery PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

NFData PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Methods

rnf :: PutGroupPolicy -> () #

type Rep PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

type Rep PutGroupPolicy = D1 (MetaData "PutGroupPolicy" "Network.AWS.IAM.PutGroupPolicy" "amazonka-iam-1.6.1-BDjAp2BAcQu3GSS4Bsr6zu" False) (C1 (MetaCons "PutGroupPolicy'" PrefixI True) (S1 (MetaSel (Just "_pgpGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_pgpPolicyName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pgpPolicyDocument") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs PutGroupPolicy Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Request Lenses

pgpGroupName :: Lens' PutGroupPolicy Text Source #

The name of the group to associate the policy with. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

pgpPolicyName :: Lens' PutGroupPolicy Text Source #

The name of the policy document. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

pgpPolicyDocument :: Lens' PutGroupPolicy Text Source #

The policy document. The regex pattern used to validate this parameter is a string of characters consisting of the following: * Any printable ASCII character ranging from the space character (u0020) through the end of the ASCII character range * The printable characters in the Basic Latin and Latin-1 Supplement character set (through u00FF) * The special characters tab (u0009), line feed (u000A), and carriage return (u000D)

Destructuring the Response

putGroupPolicyResponse :: PutGroupPolicyResponse Source #

Creates a value of PutGroupPolicyResponse with the minimum fields required to make a request.

data PutGroupPolicyResponse Source #

See: putGroupPolicyResponse smart constructor.

Instances
Eq PutGroupPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Data PutGroupPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PutGroupPolicyResponse -> c PutGroupPolicyResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PutGroupPolicyResponse #

toConstr :: PutGroupPolicyResponse -> Constr #

dataTypeOf :: PutGroupPolicyResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PutGroupPolicyResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PutGroupPolicyResponse) #

gmapT :: (forall b. Data b => b -> b) -> PutGroupPolicyResponse -> PutGroupPolicyResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PutGroupPolicyResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PutGroupPolicyResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> PutGroupPolicyResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PutGroupPolicyResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PutGroupPolicyResponse -> m PutGroupPolicyResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PutGroupPolicyResponse -> m PutGroupPolicyResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PutGroupPolicyResponse -> m PutGroupPolicyResponse #

Read PutGroupPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Show PutGroupPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Generic PutGroupPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Associated Types

type Rep PutGroupPolicyResponse :: Type -> Type #

NFData PutGroupPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

Methods

rnf :: PutGroupPolicyResponse -> () #

type Rep PutGroupPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.PutGroupPolicy

type Rep PutGroupPolicyResponse = D1 (MetaData "PutGroupPolicyResponse" "Network.AWS.IAM.PutGroupPolicy" "amazonka-iam-1.6.1-BDjAp2BAcQu3GSS4Bsr6zu" False) (C1 (MetaCons "PutGroupPolicyResponse'" PrefixI False) (U1 :: Type -> Type))