amazonka-glacier-1.6.0: Amazon Glacier SDK.

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

Network.AWS.Glacier.Types

Contents

Description

 

Synopsis

Service Configuration

glacier :: Service #

API version 2012-06-01 of the Amazon Glacier SDK configuration.

Errors

_PolicyEnforcedException :: AsError a => Getting (First ServiceError) a ServiceError #

Returned if a retrieval job would exceed the current data policy's retrieval rate limit. For more information about data retrieval policies,

_InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError #

Returned if a parameter of the request is incorrectly specified.

_RequestTimeoutException :: AsError a => Getting (First ServiceError) a ServiceError #

Returned if, when uploading an archive, Amazon Glacier times out while receiving the upload.

_ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError #

Returned if the service cannot complete the request.

_InsufficientCapacityException :: AsError a => Getting (First ServiceError) a ServiceError #

Returned if there is insufficient capacity to process this expedited request. This error only applies to expedited retrievals and not to standard or bulk retrievals.

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError #

Returned if the specified resource (such as a vault, upload ID, or job ID) doesn't exist.

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

Returned if the request results in a vault or account limit being exceeded.

_MissingParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError #

Returned if a required header or parameter is missing from the request.

ActionCode

data ActionCode #

Instances

Bounded ActionCode # 
Enum ActionCode # 
Eq ActionCode # 
Data ActionCode # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ActionCode -> c ActionCode #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ActionCode #

toConstr :: ActionCode -> Constr #

dataTypeOf :: ActionCode -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ActionCode) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ActionCode) #

gmapT :: (forall b. Data b => b -> b) -> ActionCode -> ActionCode #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ActionCode -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ActionCode -> r #

gmapQ :: (forall d. Data d => d -> u) -> ActionCode -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ActionCode -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ActionCode -> m ActionCode #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ActionCode -> m ActionCode #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ActionCode -> m ActionCode #

Ord ActionCode # 
Read ActionCode # 
Show ActionCode # 
Generic ActionCode # 

Associated Types

type Rep ActionCode :: * -> * #

Hashable ActionCode # 
FromJSON ActionCode # 
NFData ActionCode # 

Methods

rnf :: ActionCode -> () #

ToHeader ActionCode # 
ToQuery ActionCode # 
ToByteString ActionCode # 
FromText ActionCode # 
ToText ActionCode # 

Methods

toText :: ActionCode -> Text #

type Rep ActionCode # 
type Rep ActionCode = D1 * (MetaData "ActionCode" "Network.AWS.Glacier.Types.Sum" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) ((:+:) * (C1 * (MetaCons "ArchiveRetrieval" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "InventoryRetrieval" PrefixI False) (U1 *)) (C1 * (MetaCons "Select" PrefixI False) (U1 *))))

CannedACL

data CannedACL #

Instances

Bounded CannedACL # 
Enum CannedACL # 
Eq CannedACL # 
Data CannedACL # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CannedACL -> c CannedACL #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CannedACL #

toConstr :: CannedACL -> Constr #

dataTypeOf :: CannedACL -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CannedACL) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CannedACL) #

gmapT :: (forall b. Data b => b -> b) -> CannedACL -> CannedACL #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CannedACL -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CannedACL -> r #

gmapQ :: (forall d. Data d => d -> u) -> CannedACL -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CannedACL -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CannedACL -> m CannedACL #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CannedACL -> m CannedACL #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CannedACL -> m CannedACL #

Ord CannedACL # 
Read CannedACL # 
Show CannedACL # 
Generic CannedACL # 

Associated Types

type Rep CannedACL :: * -> * #

Hashable CannedACL # 
ToJSON CannedACL # 
FromJSON CannedACL # 
NFData CannedACL # 

Methods

rnf :: CannedACL -> () #

ToHeader CannedACL # 
ToQuery CannedACL # 
ToByteString CannedACL # 

Methods

toBS :: CannedACL -> ByteString #

FromText CannedACL # 
ToText CannedACL # 

Methods

toText :: CannedACL -> Text #

type Rep CannedACL # 
type Rep CannedACL = D1 * (MetaData "CannedACL" "Network.AWS.Glacier.Types.Sum" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) ((:+:) * ((:+:) * (C1 * (MetaCons "AWSExecRead" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "AuthenticatedRead" PrefixI False) (U1 *)) (C1 * (MetaCons "BucketOwnerFullControl" PrefixI False) (U1 *)))) ((:+:) * ((:+:) * (C1 * (MetaCons "BucketOwnerRead" PrefixI False) (U1 *)) (C1 * (MetaCons "Private" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "PublicRead" PrefixI False) (U1 *)) (C1 * (MetaCons "PublicReadWrite" PrefixI False) (U1 *)))))

EncryptionType

data EncryptionType #

Constructors

AES256 
AWSKMS 

Instances

Bounded EncryptionType # 
Enum EncryptionType # 
Eq EncryptionType # 
Data EncryptionType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EncryptionType -> c EncryptionType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EncryptionType #

toConstr :: EncryptionType -> Constr #

dataTypeOf :: EncryptionType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EncryptionType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EncryptionType) #

gmapT :: (forall b. Data b => b -> b) -> EncryptionType -> EncryptionType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EncryptionType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EncryptionType -> r #

gmapQ :: (forall d. Data d => d -> u) -> EncryptionType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EncryptionType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EncryptionType -> m EncryptionType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EncryptionType -> m EncryptionType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EncryptionType -> m EncryptionType #

Ord EncryptionType # 
Read EncryptionType # 
Show EncryptionType # 
Generic EncryptionType # 

Associated Types

type Rep EncryptionType :: * -> * #

Hashable EncryptionType # 
ToJSON EncryptionType # 
FromJSON EncryptionType # 
NFData EncryptionType # 

Methods

rnf :: EncryptionType -> () #

ToHeader EncryptionType # 
ToQuery EncryptionType # 
ToByteString EncryptionType # 
FromText EncryptionType # 
ToText EncryptionType # 
type Rep EncryptionType # 
type Rep EncryptionType = D1 * (MetaData "EncryptionType" "Network.AWS.Glacier.Types.Sum" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) ((:+:) * (C1 * (MetaCons "AES256" PrefixI False) (U1 *)) (C1 * (MetaCons "AWSKMS" PrefixI False) (U1 *)))

ExpressionType

data ExpressionType #

Constructors

Sql 

Instances

Bounded ExpressionType # 
Enum ExpressionType # 
Eq ExpressionType # 
Data ExpressionType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExpressionType -> c ExpressionType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExpressionType #

toConstr :: ExpressionType -> Constr #

dataTypeOf :: ExpressionType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ExpressionType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExpressionType) #

gmapT :: (forall b. Data b => b -> b) -> ExpressionType -> ExpressionType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExpressionType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExpressionType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ExpressionType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ExpressionType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExpressionType -> m ExpressionType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExpressionType -> m ExpressionType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExpressionType -> m ExpressionType #

Ord ExpressionType # 
Read ExpressionType # 
Show ExpressionType # 
Generic ExpressionType # 

Associated Types

type Rep ExpressionType :: * -> * #

Hashable ExpressionType # 
ToJSON ExpressionType # 
FromJSON ExpressionType # 
NFData ExpressionType # 

Methods

rnf :: ExpressionType -> () #

ToHeader ExpressionType # 
ToQuery ExpressionType # 
ToByteString ExpressionType # 
FromText ExpressionType # 
ToText ExpressionType # 
type Rep ExpressionType # 
type Rep ExpressionType = D1 * (MetaData "ExpressionType" "Network.AWS.Glacier.Types.Sum" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "Sql" PrefixI False) (U1 *))

FileHeaderInfo

data FileHeaderInfo #

Constructors

Ignore 
None 
Use 

Instances

Bounded FileHeaderInfo # 
Enum FileHeaderInfo # 
Eq FileHeaderInfo # 
Data FileHeaderInfo # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FileHeaderInfo -> c FileHeaderInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FileHeaderInfo #

toConstr :: FileHeaderInfo -> Constr #

dataTypeOf :: FileHeaderInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c FileHeaderInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FileHeaderInfo) #

gmapT :: (forall b. Data b => b -> b) -> FileHeaderInfo -> FileHeaderInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FileHeaderInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FileHeaderInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> FileHeaderInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FileHeaderInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FileHeaderInfo -> m FileHeaderInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FileHeaderInfo -> m FileHeaderInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FileHeaderInfo -> m FileHeaderInfo #

Ord FileHeaderInfo # 
Read FileHeaderInfo # 
Show FileHeaderInfo # 
Generic FileHeaderInfo # 

Associated Types

type Rep FileHeaderInfo :: * -> * #

Hashable FileHeaderInfo # 
ToJSON FileHeaderInfo # 
FromJSON FileHeaderInfo # 
NFData FileHeaderInfo # 

Methods

rnf :: FileHeaderInfo -> () #

ToHeader FileHeaderInfo # 
ToQuery FileHeaderInfo # 
ToByteString FileHeaderInfo # 
FromText FileHeaderInfo # 
ToText FileHeaderInfo # 
type Rep FileHeaderInfo # 
type Rep FileHeaderInfo = D1 * (MetaData "FileHeaderInfo" "Network.AWS.Glacier.Types.Sum" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) ((:+:) * (C1 * (MetaCons "Ignore" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "None" PrefixI False) (U1 *)) (C1 * (MetaCons "Use" PrefixI False) (U1 *))))

Permission

data Permission #

Instances

Bounded Permission # 
Enum Permission # 
Eq Permission # 
Data Permission # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Permission -> c Permission #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Permission #

toConstr :: Permission -> Constr #

