AWS SDK for C++  0.12.9
AWS SDK for C++
Classes | Namespaces | Typedefs
CodeDeployClient.h File Reference
#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
#include <aws/codedeploy/CodeDeployErrors.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/json/JsonSerializer.h>
#include <aws/codedeploy/model/BatchGetApplicationRevisionsResult.h>
#include <aws/codedeploy/model/BatchGetApplicationsResult.h>
#include <aws/codedeploy/model/BatchGetDeploymentGroupsResult.h>
#include <aws/codedeploy/model/BatchGetDeploymentInstancesResult.h>
#include <aws/codedeploy/model/BatchGetDeploymentsResult.h>
#include <aws/codedeploy/model/BatchGetOnPremisesInstancesResult.h>
#include <aws/codedeploy/model/CreateApplicationResult.h>
#include <aws/codedeploy/model/CreateDeploymentResult.h>
#include <aws/codedeploy/model/CreateDeploymentConfigResult.h>
#include <aws/codedeploy/model/CreateDeploymentGroupResult.h>
#include <aws/codedeploy/model/DeleteDeploymentGroupResult.h>
#include <aws/codedeploy/model/GetApplicationResult.h>
#include <aws/codedeploy/model/GetApplicationRevisionResult.h>
#include <aws/codedeploy/model/GetDeploymentResult.h>
#include <aws/codedeploy/model/GetDeploymentConfigResult.h>
#include <aws/codedeploy/model/GetDeploymentGroupResult.h>
#include <aws/codedeploy/model/GetDeploymentInstanceResult.h>
#include <aws/codedeploy/model/GetOnPremisesInstanceResult.h>
#include <aws/codedeploy/model/ListApplicationRevisionsResult.h>
#include <aws/codedeploy/model/ListApplicationsResult.h>
#include <aws/codedeploy/model/ListDeploymentConfigsResult.h>
#include <aws/codedeploy/model/ListDeploymentGroupsResult.h>
#include <aws/codedeploy/model/ListDeploymentInstancesResult.h>
#include <aws/codedeploy/model/ListDeploymentsResult.h>
#include <aws/codedeploy/model/ListOnPremisesInstancesResult.h>
#include <aws/codedeploy/model/StopDeploymentResult.h>
#include <aws/codedeploy/model/UpdateDeploymentGroupResult.h>
#include <aws/core/NoResult.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::CodeDeploy::CodeDeployClient
 

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::Http
 
 Aws::Utils
 
 Aws::Utils::Threading
 
 Aws::Utils::Json
 
 Aws::Auth
 
 Aws::Client
 
 Aws::CodeDeploy
 
 Aws::CodeDeploy::Model
 

Typedefs

typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::AddTagsToOnPremisesInstancesOutcome
 
typedef Aws::Utils::Outcome< BatchGetApplicationRevisionsResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::BatchGetApplicationRevisionsOutcome
 
typedef Aws::Utils::Outcome< BatchGetApplicationsResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::BatchGetApplicationsOutcome
 
typedef Aws::Utils::Outcome< BatchGetDeploymentGroupsResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::BatchGetDeploymentGroupsOutcome
 
typedef Aws::Utils::Outcome< BatchGetDeploymentInstancesResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::BatchGetDeploymentInstancesOutcome
 
typedef Aws::Utils::Outcome< BatchGetDeploymentsResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::BatchGetDeploymentsOutcome
 
typedef Aws::Utils::Outcome< BatchGetOnPremisesInstancesResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::BatchGetOnPremisesInstancesOutcome
 
typedef Aws::Utils::Outcome< CreateApplicationResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::CreateApplicationOutcome
 
typedef Aws::Utils::Outcome< CreateDeploymentResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::CreateDeploymentOutcome
 
typedef Aws::Utils::Outcome< CreateDeploymentConfigResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::CreateDeploymentConfigOutcome
 
typedef Aws::Utils::Outcome< CreateDeploymentGroupResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::CreateDeploymentGroupOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::DeleteApplicationOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::DeleteDeploymentConfigOutcome
 
