amazonka-snowball-1.6.0: Amazon Import/Export Snowball 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.Snowball.Types

Contents

Description

 
Synopsis

Service Configuration

snowball :: Service #

API version 2016-06-30 of the Amazon Import/Export Snowball SDK configuration.

Errors

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

The specified resource can't be found. Check the information you provided in your last request, and try again.

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

The address is either outside the serviceable area for your region, or an error occurred. Check the address with your region's carrier and try again. If the issue persists, contact AWS Support.

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

The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

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

The action can't be performed because the job's current state doesn't allow that action to be performed.

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

Job or cluster creation failed. One ore more inputs were invalid. Confirm that the 'CreateClusterRequest$SnowballType' value supports your 'CreateJobRequest$JobType' , and try again.

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

The NextToken string was altered unexpectedly, and the operation has stopped. Run the operation without changing the NextToken string, and try again.

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

The address provided was invalid. Check the address with your region's carrier, and try again.

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

Job creation failed. Currently, clusters support five nodes. If you have less than five nodes for your cluster and you have more nodes to create for this cluster, try again and create jobs until your cluster has exactly five notes.

ClusterState

data ClusterState #

Instances
Bounded ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Enum ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Eq ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Data ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

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

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

toConstr :: ClusterState -> Constr #

dataTypeOf :: ClusterState -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Read ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Show ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Generic ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Associated Types

type Rep ClusterState :: * -> * #

Hashable ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

FromJSON ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToHeader ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToQuery ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToByteString ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

FromText ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToText ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

toText :: ClusterState -> Text #

NFData ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

rnf :: ClusterState -> () #

type Rep ClusterState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

type Rep ClusterState = D1 (MetaData "ClusterState" "Network.AWS.Snowball.Types.Sum" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) ((C1 (MetaCons "AwaitingQuorum" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "Cancelled" PrefixI False) (U1 :: * -> *)) :+: (C1 (MetaCons "Complete" PrefixI False) (U1 :: * -> *) :+: (C1 (MetaCons "InUse" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "Pending" PrefixI False) (U1 :: * -> *))))

JobState

data JobState #

Instances
Bounded JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Enum JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Eq JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Data JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

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

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

toConstr :: JobState -> Constr #

dataTypeOf :: JobState -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Read JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Show JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Generic JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Associated Types

type Rep JobState :: * -> * #

Methods

from :: JobState -> Rep JobState x #

to :: Rep JobState x -> JobState #

Hashable JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

hashWithSalt :: Int -> JobState -> Int #

hash :: JobState -> Int #

ToJSON JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

FromJSON JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToHeader JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

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

ToQuery JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToByteString JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

toBS :: JobState -> ByteString #

FromText JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToText JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

toText :: JobState -> Text #

NFData JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

rnf :: JobState -> () #

type Rep JobState # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

type Rep JobState = D1 (MetaData "JobState" "Network.AWS.Snowball.Types.Sum" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (((C1 (MetaCons "JSCancelled" PrefixI False) (U1 :: * -> *) :+: (C1 (MetaCons "JSComplete" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "JSInProgress" PrefixI False) (U1 :: * -> *))) :+: (C1 (MetaCons "JSInTransitToAWS" PrefixI False) (U1 :: * -> *) :+: (C1 (MetaCons "JSInTransitToCustomer" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "JSListing" PrefixI False) (U1 :: * -> *)))) :+: ((C1 (MetaCons "JSNew" PrefixI False) (U1 :: * -> *) :+: (C1 (MetaCons "JSPending" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "JSPreparingAppliance" PrefixI False) (U1 :: * -> *))) :+: (C1 (MetaCons "JSPreparingShipment" PrefixI False) (U1 :: * -> *) :+: (C1 (MetaCons "JSWithAWS" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "JSWithCustomer" PrefixI False) (U1 :: * -> *)))))

JobType

data JobType #

Constructors

Export 
Import 
LocalUse 
Instances
Bounded JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Enum JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Eq JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

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

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

Data JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

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

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

toConstr :: JobType -> Constr #

dataTypeOf :: JobType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Read JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Show JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Generic JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Associated Types

type Rep JobType :: * -> * #

Methods

from :: JobType -> Rep JobType x #

to :: Rep JobType x -> JobType #

Hashable JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

hashWithSalt :: Int -> JobType -> Int #

hash :: JobType -> Int #

ToJSON JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

FromJSON JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToHeader JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

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

ToQuery JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToByteString JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

toBS :: JobType -> ByteString #

FromText JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToText JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

toText :: JobType -> Text #

NFData JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

rnf :: JobType -> () #

type Rep JobType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

type Rep JobType = D1 (MetaData "JobType" "Network.AWS.Snowball.Types.Sum" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "Export" PrefixI False) (U1 :: * -> *) :+: (C1 (MetaCons "Import" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "LocalUse" PrefixI False) (U1 :: * -> *)))

