amazonka-glacier-1.0.0: Amazon Glacier 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.Glacier.GetVaultAccessPolicy

Contents

Description

This operation retrieves the 'access-policy' subresource set on the vault; for more information on setting this subresource, see Set Vault Access Policy (PUT access-policy). If there is no access policy set on the vault, the operation returns a '404 Not found' error. For more information about vault access policies, see Amazon Glacier Access Control with Vault Access Policies.

See: AWS API Reference for GetVaultAccessPolicy.

Synopsis

Creating a Request

getVaultAccessPolicy Source

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

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

Request Lenses

gvapAccountId :: Lens' GetVaultAccessPolicy Text Source

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

Destructuring the Response

getVaultAccessPolicyResponse Source

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

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

Response Lenses

gvaprsPolicy :: Lens' GetVaultAccessPolicyResponse (Maybe VaultAccessPolicy) Source

Contains the returned vault access policy as a JSON string.