amazonka-iot-1.3.5: Amazon IoT SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IoT.GetPolicyVersion

Contents

Description

Gets information about the specified policy version.

See: AWS API Reference for GetPolicyVersion.

Synopsis

Creating a Request

getPolicyVersion Source

Creates a value of GetPolicyVersion with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

gpvPolicyName :: Lens' GetPolicyVersion Text Source

The name of the policy.

Destructuring the Response

getPolicyVersionResponse Source

Creates a value of GetPolicyVersionResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

gpvrsPolicyDocument :: Lens' GetPolicyVersionResponse (Maybe Text) Source

The JSON document that describes the policy.

gpvrsIsDefaultVersion :: Lens' GetPolicyVersionResponse (Maybe Bool) Source

Specifies whether the policy version is the default.