ShippingOption

data ShippingOption #

Instances
Bounded ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Enum ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Eq ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Data ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

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

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

toConstr :: ShippingOption -> Constr #

dataTypeOf :: ShippingOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Read ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Show ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Generic ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Associated Types

type Rep ShippingOption :: * -> * #

Hashable ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToJSON ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

FromJSON ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToHeader ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToQuery ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToByteString ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

FromText ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToText ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

NFData ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

rnf :: ShippingOption -> () #

type Rep ShippingOption # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

type Rep ShippingOption = D1 (MetaData "ShippingOption" "Network.AWS.Snowball.Types.Sum" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) ((C1 (MetaCons "SOExpress" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "SONextDay" PrefixI False) (U1 :: * -> *)) :+: (C1 (MetaCons "SOSecondDay" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "SOStandard" PrefixI False) (U1 :: * -> *)))

SnowballCapacity

data SnowballCapacity #

Constructors

NoPreference 
T100 
T50 
T80 
Instances
Bounded SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Enum SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Eq SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Data SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

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

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

toConstr :: SnowballCapacity -> Constr #

dataTypeOf :: SnowballCapacity -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Read SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Show SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Generic SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Associated Types

type Rep SnowballCapacity :: * -> * #

Hashable SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToJSON SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

FromJSON SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToHeader SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToQuery SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToByteString SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

FromText SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToText SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

NFData SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

rnf :: SnowballCapacity -> () #

type Rep SnowballCapacity # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

type Rep SnowballCapacity = D1 (MetaData "SnowballCapacity" "Network.AWS.Snowball.Types.Sum" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) ((C1 (MetaCons "NoPreference" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "T100" PrefixI False) (U1 :: * -> *)) :+: (C1 (MetaCons "T50" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "T80" PrefixI False) (U1 :: * -> *)))

SnowballType

data SnowballType #

Constructors

Edge 
Standard 
Instances
Bounded SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Enum SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Eq SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Data SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

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

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

toConstr :: SnowballType -> Constr #

dataTypeOf :: SnowballType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Read SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Show SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Generic SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Associated Types

type Rep SnowballType :: * -> * #

Hashable SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToJSON SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

FromJSON SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToHeader SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToQuery SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToByteString SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

FromText SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

ToText SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

toText :: SnowballType -> Text #

NFData SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

Methods

rnf :: SnowballType -> () #

type Rep SnowballType # 
Instance details

Defined in Network.AWS.Snowball.Types.Sum

type Rep SnowballType = D1 (MetaData "SnowballType" "Network.AWS.Snowball.Types.Sum" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "Edge" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "Standard" PrefixI False) (U1 :: * -> *))

Address

data Address #

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to. Addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. Although no individual elements of the Address are required, if the address is invalid or unsupported, then an exception is thrown.

See: address smart constructor.

Instances
Eq Address # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

Data Address # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: Address -> Constr #

dataTypeOf :: Address -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Address # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show Address # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic Address # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep Address :: * -> * #

Methods

from :: Address -> Rep Address x #

to :: Rep Address x -> Address #

Hashable Address # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

hashWithSalt :: Int -> Address -> Int #

hash :: Address -> Int #

ToJSON Address # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON Address # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData Address # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: Address -> () #

type Rep Address # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep Address = D1 (MetaData "Address" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "Address'" PrefixI True) (((S1 (MetaSel (Just "_aIsRestricted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_aStreet3") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aLandmark") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_aPostalCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aCountry") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aStateOrProvince") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aStreet2") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_aAddressId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_aCity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aPhoneNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_aCompany") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aPrefectureOrDistrict") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aStreet1") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

address :: Address #

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

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

  • aIsRestricted - If the address you are creating is a primary address, then set this option to true. This field is not supported in most regions.
  • aStreet3 - The third line in a street address that a Snowball is to be delivered to.
  • aLandmark - This field is no longer used and the value is ignored.
  • aPostalCode - The postal code in an address that a Snowball is to be delivered to.
  • aCountry - The country in an address that a Snowball is to be delivered to.
  • aStateOrProvince - The state or province in an address that a Snowball is to be delivered to.
  • aStreet2 - The second line in a street address that a Snowball is to be delivered to.
  • aAddressId - The unique ID for an address.
  • aCity - The city in an address that a Snowball is to be delivered to.
  • aPhoneNumber - The phone number associated with an address that a Snowball is to be delivered to.
  • aCompany - The name of the company to receive a Snowball at an address.
  • aName - The name of a person to receive a Snowball at an address.
  • aPrefectureOrDistrict - This field is no longer used and the value is ignored.
  • aStreet1 - The first line in a street address that a Snowball is to be delivered to.

