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

Contents

Description

AWS Snowball is a petabyte-scale data transport solution that uses secure appliances to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3). The Snowball commands described here provide access to the same functionality that is available in the AWS Snowball Management Console, which enables you to create and manage jobs for Snowball. To transfer data locally with a Snowball appliance, you'll need to use the Snowball client or the Amazon S3 API adapter for Snowball. For more information, see the User Guide .

Synopsis

Service Configuration

snowball :: Service #

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

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Snowball.

InvalidResourceException

_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

_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

_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

_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

_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

_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

_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

_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.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

CancelCluster

DescribeCluster

CreateAddress

GetSnowballUsage

DescribeAddresses (Paginated)

UpdateCluster

CreateJob

GetJobManifest

CreateCluster

ListJobs (Paginated)

UpdateJob

GetJobUnlockCode

ListClusterJobs

DescribeJob

ListClusters

DescribeAddress

CancelJob

Types

ClusterState

data ClusterState #

Instances

Bounded ClusterState # 
Enum ClusterState # 
Eq ClusterState # 
Data ClusterState # 

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 # 
Read ClusterState # 
Show ClusterState # 
Generic ClusterState # 

Associated Types

type Rep ClusterState :: * -> * #

Hashable ClusterState # 
FromJSON ClusterState # 
NFData ClusterState # 

Methods

rnf :: ClusterState -> () #

ToHeader ClusterState # 
ToQuery ClusterState # 
ToByteString ClusterState # 
FromText ClusterState # 
ToText ClusterState # 

Methods

toText :: ClusterState -> Text #