dataTypeOf :: Permission -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Permission) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Permission) #

gmapT :: (forall b. Data b => b -> b) -> Permission -> Permission #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Permission -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Permission -> r #

gmapQ :: (forall d. Data d => d -> u) -> Permission -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Permission -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Permission -> m Permission #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Permission -> m Permission #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Permission -> m Permission #

Ord Permission # 
Read Permission # 
Show Permission # 
Generic Permission # 

Associated Types

type Rep Permission :: * -> * #

Hashable Permission # 
ToJSON Permission # 
FromJSON Permission # 
NFData Permission # 

Methods

rnf :: Permission -> () #

ToHeader Permission # 
ToQuery Permission # 
ToByteString Permission # 
FromText Permission # 
ToText Permission # 

Methods

toText :: Permission -> Text #

type Rep Permission # 
type Rep Permission = D1 * (MetaData "Permission" "Network.AWS.Glacier.Types.Sum" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) ((:+:) * ((:+:) * (C1 * (MetaCons "FullControl" PrefixI False) (U1 *)) (C1 * (MetaCons "Read" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "ReadAcp" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "Write" PrefixI False) (U1 *)) (C1 * (MetaCons "WriteAcp" PrefixI False) (U1 *)))))

QuoteFields

data QuoteFields #

Constructors

ASNeeded 
Always 

Instances

Bounded QuoteFields # 
Enum QuoteFields # 
Eq QuoteFields # 
Data QuoteFields # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> QuoteFields -> c QuoteFields #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c QuoteFields #

toConstr :: QuoteFields -> Constr #

dataTypeOf :: QuoteFields -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c QuoteFields) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c QuoteFields) #

gmapT :: (forall b. Data b => b -> b) -> QuoteFields -> QuoteFields #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> QuoteFields -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> QuoteFields -> r #

gmapQ :: (forall d. Data d => d -> u) -> QuoteFields -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> QuoteFields -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> QuoteFields -> m QuoteFields #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> QuoteFields -> m QuoteFields #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> QuoteFields -> m QuoteFields #

Ord QuoteFields # 
Read QuoteFields # 
Show QuoteFields # 
Generic QuoteFields # 

Associated Types

type Rep QuoteFields :: * -> * #

Hashable QuoteFields # 
ToJSON QuoteFields # 
FromJSON QuoteFields # 
NFData QuoteFields # 

Methods

rnf :: QuoteFields -> () #

ToHeader QuoteFields # 
ToQuery QuoteFields # 
ToByteString QuoteFields # 
FromText QuoteFields # 
ToText QuoteFields # 

Methods

toText :: QuoteFields -> Text #

type Rep QuoteFields # 
type Rep QuoteFields = D1 * (MetaData "QuoteFields" "Network.AWS.Glacier.Types.Sum" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) ((:+:) * (C1 * (MetaCons "ASNeeded" PrefixI False) (U1 *)) (C1 * (MetaCons "Always" PrefixI False) (U1 *)))

StatusCode

data StatusCode #

Constructors

Failed 
InProgress 
Succeeded 

Instances

Bounded StatusCode # 
Enum StatusCode # 
Eq StatusCode # 
Data StatusCode # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StatusCode -> c StatusCode #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StatusCode #

toConstr :: StatusCode -> Constr #

dataTypeOf :: StatusCode -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c StatusCode) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StatusCode) #

gmapT :: (forall b. Data b => b -> b) -> StatusCode -> StatusCode #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StatusCode -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StatusCode -> r #

gmapQ :: (forall d. Data d => d -> u) -> StatusCode -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StatusCode -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StatusCode -> m StatusCode #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusCode -> m StatusCode #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusCode -> m StatusCode #

Ord StatusCode # 
Read StatusCode # 
Show StatusCode # 
Generic StatusCode # 

Associated Types

type Rep StatusCode :: * -> * #

Hashable StatusCode # 
FromJSON StatusCode # 
NFData StatusCode # 

Methods

rnf :: StatusCode -> () #

ToHeader StatusCode # 
ToQuery StatusCode # 
ToByteString StatusCode # 
FromText StatusCode # 
ToText StatusCode # 

Methods

toText :: StatusCode -> Text #

type Rep StatusCode # 
type Rep StatusCode = D1 * (MetaData "StatusCode" "Network.AWS.Glacier.Types.Sum" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) ((:+:) * (C1 * (MetaCons "Failed" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "InProgress" PrefixI False) (U1 *)) (C1 * (MetaCons "Succeeded" PrefixI False) (U1 *))))

StorageClass

data StorageClass #

Instances

Bounded StorageClass # 
Enum StorageClass # 
Eq StorageClass # 
Data StorageClass # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StorageClass -> c StorageClass #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StorageClass #

toConstr :: StorageClass -> Constr #

dataTypeOf :: StorageClass -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c StorageClass) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StorageClass) #

gmapT :: (forall b. Data b => b -> b) -> StorageClass -> StorageClass #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StorageClass -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StorageClass -> r #

gmapQ :: (forall d. Data d => d -> u) -> StorageClass -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StorageClass -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StorageClass -> m StorageClass #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StorageClass -> m StorageClass #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StorageClass -> m StorageClass #

Ord StorageClass # 
Read StorageClass # 
Show StorageClass # 
Generic StorageClass # 

Associated Types

type Rep StorageClass :: * -> * #

Hashable StorageClass # 
ToJSON StorageClass # 
FromJSON StorageClass # 
NFData StorageClass # 

Methods

rnf :: StorageClass -> () #

ToHeader StorageClass # 
ToQuery StorageClass # 
ToByteString StorageClass # 
FromText StorageClass # 
ToText StorageClass # 

Methods

toText :: StorageClass -> Text #

type Rep StorageClass # 
type Rep StorageClass = D1 * (MetaData "StorageClass" "Network.AWS.Glacier.Types.Sum" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) ((:+:) * (C1 * (MetaCons "ReducedRedundancy" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "Standard" PrefixI False) (U1 *)) (C1 * (MetaCons "StandardIA" PrefixI False) (U1 *))))

Type

data Type #

Instances

Bounded Type # 
Enum Type # 

Methods

succ :: Type -> Type #

pred :: Type -> Type #

toEnum :: Int -> Type #

fromEnum :: Type -> Int #

enumFrom :: Type -> [Type] #

enumFromThen :: Type -> Type -> [Type] #

enumFromTo :: Type -> Type -> [Type] #

enumFromThenTo :: Type -> Type -> Type -> [Type] #

Eq Type # 

Methods

(==) :: Type -> Type -> Bool #

(/=) :: Type -> Type -> Bool #

Data Type # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Type -> c Type #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Type #

toConstr :: Type -> Constr #

dataTypeOf :: Type -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Type) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Type) #

gmapT :: (forall b. Data b => b -> b) -> Type -> Type #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Type -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Type -> r #

gmapQ :: (forall d. Data d => d -> u) -> Type -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Type -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Type -> m Type #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Type -> m Type #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Type -> m Type #

Ord Type # 

Methods

compare :: Type -> Type -> Ordering #

(<) :: Type -> Type -> Bool #

(<=) :: Type -> Type -> Bool #

(>) :: Type -> Type -> Bool #

(>=) :: Type -> Type -> Bool #

max :: Type -> Type -> Type #

min :: Type -> Type -> Type #

Read Type # 
Show Type # 

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

Generic Type # 

Associated Types

type Rep Type :: * -> * #

Methods

from :: Type -> Rep Type x #

to :: Rep Type x -> Type #

Hashable Type # 

Methods

hashWithSalt :: Int -> Type -> Int #

hash :: Type -> Int #

ToJSON Type # 
FromJSON Type # 
NFData Type # 

Methods

rnf :: Type -> () #

ToHeader Type # 

Methods

toHeader :: HeaderName -> Type -> [Header] #

ToQuery Type # 

Methods

toQuery :: Type -> QueryString #

ToByteString Type # 

Methods

toBS :: Type -> ByteString #

FromText Type # 

Methods

parser :: Parser Type #

ToText Type # 

Methods

toText :: Type -> Text #

type Rep Type # 
type Rep Type = D1 * (MetaData "Type" "Network.AWS.Glacier.Types.Sum" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) ((:+:) * (C1 * (MetaCons "AmazonCustomerByEmail" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "CanonicalUser" PrefixI False) (U1 *)) (C1 * (MetaCons "Group" PrefixI False) (U1 *))))

ArchiveCreationOutput

data ArchiveCreationOutput #

Contains the Amazon Glacier response to your request.

For information about the underlying REST API, see Upload Archive . For conceptual information, see Working with Archives in Amazon Glacier .

See: archiveCreationOutput smart constructor.

Instances

Eq ArchiveCreationOutput # 
Data ArchiveCreationOutput # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ArchiveCreationOutput -> c ArchiveCreationOutput #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ArchiveCreationOutput #

toConstr :: ArchiveCreationOutput -> Constr #

dataTypeOf :: ArchiveCreationOutput -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ArchiveCreationOutput) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ArchiveCreationOutput) #

gmapT :: (forall b. Data b => b -> b) -> ArchiveCreationOutput -> ArchiveCreationOutput #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ArchiveCreationOutput -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ArchiveCreationOutput -> r #

gmapQ :: (forall d. Data d => d -> u) -> ArchiveCreationOutput -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ArchiveCreationOutput -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ArchiveCreationOutput -> m ArchiveCreationOutput #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ArchiveCreationOutput -> m ArchiveCreationOutput #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ArchiveCreationOutput -> m ArchiveCreationOutput #

Read ArchiveCreationOutput # 
Show ArchiveCreationOutput # 
Generic ArchiveCreationOutput # 
Hashable ArchiveCreationOutput # 
FromJSON ArchiveCreationOutput # 
NFData ArchiveCreationOutput # 

