AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
ManagedCredentialsStatus.h
1
6#pragma once
7#include <aws/cloud9/Cloud9_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws {
11namespace Cloud9 {
12namespace Model {
14 NOT_SET,
26};
27
28namespace ManagedCredentialsStatusMapper {
30
32} // namespace ManagedCredentialsStatusMapper
33} // namespace Model
34} // namespace Cloud9
35} // namespace Aws
AWS_CLOUD9_API ManagedCredentialsStatus GetManagedCredentialsStatusForName(const Aws::String &name)
AWS_CLOUD9_API Aws::String GetNameForManagedCredentialsStatus(ManagedCredentialsStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String