type Rep ClusterState # 
type Rep ClusterState = D1 * (MetaData "ClusterState" "Network.AWS.Snowball.Types.Sum" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" 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 # 
Enum JobState # 
Eq JobState # 
Data JobState # 

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 # 
Read JobState # 
Show JobState # 
Generic JobState # 

Associated Types

type Rep JobState :: * -> * #

Methods

from :: JobState -> Rep JobState x #

to :: Rep JobState x -> JobState #

Hashable JobState # 

Methods

hashWithSalt :: Int -> JobState -> Int #

hash :: JobState -> Int #

ToJSON JobState # 
FromJSON JobState # 
NFData JobState # 

Methods

rnf :: JobState -> () #

ToHeader JobState # 

Methods

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

ToQuery JobState # 
ToByteString JobState # 

Methods

toBS :: JobState -> ByteString #

FromText JobState # 
ToText JobState # 

Methods

toText :: JobState -> Text #

type Rep JobState # 
type Rep JobState = D1 * (MetaData "JobState" "Network.AWS.Snowball.Types.Sum" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" 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 # 
Enum JobType # 
Eq JobType # 

Methods

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

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

Data JobType # 

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 # 
Read JobType # 
Show JobType # 
Generic JobType # 

Associated Types

type Rep JobType :: * -> * #

Methods

from :: JobType -> Rep JobType x #

to :: Rep JobType x -> JobType #

Hashable JobType # 

Methods

hashWithSalt :: Int -> JobType -> Int #

hash :: JobType -> Int #

ToJSON JobType # 
FromJSON JobType # 
NFData JobType # 

Methods

rnf :: JobType -> () #

ToHeader JobType # 

Methods

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

ToQuery JobType # 
ToByteString JobType # 

Methods

toBS :: JobType -> ByteString #

FromText JobType # 
ToText JobType # 

Methods

toText :: JobType -> Text #

type Rep JobType # 
type Rep JobType = D1 * (MetaData "JobType" "Network.AWS.Snowball.Types.Sum" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" 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 # 
Enum ShippingOption # 
Eq ShippingOption # 
Data ShippingOption # 

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 # 
Read ShippingOption # 
Show ShippingOption # 
Generic ShippingOption # 

Associated Types

type Rep ShippingOption :: * -> * #

Hashable ShippingOption # 
ToJSON ShippingOption # 
FromJSON ShippingOption # 
NFData ShippingOption # 

Methods

rnf :: ShippingOption -> () #

ToHeader ShippingOption # 
ToQuery ShippingOption # 
ToByteString ShippingOption # 
FromText ShippingOption # 
ToText ShippingOption # 
type Rep ShippingOption # 
type Rep ShippingOption = D1 * (MetaData "ShippingOption" "Network.AWS.Snowball.Types.Sum" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" 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 # 
Enum SnowballCapacity # 
Eq SnowballCapacity # 
Data SnowballCapacity # 

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 # 
Read SnowballCapacity # 
Show SnowballCapacity # 
Generic SnowballCapacity # 
Hashable SnowballCapacity # 
ToJSON SnowballCapacity # 
FromJSON SnowballCapacity # 
NFData SnowballCapacity # 

Methods

rnf :: SnowballCapacity -> () #

ToHeader SnowballCapacity # 
ToQuery SnowballCapacity # 
ToByteString SnowballCapacity # 
FromText SnowballCapacity # 
ToText SnowballCapacity # 
type Rep SnowballCapacity # 
type Rep SnowballCapacity = D1 * (MetaData "SnowballCapacity" "Network.AWS.Snowball.Types.Sum" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" 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 # 
Enum SnowballType # 
Eq SnowballType # 
Data SnowballType # 

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 # 
Read SnowballType # 
Show SnowballType # 
Generic SnowballType # 

Associated Types

type Rep SnowballType :: * -> * #

Hashable SnowballType # 
ToJSON SnowballType # 
FromJSON SnowballType # 
NFData SnowballType # 

Methods

rnf :: SnowballType -> () #

ToHeader SnowballType # 
ToQuery SnowballType # 
ToByteString SnowballType # 
FromText SnowballType # 
ToText SnowballType # 

Methods

toText :: SnowballType -> Text #

type Rep SnowballType # 
type Rep SnowballType = D1 * (MetaData "SnowballType" "Network.AWS.Snowball.Types.Sum" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" 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 # 

Methods

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

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

Data Address # 

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 # 
Show Address # 
Generic Address # 

Associated Types

type Rep Address :: * -> * #

Methods

from :: Address -> Rep Address x #

to :: Rep Address x -> Address #

Hashable Address # 

Methods

hashWithSalt :: Int -> Address -> Int #

hash :: Address -> Int #

ToJSON Address # 
FromJSON Address # 
NFData Address # 

Methods

rnf :: Address -> () #

type Rep Address # 
type Rep Address = D1 * (MetaData "Address" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "Address'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_aIsRestricted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) ((:*:) * (S1 * (MetaSel (Just Symbol "_aStreet3") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_aLandmark") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_aPostalCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_aCountry") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_aStateOrProvince") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_aStreet2") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_aAddressId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_aCity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_aPhoneNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_aCompany") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_aName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_aPrefectureOrDistrict") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_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 # 
Data ClusterListEntry # 

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 # 
Show ClusterListEntry # 
Generic ClusterListEntry # 
Hashable ClusterListEntry # 
FromJSON ClusterListEntry # 
NFData ClusterListEntry # 

Methods

rnf :: ClusterListEntry -> () #

type Rep ClusterListEntry # 
type Rep ClusterListEntry = D1 * (MetaData "ClusterListEntry" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "ClusterListEntry'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cleClusterState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ClusterState))) (S1 * (MetaSel (Just Symbol "_cleClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cleCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe POSIX))) (S1 * (MetaSel (Just Symbol "_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 # 
Data ClusterMetadata # 

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 # 
Show ClusterMetadata # 
Generic ClusterMetadata # 
Hashable ClusterMetadata # 
FromJSON ClusterMetadata # 
NFData ClusterMetadata # 

Methods

rnf :: ClusterMetadata -> () #

type Rep ClusterMetadata # 
type Rep ClusterMetadata = D1 * (MetaData "ClusterMetadata" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "ClusterMetadata'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cmJobType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe JobType))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cmKMSKeyARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_cmClusterState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ClusterState))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cmNotification") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Notification))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cmForwardingAddressId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_cmAddressId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cmSnowballType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe SnowballType))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cmShippingOption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ShippingOption))) (S1 * (MetaSel (Just Symbol "_cmResources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe JobResource))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cmClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_cmCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe POSIX)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cmDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_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 # 
Data DataTransfer # 

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 # 
Show DataTransfer # 
Generic DataTransfer # 

Associated Types

type Rep DataTransfer :: * -> * #

Hashable DataTransfer # 
FromJSON DataTransfer # 
NFData DataTransfer # 

Methods

rnf :: DataTransfer -> () #

type Rep DataTransfer # 
type Rep DataTransfer = D1 * (MetaData "DataTransfer" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "DataTransfer'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dtTotalObjects") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer))) (S1 * (MetaSel (Just Symbol "_dtTotalBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dtObjectsTransferred") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer))) (S1 * (MetaSel (Just Symbol "_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 # 
Data EventTriggerDefinition # 

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 # 
Show EventTriggerDefinition # 
Generic EventTriggerDefinition # 
Hashable EventTriggerDefinition # 
ToJSON EventTriggerDefinition # 
FromJSON EventTriggerDefinition # 
NFData EventTriggerDefinition # 

Methods

rnf :: EventTriggerDefinition -> () #

type Rep EventTriggerDefinition # 
type Rep EventTriggerDefinition = D1 * (MetaData "EventTriggerDefinition" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" True) (C1 * (MetaCons "EventTriggerDefinition'" PrefixI True) (S1 * (MetaSel (Just Symbol "_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 # 
Data JobListEntry # 

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 # 
Show JobListEntry # 
Generic JobListEntry # 

Associated Types

type Rep JobListEntry :: * -> * #

Hashable JobListEntry # 
FromJSON JobListEntry # 
NFData JobListEntry # 

Methods

rnf :: JobListEntry -> () #

type Rep JobListEntry # 

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 # 

Methods

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

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

Data JobLogs # 

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 # 
Show JobLogs # 
Generic JobLogs # 

Associated Types

type Rep JobLogs :: * -> * #

Methods

from :: JobLogs -> Rep JobLogs x #

to :: Rep JobLogs x -> JobLogs #

Hashable JobLogs # 

Methods

hashWithSalt :: Int -> JobLogs -> Int #

hash :: JobLogs -> Int #

FromJSON JobLogs # 
NFData JobLogs # 

Methods

rnf :: JobLogs -> () #

type Rep JobLogs # 
type Rep JobLogs = D1 * (MetaData "JobLogs" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "JobLogs'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_jlJobFailureLogURI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jlJobCompletionReportURI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_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 # 
Data JobMetadata # 

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 # 
Show JobMetadata # 
Generic JobMetadata # 

Associated Types

type Rep JobMetadata :: * -> * #

Hashable JobMetadata # 
FromJSON JobMetadata # 
NFData JobMetadata # 

Methods

rnf :: JobMetadata -> () #

type Rep JobMetadata # 
type Rep JobMetadata = D1 * (MetaData "JobMetadata" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "JobMetadata'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_jmJobType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe JobType))) (S1 * (MetaSel (Just Symbol "_jmKMSKeyARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jmJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_jmJobLogInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe JobLogs))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_jmNotification") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Notification))) (S1 * (MetaSel (Just Symbol "_jmJobState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe JobState)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jmForwardingAddressId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_jmShippingDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ShippingDetails)))))) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_jmAddressId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_jmSnowballType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe SnowballType)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jmDataTransferProgress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe DataTransfer))) (S1 * (MetaSel (Just Symbol "_jmResources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe JobResource))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_jmClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_jmCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe POSIX)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jmDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jmRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_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 # 
Data JobResource # 

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 # 
Show JobResource # 
Generic JobResource # 

Associated Types

type Rep JobResource :: * -> * #

Hashable JobResource # 
ToJSON JobResource # 
FromJSON JobResource # 
NFData JobResource # 

Methods

rnf :: JobResource -> () #

type Rep JobResource # 
type Rep JobResource = D1 * (MetaData "JobResource" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "JobResource'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_jrLambdaResources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [LambdaResource]))) (S1 * (MetaSel (Just Symbol "_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 # 
Data KeyRange # 

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 # 
Show KeyRange # 
Generic KeyRange # 

Associated Types

type Rep KeyRange :: * -> * #

Methods

from :: KeyRange -> Rep KeyRange x #

to :: Rep KeyRange x -> KeyRange #

Hashable KeyRange # 

Methods

hashWithSalt :: Int -> KeyRange -> Int #

hash :: KeyRange -> Int #

ToJSON KeyRange # 
FromJSON KeyRange # 
NFData KeyRange # 

Methods

rnf :: KeyRange -> () #

type Rep KeyRange # 
type Rep KeyRange = D1 * (MetaData "KeyRange" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "KeyRange'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_krEndMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_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 # 
Data LambdaResource # 

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 # 
Show LambdaResource # 
Generic LambdaResource # 

Associated Types

type Rep LambdaResource :: * -> * #

Hashable LambdaResource # 
ToJSON LambdaResource # 
FromJSON LambdaResource # 
NFData LambdaResource # 

Methods

rnf :: LambdaResource -> () #

type Rep LambdaResource # 
type Rep LambdaResource = D1 * (MetaData "LambdaResource" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "LambdaResource'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lrEventTriggers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [EventTriggerDefinition]))) (S1 * (MetaSel (Just Symbol "_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 # 
Data Notification # 

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 # 
Show Notification # 
Generic Notification # 

Associated Types

type Rep Notification :: * -> * #

Hashable Notification # 
ToJSON Notification # 
FromJSON Notification # 
NFData Notification # 

Methods

rnf :: Notification -> () #

type Rep Notification # 
type Rep Notification = D1 * (MetaData "Notification" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "Notification'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_nNotifyAll") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) ((:*:) * (S1 * (MetaSel (Just Symbol "_nSNSTopicARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_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 # 
Data S3Resource # 

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 # 
Show S3Resource # 
Generic S3Resource # 

Associated Types

type Rep S3Resource :: * -> * #

Hashable S3Resource # 
ToJSON S3Resource # 
FromJSON S3Resource # 
NFData S3Resource # 

Methods

rnf :: S3Resource -> () #

type Rep S3Resource # 
type Rep S3Resource = D1 * (MetaData "S3Resource" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "S3Resource'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_srKeyRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe KeyRange))) (S1 * (MetaSel (Just Symbol "_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 # 
Data Shipment # 

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 # 
Show Shipment # 
Generic Shipment # 

Associated Types

type Rep Shipment :: * -> * #

Methods

from :: Shipment -> Rep Shipment x #

to :: Rep Shipment x -> Shipment #

Hashable Shipment # 

Methods

hashWithSalt :: Int -> Shipment -> Int #

hash :: Shipment -> Int #

FromJSON Shipment # 
NFData Shipment # 

Methods

rnf :: Shipment -> () #

type Rep Shipment # 
type Rep Shipment = D1 * (MetaData "Shipment" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "Shipment'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_sStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_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 # 
Data ShippingDetails # 

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 # 
Show ShippingDetails # 
Generic ShippingDetails # 
Hashable ShippingDetails # 
FromJSON ShippingDetails # 
NFData ShippingDetails # 

Methods

rnf :: ShippingDetails -> () #

type Rep ShippingDetails # 
type Rep ShippingDetails = D1 * (MetaData "ShippingDetails" "Network.AWS.Snowball.Types.Product" "amazonka-snowball-1.6.0-CpRkSYaTAPzF30R6kNaJAh" False) (C1 * (MetaCons "ShippingDetails'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_sdShippingOption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ShippingOption))) ((:*:) * (S1 * (MetaSel (Just Symbol "_sdOutboundShipment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Shipment))) (S1 * (MetaSel (Just Symbol "_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.