AWS SDK for C++
0.14.3
AWS SDK for C++
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
aws-cpp-sdk-gamelift
include
aws
gamelift
model
EventCode.h
Go to the documentation of this file.
1
/*
2
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License").
5
* You may not use this file except in compliance with the License.
6
* A copy of the License is located at
7
*
8
* http://aws.amazon.com/apache2.0
9
*
10
* or in the "license" file accompanying this file. This file is distributed
11
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12
* express or implied. See the License for the specific language governing
13
* permissions and limitations under the License.
14
*/
15
#pragma once
16
#include <
aws/gamelift/GameLift_EXPORTS.h
>
17
#include <
aws/core/utils/memory/stl/AWSString.h
>
18
19
namespace
Aws
20
{
21
namespace
GameLift
22
{
23
namespace
Model
24
{
25
enum class
EventCode
26
{
27
NOT_SET
,
28
GENERIC_EVENT
,
29
FLEET_CREATED
,
30
FLEET_DELETED
,
31
FLEET_SCALING_EVENT
,
32
FLEET_STATE_DOWNLOADING
,
33
FLEET_STATE_VALIDATING
,
34
FLEET_STATE_BUILDING
,
35
FLEET_STATE_ACTIVATING
,
36
FLEET_STATE_ACTIVE
,
37
FLEET_STATE_ERROR
,
38
FLEET_INITIALIZATION_FAILED
,
39
FLEET_BINARY_DOWNLOAD_FAILED
,
40
FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND
,
41
FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE
,
42
FLEET_VALIDATION_TIMED_OUT
,
43
FLEET_ACTIVATION_FAILED
,
44
FLEET_ACTIVATION_FAILED_NO_INSTANCES
,
45
FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED
46
};
47
48
namespace
EventCodeMapper
49
{
50
AWS_GAMELIFT_API
EventCode
GetEventCodeForName
(
const
Aws::String
& name);
51
52
AWS_GAMELIFT_API
Aws::String
GetNameForEventCode
(
EventCode
value);
53
}
// namespace EventCodeMapper
54
}
// namespace Model
55
}
// namespace GameLift
56
}
// namespace Aws
Aws::GameLift::Model::BuildStatus::NOT_SET
Aws::GameLift::Model::EventCode::FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED
AWS_GAMELIFT_API
#define AWS_GAMELIFT_API
Definition:
GameLift_EXPORTS.h:37
Aws::GameLift::Model::EventCode::FLEET_STATE_BUILDING
Aws::GameLift::Model::EventCode::FLEET_CREATED
Aws::GameLift::Model::EventCode::FLEET_BINARY_DOWNLOAD_FAILED
Aws::GameLift::Model::EventCode::FLEET_STATE_ACTIVATING
Aws::GameLift::Model::EventCode::FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND
Aws::GameLift::Model::EventCode::FLEET_STATE_ACTIVE
Aws::GameLift::Model::EventCode::FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE
AWSString.h
Aws::GameLift::Model::EventCode::FLEET_SCALING_EVENT
GameLift_EXPORTS.h
Aws::GameLift::Model::EventCode::FLEET_ACTIVATION_FAILED_NO_INSTANCES
Aws::GameLift::Model::EventCode::FLEET_STATE_DOWNLOADING
Aws::GameLift::Model::EventCode::FLEET_ACTIVATION_FAILED
Aws::GameLift::Model::EventCodeMapper::GetEventCodeForName
AWS_GAMELIFT_API EventCode GetEventCodeForName(const Aws::String &name)
Aws::GameLift::Model::EventCode::FLEET_DELETED
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Aws::GameLift::Model::EventCode::GENERIC_EVENT
Aws::GameLift::Model::EventCode
EventCode
Definition:
EventCode.h:25
Aws::GameLift::Model::EventCode::FLEET_VALIDATION_TIMED_OUT
Aws::GameLift::Model::EventCode::FLEET_STATE_VALIDATING
Aws::GameLift::Model::EventCode::FLEET_STATE_ERROR
Aws::GameLift::Model::EventCodeMapper::GetNameForEventCode
AWS_GAMELIFT_API Aws::String GetNameForEventCode(EventCode value)
Aws::GameLift::Model::EventCode::FLEET_INITIALIZATION_FAILED
Aws
JSON (JavaScript Object Notation).
Definition:
AccessManagementClient.h:24
Generated by
1.8.11