aIsRestricted :: Lens' Address (Maybe Bool) #

If the address you are creating is a primary address, then set this option to true. This field is not supported in most regions.

aStreet3 :: Lens' Address (Maybe Text) #

The third line in a street address that a Snowball is to be delivered to.

aLandmark :: Lens' Address (Maybe Text) #

This field is no longer used and the value is ignored.

aPostalCode :: Lens' Address (Maybe Text) #

The postal code in an address that a Snowball is to be delivered to.

aCountry :: Lens' Address (Maybe Text) #

The country in an address that a Snowball is to be delivered to.

aStateOrProvince :: Lens' Address (Maybe Text) #

The state or province in an address that a Snowball is to be delivered to.

aStreet2 :: Lens' Address (Maybe Text) #

The second line in a street address that a Snowball is to be delivered to.

aAddressId :: Lens' Address (Maybe Text) #

The unique ID for an address.

aCity :: Lens' Address (Maybe Text) #

The city in an address that a Snowball is to be delivered to.

aPhoneNumber :: Lens' Address (Maybe Text) #

The phone number associated with an address that a Snowball is to be delivered to.

aCompany :: Lens' Address (Maybe Text) #

The name of the company to receive a Snowball at an address.

aName :: Lens' Address (Maybe Text) #

The name of a person to receive a Snowball at an address.

aPrefectureOrDistrict :: Lens' Address (Maybe Text) #

This field is no longer used and the value is ignored.

aStreet1 :: Lens' Address (Maybe Text) #

The first line in a street address that a Snowball is to be delivered to.

ClusterListEntry

data ClusterListEntry #

Contains a cluster's state, a cluster's ID, and other important information.

See: clusterListEntry smart constructor.

Instances
Eq ClusterListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data ClusterListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: ClusterListEntry -> Constr #

dataTypeOf :: ClusterListEntry -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ClusterListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show ClusterListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic ClusterListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep ClusterListEntry :: * -> * #

Hashable ClusterListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON ClusterListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData ClusterListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: ClusterListEntry -> () #