Methods

rnf :: ArchiveCreationOutput -> () #

type Rep ArchiveCreationOutput # 
type Rep ArchiveCreationOutput = D1 * (MetaData "ArchiveCreationOutput" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "ArchiveCreationOutput'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_acoArchiveId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_acoChecksum") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_acoLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))))

archiveCreationOutput :: ArchiveCreationOutput #

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

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

  • acoArchiveId - The ID of the archive. This value is also included as part of the location.
  • acoChecksum - The checksum of the archive computed by Amazon Glacier.
  • acoLocation - The relative URI path of the newly added archive resource.

acoArchiveId :: Lens' ArchiveCreationOutput (Maybe Text) #

The ID of the archive. This value is also included as part of the location.

acoChecksum :: Lens' ArchiveCreationOutput (Maybe Text) #

The checksum of the archive computed by Amazon Glacier.

acoLocation :: Lens' ArchiveCreationOutput (Maybe Text) #

The relative URI path of the newly added archive resource.

CSVInput

data CSVInput #

Contains information about the comma-separated value (CSV) file to select from.

See: csvInput smart constructor.

Instances

Eq CSVInput # 
Data CSVInput # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CSVInput -> c CSVInput #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CSVInput #

toConstr :: CSVInput -> Constr #

dataTypeOf :: CSVInput -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CSVInput) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CSVInput) #

gmapT :: (forall b. Data b => b -> b) -> CSVInput -> CSVInput #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CSVInput -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CSVInput -> r #

gmapQ :: (forall d. Data d => d -> u) -> CSVInput -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CSVInput -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CSVInput -> m CSVInput #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CSVInput -> m CSVInput #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CSVInput -> m CSVInput #

Read CSVInput # 
Show CSVInput # 
Generic CSVInput # 

Associated Types

type Rep CSVInput :: * -> * #

Methods

from :: CSVInput -> Rep CSVInput x #

to :: Rep CSVInput x -> CSVInput #

Hashable CSVInput # 

Methods

hashWithSalt :: Int -> CSVInput -> Int #

hash :: CSVInput -> Int #

ToJSON CSVInput # 
FromJSON CSVInput # 
NFData CSVInput # 

Methods

rnf :: CSVInput -> () #

type Rep CSVInput # 
type Rep CSVInput = D1 * (MetaData "CSVInput" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "CSVInput'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_ciQuoteCharacter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ciRecordDelimiter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ciFileHeaderInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe FileHeaderInfo))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ciQuoteEscapeCharacter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ciComments") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ciFieldDelimiter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))))

csvInput :: CSVInput #

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

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

  • ciQuoteCharacter - A value used as an escape character where the field delimiter is part of the value.
  • ciRecordDelimiter - A value used to separate individual records from each other.
  • ciFileHeaderInfo - Describes the first line of input. Valid values are None , Ignore , and Use .
  • ciQuoteEscapeCharacter - A single character used for escaping the quotation-mark character inside an already escaped value.
  • ciComments - A single character used to indicate that a row should be ignored when the character is present at the start of that row.
  • ciFieldDelimiter - A value used to separate individual fields from each other within a record.

ciQuoteCharacter :: Lens' CSVInput (Maybe Text) #

A value used as an escape character where the field delimiter is part of the value.

ciRecordDelimiter :: Lens' CSVInput (Maybe Text) #

A value used to separate individual records from each other.

ciFileHeaderInfo :: Lens' CSVInput (Maybe FileHeaderInfo) #

Describes the first line of input. Valid values are None , Ignore , and Use .

ciQuoteEscapeCharacter :: Lens' CSVInput (Maybe Text) #

A single character used for escaping the quotation-mark character inside an already escaped value.

ciComments :: Lens' CSVInput (Maybe Text) #

A single character used to indicate that a row should be ignored when the character is present at the start of that row.

ciFieldDelimiter :: Lens' CSVInput (Maybe Text) #

A value used to separate individual fields from each other within a record.

CSVOutput

data CSVOutput #

Contains information about the comma-separated value (CSV) file that the job results are stored in.

See: csvOutput smart constructor.

Instances

Eq CSVOutput # 
Data CSVOutput # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CSVOutput -> c CSVOutput #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CSVOutput #

toConstr :: CSVOutput -> Constr #

dataTypeOf :: CSVOutput -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CSVOutput) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CSVOutput) #

gmapT :: (forall b. Data b => b -> b) -> CSVOutput -> CSVOutput #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CSVOutput -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CSVOutput -> r #

gmapQ :: (forall d. Data d => d -> u) -> CSVOutput -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CSVOutput -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CSVOutput -> m CSVOutput #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CSVOutput -> m CSVOutput #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CSVOutput -> m CSVOutput #

Read CSVOutput # 
Show CSVOutput # 
Generic CSVOutput # 

Associated Types

type Rep CSVOutput :: * -> * #

Hashable CSVOutput # 
ToJSON CSVOutput # 
FromJSON CSVOutput # 
NFData CSVOutput # 

Methods

rnf :: CSVOutput -> () #

type Rep CSVOutput # 
type Rep CSVOutput = D1 * (MetaData "CSVOutput" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "CSVOutput'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_coQuoteCharacter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_coQuoteFields") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe QuoteFields)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_coRecordDelimiter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_coQuoteEscapeCharacter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_coFieldDelimiter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))))

csvOutput :: CSVOutput #

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

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

  • coQuoteCharacter - A value used as an escape character where the field delimiter is part of the value.
  • coQuoteFields - A value that indicates whether all output fields should be contained within quotation marks.
  • coRecordDelimiter - A value used to separate individual records from each other.
  • coQuoteEscapeCharacter - A single character used for escaping the quotation-mark character inside an already escaped value.
  • coFieldDelimiter - A value used to separate individual fields from each other within a record.

coQuoteCharacter :: Lens' CSVOutput (Maybe Text) #

A value used as an escape character where the field delimiter is part of the value.

coQuoteFields :: Lens' CSVOutput (Maybe QuoteFields) #

A value that indicates whether all output fields should be contained within quotation marks.

coRecordDelimiter :: Lens' CSVOutput (Maybe Text) #

A value used to separate individual records from each other.

coQuoteEscapeCharacter :: Lens' CSVOutput (Maybe Text) #

A single character used for escaping the quotation-mark character inside an already escaped value.

coFieldDelimiter :: Lens' CSVOutput (Maybe Text) #

A value used to separate individual fields from each other within a record.

DataRetrievalPolicy

data DataRetrievalPolicy #

Data retrieval policy.

See: dataRetrievalPolicy smart constructor.

Instances

Eq DataRetrievalPolicy # 
Data DataRetrievalPolicy # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DataRetrievalPolicy -> c DataRetrievalPolicy #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DataRetrievalPolicy #

toConstr :: DataRetrievalPolicy -> Constr #

dataTypeOf :: DataRetrievalPolicy -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DataRetrievalPolicy) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DataRetrievalPolicy) #

gmapT :: (forall b. Data b => b -> b) -> DataRetrievalPolicy -> DataRetrievalPolicy #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DataRetrievalPolicy -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DataRetrievalPolicy -> r #

gmapQ :: (forall d. Data d => d -> u) -> DataRetrievalPolicy -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DataRetrievalPolicy -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DataRetrievalPolicy -> m DataRetrievalPolicy #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DataRetrievalPolicy -> m DataRetrievalPolicy #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DataRetrievalPolicy -> m DataRetrievalPolicy #

Read DataRetrievalPolicy # 
Show DataRetrievalPolicy # 
Generic DataRetrievalPolicy # 
Hashable DataRetrievalPolicy # 
ToJSON DataRetrievalPolicy # 
FromJSON DataRetrievalPolicy # 
NFData DataRetrievalPolicy # 

Methods

rnf :: DataRetrievalPolicy -> () #

type Rep DataRetrievalPolicy # 
type Rep DataRetrievalPolicy = D1 * (MetaData "DataRetrievalPolicy" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" True) (C1 * (MetaCons "DataRetrievalPolicy'" PrefixI True) (S1 * (MetaSel (Just Symbol "_drpRules") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe [DataRetrievalRule]))))

dataRetrievalPolicy :: DataRetrievalPolicy #

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

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

  • drpRules - The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

drpRules :: Lens' DataRetrievalPolicy [DataRetrievalRule] #

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

DataRetrievalRule

data DataRetrievalRule #

Data retrieval policy rule.

See: dataRetrievalRule smart constructor.

Instances

Eq DataRetrievalRule # 
Data DataRetrievalRule # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DataRetrievalRule -> c DataRetrievalRule #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DataRetrievalRule #

toConstr :: DataRetrievalRule -> Constr #

dataTypeOf :: DataRetrievalRule -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DataRetrievalRule) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DataRetrievalRule) #

gmapT :: (forall b. Data b => b -> b) -> DataRetrievalRule -> DataRetrievalRule #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DataRetrievalRule -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DataRetrievalRule -> r #

gmapQ :: (forall d. Data d => d -> u) -> DataRetrievalRule -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DataRetrievalRule -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DataRetrievalRule -> m DataRetrievalRule #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DataRetrievalRule -> m DataRetrievalRule #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DataRetrievalRule -> m DataRetrievalRule #

Read DataRetrievalRule # 
Show DataRetrievalRule # 
Generic DataRetrievalRule # 
Hashable DataRetrievalRule # 
ToJSON DataRetrievalRule # 
FromJSON DataRetrievalRule # 
NFData DataRetrievalRule # 

Methods

rnf :: DataRetrievalRule -> () #

