AWS SDK for C++
AWS SDK for C++
|
Namespaces | |
namespace | Endpoint |
namespace | Model |
namespace | SchedulerErrorMapper |
Classes | |
class | SchedulerClient |
class | SchedulerEndpointRules |
class | SchedulerError |
class | SchedulerRequest |
Enumerations | |
enum class | SchedulerErrors { INCOMPLETE_SIGNATURE = 0 , INTERNAL_FAILURE = 1 , INVALID_ACTION = 2 , INVALID_CLIENT_TOKEN_ID = 3 , INVALID_PARAMETER_COMBINATION = 4 , INVALID_QUERY_PARAMETER = 5 , INVALID_PARAMETER_VALUE = 6 , MISSING_ACTION = 7 , MISSING_AUTHENTICATION_TOKEN = 8 , MISSING_PARAMETER = 9 , OPT_IN_REQUIRED = 10 , REQUEST_EXPIRED = 11 , SERVICE_UNAVAILABLE = 12 , THROTTLING = 13 , VALIDATION = 14 , ACCESS_DENIED = 15 , RESOURCE_NOT_FOUND = 16 , UNRECOGNIZED_CLIENT = 17 , MALFORMED_QUERY_STRING = 18 , SLOW_DOWN = 19 , REQUEST_TIME_TOO_SKEWED = 20 , INVALID_SIGNATURE = 21 , SIGNATURE_DOES_NOT_MATCH = 22 , INVALID_ACCESS_KEY_ID = 23 , REQUEST_TIMEOUT = 24 , NETWORK_CONNECTION = 99 , UNKNOWN = 100 , CONFLICT = static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1 , INTERNAL_SERVER , SERVICE_QUOTA_EXCEEDED } |
typedef std::function<void(const SchedulerClient*, const Model::CreateScheduleGroupRequest&, const Model::CreateScheduleGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Scheduler::CreateScheduleGroupResponseReceivedHandler |
Definition at line 122 of file SchedulerServiceClientModel.h.
typedef std::function<void(const SchedulerClient*, const Model::CreateScheduleRequest&, const Model::CreateScheduleOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Scheduler::CreateScheduleResponseReceivedHandler |
Definition at line 121 of file SchedulerServiceClientModel.h.
typedef std::function<void(const SchedulerClient*, const Model::DeleteScheduleGroupRequest&, const Model::DeleteScheduleGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Scheduler::DeleteScheduleGroupResponseReceivedHandler |
Definition at line 124 of file SchedulerServiceClientModel.h.
typedef std::function<void(const SchedulerClient*, const Model::DeleteScheduleRequest&, const Model::DeleteScheduleOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Scheduler::DeleteScheduleResponseReceivedHandler |
Definition at line 123 of file SchedulerServiceClientModel.h.
typedef std::function<void(const SchedulerClient*, const Model::GetScheduleGroupRequest&, const Model::GetScheduleGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Scheduler::GetScheduleGroupResponseReceivedHandler |
Definition at line 126 of file SchedulerServiceClientModel.h.
typedef std::function<void(const SchedulerClient*, const Model::GetScheduleRequest&, const Model::GetScheduleOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Scheduler::GetScheduleResponseReceivedHandler |
Definition at line 125 of file SchedulerServiceClientModel.h.
typedef std::function<void(const SchedulerClient*, const Model::ListScheduleGroupsRequest&, const Model::ListScheduleGroupsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Scheduler::ListScheduleGroupsResponseReceivedHandler |
Definition at line 127 of file SchedulerServiceClientModel.h.
typedef std::function<void(const SchedulerClient*, const Model::ListSchedulesRequest&, const Model::ListSchedulesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Scheduler::ListSchedulesResponseReceivedHandler |
Definition at line 128 of file SchedulerServiceClientModel.h.
typedef std::function<void(const SchedulerClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Scheduler::ListTagsForResourceResponseReceivedHandler |
Definition at line 129 of file SchedulerServiceClientModel.h.
using Aws::Scheduler::SchedulerClientConfiguration = typedef Aws::Client::GenericClientConfiguration<false> |
Definition at line 66 of file SchedulerServiceClientModel.h.
using Aws::Scheduler::SchedulerEndpointProvider = typedef Aws::Scheduler::Endpoint::SchedulerEndpointProvider |
Definition at line 68 of file SchedulerServiceClientModel.h.
using Aws::Scheduler::SchedulerEndpointProviderBase = typedef Aws::Scheduler::Endpoint::SchedulerEndpointProviderBase |
Definition at line 67 of file SchedulerServiceClientModel.h.
typedef std::function<void(const SchedulerClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Scheduler::TagResourceResponseReceivedHandler |
Definition at line 130 of file SchedulerServiceClientModel.h.
typedef std::function<void(const SchedulerClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Scheduler::UntagResourceResponseReceivedHandler |
Definition at line 131 of file SchedulerServiceClientModel.h.
typedef std::function<void(const SchedulerClient*, const Model::UpdateScheduleRequest&, const Model::UpdateScheduleOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Scheduler::UpdateScheduleResponseReceivedHandler |
Definition at line 132 of file SchedulerServiceClientModel.h.
|
strong |
Definition at line 16 of file SchedulerErrors.h.