AWS SDK for C++

AWS SDK for C++ Version 1.11.786

Loading...
Searching...
No Matches
BedrockRuntimeWaiter.h
1
6#pragma once
7#include <aws/bedrock-runtime/BedrockRuntimeClient.h>
8#include <aws/core/utils/Waiter.h>
9#include <aws/core/utils/memory/AWSMemory.h>
10
11#include <algorithm>
12
13namespace Aws {
14namespace BedrockRuntime {
15
16template <typename DerivedClient = BedrockRuntimeClient>
18 public:
19};
20} // namespace BedrockRuntime
21} // namespace Aws