type Rep DataRetrievalRule # 
type Rep DataRetrievalRule = D1 * (MetaData "DataRetrievalRule" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "DataRetrievalRule'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_drrStrategy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_drrBytesPerHour") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer)))))

dataRetrievalRule :: DataRetrievalRule #

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

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

  • drrStrategy - The type of data retrieval policy to set. Valid values: BytesPerHour|FreeTier|None
  • drrBytesPerHour - The maximum number of bytes that can be retrieved in an hour. This field is required only if the value of the Strategy field is BytesPerHour . Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

drrStrategy :: Lens' DataRetrievalRule (Maybe Text) #

The type of data retrieval policy to set. Valid values: BytesPerHour|FreeTier|None

drrBytesPerHour :: Lens' DataRetrievalRule (Maybe Integer) #

The maximum number of bytes that can be retrieved in an hour. This field is required only if the value of the Strategy field is BytesPerHour . Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

DescribeVaultOutput

data DescribeVaultOutput #

Contains the Amazon Glacier response to your request.

See: describeVaultOutput smart constructor.

Instances

Eq DescribeVaultOutput # 
Data DescribeVaultOutput # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeVaultOutput -> c DescribeVaultOutput #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeVaultOutput #

toConstr :: DescribeVaultOutput -> Constr #

dataTypeOf :: DescribeVaultOutput -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeVaultOutput) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeVaultOutput) #

gmapT :: (forall b. Data b => b -> b) -> DescribeVaultOutput -> DescribeVaultOutput #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeVaultOutput -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeVaultOutput -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeVaultOutput -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeVaultOutput -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeVaultOutput -> m DescribeVaultOutput #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeVaultOutput -> m DescribeVaultOutput #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeVaultOutput -> m DescribeVaultOutput #

Read DescribeVaultOutput # 
Show DescribeVaultOutput # 
Generic DescribeVaultOutput # 
Hashable DescribeVaultOutput # 
FromJSON DescribeVaultOutput # 
NFData DescribeVaultOutput # 

Methods

rnf :: DescribeVaultOutput -> () #

type Rep DescribeVaultOutput # 
type Rep DescribeVaultOutput = D1 * (MetaData "DescribeVaultOutput" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "DescribeVaultOutput'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dvoVaultName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dvoSizeInBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer))) (S1 * (MetaSel (Just Symbol "_dvoLastInventoryDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dvoVaultARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dvoCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dvoNumberOfArchives") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer)))))))

describeVaultOutput :: DescribeVaultOutput #

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

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

  • dvoVaultName - The name of the vault.
  • dvoSizeInBytes - Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example if you just created the vault.
  • dvoLastInventoryDate - The Universal Coordinated Time (UTC) date when Amazon Glacier completed the last vault inventory. This value should be a string in the ISO 8601 date format, for example 2012-03-20T17:03:43.221Z .
  • dvoVaultARN - The Amazon Resource Name (ARN) of the vault.
  • dvoCreationDate - The Universal Coordinated Time (UTC) date when the vault was created. This value should be a string in the ISO 8601 date format, for example 2012-03-20T17:03:43.221Z .
  • dvoNumberOfArchives - The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example if you just created the vault.

dvoVaultName :: Lens' DescribeVaultOutput (Maybe Text) #

The name of the vault.

dvoSizeInBytes :: Lens' DescribeVaultOutput (Maybe Integer) #

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example if you just created the vault.

dvoLastInventoryDate :: Lens' DescribeVaultOutput (Maybe Text) #

The Universal Coordinated Time (UTC) date when Amazon Glacier completed the last vault inventory. This value should be a string in the ISO 8601 date format, for example 2012-03-20T17:03:43.221Z .

dvoVaultARN :: Lens' DescribeVaultOutput (Maybe Text) #

The Amazon Resource Name (ARN) of the vault.

dvoCreationDate :: Lens' DescribeVaultOutput (Maybe Text) #

The Universal Coordinated Time (UTC) date when the vault was created. This value should be a string in the ISO 8601 date format, for example 2012-03-20T17:03:43.221Z .

dvoNumberOfArchives :: Lens' DescribeVaultOutput (Maybe Integer) #

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example if you just created the vault.

Encryption

data Encryption #

Contains information about the encryption used to store the job results in Amazon S3.

See: encryption smart constructor.

Instances

Eq Encryption # 
Data Encryption # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Encryption -> c Encryption #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Encryption #

toConstr :: Encryption -> Constr #

dataTypeOf :: Encryption -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Encryption) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Encryption) #

gmapT :: (forall b. Data b => b -> b) -> Encryption -> Encryption #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Encryption -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Encryption -> r #

gmapQ :: (forall d. Data d => d -> u) -> Encryption -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Encryption -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Encryption -> m Encryption #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Encryption -> m Encryption #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Encryption -> m Encryption #

Read Encryption # 
Show Encryption # 
Generic Encryption # 

Associated Types

type Rep Encryption :: * -> * #

Hashable Encryption # 
ToJSON Encryption # 
FromJSON Encryption # 
NFData Encryption # 

Methods

rnf :: Encryption -> () #

type Rep Encryption # 
type Rep Encryption = D1 * (MetaData "Encryption" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "Encryption'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_eEncryptionType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe EncryptionType))) ((:*:) * (S1 * (MetaSel (Just Symbol "_eKMSKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_eKMSContext") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))))

encryption :: Encryption #

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

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

  • eEncryptionType - The server-side encryption algorithm used when storing job results in Amazon S3, for example AES256 or aws:kms .
  • eKMSKeyId - The AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS fail if not made by using Secure Sockets Layer (SSL) or Signature Version 4.
  • eKMSContext - Optional. If the encryption type is aws:kms , you can use this value to specify the encryption context for the job results.

eEncryptionType :: Lens' Encryption (Maybe EncryptionType) #

The server-side encryption algorithm used when storing job results in Amazon S3, for example AES256 or aws:kms .

eKMSKeyId :: Lens' Encryption (Maybe Text) #

The AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS fail if not made by using Secure Sockets Layer (SSL) or Signature Version 4.

eKMSContext :: Lens' Encryption (Maybe Text) #

Optional. If the encryption type is aws:kms , you can use this value to specify the encryption context for the job results.

GlacierJobDescription

data GlacierJobDescription #

Contains the description of an Amazon Glacier job.

See: glacierJobDescription smart constructor.

Instances

Eq GlacierJobDescription # 
Data GlacierJobDescription # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GlacierJobDescription -> c GlacierJobDescription #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GlacierJobDescription #

toConstr :: GlacierJobDescription -> Constr #

dataTypeOf :: GlacierJobDescription -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GlacierJobDescription) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GlacierJobDescription) #

gmapT :: (forall b. Data b => b -> b) -> GlacierJobDescription -> GlacierJobDescription #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GlacierJobDescription -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GlacierJobDescription -> r #

gmapQ :: (forall d. Data d => d -> u) -> GlacierJobDescription -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GlacierJobDescription -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GlacierJobDescription -> m GlacierJobDescription #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GlacierJobDescription -> m GlacierJobDescription #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GlacierJobDescription -> m GlacierJobDescription #

Read GlacierJobDescription # 
Show GlacierJobDescription # 
Generic GlacierJobDescription # 
Hashable GlacierJobDescription # 
FromJSON GlacierJobDescription # 
NFData GlacierJobDescription # 

Methods

rnf :: GlacierJobDescription -> () #

