AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Classes | Typedefs | Enumerations
Aws::Snowball::Model Namespace Reference

Namespaces

 JobStateMapper
 
 JobTypeMapper
 
 ShippingOptionMapper
 
 SnowballCapacityMapper
 

Classes

class  Address
 
class  CancelJobRequest
 
class  CancelJobResult
 
class  CreateAddressRequest
 
class  CreateAddressResult
 
class  CreateJobRequest
 
class  CreateJobResult
 
class  DataTransfer
 
class  DescribeAddressesRequest
 
class  DescribeAddressesResult
 
class  DescribeAddressRequest
 
class  DescribeAddressResult
 
class  DescribeJobRequest
 
class  DescribeJobResult
 
class  GetJobManifestRequest
 
class  GetJobManifestResult
 
class  GetJobUnlockCodeRequest
 
class  GetJobUnlockCodeResult
 
class  GetSnowballUsageRequest
 
class  GetSnowballUsageResult
 
class  JobListEntry
 
class  JobLogs
 
class  JobMetadata
 
class  JobResource
 
class  KeyRange
 
class  ListJobsRequest
 
class  ListJobsResult
 
class  Notification
 
class  S3Resource
 
class  Shipment
 
class  ShippingDetails
 
class  UpdateJobRequest
 
class  UpdateJobResult
 

Typedefs

typedef Aws::Utils::Outcome< CancelJobResult, Aws::Client::AWSError< SnowballErrors > > CancelJobOutcome
 
typedef Aws::Utils::Outcome< CreateAddressResult, Aws::Client::AWSError< SnowballErrors > > CreateAddressOutcome
 
typedef Aws::Utils::Outcome< CreateJobResult, Aws::Client::AWSError< SnowballErrors > > CreateJobOutcome
 
typedef Aws::Utils::Outcome< DescribeAddressResult, Aws::Client::AWSError< SnowballErrors > > DescribeAddressOutcome
 
typedef Aws::Utils::Outcome< DescribeAddressesResult, Aws::Client::AWSError< SnowballErrors > > DescribeAddressesOutcome
 
typedef Aws::Utils::Outcome< DescribeJobResult, Aws::Client::AWSError< SnowballErrors > > DescribeJobOutcome
 
typedef Aws::Utils::Outcome< GetJobManifestResult, Aws::Client::AWSError< SnowballErrors > > GetJobManifestOutcome
 
typedef Aws::Utils::Outcome< GetJobUnlockCodeResult, Aws::Client::AWSError< SnowballErrors > > GetJobUnlockCodeOutcome
 
typedef Aws::Utils::Outcome< GetSnowballUsageResult, Aws::Client::AWSError< SnowballErrors > > GetSnowballUsageOutcome
 
typedef Aws::Utils::Outcome< ListJobsResult, Aws::Client::AWSError< SnowballErrors > > ListJobsOutcome
 
typedef Aws::Utils::Outcome< UpdateJobResult, Aws::Client::AWSError< SnowballErrors > > UpdateJobOutcome
 
typedef std::future< CancelJobOutcomeCancelJobOutcomeCallable
 
typedef std::future< CreateAddressOutcomeCreateAddressOutcomeCallable
 
typedef std::future< CreateJobOutcomeCreateJobOutcomeCallable
 
typedef std::future< DescribeAddressOutcomeDescribeAddressOutcomeCallable
 
typedef std::future< DescribeAddressesOutcomeDescribeAddressesOutcomeCallable
 
typedef std::future< DescribeJobOutcomeDescribeJobOutcomeCallable
 
typedef std::future< GetJobManifestOutcomeGetJobManifestOutcomeCallable
 
typedef std::future< GetJobUnlockCodeOutcomeGetJobUnlockCodeOutcomeCallable
 
typedef std::future< GetSnowballUsageOutcomeGetSnowballUsageOutcomeCallable
 
typedef std::future< ListJobsOutcomeListJobsOutcomeCallable
 
typedef std::future< UpdateJobOutcomeUpdateJobOutcomeCallable
 

Enumerations

enum  JobState {
  JobState::NOT_SET, JobState::New, JobState::PreparingAppliance, JobState::PreparingShipment,
  JobState::InTransitToCustomer, JobState::WithCustomer, JobState::InTransitToAWS, JobState::WithAWS,
  JobState::InProgress, JobState::Complete, JobState::Cancelled, JobState::Listing,
  JobState::Pending
}
 
enum  JobType { JobType::NOT_SET, JobType::IMPORT, JobType::EXPORT }
 
enum  ShippingOption {
  ShippingOption::NOT_SET, ShippingOption::SECOND_DAY, ShippingOption::NEXT_DAY, ShippingOption::EXPRESS,
  ShippingOption::STANDARD
}
 
enum  SnowballCapacity { SnowballCapacity::NOT_SET, SnowballCapacity::T50, SnowballCapacity::T80, SnowballCapacity::NoPreference }
 

Typedef Documentation

Definition at line 89 of file SnowballClient.h.

Definition at line 103 of file SnowballClient.h.

Definition at line 92 of file SnowballClient.h.

Definition at line 104 of file SnowballClient.h.

Definition at line 93 of file SnowballClient.h.

Definition at line 105 of file SnowballClient.h.

Definition at line 95 of file SnowballClient.h.

Definition at line 107 of file SnowballClient.h.

Definition at line 94 of file SnowballClient.h.

Definition at line 106 of file SnowballClient.h.

Definition at line 96 of file SnowballClient.h.

Definition at line 108 of file SnowballClient.h.

Definition at line 97 of file SnowballClient.h.

Definition at line 109 of file SnowballClient.h.

Definition at line 98 of file SnowballClient.h.

Definition at line 110 of file SnowballClient.h.

Definition at line 99 of file SnowballClient.h.

Definition at line 111 of file SnowballClient.h.

Definition at line 100 of file SnowballClient.h.

Definition at line 112 of file SnowballClient.h.

Definition at line 101 of file SnowballClient.h.

Definition at line 113 of file SnowballClient.h.

Enumeration Type Documentation

Enumerator
NOT_SET 
New 
PreparingAppliance 
PreparingShipment 
InTransitToCustomer 
WithCustomer 
InTransitToAWS 
WithAWS 
InProgress 
Complete 
Cancelled 
Listing 
Pending 

Definition at line 25 of file JobState.h.

Enumerator
NOT_SET 
IMPORT 
EXPORT 

Definition at line 25 of file JobType.h.

Enumerator
NOT_SET 
SECOND_DAY 
NEXT_DAY 
EXPRESS 
STANDARD 

Definition at line 25 of file ShippingOption.h.

Enumerator
NOT_SET 
T50 
T80 
NoPreference 

Definition at line 25 of file SnowballCapacity.h.