/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once /* Generic header includes */ #include #include #include #include #include #include #include #include #include /* End of generic header includes */ /* Service model headers required in DynamoDBStreamsClient header */ #include #include #include #include /* End of service model headers required in DynamoDBStreamsClient header */ namespace Aws { namespace Http { class HttpClient; class HttpClientFactory; } // namespace Http namespace Utils { template< typename R, typename E> class Outcome; namespace Threading { class Executor; } // namespace Threading } // namespace Utils namespace Auth { class AWSCredentials; class AWSCredentialsProvider; } // namespace Auth namespace Client { class RetryStrategy; } // namespace Client namespace DynamoDBStreams { using DynamoDBStreamsClientConfiguration = Aws::Client::GenericClientConfiguration; using DynamoDBStreamsEndpointProviderBase = Aws::DynamoDBStreams::Endpoint::DynamoDBStreamsEndpointProviderBase; using DynamoDBStreamsEndpointProvider = Aws::DynamoDBStreams::Endpoint::DynamoDBStreamsEndpointProvider; namespace Model { /* Service model forward declarations required in DynamoDBStreamsClient header */ class DescribeStreamRequest; class GetRecordsRequest; class GetShardIteratorRequest; class ListStreamsRequest; /* End of service model forward declarations required in DynamoDBStreamsClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome DescribeStreamOutcome; typedef Aws::Utils::Outcome GetRecordsOutcome; typedef Aws::Utils::Outcome GetShardIteratorOutcome; typedef Aws::Utils::Outcome ListStreamsOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future DescribeStreamOutcomeCallable; typedef std::future GetRecordsOutcomeCallable; typedef std::future GetShardIteratorOutcomeCallable; typedef std::future ListStreamsOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class DynamoDBStreamsClient; /* Service model async handlers definitions */ typedef std::function&) > DescribeStreamResponseReceivedHandler; typedef std::function&) > GetRecordsResponseReceivedHandler; typedef std::function&) > GetShardIteratorResponseReceivedHandler; typedef std::function&) > ListStreamsResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace DynamoDBStreams } // namespace Aws