type Rep GlacierJobDescription # 
type Rep GlacierJobDescription = D1 * (MetaData "GlacierJobDescription" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "GlacierJobDescription'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdSHA256TreeHash") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gjdArchiveId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdSelectParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe SelectParameters))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gjdJobOutputPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdRetrievalByteRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gjdInventoryRetrievalParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe InventoryRetrievalJobDescription)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ActionCode))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdJobDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gjdSNSTopic") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))))) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdStatusMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gjdVaultARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdOutputLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe OutputLocation))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdTier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gjdArchiveSHA256TreeHash") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdCompleted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_gjdCompletionDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdInventorySizeInBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gjdArchiveSizeInBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer))) (S1 * (MetaSel (Just Symbol "_gjdStatusCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe StatusCode)))))))))

glacierJobDescription :: GlacierJobDescription #

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

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

  • gjdSHA256TreeHash - For an archive retrieval job, this value is the checksum of the archive. Otherwise, this value is null. The SHA256 tree hash value for the requested range of an archive. If the InitiateJob request for an archive specified a tree-hash aligned range, then this field returns a value. If the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value. This field is null for the following: * Archive retrieval jobs that specify a range that is not tree-hash aligned * Archival jobs that specify a range that is equal to the whole archive, when the job status is InProgress * Inventory jobs * Select jobs
  • gjdArchiveId - The archive ID requested for a select job or archive retrieval. Otherwise, this field is null.
  • gjdSelectParameters - Contains the parameters used for a select.
  • gjdJobId - An opaque string that identifies an Amazon Glacier job.
  • gjdJobOutputPath - Contains the job output location.
  • gjdRetrievalByteRange - The retrieved byte range for archive retrieval jobs in the form StartByteValue -EndByteValue . If no range was specified in the archive retrieval, then the whole archive is retrieved. In this case, StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval or select jobs, this field is null.
  • gjdInventoryRetrievalParameters - Parameters used for range inventory retrieval.
  • gjdAction - The job type. This value is either ArchiveRetrieval , InventoryRetrieval , or Select .
  • gjdJobDescription - The job description provided when initiating the job.
  • gjdSNSTopic - An Amazon SNS topic that receives notification.
  • gjdStatusMessage - A friendly message that describes the job status.
  • gjdVaultARN - The Amazon Resource Name (ARN) of the vault from which an archive retrieval was requested.
  • gjdOutputLocation - Contains the location where the data from the select job is stored.
  • gjdTier - The tier to use for a select or an archive retrieval. Valid values are Expedited , Standard , or Bulk . Standard is the default.
  • gjdArchiveSHA256TreeHash - The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval or select jobs, this field is null.
  • gjdCreationDate - The UTC date when the job was created. This value is a string representation of ISO 8601 date format, for example "2012-03-20T17:03:43.221Z" .
  • gjdCompleted - The job status. When a job is completed, you get the job's output using Get Job Output (GET output).
  • gjdCompletionDate - The UTC time that the job request completed. While the job is in progress, the value is null.
  • gjdInventorySizeInBytes - For an inventory retrieval job, this value is the size in bytes of the inventory requested for download. For an archive retrieval or select job, this value is null.
  • gjdArchiveSizeInBytes - For an archive retrieval job, this value is the size in bytes of the archive being requested for download. For an inventory retrieval or select job, this value is null.
  • gjdStatusCode - The status code can be InProgress , Succeeded , or Failed , and indicates the status of the job.

gjdSHA256TreeHash :: Lens' GlacierJobDescription (Maybe Text) #

For an archive retrieval job, this value is the checksum of the archive. Otherwise, this value is null. The SHA256 tree hash value for the requested range of an archive. If the InitiateJob request for an archive specified a tree-hash aligned range, then this field returns a value. If the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value. This field is null for the following: * Archive retrieval jobs that specify a range that is not tree-hash aligned * Archival jobs that specify a range that is equal to the whole archive, when the job status is InProgress * Inventory jobs * Select jobs

gjdArchiveId :: Lens' GlacierJobDescription (Maybe Text) #

The archive ID requested for a select job or archive retrieval. Otherwise, this field is null.

gjdSelectParameters :: Lens' GlacierJobDescription (Maybe SelectParameters) #

Contains the parameters used for a select.

gjdJobId :: Lens' GlacierJobDescription (Maybe Text) #

An opaque string that identifies an Amazon Glacier job.

gjdJobOutputPath :: Lens' GlacierJobDescription (Maybe Text) #

Contains the job output location.

gjdRetrievalByteRange :: Lens' GlacierJobDescription (Maybe Text) #

The retrieved byte range for archive retrieval jobs in the form StartByteValue -EndByteValue . If no range was specified in the archive retrieval, then the whole archive is retrieved. In this case, StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval or select jobs, this field is null.

gjdAction :: Lens' GlacierJobDescription (Maybe ActionCode) #

The job type. This value is either ArchiveRetrieval , InventoryRetrieval , or Select .

gjdJobDescription :: Lens' GlacierJobDescription (Maybe Text) #

The job description provided when initiating the job.

gjdSNSTopic :: Lens' GlacierJobDescription (Maybe Text) #

An Amazon SNS topic that receives notification.

gjdStatusMessage :: Lens' GlacierJobDescription (Maybe Text) #

A friendly message that describes the job status.

gjdVaultARN :: Lens' GlacierJobDescription (Maybe Text) #

The Amazon Resource Name (ARN) of the vault from which an archive retrieval was requested.

gjdOutputLocation :: Lens' GlacierJobDescription (Maybe OutputLocation) #

Contains the location where the data from the select job is stored.

gjdTier :: Lens' GlacierJobDescription (Maybe Text) #

The tier to use for a select or an archive retrieval. Valid values are Expedited , Standard , or Bulk . Standard is the default.

gjdArchiveSHA256TreeHash :: Lens' GlacierJobDescription (Maybe Text) #

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval or select jobs, this field is null.

gjdCreationDate :: Lens' GlacierJobDescription (Maybe Text) #

The UTC date when the job was created. This value is a string representation of ISO 8601 date format, for example "2012-03-20T17:03:43.221Z" .

gjdCompleted :: Lens' GlacierJobDescription (Maybe Bool) #

The job status. When a job is completed, you get the job's output using Get Job Output (GET output).

gjdCompletionDate :: Lens' GlacierJobDescription (Maybe Text) #

The UTC time that the job request completed. While the job is in progress, the value is null.

gjdInventorySizeInBytes :: Lens' GlacierJobDescription (Maybe Integer) #

For an inventory retrieval job, this value is the size in bytes of the inventory requested for download. For an archive retrieval or select job, this value is null.

gjdArchiveSizeInBytes :: Lens' GlacierJobDescription (Maybe Integer) #

For an archive retrieval job, this value is the size in bytes of the archive being requested for download. For an inventory retrieval or select job, this value is null.

gjdStatusCode :: Lens' GlacierJobDescription (Maybe StatusCode) #

The status code can be InProgress , Succeeded , or Failed , and indicates the status of the job.

Grant

data Grant #

Contains information about a grant.

See: grant smart constructor.

Instances

Eq Grant # 

Methods

(==) :: Grant -> Grant -> Bool #

(/=) :: Grant -> Grant -> Bool #

Data Grant # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Grant -> c Grant #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Grant #

toConstr :: Grant -> Constr #

dataTypeOf :: Grant -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Grant) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Grant) #

gmapT :: (forall b. Data b => b -> b) -> Grant -> Grant #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Grant -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Grant -> r #

gmapQ :: (forall d. Data d => d -> u) -> Grant -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Grant -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Grant -> m Grant #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Grant -> m Grant #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Grant -> m Grant #

Read Grant # 
Show Grant # 

Methods

showsPrec :: Int -> Grant -> ShowS #

show :: Grant -> String #

showList :: [Grant] -> ShowS #

Generic Grant # 

Associated Types

type Rep Grant :: * -> * #

Methods

from :: Grant -> Rep Grant x #

to :: Rep Grant x -> Grant #

Hashable Grant # 

Methods

hashWithSalt :: Int -> Grant -> Int #

hash :: Grant -> Int #

ToJSON Grant # 
FromJSON Grant # 
NFData Grant # 

Methods

rnf :: Grant -> () #

type Rep Grant # 
type Rep Grant = D1 * (MetaData "Grant" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "Grant'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gPermission") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Permission))) (S1 * (MetaSel (Just Symbol "_gGrantee") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Grantee)))))

grant :: Grant #

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

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

gPermission :: Lens' Grant (Maybe Permission) #

Specifies the permission given to the grantee.

gGrantee :: Lens' Grant (Maybe Grantee) #

The grantee.

Grantee

data Grantee #

Contains information about the grantee.

See: grantee smart constructor.

Instances

Eq Grantee # 

Methods

(==) :: Grantee -> Grantee -> Bool #

(/=) :: Grantee -> Grantee -> Bool #

Data Grantee # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Grantee -> c Grantee #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Grantee #

toConstr :: Grantee -> Constr #

dataTypeOf :: Grantee -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Grantee) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Grantee) #

gmapT :: (forall b. Data b => b -> b) -> Grantee -> Grantee #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Grantee -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Grantee -> r #

gmapQ :: (forall d. Data d => d -> u) -> Grantee -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Grantee -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Grantee -> m Grantee #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Grantee -> m Grantee #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Grantee -> m Grantee #

Read Grantee # 
Show Grantee # 
Generic Grantee # 

Associated Types

type Rep Grantee :: * -> * #

Methods

from :: Grantee -> Rep Grantee x #

to :: Rep Grantee x -> Grantee #

Hashable Grantee # 

Methods

hashWithSalt :: Int -> Grantee -> Int #

hash :: Grantee -> Int #

ToJSON Grantee # 
FromJSON Grantee # 
NFData Grantee # 

Methods

rnf :: Grantee -> () #

type Rep Grantee # 
type Rep Grantee = D1 * (MetaData "Grantee" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "Grantee'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_gURI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gEmailAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gDisplayName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Type))))))

grantee #

Arguments

:: Type

gType

-> Grantee 

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

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

  • gURI - URI of the grantee group.
  • gEmailAddress - Email address of the grantee.
  • gDisplayName - Screen name of the grantee.
  • gId - The canonical user ID of the grantee.
  • gType - Type of grantee

gURI :: Lens' Grantee (Maybe Text) #

URI of the grantee group.

gEmailAddress :: Lens' Grantee (Maybe Text) #

Email address of the grantee.

gDisplayName :: Lens' Grantee (Maybe Text) #

Screen name of the grantee.

gId :: Lens' Grantee (Maybe Text) #

The canonical user ID of the grantee.

gType :: Lens' Grantee Type #

Type of grantee

InputSerialization

data InputSerialization #

Describes how the archive is serialized.

See: inputSerialization smart constructor.

Instances

Eq InputSerialization # 
Data InputSerialization # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InputSerialization -> c InputSerialization #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InputSerialization #

toConstr :: InputSerialization -> Constr #

dataTypeOf :: InputSerialization -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c InputSerialization) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InputSerialization) #

gmapT :: (forall b. Data b => b -> b) -> InputSerialization -> InputSerialization #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InputSerialization -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InputSerialization -> r #

gmapQ :: (forall d. Data d => d -> u) -> InputSerialization -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InputSerialization -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InputSerialization -> m InputSerialization #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InputSerialization -> m InputSerialization #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InputSerialization -> m InputSerialization #

Read InputSerialization # 
Show InputSerialization # 
Generic InputSerialization # 
Hashable InputSerialization # 
ToJSON InputSerialization # 
FromJSON InputSerialization # 
NFData InputSerialization # 

Methods

rnf :: InputSerialization -> () #