typedef Aws::Utils::Outcome< DeleteDeploymentGroupResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::DeleteDeploymentGroupOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::DeregisterOnPremisesInstanceOutcome
 
typedef Aws::Utils::Outcome< GetApplicationResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::GetApplicationOutcome
 
typedef Aws::Utils::Outcome< GetApplicationRevisionResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::GetApplicationRevisionOutcome
 
typedef Aws::Utils::Outcome< GetDeploymentResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::GetDeploymentOutcome
 
typedef Aws::Utils::Outcome< GetDeploymentConfigResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::GetDeploymentConfigOutcome
 
typedef Aws::Utils::Outcome< GetDeploymentGroupResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::GetDeploymentGroupOutcome
 
typedef Aws::Utils::Outcome< GetDeploymentInstanceResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::GetDeploymentInstanceOutcome
 
typedef Aws::Utils::Outcome< GetOnPremisesInstanceResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::GetOnPremisesInstanceOutcome
 
typedef Aws::Utils::Outcome< ListApplicationRevisionsResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::ListApplicationRevisionsOutcome
 
typedef Aws::Utils::Outcome< ListApplicationsResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::ListApplicationsOutcome
 
typedef Aws::Utils::Outcome< ListDeploymentConfigsResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::ListDeploymentConfigsOutcome
 
typedef Aws::Utils::Outcome< ListDeploymentGroupsResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::ListDeploymentGroupsOutcome
 
typedef Aws::Utils::Outcome< ListDeploymentInstancesResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::ListDeploymentInstancesOutcome
 
typedef Aws::Utils::Outcome< ListDeploymentsResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::ListDeploymentsOutcome
 
typedef Aws::Utils::Outcome< ListOnPremisesInstancesResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::ListOnPremisesInstancesOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::RegisterApplicationRevisionOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::RegisterOnPremisesInstanceOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::RemoveTagsFromOnPremisesInstancesOutcome
 
typedef Aws::Utils::Outcome< StopDeploymentResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::StopDeploymentOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::UpdateApplicationOutcome
 
typedef Aws::Utils::Outcome< UpdateDeploymentGroupResult, Aws::Client::AWSError< CodeDeployErrors > > Aws::CodeDeploy::Model::UpdateDeploymentGroupOutcome
 
typedef std::future< AddTagsToOnPremisesInstancesOutcome > Aws::CodeDeploy::Model::AddTagsToOnPremisesInstancesOutcomeCallable
 
typedef std::future< BatchGetApplicationRevisionsOutcome > Aws::CodeDeploy::Model::BatchGetApplicationRevisionsOutcomeCallable
 
typedef std::future< BatchGetApplicationsOutcome > Aws::CodeDeploy::Model::BatchGetApplicationsOutcomeCallable
 
typedef std::future< BatchGetDeploymentGroupsOutcome > Aws::CodeDeploy::Model::BatchGetDeploymentGroupsOutcomeCallable
 
typedef std::future< BatchGetDeploymentInstancesOutcome > Aws::CodeDeploy::Model::BatchGetDeploymentInstancesOutcomeCallable
 
typedef std::future< BatchGetDeploymentsOutcome > Aws::CodeDeploy::Model::BatchGetDeploymentsOutcomeCallable
 
typedef std::future< BatchGetOnPremisesInstancesOutcome > Aws::CodeDeploy::Model::BatchGetOnPremisesInstancesOutcomeCallable
 
typedef std::future< CreateApplicationOutcome > Aws::CodeDeploy::Model::CreateApplicationOutcomeCallable
 
typedef std::future< CreateDeploymentOutcome > Aws::CodeDeploy::Model::CreateDeploymentOutcomeCallable
 
typedef std::future< CreateDeploymentConfigOutcome > Aws::CodeDeploy::Model::CreateDeploymentConfigOutcomeCallable
 
