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 |
Documentation
data GetContextKeysForPolicyResponse Source #
Contains the response to a successful GetContextKeysForPrincipalPolicy or GetContextKeysForCustomPolicy request.
See: newGetContextKeysForPolicyResponse
smart constructor.
GetContextKeysForPolicyResponse' | |
|
Instances
Eq GetContextKeysForPolicyResponse Source # | |
Read GetContextKeysForPolicyResponse Source # | |
Show GetContextKeysForPolicyResponse Source # | |
Generic GetContextKeysForPolicyResponse Source # | |
NFData GetContextKeysForPolicyResponse Source # | |
Defined in Amazonka.IAM.Types.GetContextKeysForPolicyResponse rnf :: GetContextKeysForPolicyResponse -> () # | |
Hashable GetContextKeysForPolicyResponse Source # | |
FromXML GetContextKeysForPolicyResponse Source # | |
type Rep GetContextKeysForPolicyResponse Source # | |
Defined in Amazonka.IAM.Types.GetContextKeysForPolicyResponse type Rep GetContextKeysForPolicyResponse = D1 ('MetaData "GetContextKeysForPolicyResponse" "Amazonka.IAM.Types.GetContextKeysForPolicyResponse" "libZSservicesZSamazonka-iamZSamazonka-iam" 'False) (C1 ('MetaCons "GetContextKeysForPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contextKeyNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) |
newGetContextKeysForPolicyResponse :: GetContextKeysForPolicyResponse Source #
Create a value of GetContextKeysForPolicyResponse
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:contextKeyNames:GetContextKeysForPolicyResponse'
, getContextKeysForPolicyResponse_contextKeyNames
- The list of context keys that are referenced in the input policies.
getContextKeysForPolicyResponse_contextKeyNames :: Lens' GetContextKeysForPolicyResponse (Maybe [Text]) Source #
The list of context keys that are referenced in the input policies.