type Rep InputSerialization # 
type Rep InputSerialization = D1 * (MetaData "InputSerialization" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" True) (C1 * (MetaCons "InputSerialization'" PrefixI True) (S1 * (MetaSel (Just Symbol "_isCsv") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe CSVInput))))

inputSerialization :: InputSerialization #

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

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

  • isCsv - Describes the serialization of a CSV-encoded object.

isCsv :: Lens' InputSerialization (Maybe CSVInput) #

Describes the serialization of a CSV-encoded object.

InventoryRetrievalJobDescription

data InventoryRetrievalJobDescription #

Describes the options for a range inventory retrieval job.

See: inventoryRetrievalJobDescription smart constructor.

Instances

Eq InventoryRetrievalJobDescription # 
Data InventoryRetrievalJobDescription # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InventoryRetrievalJobDescription -> c InventoryRetrievalJobDescription #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InventoryRetrievalJobDescription #

toConstr :: InventoryRetrievalJobDescription -> Constr #

dataTypeOf :: InventoryRetrievalJobDescription -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c InventoryRetrievalJobDescription) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InventoryRetrievalJobDescription) #

gmapT :: (forall b. Data b => b -> b) -> InventoryRetrievalJobDescription -> InventoryRetrievalJobDescription #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InventoryRetrievalJobDescription -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InventoryRetrievalJobDescription -> r #

gmapQ :: (forall d. Data d => d -> u) -> InventoryRetrievalJobDescription -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InventoryRetrievalJobDescription -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InventoryRetrievalJobDescription -> m InventoryRetrievalJobDescription #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InventoryRetrievalJobDescription -> m InventoryRetrievalJobDescription #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InventoryRetrievalJobDescription -> m InventoryRetrievalJobDescription #

Read InventoryRetrievalJobDescription # 
Show InventoryRetrievalJobDescription # 
Generic InventoryRetrievalJobDescription # 
Hashable InventoryRetrievalJobDescription # 
FromJSON InventoryRetrievalJobDescription # 
NFData InventoryRetrievalJobDescription # 
type Rep InventoryRetrievalJobDescription # 
type Rep InventoryRetrievalJobDescription = D1 * (MetaData "InventoryRetrievalJobDescription" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "InventoryRetrievalJobDescription'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_irjdFormat") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_irjdEndDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_irjdStartDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_irjdMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_irjdLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))))

inventoryRetrievalJobDescription :: InventoryRetrievalJobDescription #

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

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

  • irjdFormat - The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are CSV and JSON .
  • irjdEndDate - The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. This value should be a string in the ISO 8601 date format, for example 2013-03-20T17:03:43Z .
  • irjdStartDate - The start of the date range in Universal Coordinated Time (UTC) for vault inventory retrieval that includes archives created on or after this date. This value should be a string in the ISO 8601 date format, for example 2013-03-20T17:03:43Z .
  • irjdMarker - An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null . For more information, see Range Inventory Retrieval .
  • irjdLimit - The maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

irjdFormat :: Lens' InventoryRetrievalJobDescription (Maybe Text) #

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are CSV and JSON .

irjdEndDate :: Lens' InventoryRetrievalJobDescription (Maybe Text) #

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. This value should be a string in the ISO 8601 date format, for example 2013-03-20T17:03:43Z .

irjdStartDate :: Lens' InventoryRetrievalJobDescription (Maybe Text) #

The start of the date range in Universal Coordinated Time (UTC) for vault inventory retrieval that includes archives created on or after this date. This value should be a string in the ISO 8601 date format, for example 2013-03-20T17:03:43Z .

irjdMarker :: Lens' InventoryRetrievalJobDescription (Maybe Text) #

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null . For more information, see Range Inventory Retrieval .

irjdLimit :: Lens' InventoryRetrievalJobDescription (Maybe Text) #

The maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

InventoryRetrievalJobInput

data InventoryRetrievalJobInput #

Provides options for specifying a range inventory retrieval job.

See: inventoryRetrievalJobInput smart constructor.

Instances

Eq InventoryRetrievalJobInput # 
Data InventoryRetrievalJobInput # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InventoryRetrievalJobInput -> c InventoryRetrievalJobInput #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InventoryRetrievalJobInput #

toConstr :: InventoryRetrievalJobInput -> Constr #

dataTypeOf :: InventoryRetrievalJobInput -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c InventoryRetrievalJobInput) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InventoryRetrievalJobInput) #

gmapT :: (forall b. Data b => b -> b) -> InventoryRetrievalJobInput -> InventoryRetrievalJobInput #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InventoryRetrievalJobInput -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InventoryRetrievalJobInput -> r #

gmapQ :: (forall d. Data d => d -> u) -> InventoryRetrievalJobInput -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InventoryRetrievalJobInput -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InventoryRetrievalJobInput -> m InventoryRetrievalJobInput #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InventoryRetrievalJobInput -> m InventoryRetrievalJobInput #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InventoryRetrievalJobInput -> m InventoryRetrievalJobInput #

Read InventoryRetrievalJobInput # 
Show InventoryRetrievalJobInput # 
Generic InventoryRetrievalJobInput # 
Hashable InventoryRetrievalJobInput # 
ToJSON InventoryRetrievalJobInput # 
NFData InventoryRetrievalJobInput # 
type Rep InventoryRetrievalJobInput # 
type Rep InventoryRetrievalJobInput = D1 * (MetaData "InventoryRetrievalJobInput" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "InventoryRetrievalJobInput'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_irjiEndDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_irjiStartDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_irjiMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_irjiLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))))

inventoryRetrievalJobInput :: InventoryRetrievalJobInput #

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

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

  • irjiEndDate - The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. This value should be a string in the ISO 8601 date format, for example 2013-03-20T17:03:43Z .
  • irjiStartDate - The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. This value should be a string in the ISO 8601 date format, for example 2013-03-20T17:03:43Z .
  • irjiMarker - An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null .
  • irjiLimit - Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

irjiEndDate :: Lens' InventoryRetrievalJobInput (Maybe Text) #

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. This value should be a string in the ISO 8601 date format, for example 2013-03-20T17:03:43Z .

irjiStartDate :: Lens' InventoryRetrievalJobInput (Maybe Text) #

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. This value should be a string in the ISO 8601 date format, for example 2013-03-20T17:03:43Z .

irjiMarker :: Lens' InventoryRetrievalJobInput (Maybe Text) #

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null .

irjiLimit :: Lens' InventoryRetrievalJobInput (Maybe Text) #

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

JobParameters

data JobParameters #

Provides options for defining a job.

See: jobParameters smart constructor.

Instances

Eq JobParameters # 
Data JobParameters # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobParameters -> c JobParameters #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobParameters #

toConstr :: JobParameters -> Constr #

dataTypeOf :: JobParameters -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c JobParameters) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobParameters) #

gmapT :: (forall b. Data b => b -> b) -> JobParameters -> JobParameters #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobParameters -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobParameters -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobParameters -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobParameters -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobParameters -> m JobParameters #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobParameters -> m JobParameters #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobParameters -> m JobParameters #

Read JobParameters # 
Show JobParameters # 
Generic JobParameters # 

Associated Types

type Rep JobParameters :: * -> * #

Hashable JobParameters # 
ToJSON JobParameters # 
NFData JobParameters # 

Methods

rnf :: JobParameters -> () #

type Rep JobParameters # 
type Rep JobParameters = D1 * (MetaData "JobParameters" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "JobParameters'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_jpArchiveId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_jpSelectParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe SelectParameters)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jpFormat") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jpRetrievalByteRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_jpInventoryRetrievalParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe InventoryRetrievalJobInput)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_jpSNSTopic") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_jpOutputLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe OutputLocation)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jpTier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jpType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_jpDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))))))

jobParameters :: JobParameters #

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

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

  • jpArchiveId - The ID of the archive that you want to retrieve. This field is required only if Type is set to select or archive-retrieval code>. An error occurs if you specify this request parameter for an inventory retrieval job request.
  • jpSelectParameters - Contains the parameters that define a job.
  • jpFormat - When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are CSV and JSON.
  • jpRetrievalByteRange - The byte range to retrieve for an archive retrieval. in the form "StartByteValue -EndByteValue " If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response. An error occurs if you specify this field for an inventory retrieval job request.
  • jpInventoryRetrievalParameters - Input parameters used for range inventory retrieval.
  • jpSNSTopic - The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.
  • jpOutputLocation - Contains information about the location where the select job results are stored.
  • jpTier - The tier to use for a select or an archive retrieval job. Valid values are Expedited , Standard , or Bulk . Standard is the default.
  • jpType - The job type. You can initiate a job to perform a select query on an archive, retrieve an archive, or get an inventory of a vault. Valid values are "select", "archive-retrieval" and "inventory-retrieval".
  • jpDescription - The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

jpArchiveId :: Lens' JobParameters (Maybe Text) #

The ID of the archive that you want to retrieve. This field is required only if Type is set to select or archive-retrieval code>. An error occurs if you specify this request parameter for an inventory retrieval job request.

jpSelectParameters :: Lens' JobParameters (Maybe SelectParameters) #

Contains the parameters that define a job.

jpFormat :: Lens' JobParameters (Maybe Text) #

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are CSV and JSON.

jpRetrievalByteRange :: Lens' JobParameters (Maybe Text) #

The byte range to retrieve for an archive retrieval. in the form "StartByteValue -EndByteValue " If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response. An error occurs if you specify this field for an inventory retrieval job request.

jpInventoryRetrievalParameters :: Lens' JobParameters (Maybe InventoryRetrievalJobInput) #

Input parameters used for range inventory retrieval.

jpSNSTopic :: Lens' JobParameters (Maybe Text) #

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

jpOutputLocation :: Lens' JobParameters (Maybe OutputLocation) #

Contains information about the location where the select job results are stored.

jpTier :: Lens' JobParameters (Maybe Text) #

