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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.AddRoleToInstanceProfile

Contents

Description

Adds the specified role to the specified instance profile. For more information about roles, go to Working with Roles. For more information about instance profiles, go to About Instance Profiles.

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

Synopsis

Request

Request constructor

Request lenses

artipInstanceProfileName :: Lens' AddRoleToInstanceProfile Text Source

The name of the instance profile to update.

artipRoleName :: Lens' AddRoleToInstanceProfile Text Source

The name of the role to add.

Response

Response constructor