Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.IAM.GetInstanceProfile
Description
Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. For more information about instance profiles, go to About Instance Profiles. For more information about ARNs, go to ARNs.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetInstanceProfile.html
- data GetInstanceProfile
- getInstanceProfile :: Text -> GetInstanceProfile
- gipInstanceProfileName :: Lens' GetInstanceProfile Text
- data GetInstanceProfileResponse
- getInstanceProfileResponse :: InstanceProfile -> GetInstanceProfileResponse
- giprInstanceProfile :: Lens' GetInstanceProfileResponse InstanceProfile
Request
data GetInstanceProfile Source
Instances
Request constructor
Arguments
:: Text | |
-> GetInstanceProfile |
GetInstanceProfile
constructor.
The fields accessible through corresponding lenses are:
Request lenses
gipInstanceProfileName :: Lens' GetInstanceProfile Text Source
The name of the instance profile to get information about.
Response
Response constructor
getInstanceProfileResponse Source
Arguments
:: InstanceProfile | |
-> GetInstanceProfileResponse |
GetInstanceProfileResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
giprInstanceProfile :: Lens' GetInstanceProfileResponse InstanceProfile Source
Information about the instance profile.