typedef std::future< CreateDeploymentGroupOutcome > Aws::CodeDeploy::Model::CreateDeploymentGroupOutcomeCallable
 
typedef std::future< DeleteApplicationOutcome > Aws::CodeDeploy::Model::DeleteApplicationOutcomeCallable
 
typedef std::future< DeleteDeploymentConfigOutcome > Aws::CodeDeploy::Model::DeleteDeploymentConfigOutcomeCallable
 
typedef std::future< DeleteDeploymentGroupOutcome > Aws::CodeDeploy::Model::DeleteDeploymentGroupOutcomeCallable
 
typedef std::future< DeregisterOnPremisesInstanceOutcome > Aws::CodeDeploy::Model::DeregisterOnPremisesInstanceOutcomeCallable
 
typedef std::future< GetApplicationOutcome > Aws::CodeDeploy::Model::GetApplicationOutcomeCallable
 
typedef std::future< GetApplicationRevisionOutcome > Aws::CodeDeploy::Model::GetApplicationRevisionOutcomeCallable
 
typedef std::future< GetDeploymentOutcome > Aws::CodeDeploy::Model::GetDeploymentOutcomeCallable
 
typedef std::future< GetDeploymentConfigOutcome > Aws::CodeDeploy::Model::GetDeploymentConfigOutcomeCallable
 
typedef std::future< GetDeploymentGroupOutcome > Aws::CodeDeploy::Model::GetDeploymentGroupOutcomeCallable
 
typedef std::future< GetDeploymentInstanceOutcome > Aws::CodeDeploy::Model::GetDeploymentInstanceOutcomeCallable
 
typedef std::future< GetOnPremisesInstanceOutcome > Aws::CodeDeploy::Model::GetOnPremisesInstanceOutcomeCallable
 
typedef std::future< ListApplicationRevisionsOutcome > Aws::CodeDeploy::Model::ListApplicationRevisionsOutcomeCallable
 
typedef std::future< ListApplicationsOutcome > Aws::CodeDeploy::Model::ListApplicationsOutcomeCallable
 
typedef std::future< ListDeploymentConfigsOutcome > Aws::CodeDeploy::Model::ListDeploymentConfigsOutcomeCallable
 
typedef std::future< ListDeploymentGroupsOutcome > Aws::CodeDeploy::Model::ListDeploymentGroupsOutcomeCallable
 
typedef std::future< ListDeploymentInstancesOutcome > Aws::CodeDeploy::Model::ListDeploymentInstancesOutcomeCallable
 
typedef std::future< ListDeploymentsOutcome > Aws::CodeDeploy::Model::ListDeploymentsOutcomeCallable
 
typedef std::future< ListOnPremisesInstancesOutcome > Aws::CodeDeploy::Model::ListOnPremisesInstancesOutcomeCallable
 
typedef std::future< RegisterApplicationRevisionOutcome > Aws::CodeDeploy::Model::RegisterApplicationRevisionOutcomeCallable
 
typedef std::future< RegisterOnPremisesInstanceOutcome > Aws::CodeDeploy::Model::RegisterOnPremisesInstanceOutcomeCallable
 
typedef std::future< RemoveTagsFromOnPremisesInstancesOutcome > Aws::CodeDeploy::Model::RemoveTagsFromOnPremisesInstancesOutcomeCallable
 
typedef std::future< StopDeploymentOutcome > Aws::CodeDeploy::Model::StopDeploymentOutcomeCallable
 
typedef std::future< UpdateApplicationOutcome > Aws::CodeDeploy::Model::UpdateApplicationOutcomeCallable
 
typedef std::future< UpdateDeploymentGroupOutcome > Aws::CodeDeploy::Model::UpdateDeploymentGroupOutcomeCallable
 
