AWS SDK for C++

AWS SDK for C++ Version 1.11.778

Loading...
Searching...
No Matches
STSWaiter.h
1
6#pragma once
7#include <aws/core/utils/Waiter.h>
8#include <aws/core/utils/memory/AWSMemory.h>
9#include <aws/sts/STSClient.h>
10
11#include <algorithm>
12
13namespace Aws {
14namespace STS {
15
16template <typename DerivedClient = STSClient>
17class STSWaiter {
18 public:
19};
20} // namespace STS
21} // namespace Aws