AWS SDK for C++

AWS SDK for C++ Version 1.11.783

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