Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Retrieves the specified inline policy document that is embedded in the specified group.
A group can also have managed policies attached to it. To retrieve a managed policy document that is attached to a group, use GetPolicy to determine the policy's default version, then use GetPolicyVersion to retrieve the policy document.
For more information about policies, refer to Managed Policies and Inline Policies in the IAM User Guide.
See: AWS API Reference for GetGroupPolicy.
- getGroupPolicy :: Text -> Text -> GetGroupPolicy
- data GetGroupPolicy
- ggpGroupName :: Lens' GetGroupPolicy Text
- ggpPolicyName :: Lens' GetGroupPolicy Text
- getGroupPolicyResponse :: Int -> Text -> Text -> Text -> GetGroupPolicyResponse
- data GetGroupPolicyResponse
- ggprsResponseStatus :: Lens' GetGroupPolicyResponse Int
- ggprsGroupName :: Lens' GetGroupPolicyResponse Text
- ggprsPolicyName :: Lens' GetGroupPolicyResponse Text
- ggprsPolicyDocument :: Lens' GetGroupPolicyResponse Text
Creating a Request
Creates a value of GetGroupPolicy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetGroupPolicy Source
See: getGroupPolicy
smart constructor.
Request Lenses
ggpGroupName :: Lens' GetGroupPolicy Text Source
The name of the group the policy is associated with.
ggpPolicyName :: Lens' GetGroupPolicy Text Source
The name of the policy document to get.
Destructuring the Response
:: Int | |
-> Text | |
-> Text | |
-> Text | |
-> GetGroupPolicyResponse |
Creates a value of GetGroupPolicyResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetGroupPolicyResponse Source
Contains the response to a successful GetGroupPolicy request.
See: getGroupPolicyResponse
smart constructor.
Response Lenses
ggprsResponseStatus :: Lens' GetGroupPolicyResponse Int Source
The response status code.
ggprsGroupName :: Lens' GetGroupPolicyResponse Text Source
The group the policy is associated with.
ggprsPolicyName :: Lens' GetGroupPolicyResponse Text Source
The name of the policy.
ggprsPolicyDocument :: Lens' GetGroupPolicyResponse Text Source
The policy document.