The tier to use for a select or an archive retrieval job. Valid values are Expedited , Standard , or Bulk . Standard is the default.

jpType :: Lens' JobParameters (Maybe Text) #

The job type. You can initiate a job to perform a select query on an archive, retrieve an archive, or get an inventory of a vault. Valid values are "select", "archive-retrieval" and "inventory-retrieval".

jpDescription :: Lens' JobParameters (Maybe Text) #

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

OutputLocation

data OutputLocation #

Contains information about the location where the select job results are stored.

See: outputLocation smart constructor.

Instances

Eq OutputLocation # 
Data OutputLocation # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OutputLocation -> c OutputLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OutputLocation #

toConstr :: OutputLocation -> Constr #

dataTypeOf :: OutputLocation -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c OutputLocation) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OutputLocation) #

gmapT :: (forall b. Data b => b -> b) -> OutputLocation -> OutputLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OutputLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OutputLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> OutputLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OutputLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OutputLocation -> m OutputLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OutputLocation -> m OutputLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OutputLocation -> m OutputLocation #

Read OutputLocation # 
Show OutputLocation # 
Generic OutputLocation # 

Associated Types

type Rep OutputLocation :: * -> * #

Hashable OutputLocation # 
ToJSON OutputLocation # 
FromJSON OutputLocation # 
NFData OutputLocation # 

Methods

rnf :: OutputLocation -> () #

type Rep OutputLocation # 
type Rep OutputLocation = D1 * (MetaData "OutputLocation" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" True) (C1 * (MetaCons "OutputLocation'" PrefixI True) (S1 * (MetaSel (Just Symbol "_olS3") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe S3Location))))

outputLocation :: OutputLocation #

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

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

  • olS3 - Describes an S3 location that will receive the results of the job request.

olS3 :: Lens' OutputLocation (Maybe S3Location) #

Describes an S3 location that will receive the results of the job request.

OutputSerialization

data OutputSerialization #

Describes how the select output is serialized.

See: outputSerialization smart constructor.

Instances

Eq OutputSerialization # 
Data OutputSerialization # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OutputSerialization -> c OutputSerialization #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OutputSerialization #

toConstr :: OutputSerialization -> Constr #

dataTypeOf :: OutputSerialization -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c OutputSerialization) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OutputSerialization) #

gmapT :: (forall b. Data b => b -> b) -> OutputSerialization -> OutputSerialization #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OutputSerialization -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OutputSerialization -> r #

gmapQ :: (forall d. Data d => d -> u) -> OutputSerialization -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OutputSerialization -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OutputSerialization -> m OutputSerialization #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OutputSerialization -> m OutputSerialization #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OutputSerialization -> m OutputSerialization #

Read OutputSerialization # 
Show OutputSerialization # 
Generic OutputSerialization # 
Hashable OutputSerialization # 
ToJSON OutputSerialization # 
FromJSON OutputSerialization # 
NFData OutputSerialization # 

Methods

rnf :: OutputSerialization -> () #

type Rep OutputSerialization # 
type Rep OutputSerialization = D1 * (MetaData "OutputSerialization" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" True) (C1 * (MetaCons "OutputSerialization'" PrefixI True) (S1 * (MetaSel (Just Symbol "_osCsv") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe CSVOutput))))

outputSerialization :: OutputSerialization #

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

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

  • osCsv - Describes the serialization of CSV-encoded query results.

osCsv :: Lens' OutputSerialization (Maybe CSVOutput) #

Describes the serialization of CSV-encoded query results.

PartListElement

data PartListElement #

A list of the part sizes of the multipart upload.

See: partListElement smart constructor.

Instances

Eq PartListElement # 
Data PartListElement # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PartListElement -> c PartListElement #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PartListElement #

toConstr :: PartListElement -> Constr #

dataTypeOf :: PartListElement -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PartListElement) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PartListElement) #

gmapT :: (forall b. Data b => b -> b) -> PartListElement -> PartListElement #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PartListElement -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PartListElement -> r #

gmapQ :: (forall d. Data d => d -> u) -> PartListElement -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PartListElement -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PartListElement -> m PartListElement #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PartListElement -> m PartListElement #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PartListElement -> m PartListElement #

Read PartListElement # 
Show PartListElement # 
Generic PartListElement # 
Hashable PartListElement # 
FromJSON PartListElement # 
NFData PartListElement # 

Methods

rnf :: PartListElement -> () #

type Rep PartListElement # 
type Rep PartListElement = D1 * (MetaData "PartListElement" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "PartListElement'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_pleSHA256TreeHash") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_pleRangeInBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))

partListElement :: PartListElement #

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

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

  • pleSHA256TreeHash - The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null .
  • pleRangeInBytes - The byte range of a part, inclusive of the upper value of the range.

pleSHA256TreeHash :: Lens' PartListElement (Maybe Text) #

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null .

pleRangeInBytes :: Lens' PartListElement (Maybe Text) #

The byte range of a part, inclusive of the upper value of the range.

ProvisionedCapacityDescription

data ProvisionedCapacityDescription #

The definition for a provisioned capacity unit.

See: provisionedCapacityDescription smart constructor.

Instances

Eq ProvisionedCapacityDescription # 
Data ProvisionedCapacityDescription # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProvisionedCapacityDescription -> c ProvisionedCapacityDescription #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProvisionedCapacityDescription #

toConstr :: ProvisionedCapacityDescription -> Constr #

dataTypeOf :: ProvisionedCapacityDescription -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ProvisionedCapacityDescription) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProvisionedCapacityDescription) #

gmapT :: (forall b. Data b => b -> b) -> ProvisionedCapacityDescription -> ProvisionedCapacityDescription #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProvisionedCapacityDescription -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProvisionedCapacityDescription -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProvisionedCapacityDescription -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProvisionedCapacityDescription -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProvisionedCapacityDescription -> m ProvisionedCapacityDescription #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProvisionedCapacityDescription -> m ProvisionedCapacityDescription #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProvisionedCapacityDescription -> m ProvisionedCapacityDescription #

Read ProvisionedCapacityDescription # 
Show ProvisionedCapacityDescription # 
Generic ProvisionedCapacityDescription # 
Hashable ProvisionedCapacityDescription # 
FromJSON ProvisionedCapacityDescription # 
NFData ProvisionedCapacityDescription # 
type Rep ProvisionedCapacityDescription # 
type Rep ProvisionedCapacityDescription = D1 * (MetaData "ProvisionedCapacityDescription" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "ProvisionedCapacityDescription'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_pcdCapacityId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_pcdStartDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_pcdExpirationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))))

provisionedCapacityDescription :: ProvisionedCapacityDescription #

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

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

  • pcdCapacityId - The ID that identifies the provisioned capacity unit.
  • pcdStartDate - The date that the provisioned capacity unit was purchased, in Universal Coordinated Time (UTC).
  • pcdExpirationDate - The date that the provisioned capacity unit expires, in Universal Coordinated Time (UTC).

pcdCapacityId :: Lens' ProvisionedCapacityDescription (Maybe Text) #

The ID that identifies the provisioned capacity unit.

pcdStartDate :: Lens' ProvisionedCapacityDescription (Maybe Text) #

The date that the provisioned capacity unit was purchased, in Universal Coordinated Time (UTC).

pcdExpirationDate :: Lens' ProvisionedCapacityDescription (Maybe Text) #

The date that the provisioned capacity unit expires, in Universal Coordinated Time (UTC).

S3Location

data S3Location #

Contains information about the location in Amazon S3 where the select job results are stored.

See: s3Location smart constructor.

Instances

Eq S3Location # 
Data S3Location # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> S3Location -> c S3Location #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c S3Location #

toConstr :: S3Location -> Constr #

dataTypeOf :: S3Location -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c S3Location) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c S3Location) #

gmapT :: (forall b. Data b => b -> b) -> S3Location -> S3Location #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> S3Location -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> S3Location -> r #

gmapQ :: (forall d. Data d => d -> u) -> S3Location -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> S3Location -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> S3Location -> m S3Location #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> S3Location -> m S3Location #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> S3Location -> m S3Location #

Read S3Location # 
Show S3Location # 
Generic S3Location # 

Associated Types

type Rep S3Location :: * -> * #

Hashable S3Location # 
ToJSON S3Location # 
FromJSON S3Location # 
NFData S3Location # 

Methods

rnf :: S3Location -> () #

type Rep S3Location # 

s3Location :: S3Location #

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

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

  • slCannedACL - The canned access control list (ACL) to apply to the job results.
  • slPrefix - The prefix that is prepended to the results for this request.
  • slBucketName - The name of the Amazon S3 bucket where the job results are stored.
  • slAccessControlList - A list of grants that control access to the staged results.
  • slUserMetadata - A map of metadata to store with the job results in Amazon S3.
  • slEncryption - Contains information about the encryption used to store the job results in Amazon S3.
  • slStorageClass - The storage class used to store the job results.
  • slTagging - The tag-set that is applied to the job results.

slCannedACL :: Lens' S3Location (Maybe CannedACL) #

The canned access control list (ACL) to apply to the job results.

slPrefix :: Lens' S3Location (Maybe Text) #

The prefix that is prepended to the results for this request.

slBucketName :: Lens' S3Location (Maybe Text) #

The name of the Amazon S3 bucket where the job results are stored.

slAccessControlList :: Lens' S3Location [Grant] #

A list of grants that control access to the staged results.

slUserMetadata :: Lens' S3Location (HashMap Text Text) #

A map of metadata to store with the job results in Amazon S3.

slEncryption :: Lens' S3Location (Maybe Encryption) #

Contains information about the encryption used to store the job results in Amazon S3.