type Rep ClusterListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep ClusterListEntry = D1 (MetaData "ClusterListEntry" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "ClusterListEntry'" PrefixI True) ((S1 (MetaSel (Just "_cleClusterState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ClusterState)) :*: S1 (MetaSel (Just "_cleClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_cleCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 (MetaSel (Just "_cleDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

clusterListEntry :: ClusterListEntry #

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

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

  • cleClusterState - The current state of this cluster. For information about the state of a specific node, see 'JobListEntry$JobState' .
  • cleClusterId - The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000 .
  • cleCreationDate - The creation date for this cluster.
  • cleDescription - Defines an optional description of the cluster, for example Environmental Data Cluster-01 .

cleClusterState :: Lens' ClusterListEntry (Maybe ClusterState) #

The current state of this cluster. For information about the state of a specific node, see 'JobListEntry$JobState' .

cleClusterId :: Lens' ClusterListEntry (Maybe Text) #

The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000 .

cleCreationDate :: Lens' ClusterListEntry (Maybe UTCTime) #

The creation date for this cluster.

cleDescription :: Lens' ClusterListEntry (Maybe Text) #

Defines an optional description of the cluster, for example Environmental Data Cluster-01 .

ClusterMetadata

data ClusterMetadata #

Contains metadata about a specific cluster.

See: clusterMetadata smart constructor.

Instances
Eq ClusterMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data ClusterMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: ClusterMetadata -> Constr #

dataTypeOf :: ClusterMetadata -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ClusterMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show ClusterMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic ClusterMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep ClusterMetadata :: * -> * #

Hashable ClusterMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON ClusterMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData ClusterMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: ClusterMetadata -> () #

type Rep ClusterMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep ClusterMetadata = D1 (MetaData "ClusterMetadata" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "ClusterMetadata'" PrefixI True) (((S1 (MetaSel (Just "_cmJobType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobType)) :*: (S1 (MetaSel (Just "_cmKMSKeyARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cmClusterState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ClusterState)))) :*: (S1 (MetaSel (Just "_cmNotification") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Notification)) :*: (S1 (MetaSel (Just "_cmForwardingAddressId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cmAddressId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_cmSnowballType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SnowballType)) :*: (S1 (MetaSel (Just "_cmShippingOption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ShippingOption)) :*: S1 (MetaSel (Just "_cmResources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobResource)))) :*: ((S1 (MetaSel (Just "_cmClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cmCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 (MetaSel (Just "_cmDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cmRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

clusterMetadata :: ClusterMetadata #

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

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

  • cmJobType - The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE .
  • cmKMSKeyARN - The KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. This ARN was created using the CreateKey API action in AWS Key Management Service (AWS KMS).
  • cmClusterState - The current status of the cluster.
  • cmNotification - The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
  • cmForwardingAddressId - The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
  • cmAddressId - The automatically generated ID for a specific address.
  • cmSnowballType - The type of AWS Snowball appliance to use for this cluster. Currently, the only supported appliance type for cluster jobs is EDGE .
  • cmShippingOption - The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each Snowball Edge appliance, rather it represents how quickly each appliance moves to its destination while in transit. Regional shipping speeds are as follows: * In Australia, you have access to express shipping. Typically, appliances shipped express are delivered in about a day. * In the European Union (EU), you have access to express shipping. Typically, Snowball Edges shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way. * In India, Snowball Edges are delivered in one to seven days. * In the US, you have access to one-day shipping and two-day shipping.
  • cmResources - The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
  • cmClusterId - The automatically generated ID for a cluster.
  • cmCreationDate - The creation date for this cluster.
  • cmDescription - The optional description of the cluster.
  • cmRoleARN - The role ARN associated with this cluster. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

cmJobType :: Lens' ClusterMetadata (Maybe JobType) #

The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE .

cmKMSKeyARN :: Lens' ClusterMetadata (Maybe Text) #

The KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. This ARN was created using the CreateKey API action in AWS Key Management Service (AWS KMS).

cmClusterState :: Lens' ClusterMetadata (Maybe ClusterState) #

The current status of the cluster.

cmNotification :: Lens' ClusterMetadata (Maybe Notification) #

The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.

cmForwardingAddressId :: Lens' ClusterMetadata (Maybe Text) #

The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions.

cmAddressId :: Lens' ClusterMetadata (Maybe Text) #

The automatically generated ID for a specific address.

cmSnowballType :: Lens' ClusterMetadata (Maybe SnowballType) #

The type of AWS Snowball appliance to use for this cluster. Currently, the only supported appliance type for cluster jobs is EDGE .

cmShippingOption :: Lens' ClusterMetadata (Maybe ShippingOption) #

The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each Snowball Edge appliance, rather it represents how quickly each appliance moves to its destination while in transit. Regional shipping speeds are as follows: * In Australia, you have access to express shipping. Typically, appliances shipped express are delivered in about a day. * In the European Union (EU), you have access to express shipping. Typically, Snowball Edges shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way. * In India, Snowball Edges are delivered in one to seven days. * In the US, you have access to one-day shipping and two-day shipping.

cmResources :: Lens' ClusterMetadata (Maybe JobResource) #

The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.

cmClusterId :: Lens' ClusterMetadata (Maybe Text) #

The automatically generated ID for a cluster.

cmCreationDate :: Lens' ClusterMetadata (Maybe UTCTime) #

The creation date for this cluster.

cmDescription :: Lens' ClusterMetadata (Maybe Text) #

The optional description of the cluster.

cmRoleARN :: Lens' ClusterMetadata (Maybe Text) #

The role ARN associated with this cluster. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

DataTransfer

data DataTransfer #

Defines the real-time status of a Snowball's data transfer while the appliance is at AWS. This data is only available while a job has a JobState value of InProgress , for both import and export jobs.

See: dataTransfer smart constructor.

Instances
Eq DataTransfer # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data DataTransfer # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: DataTransfer -> Constr #

dataTypeOf :: DataTransfer -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DataTransfer # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show DataTransfer # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic DataTransfer # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep DataTransfer :: * -> * #

Hashable DataTransfer # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON DataTransfer # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData DataTransfer # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: DataTransfer -> () #

type Rep DataTransfer # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep DataTransfer = D1 (MetaData "DataTransfer" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "DataTransfer'" PrefixI True) ((S1 (MetaSel (Just "_dtTotalObjects") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 (MetaSel (Just "_dtTotalBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 (MetaSel (Just "_dtObjectsTransferred") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 (MetaSel (Just "_dtBytesTransferred") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)))))

dataTransfer :: DataTransfer #

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

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

  • dtTotalObjects - The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.
  • dtTotalBytes - The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.
  • dtObjectsTransferred - The number of objects transferred between a Snowball and Amazon S3.
  • dtBytesTransferred - The number of bytes transferred between a Snowball and Amazon S3.

dtTotalObjects :: Lens' DataTransfer (Maybe Integer) #

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

dtTotalBytes :: Lens' DataTransfer (Maybe Integer) #

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

dtObjectsTransferred :: Lens' DataTransfer (Maybe Integer) #

The number of objects transferred between a Snowball and Amazon S3.

dtBytesTransferred :: Lens' DataTransfer (Maybe Integer) #

The number of bytes transferred between a Snowball and Amazon S3.

EventTriggerDefinition

data EventTriggerDefinition #

The container for the 'EventTriggerDefinition$EventResourceARN' .

See: eventTriggerDefinition smart constructor.

Instances
Eq EventTriggerDefinition # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data EventTriggerDefinition # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: EventTriggerDefinition -> Constr #

dataTypeOf :: EventTriggerDefinition -> DataType #

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

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

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

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

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

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

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

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

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

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

Read EventTriggerDefinition # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show EventTriggerDefinition # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic EventTriggerDefinition # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep EventTriggerDefinition :: * -> * #

Hashable EventTriggerDefinition # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

ToJSON EventTriggerDefinition # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON EventTriggerDefinition # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData EventTriggerDefinition # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: EventTriggerDefinition -> () #

type Rep EventTriggerDefinition # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep EventTriggerDefinition = D1 (MetaData "EventTriggerDefinition" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" True) (C1 (MetaCons "EventTriggerDefinition'" PrefixI True) (S1 (MetaSel (Just "_etdEventResourceARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

eventTriggerDefinition :: EventTriggerDefinition #

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

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

  • etdEventResourceARN - The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an AWS Lambda function's event trigger associated with this job.

etdEventResourceARN :: Lens' EventTriggerDefinition (Maybe Text) #

The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an AWS Lambda function's event trigger associated with this job.

JobListEntry

data JobListEntry #

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of an export job.

See: jobListEntry smart constructor.

Instances
Eq JobListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data JobListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: JobListEntry -> Constr #

dataTypeOf :: JobListEntry -> DataType #

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

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

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

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

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

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

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

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

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

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

Read JobListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show JobListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic JobListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep JobListEntry :: * -> * #

Hashable JobListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON JobListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData JobListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: JobListEntry -> () #

type Rep JobListEntry # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

jobListEntry :: JobListEntry #

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

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

  • jleJobType - The type of job.
  • jleJobId - The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000 .
  • jleJobState - The current state of this job.
  • jleSnowballType - The type of appliance used with this job.
  • jleCreationDate - The creation date for this job.
  • jleDescription - The optional description of this specific job, for example Important Photos 2016-08-11 .
  • jleIsMaster - A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

jleJobId :: Lens' JobListEntry (Maybe Text) #

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000 .

jleJobState :: Lens' JobListEntry (Maybe JobState) #

The current state of this job.

jleSnowballType :: Lens' JobListEntry (Maybe SnowballType) #

The type of appliance used with this job.

jleCreationDate :: Lens' JobListEntry (Maybe UTCTime) #

The creation date for this job.

jleDescription :: Lens' JobListEntry (Maybe Text) #

The optional description of this specific job, for example Important Photos 2016-08-11 .

jleIsMaster :: Lens' JobListEntry (Maybe Bool) #

A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

JobLogs

data JobLogs #

Contains job logs. Whenever Snowball is used to import data into or export data out of Amazon S3, you'll have the option of downloading a PDF job report. Job logs are returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type. The job logs can be accessed for up to 60 minutes after this request has been made. To access any of the job logs after 60 minutes have passed, you'll have to make another call to the DescribeJob action.

For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

The job report provides you insight into the state of your Amazon S3 data transfer. The report includes details about your job or job part for your records.

For deeper visibility into the status of your transferred objects, you can look at the two associated logs: a success log and a failure log. The logs are saved in comma-separated value (CSV) format, and the name of each log includes the ID of the job or job part that the log describes.

See: jobLogs smart constructor.

Instances
Eq JobLogs # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

Data JobLogs # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: JobLogs -> Constr #

dataTypeOf :: JobLogs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read JobLogs # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show JobLogs # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic JobLogs # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep JobLogs :: * -> * #

Methods

from :: JobLogs -> Rep JobLogs x #

to :: Rep JobLogs x -> JobLogs #

Hashable JobLogs # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

hashWithSalt :: Int -> JobLogs -> Int #

hash :: JobLogs -> Int #

FromJSON JobLogs # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData JobLogs # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: JobLogs -> () #

type Rep JobLogs # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep JobLogs = D1 (MetaData "JobLogs" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "JobLogs'" PrefixI True) (S1 (MetaSel (Just "_jlJobFailureLogURI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_jlJobCompletionReportURI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jlJobSuccessLogURI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

jobLogs :: JobLogs #

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

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

jlJobFailureLogURI :: Lens' JobLogs (Maybe Text) #

A link to an Amazon S3 presigned URL where the job failure log is located.

jlJobCompletionReportURI :: Lens' JobLogs (Maybe Text) #

A link to an Amazon S3 presigned URL where the job completion report is located.

jlJobSuccessLogURI :: Lens' JobLogs (Maybe Text) #

A link to an Amazon S3 presigned URL where the job success log is located.

JobMetadata

data JobMetadata #

Contains information about a specific job including shipping information, job status, and other important metadata. This information is returned as a part of the response syntax of the DescribeJob action.

See: jobMetadata smart constructor.

Instances
Eq JobMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data JobMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: JobMetadata -> Constr #

dataTypeOf :: JobMetadata -> DataType #

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

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

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

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

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

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

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

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

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

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

Read JobMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show JobMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic JobMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep JobMetadata :: * -> * #

Hashable JobMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON JobMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData JobMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: JobMetadata -> () #

type Rep JobMetadata # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep JobMetadata = D1 (MetaData "JobMetadata" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "JobMetadata'" PrefixI True) ((((S1 (MetaSel (Just "_jmJobType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobType)) :*: S1 (MetaSel (Just "_jmKMSKeyARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_jmJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jmJobLogInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobLogs)))) :*: ((S1 (MetaSel (Just "_jmNotification") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Notification)) :*: S1 (MetaSel (Just "_jmJobState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobState))) :*: (S1 (MetaSel (Just "_jmForwardingAddressId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jmShippingDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ShippingDetails))))) :*: (((S1 (MetaSel (Just "_jmAddressId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jmSnowballType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SnowballType))) :*: (S1 (MetaSel (Just "_jmDataTransferProgress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DataTransfer)) :*: S1 (MetaSel (Just "_jmResources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobResource)))) :*: ((S1 (MetaSel (Just "_jmClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jmCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 (MetaSel (Just "_jmDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_jmRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jmSnowballCapacityPreference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SnowballCapacity))))))))

jobMetadata :: JobMetadata #

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

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

  • jmJobType - The type of job.
  • jmKMSKeyARN - The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.
  • jmJobId - The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000 .
  • jmJobLogInfo - Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.
  • jmNotification - The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.
  • jmJobState - The current status of the jobs.
  • jmForwardingAddressId - The ID of the address that you want a job shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
  • jmShippingDetails - A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
  • jmAddressId - The ID for the address that you want the Snowball shipped to.
  • jmSnowballType - The type of appliance used with this job.
  • jmDataTransferProgress - A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. This data is only available while a job has a JobState value of InProgress , for both import and export jobs.
  • jmResources - An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.
  • jmClusterId - The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000 .
  • jmCreationDate - The creation date for this job.
  • jmDescription - The description of the job, provided at job creation.
  • jmRoleARN - The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).
  • jmSnowballCapacityPreference - The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

jmJobType :: Lens' JobMetadata (Maybe JobType) #

The type of job.

jmKMSKeyARN :: Lens' JobMetadata (Maybe Text) #

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

jmJobId :: Lens' JobMetadata (Maybe Text) #

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000 .

jmJobLogInfo :: Lens' JobMetadata (Maybe JobLogs) #

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

jmNotification :: Lens' JobMetadata (Maybe Notification) #

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

jmJobState :: Lens' JobMetadata (Maybe JobState) #

The current status of the jobs.

jmForwardingAddressId :: Lens' JobMetadata (Maybe Text) #

The ID of the address that you want a job shipped to, after it will be shipped to its primary address. This field is not supported in most regions.

jmShippingDetails :: Lens' JobMetadata (Maybe ShippingDetails) #

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

jmAddressId :: Lens' JobMetadata (Maybe Text) #

The ID for the address that you want the Snowball shipped to.

jmSnowballType :: Lens' JobMetadata (Maybe SnowballType) #

The type of appliance used with this job.

jmDataTransferProgress :: Lens' JobMetadata (Maybe DataTransfer) #

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. This data is only available while a job has a JobState value of InProgress , for both import and export jobs.

jmResources :: Lens' JobMetadata (Maybe JobResource) #

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

jmClusterId :: Lens' JobMetadata (Maybe Text) #

The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000 .

jmCreationDate :: Lens' JobMetadata (Maybe UTCTime) #

The creation date for this job.

jmDescription :: Lens' JobMetadata (Maybe Text) #

The description of the job, provided at job creation.

jmRoleARN :: Lens' JobMetadata (Maybe Text) #

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

jmSnowballCapacityPreference :: Lens' JobMetadata (Maybe SnowballCapacity) #

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

JobResource

data JobResource #

Contains an array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

See: jobResource smart constructor.

Instances
Eq JobResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data JobResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: JobResource -> Constr #

dataTypeOf :: JobResource -> DataType #

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

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

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

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

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

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

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

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

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

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

Read JobResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show JobResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic JobResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep JobResource :: * -> * #

Hashable JobResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

ToJSON JobResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON JobResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData JobResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: JobResource -> () #

type Rep JobResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep JobResource = D1 (MetaData "JobResource" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "JobResource'" PrefixI True) (S1 (MetaSel (Just "_jrLambdaResources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [LambdaResource])) :*: S1 (MetaSel (Just "_jrS3Resources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [S3Resource]))))

jobResource :: JobResource #

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

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

jrLambdaResources :: Lens' JobResource [LambdaResource] #

The Python-language Lambda functions for this job.

jrS3Resources :: Lens' JobResource [S3Resource] #

An array of S3Resource objects.

KeyRange

data KeyRange #

Contains a key range. For export jobs, a S3Resource object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker , an inclusive EndMarker , or both. Ranges are UTF-8 binary sorted.

See: keyRange smart constructor.

Instances
Eq KeyRange # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data KeyRange # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: KeyRange -> Constr #

dataTypeOf :: KeyRange -> DataType #

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

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

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

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

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

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

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

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

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

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

Read KeyRange # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show KeyRange # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic KeyRange # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep KeyRange :: * -> * #

Methods

from :: KeyRange -> Rep KeyRange x #

to :: Rep KeyRange x -> KeyRange #

Hashable KeyRange # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

hashWithSalt :: Int -> KeyRange -> Int #

hash :: KeyRange -> Int #

ToJSON KeyRange # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON KeyRange # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData KeyRange # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: KeyRange -> () #

type Rep KeyRange # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep KeyRange = D1 (MetaData "KeyRange" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "KeyRange'" PrefixI True) (S1 (MetaSel (Just "_krEndMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_krBeginMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

keyRange :: KeyRange #

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

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

  • krEndMarker - The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
  • krBeginMarker - The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

krEndMarker :: Lens' KeyRange (Maybe Text) #

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

krBeginMarker :: Lens' KeyRange (Maybe Text) #

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

LambdaResource

data LambdaResource #

Identifies

See: lambdaResource smart constructor.

Instances
Eq LambdaResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data LambdaResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: LambdaResource -> Constr #

dataTypeOf :: LambdaResource -> DataType #

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

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

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

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

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

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

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

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

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

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

Read LambdaResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show LambdaResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic LambdaResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep LambdaResource :: * -> * #

Hashable LambdaResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

ToJSON LambdaResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON LambdaResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData LambdaResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: LambdaResource -> () #

type Rep LambdaResource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep LambdaResource = D1 (MetaData "LambdaResource" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "LambdaResource'" PrefixI True) (S1 (MetaSel (Just "_lrEventTriggers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EventTriggerDefinition])) :*: S1 (MetaSel (Just "_lrLambdaARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

lambdaResource :: LambdaResource #

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

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

  • lrEventTriggers - The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.
  • lrLambdaARN - An Amazon Resource Name (ARN) that represents an AWS Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.

lrEventTriggers :: Lens' LambdaResource [EventTriggerDefinition] #

The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.

lrLambdaARN :: Lens' LambdaResource (Maybe Text) #

An Amazon Resource Name (ARN) that represents an AWS Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.

Notification

data Notification #

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

When the notification settings are defined during job creation, you can choose to notify based on a specific set of job states using the JobStatesToNotify array of strings, or you can specify that you want to have Amazon SNS notifications sent out for all job states with NotifyAll set to true.

See: notification smart constructor.

Instances
Eq Notification # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data Notification # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: Notification -> Constr #

dataTypeOf :: Notification -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Notification # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show Notification # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic Notification # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep Notification :: * -> * #

Hashable Notification # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

ToJSON Notification # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON Notification # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData Notification # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: Notification -> () #

type Rep Notification # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep Notification = D1 (MetaData "Notification" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "Notification'" PrefixI True) (S1 (MetaSel (Just "_nNotifyAll") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_nSNSTopicARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_nJobStatesToNotify") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [JobState])))))

notification :: Notification #

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

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

  • nNotifyAll - Any change in job state will trigger a notification for this job.
  • nSNSTopicARN - The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action. You can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.
  • nJobStatesToNotify - The list of job states that will trigger a notification for this job.

nNotifyAll :: Lens' Notification (Maybe Bool) #

Any change in job state will trigger a notification for this job.

nSNSTopicARN :: Lens' Notification (Maybe Text) #

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action. You can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

nJobStatesToNotify :: Lens' Notification [JobState] #

The list of job states that will trigger a notification for this job.

S3Resource

data S3Resource #

Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into. For export jobs, this object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker , an inclusive EndMarker , or both. Ranges are UTF-8 binary sorted.

See: s3Resource smart constructor.

Instances
Eq S3Resource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data S3Resource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: S3Resource -> Constr #

dataTypeOf :: S3Resource -> DataType #

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

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

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

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

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

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

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

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

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

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

Read S3Resource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show S3Resource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic S3Resource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep S3Resource :: * -> * #

Hashable S3Resource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

ToJSON S3Resource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON S3Resource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData S3Resource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: S3Resource -> () #

type Rep S3Resource # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep S3Resource = D1 (MetaData "S3Resource" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "S3Resource'" PrefixI True) (S1 (MetaSel (Just "_srKeyRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe KeyRange)) :*: S1 (MetaSel (Just "_srBucketARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

s3Resource :: S3Resource #

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

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

  • srKeyRange - For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker , an inclusive EndMarker , or both. Ranges are UTF-8 binary sorted.
  • srBucketARN - The Amazon Resource Name (ARN) of an Amazon S3 bucket.

srKeyRange :: Lens' S3Resource (Maybe KeyRange) #

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker , an inclusive EndMarker , or both. Ranges are UTF-8 binary sorted.

srBucketARN :: Lens' S3Resource (Maybe Text) #

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

Shipment

data Shipment #

The Status and TrackingNumber information for an inbound or outbound shipment.

See: shipment smart constructor.

Instances
Eq Shipment # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data Shipment # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: Shipment -> Constr #

dataTypeOf :: Shipment -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Shipment # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show Shipment # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic Shipment # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep Shipment :: * -> * #

Methods

from :: Shipment -> Rep Shipment x #

to :: Rep Shipment x -> Shipment #

Hashable Shipment # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

hashWithSalt :: Int -> Shipment -> Int #

hash :: Shipment -> Int #

FromJSON Shipment # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData Shipment # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: Shipment -> () #

type Rep Shipment # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep Shipment = D1 (MetaData "Shipment" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "Shipment'" PrefixI True) (S1 (MetaSel (Just "_sStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sTrackingNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

shipment :: Shipment #

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

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

  • sStatus - Status information for a shipment.
  • sTrackingNumber - The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it. For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

sStatus :: Lens' Shipment (Maybe Text) #

Status information for a shipment.

sTrackingNumber :: Lens' Shipment (Maybe Text) #

The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it. For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

ShippingDetails

data ShippingDetails #

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

See: shippingDetails smart constructor.

Instances
Eq ShippingDetails # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Data ShippingDetails # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

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

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

toConstr :: ShippingDetails -> Constr #

dataTypeOf :: ShippingDetails -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ShippingDetails # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Show ShippingDetails # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Generic ShippingDetails # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Associated Types

type Rep ShippingDetails :: * -> * #

Hashable ShippingDetails # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

FromJSON ShippingDetails # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

NFData ShippingDetails # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

Methods

rnf :: ShippingDetails -> () #

type Rep ShippingDetails # 
Instance details

Defined in Network.AWS.Snowball.Types.Product

type Rep ShippingDetails = D1 (MetaData "ShippingDetails" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-8yJ8aNw8nw6I7L9Jr6XQX1" False) (C1 (MetaCons "ShippingDetails'" PrefixI True) (S1 (MetaSel (Just "_sdShippingOption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ShippingOption)) :*: (S1 (MetaSel (Just "_sdOutboundShipment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Shipment)) :*: S1 (MetaSel (Just "_sdInboundShipment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Shipment)))))

shippingDetails :: ShippingDetails #

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

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

  • sdShippingOption - The shipping speed for a particular job. This speed doesn't dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows: * In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. * In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way. * In India, Snowballs are delivered in one to seven days. * In the United States of America (US), you have access to one-day shipping and two-day shipping.
  • sdOutboundShipment - The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.
  • sdInboundShipment - The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

sdShippingOption :: Lens' ShippingDetails (Maybe ShippingOption) #

The shipping speed for a particular job. This speed doesn't dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows: * In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. * In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way. * In India, Snowballs are delivered in one to seven days. * In the United States of America (US), you have access to one-day shipping and two-day shipping.

sdOutboundShipment :: Lens' ShippingDetails (Maybe Shipment) #

The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

sdInboundShipment :: Lens' ShippingDetails (Maybe Shipment) #

The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.