AWS SDK for C++  0.14.3
AWS SDK for C++
Classes | Namespaces | Typedefs
ImportExportClient.h File Reference
#include <aws/importexport/ImportExport_EXPORTS.h>
#include <aws/importexport/ImportExportErrors.h>
#include <aws/core/client/AWSError.h>
#include <aws/core/client/ClientConfiguration.h>
#include <aws/core/client/AWSClient.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/xml/XmlSerializer.h>
#include <aws/importexport/model/CancelJobResult.h>
#include <aws/importexport/model/CreateJobResult.h>
#include <aws/importexport/model/GetShippingLabelResult.h>
#include <aws/importexport/model/GetStatusResult.h>
#include <aws/importexport/model/ListJobsResult.h>
#include <aws/importexport/model/UpdateJobResult.h>
#include <aws/core/client/AsyncCallerContext.h>
#include <aws/core/http/HttpTypes.h>
#include <future>
#include <functional>

Go to the source code of this file.

Classes

class  Aws::Utils::Outcome< R, E >
 
class  Aws::ImportExport::ImportExportClient
 

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::Http
 
 Aws::Utils
 
 Aws::Utils::Threading
 
 Aws::Utils::Xml
 
 Aws::Auth
 
 Aws::Client
 
 Aws::ImportExport
 
 Aws::ImportExport::Model
 

Typedefs

typedef Aws::Utils::Outcome< CancelJobResult, Aws::Client::AWSError< ImportExportErrors > > Aws::ImportExport::Model::CancelJobOutcome
 
typedef Aws::Utils::Outcome< CreateJobResult, Aws::Client::AWSError< ImportExportErrors > > Aws::ImportExport::Model::CreateJobOutcome
 
typedef Aws::Utils::Outcome< GetShippingLabelResult, Aws::Client::AWSError< ImportExportErrors > > Aws::ImportExport::Model::GetShippingLabelOutcome
 
typedef Aws::Utils::Outcome< GetStatusResult, Aws::Client::AWSError< ImportExportErrors > > Aws::ImportExport::Model::GetStatusOutcome
 
typedef Aws::Utils::Outcome< ListJobsResult, Aws::Client::AWSError< ImportExportErrors > > Aws::ImportExport::Model::ListJobsOutcome
 
typedef Aws::Utils::Outcome< UpdateJobResult, Aws::Client::AWSError< ImportExportErrors > > Aws::ImportExport::Model::UpdateJobOutcome
 
typedef std::future< CancelJobOutcome > Aws::ImportExport::Model::CancelJobOutcomeCallable
 
typedef std::future< CreateJobOutcome > Aws::ImportExport::Model::CreateJobOutcomeCallable
 
typedef std::future< GetShippingLabelOutcome > Aws::ImportExport::Model::GetShippingLabelOutcomeCallable
 
typedef std::future< GetStatusOutcome > Aws::ImportExport::Model::GetStatusOutcomeCallable
 
typedef std::future< ListJobsOutcome > Aws::ImportExport::Model::ListJobsOutcomeCallable
 
typedef std::future< UpdateJobOutcome > Aws::ImportExport::Model::UpdateJobOutcomeCallable
 
typedef std::function< void(const ImportExportClient *, const Model::CancelJobRequest &, const Model::CancelJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::ImportExport::CancelJobResponseReceivedHandler
 
typedef std::function< void(const ImportExportClient *, const Model::CreateJobRequest &, const Model::CreateJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::ImportExport::CreateJobResponseReceivedHandler
 
typedef std::function< void(const ImportExportClient *, const Model::GetShippingLabelRequest &, const Model::GetShippingLabelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::ImportExport::GetShippingLabelResponseReceivedHandler
 
typedef std::function< void(const ImportExportClient *, const Model::GetStatusRequest &, const Model::GetStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::ImportExport::GetStatusResponseReceivedHandler
 
typedef std::function< void(const ImportExportClient *, const Model::ListJobsRequest &, const Model::ListJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::ImportExport::ListJobsResponseReceivedHandler
 
typedef std::function< void(const ImportExportClient *, const Model::UpdateJobRequest &, const Model::UpdateJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::ImportExport::UpdateJobResponseReceivedHandler