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

Namespaces

 JobTypeMapper
 

Classes

class  Artifact
 
class  CancelJobRequest
 
class  CancelJobResult
 
class  CreateJobRequest
 
class  CreateJobResult
 
class  GetShippingLabelRequest
 
class  GetShippingLabelResult
 
class  GetStatusRequest
 
class  GetStatusResult
 
class  Job
 
class  ListJobsRequest
 
class  ListJobsResult
 
class  ResponseMetadata
 
class  UpdateJobRequest
 
class  UpdateJobResult
 

Typedefs

typedef Aws::Utils::Outcome< CancelJobResult, Aws::Client::AWSError< ImportExportErrors > > CancelJobOutcome
 
typedef Aws::Utils::Outcome< CreateJobResult, Aws::Client::AWSError< ImportExportErrors > > CreateJobOutcome
 
typedef Aws::Utils::Outcome< GetShippingLabelResult, Aws::Client::AWSError< ImportExportErrors > > GetShippingLabelOutcome
 
typedef Aws::Utils::Outcome< GetStatusResult, Aws::Client::AWSError< ImportExportErrors > > GetStatusOutcome
 
typedef Aws::Utils::Outcome< ListJobsResult, Aws::Client::AWSError< ImportExportErrors > > ListJobsOutcome
 
typedef Aws::Utils::Outcome< UpdateJobResult, Aws::Client::AWSError< ImportExportErrors > > UpdateJobOutcome
 
typedef std::future< CancelJobOutcomeCancelJobOutcomeCallable
 
typedef std::future< CreateJobOutcomeCreateJobOutcomeCallable
 
typedef std::future< GetShippingLabelOutcomeGetShippingLabelOutcomeCallable
 
typedef std::future< GetStatusOutcomeGetStatusOutcomeCallable
 
typedef std::future< ListJobsOutcomeListJobsOutcomeCallable
 
typedef std::future< UpdateJobOutcomeUpdateJobOutcomeCallable
 

Enumerations

enum  JobType { JobType::NOT_SET, JobType::Import, JobType::Export }
 

Typedef Documentation

Definition at line 79 of file ImportExportClient.h.

Definition at line 88 of file ImportExportClient.h.

Definition at line 82 of file ImportExportClient.h.

Definition at line 89 of file ImportExportClient.h.

Definition at line 83 of file ImportExportClient.h.

Definition at line 90 of file ImportExportClient.h.

Definition at line 84 of file ImportExportClient.h.

Definition at line 91 of file ImportExportClient.h.

Definition at line 85 of file ImportExportClient.h.

Definition at line 92 of file ImportExportClient.h.

Definition at line 86 of file ImportExportClient.h.

Definition at line 93 of file ImportExportClient.h.

Enumeration Type Documentation

Enumerator
NOT_SET 
Import 
Export 

Definition at line 25 of file JobType.h.