typedef std::function< void(const CodeDeployClient *, const Model::AddTagsToOnPremisesInstancesRequest &, const Model::AddTagsToOnPremisesInstancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::AddTagsToOnPremisesInstancesResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::BatchGetApplicationRevisionsRequest &, const Model::BatchGetApplicationRevisionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::BatchGetApplicationRevisionsResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::BatchGetApplicationsRequest &, const Model::BatchGetApplicationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::BatchGetApplicationsResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::BatchGetDeploymentGroupsRequest &, const Model::BatchGetDeploymentGroupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::BatchGetDeploymentGroupsResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::BatchGetDeploymentInstancesRequest &, const Model::BatchGetDeploymentInstancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::BatchGetDeploymentInstancesResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::BatchGetDeploymentsRequest &, const Model::BatchGetDeploymentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::BatchGetDeploymentsResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::BatchGetOnPremisesInstancesRequest &, const Model::BatchGetOnPremisesInstancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::BatchGetOnPremisesInstancesResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::CreateApplicationRequest &, const Model::CreateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::CreateApplicationResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::CreateDeploymentRequest &, const Model::CreateDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::CreateDeploymentResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::CreateDeploymentConfigRequest &, const Model::CreateDeploymentConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::CreateDeploymentConfigResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::CreateDeploymentGroupRequest &, const Model::CreateDeploymentGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::CreateDeploymentGroupResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::DeleteApplicationRequest &, const Model::DeleteApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::DeleteApplicationResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::DeleteDeploymentConfigRequest &, const Model::DeleteDeploymentConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::DeleteDeploymentConfigResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::DeleteDeploymentGroupRequest &, const Model::DeleteDeploymentGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::DeleteDeploymentGroupResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::DeregisterOnPremisesInstanceRequest &, const Model::DeregisterOnPremisesInstanceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::DeregisterOnPremisesInstanceResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::GetApplicationRequest &, const Model::GetApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::GetApplicationResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::GetApplicationRevisionRequest &, const Model::GetApplicationRevisionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::GetApplicationRevisionResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::GetDeploymentRequest &, const Model::GetDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::GetDeploymentResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::GetDeploymentConfigRequest &, const Model::GetDeploymentConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::GetDeploymentConfigResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::GetDeploymentGroupRequest &, const Model::GetDeploymentGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::GetDeploymentGroupResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::GetDeploymentInstanceRequest &, const Model::GetDeploymentInstanceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::GetDeploymentInstanceResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::GetOnPremisesInstanceRequest &, const Model::GetOnPremisesInstanceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::GetOnPremisesInstanceResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::ListApplicationRevisionsRequest &, const Model::ListApplicationRevisionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::ListApplicationRevisionsResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::ListApplicationsRequest &, const Model::ListApplicationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::ListApplicationsResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::ListDeploymentConfigsRequest &, const Model::ListDeploymentConfigsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::ListDeploymentConfigsResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::ListDeploymentGroupsRequest &, const Model::ListDeploymentGroupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::ListDeploymentGroupsResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::ListDeploymentInstancesRequest &, const Model::ListDeploymentInstancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::ListDeploymentInstancesResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::ListDeploymentsRequest &, const Model::ListDeploymentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::ListDeploymentsResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::ListOnPremisesInstancesRequest &, const Model::ListOnPremisesInstancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::ListOnPremisesInstancesResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::RegisterApplicationRevisionRequest &, const Model::RegisterApplicationRevisionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::RegisterApplicationRevisionResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::RegisterOnPremisesInstanceRequest &, const Model::RegisterOnPremisesInstanceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::RegisterOnPremisesInstanceResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::RemoveTagsFromOnPremisesInstancesRequest &, const Model::RemoveTagsFromOnPremisesInstancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::RemoveTagsFromOnPremisesInstancesResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::StopDeploymentRequest &, const Model::StopDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::StopDeploymentResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::UpdateApplicationRequest &, const Model::UpdateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::UpdateApplicationResponseReceivedHandler
 
typedef std::function< void(const CodeDeployClient *, const Model::UpdateDeploymentGroupRequest &, const Model::UpdateDeploymentGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CodeDeploy::UpdateDeploymentGroupResponseReceivedHandler