slStorageClass :: Lens' S3Location (Maybe StorageClass) #

The storage class used to store the job results.

slTagging :: Lens' S3Location (HashMap Text Text) #

The tag-set that is applied to the job results.

SelectParameters

data SelectParameters #

Contains information about the parameters used for a select.

See: selectParameters smart constructor.

Instances

Eq SelectParameters # 
Data SelectParameters # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SelectParameters -> c SelectParameters #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SelectParameters #

toConstr :: SelectParameters -> Constr #

dataTypeOf :: SelectParameters -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SelectParameters) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SelectParameters) #

gmapT :: (forall b. Data b => b -> b) -> SelectParameters -> SelectParameters #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SelectParameters -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SelectParameters -> r #

gmapQ :: (forall d. Data d => d -> u) -> SelectParameters -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SelectParameters -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SelectParameters -> m SelectParameters #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SelectParameters -> m SelectParameters #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SelectParameters -> m SelectParameters #

Read SelectParameters # 
Show SelectParameters # 
Generic SelectParameters # 
Hashable SelectParameters # 
ToJSON SelectParameters # 
FromJSON SelectParameters # 
NFData SelectParameters # 

Methods

rnf :: SelectParameters -> () #

type Rep SelectParameters # 
type Rep SelectParameters = D1 * (MetaData "SelectParameters" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "SelectParameters'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_spExpressionType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ExpressionType))) (S1 * (MetaSel (Just Symbol "_spOutputSerialization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe OutputSerialization)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_spExpression") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_spInputSerialization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe InputSerialization))))))

selectParameters :: SelectParameters #

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

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

spExpressionType :: Lens' SelectParameters (Maybe ExpressionType) #

The type of the provided expression, for example SQL .

spOutputSerialization :: Lens' SelectParameters (Maybe OutputSerialization) #

Describes how the results of the select job are serialized.

spExpression :: Lens' SelectParameters (Maybe Text) #

The expression that is used to select the object.

spInputSerialization :: Lens' SelectParameters (Maybe InputSerialization) #

Describes the serialization format of the object.

UploadListElement

data UploadListElement #

A list of in-progress multipart uploads for a vault.

See: uploadListElement smart constructor.

Instances

Eq UploadListElement # 
Data UploadListElement # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UploadListElement -> c UploadListElement #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UploadListElement #

toConstr :: UploadListElement -> Constr #

dataTypeOf :: UploadListElement -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UploadListElement) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UploadListElement) #

gmapT :: (forall b. Data b => b -> b) -> UploadListElement -> UploadListElement #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UploadListElement -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UploadListElement -> r #

gmapQ :: (forall d. Data d => d -> u) -> UploadListElement -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UploadListElement -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UploadListElement -> m UploadListElement #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UploadListElement -> m UploadListElement #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UploadListElement -> m UploadListElement #

Read UploadListElement # 
Show UploadListElement # 
Generic UploadListElement # 
Hashable UploadListElement # 
FromJSON UploadListElement # 
NFData UploadListElement # 

Methods

rnf :: UploadListElement -> () #

type Rep UploadListElement # 
type Rep UploadListElement = D1 * (MetaData "UploadListElement" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "UploadListElement'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_uleMultipartUploadId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ulePartSizeInBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uleArchiveDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uleVaultARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_uleCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))))

uploadListElement :: UploadListElement #

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

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

  • uleMultipartUploadId - The ID of a multipart upload.
  • ulePartSizeInBytes - The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.
  • uleArchiveDescription - The description of the archive that was specified in the Initiate Multipart Upload request.
  • uleVaultARN - The Amazon Resource Name (ARN) of the vault that contains the archive.
  • uleCreationDate - The UTC time at which the multipart upload was initiated.

uleMultipartUploadId :: Lens' UploadListElement (Maybe Text) #

The ID of a multipart upload.

ulePartSizeInBytes :: Lens' UploadListElement (Maybe Integer) #

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

uleArchiveDescription :: Lens' UploadListElement (Maybe Text) #

The description of the archive that was specified in the Initiate Multipart Upload request.

uleVaultARN :: Lens' UploadListElement (Maybe Text) #

The Amazon Resource Name (ARN) of the vault that contains the archive.

uleCreationDate :: Lens' UploadListElement (Maybe Text) #

The UTC time at which the multipart upload was initiated.

VaultAccessPolicy

data VaultAccessPolicy #

Contains the vault access policy.

See: vaultAccessPolicy smart constructor.

Instances

Eq VaultAccessPolicy # 
Data VaultAccessPolicy # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VaultAccessPolicy -> c VaultAccessPolicy #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VaultAccessPolicy #

toConstr :: VaultAccessPolicy -> Constr #

dataTypeOf :: VaultAccessPolicy -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c VaultAccessPolicy) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VaultAccessPolicy) #

gmapT :: (forall b. Data b => b -> b) -> VaultAccessPolicy -> VaultAccessPolicy #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VaultAccessPolicy -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VaultAccessPolicy -> r #

gmapQ :: (forall d. Data d => d -> u) -> VaultAccessPolicy -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VaultAccessPolicy -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VaultAccessPolicy -> m VaultAccessPolicy #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VaultAccessPolicy -> m VaultAccessPolicy #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VaultAccessPolicy -> m VaultAccessPolicy #

Read VaultAccessPolicy # 
Show VaultAccessPolicy # 
Generic VaultAccessPolicy # 
Hashable VaultAccessPolicy # 
ToJSON VaultAccessPolicy # 
FromJSON VaultAccessPolicy # 
NFData VaultAccessPolicy # 

Methods

rnf :: VaultAccessPolicy -> () #

type Rep VaultAccessPolicy # 
type Rep VaultAccessPolicy = D1 * (MetaData "VaultAccessPolicy" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" True) (C1 * (MetaCons "VaultAccessPolicy'" PrefixI True) (S1 * (MetaSel (Just Symbol "_vapPolicy") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))))

vaultAccessPolicy :: VaultAccessPolicy #

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

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

vapPolicy :: Lens' VaultAccessPolicy (Maybe Text) #

The vault access policy.

VaultLockPolicy

data VaultLockPolicy #

Contains the vault lock policy.

See: vaultLockPolicy smart constructor.

Instances

Eq VaultLockPolicy # 
Data VaultLockPolicy # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VaultLockPolicy -> c VaultLockPolicy #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VaultLockPolicy #

toConstr :: VaultLockPolicy -> Constr #

dataTypeOf :: VaultLockPolicy -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c VaultLockPolicy) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VaultLockPolicy) #

gmapT :: (forall b. Data b => b -> b) -> VaultLockPolicy -> VaultLockPolicy #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VaultLockPolicy -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VaultLockPolicy -> r #

gmapQ :: (forall d. Data d => d -> u) -> VaultLockPolicy -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VaultLockPolicy -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VaultLockPolicy -> m VaultLockPolicy #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VaultLockPolicy -> m VaultLockPolicy #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VaultLockPolicy -> m VaultLockPolicy #

Read VaultLockPolicy # 
Show VaultLockPolicy # 
Generic VaultLockPolicy # 
Hashable VaultLockPolicy # 
ToJSON VaultLockPolicy # 
NFData VaultLockPolicy # 

Methods

rnf :: VaultLockPolicy -> () #

type Rep VaultLockPolicy # 
type Rep VaultLockPolicy = D1 * (MetaData "VaultLockPolicy" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" True) (C1 * (MetaCons "VaultLockPolicy'" PrefixI True) (S1 * (MetaSel (Just Symbol "_vlpPolicy") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))))

vaultLockPolicy :: VaultLockPolicy #

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

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

vlpPolicy :: Lens' VaultLockPolicy (Maybe Text) #

The vault lock policy.

VaultNotificationConfig

data VaultNotificationConfig #

Represents a vault's notification configuration.

See: vaultNotificationConfig smart constructor.

Instances

Eq VaultNotificationConfig # 
Data VaultNotificationConfig # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VaultNotificationConfig -> c VaultNotificationConfig #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VaultNotificationConfig #

toConstr :: VaultNotificationConfig -> Constr #

dataTypeOf :: VaultNotificationConfig -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c VaultNotificationConfig) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VaultNotificationConfig) #

gmapT :: (forall b. Data b => b -> b) -> VaultNotificationConfig -> VaultNotificationConfig #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VaultNotificationConfig -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VaultNotificationConfig -> r #

gmapQ :: (forall d. Data d => d -> u) -> VaultNotificationConfig -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VaultNotificationConfig -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VaultNotificationConfig -> m VaultNotificationConfig #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VaultNotificationConfig -> m VaultNotificationConfig #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VaultNotificationConfig -> m VaultNotificationConfig #

Read VaultNotificationConfig # 
Show VaultNotificationConfig # 
Generic VaultNotificationConfig # 
Hashable VaultNotificationConfig # 
ToJSON VaultNotificationConfig # 
FromJSON VaultNotificationConfig # 
NFData VaultNotificationConfig # 

Methods

rnf :: VaultNotificationConfig -> () #

type Rep VaultNotificationConfig # 
type Rep VaultNotificationConfig = D1 * (MetaData "VaultNotificationConfig" "Network.AWS.Glacier.Types.Product" "amazonka-glacier-1.6.0-JYRZUBjb85QEqkMsl3IJKg" False) (C1 * (MetaCons "VaultNotificationConfig'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_vncSNSTopic") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_vncEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text])))))

vaultNotificationConfig :: VaultNotificationConfig #

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

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

  • vncSNSTopic - The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
  • vncEvents - A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

vncSNSTopic :: Lens' VaultNotificationConfig (Maybe Text) #

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

vncEvents :: Lens' VaultNotificationConfig [Text] #

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.