Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Obtains the inline policy assigned to the permission set.
Synopsis
- data GetInlinePolicyForPermissionSet = GetInlinePolicyForPermissionSet' {}
- newGetInlinePolicyForPermissionSet :: Text -> Text -> GetInlinePolicyForPermissionSet
- getInlinePolicyForPermissionSet_instanceArn :: Lens' GetInlinePolicyForPermissionSet Text
- getInlinePolicyForPermissionSet_permissionSetArn :: Lens' GetInlinePolicyForPermissionSet Text
- data GetInlinePolicyForPermissionSetResponse = GetInlinePolicyForPermissionSetResponse' {
- inlinePolicy :: Maybe (Sensitive Text)
- httpStatus :: Int
- newGetInlinePolicyForPermissionSetResponse :: Int -> GetInlinePolicyForPermissionSetResponse
- getInlinePolicyForPermissionSetResponse_inlinePolicy :: Lens' GetInlinePolicyForPermissionSetResponse (Maybe Text)
- getInlinePolicyForPermissionSetResponse_httpStatus :: Lens' GetInlinePolicyForPermissionSetResponse Int
Creating a Request
data GetInlinePolicyForPermissionSet Source #
See: newGetInlinePolicyForPermissionSet
smart constructor.
GetInlinePolicyForPermissionSet' | |
|
Instances
newGetInlinePolicyForPermissionSet Source #
Create a value of GetInlinePolicyForPermissionSet
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:instanceArn:GetInlinePolicyForPermissionSet'
, getInlinePolicyForPermissionSet_instanceArn
- The ARN of the SSO instance under which the operation will be executed.
For more information about ARNs, see
Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces
in the Amazon Web Services General Reference.
$sel:permissionSetArn:GetInlinePolicyForPermissionSet'
, getInlinePolicyForPermissionSet_permissionSetArn
- The ARN of the permission set.
Request Lenses
getInlinePolicyForPermissionSet_instanceArn :: Lens' GetInlinePolicyForPermissionSet Text Source #
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
getInlinePolicyForPermissionSet_permissionSetArn :: Lens' GetInlinePolicyForPermissionSet Text Source #
The ARN of the permission set.
Destructuring the Response
data GetInlinePolicyForPermissionSetResponse Source #
See: newGetInlinePolicyForPermissionSetResponse
smart constructor.
GetInlinePolicyForPermissionSetResponse' | |
|
Instances
newGetInlinePolicyForPermissionSetResponse Source #
Create a value of GetInlinePolicyForPermissionSetResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:inlinePolicy:GetInlinePolicyForPermissionSetResponse'
, getInlinePolicyForPermissionSetResponse_inlinePolicy
- The IAM inline policy that is attached to the permission set.
$sel:httpStatus:GetInlinePolicyForPermissionSetResponse'
, getInlinePolicyForPermissionSetResponse_httpStatus
- The response's http status code.
Response Lenses
getInlinePolicyForPermissionSetResponse_inlinePolicy :: Lens' GetInlinePolicyForPermissionSetResponse (Maybe Text) Source #
The IAM inline policy that is attached to the permission set.
getInlinePolicyForPermissionSetResponse_httpStatus :: Lens' GetInlinePolicyForPermissionSetResponse Int Source #
The response's http status code.