AWS SDK for C++

AWS SDK for C++ Version 1.11.680

Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::FIS Namespace Reference

Namespaces

namespace  Endpoint
 
namespace  FISErrorMapper
 
namespace  Model
 

Classes

class  FISClient
 
 
class  FISError
 
class  FISRequest
 

Typedefs

 
 
 
 
 
 
 
typedef std::function< void(const FISClient *, const Model::GetActionRequest &, const Model::GetActionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetActionResponseReceivedHandler
 
typedef std::function< void(const FISClient *, const Model::GetExperimentRequest &, const Model::GetExperimentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetExperimentResponseReceivedHandler
 
 
 
typedef std::function< void(const FISClient *, const Model::GetSafetyLeverRequest &, const Model::GetSafetyLeverOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSafetyLeverResponseReceivedHandler
 
 
 
typedef std::function< void(const FISClient *, const Model::ListActionsRequest &, const Model::ListActionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListActionsResponseReceivedHandler
 
 
 
 
typedef std::function< void(const FISClient *, const Model::ListExperimentsRequest &, const Model::ListExperimentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListExperimentsResponseReceivedHandler
 
 
 
 
typedef std::function< void(const FISClient *, const Model::StartExperimentRequest &, const Model::StartExperimentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartExperimentResponseReceivedHandler
 
typedef std::function< void(const FISClient *, const Model::StopExperimentRequest &, const Model::StopExperimentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopExperimentResponseReceivedHandler
 
typedef std::function< void(const FISClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
 
typedef std::function< void(const FISClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
 
 
 
 

Enumerations

 

Typedef Documentation

◆ CreateExperimentTemplateResponseReceivedHandler

Definition at line 177 of file FISServiceClientModel.h.

◆ CreateTargetAccountConfigurationResponseReceivedHandler

Definition at line 181 of file FISServiceClientModel.h.

◆ DeleteExperimentTemplateResponseReceivedHandler

Definition at line 184 of file FISServiceClientModel.h.

◆ DeleteTargetAccountConfigurationResponseReceivedHandler

Definition at line 188 of file FISServiceClientModel.h.

◆ FISClientConfiguration

Definition at line 79 of file FISServiceClientModel.h.

◆ FISEndpointProvider

Definition at line 81 of file FISServiceClientModel.h.

◆ FISEndpointProviderBase

Definition at line 80 of file FISServiceClientModel.h.

◆ GetActionResponseReceivedHandler

typedef std::function<void(const FISClient*, const Model::GetActionRequest&, const Model::GetActionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)> Aws::FIS::GetActionResponseReceivedHandler

Definition at line 191 of file FISServiceClientModel.h.

◆ GetExperimentResponseReceivedHandler

Definition at line 194 of file FISServiceClientModel.h.

◆ GetExperimentTargetAccountConfigurationResponseReceivedHandler

Definition at line 198 of file FISServiceClientModel.h.

◆ GetExperimentTemplateResponseReceivedHandler

Definition at line 201 of file FISServiceClientModel.h.

◆ GetSafetyLeverResponseReceivedHandler

Definition at line 204 of file FISServiceClientModel.h.

◆ GetTargetAccountConfigurationResponseReceivedHandler

Definition at line 208 of file FISServiceClientModel.h.

◆ GetTargetResourceTypeResponseReceivedHandler

Definition at line 211 of file FISServiceClientModel.h.

◆ ListActionsResponseReceivedHandler

Definition at line 214 of file FISServiceClientModel.h.

◆ ListExperimentResolvedTargetsResponseReceivedHandler

Definition at line 218 of file FISServiceClientModel.h.

◆ ListExperimentsResponseReceivedHandler

Definition at line 228 of file FISServiceClientModel.h.

◆ ListExperimentTargetAccountConfigurationsResponseReceivedHandler

Definition at line 222 of file FISServiceClientModel.h.

◆ ListExperimentTemplatesResponseReceivedHandler

Definition at line 225 of file FISServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 231 of file FISServiceClientModel.h.

◆ ListTargetAccountConfigurationsResponseReceivedHandler

Definition at line 235 of file FISServiceClientModel.h.

◆ ListTargetResourceTypesResponseReceivedHandler

Definition at line 238 of file FISServiceClientModel.h.

◆ StartExperimentResponseReceivedHandler

Definition at line 241 of file FISServiceClientModel.h.

◆ StopExperimentResponseReceivedHandler

Definition at line 244 of file FISServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 247 of file FISServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 250 of file FISServiceClientModel.h.

◆ UpdateExperimentTemplateResponseReceivedHandler

Definition at line 253 of file FISServiceClientModel.h.

◆ UpdateSafetyLeverStateResponseReceivedHandler

Definition at line 256 of file FISServiceClientModel.h.

◆ UpdateTargetAccountConfigurationResponseReceivedHandler

Definition at line 260 of file FISServiceClientModel.h.

Enumeration Type Documentation

◆ FISErrors

enum class Aws::FIS::FISErrors
strong
Enumerator
INCOMPLETE_SIGNATURE 
INTERNAL_FAILURE 
INVALID_ACTION 
INVALID_CLIENT_TOKEN_ID 
INVALID_PARAMETER_COMBINATION 
INVALID_QUERY_PARAMETER 
INVALID_PARAMETER_VALUE 
MISSING_ACTION 
MISSING_AUTHENTICATION_TOKEN 
MISSING_PARAMETER 
OPT_IN_REQUIRED 
REQUEST_EXPIRED 
SERVICE_UNAVAILABLE 
THROTTLING 
VALIDATION 
ACCESS_DENIED 
RESOURCE_NOT_FOUND 
UNRECOGNIZED_CLIENT 
MALFORMED_QUERY_STRING 
SLOW_DOWN 
REQUEST_TIME_TOO_SKEWED 
INVALID_SIGNATURE 
SIGNATURE_DOES_NOT_MATCH 
INVALID_ACCESS_KEY_ID 
REQUEST_TIMEOUT 
NETWORK_CONNECTION 
UNKNOWN 
CONFLICT 
SERVICE_QUOTA_EXCEEDED 

Definition at line 14 of file FISErrors.h.