AWS SDK for C++
AWS SDK for C++ Version 1.11.754
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-cognito-idp
include
aws
cognito-idp
model
EventSourceName.h
1
6
#pragma once
7
#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
{
11
namespace
CognitoIdentityProvider {
12
namespace
Model {
13
enum class
EventSourceName
{
NOT_SET
,
userNotification
,
userAuthEvents
};
14
15
namespace
EventSourceNameMapper {
16
AWS_COGNITOIDENTITYPROVIDER_API
EventSourceName
GetEventSourceNameForName
(
const
Aws::String
& name);
17
18
AWS_COGNITOIDENTITYPROVIDER_API
Aws::String
GetNameForEventSourceName
(
EventSourceName
value);
19
}
// namespace EventSourceNameMapper
20
}
// namespace Model
21
}
// namespace CognitoIdentityProvider
22
}
// namespace Aws
Aws::CognitoIdentityProvider::Model::EventSourceNameMapper::GetNameForEventSourceName
AWS_COGNITOIDENTITYPROVIDER_API Aws::String GetNameForEventSourceName(EventSourceName value)
Aws::CognitoIdentityProvider::Model::EventSourceNameMapper::GetEventSourceNameForName
AWS_COGNITOIDENTITYPROVIDER_API EventSourceName GetEventSourceNameForName(const Aws::String &name)
Aws::CognitoIdentityProvider::Model::EventSourceName
EventSourceName
Definition
EventSourceName.h:13
Aws::CognitoIdentityProvider::Model::EventSourceName::userAuthEvents
@ userAuthEvents
Aws::CognitoIdentityProvider::Model::EventSourceName::userNotification
@ userNotification
Aws::CognitoIdentityProvider::Model::AccountTakeoverEventActionType::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences