/** * 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 QLDBClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in QLDBClient 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 QLDB { using QLDBClientConfiguration = Aws::Client::GenericClientConfiguration; using QLDBEndpointProviderBase = Aws::QLDB::Endpoint::QLDBEndpointProviderBase; using QLDBEndpointProvider = Aws::QLDB::Endpoint::QLDBEndpointProvider; namespace Model { /* Service model forward declarations required in QLDBClient header */ class CancelJournalKinesisStreamRequest; class CreateLedgerRequest; class DeleteLedgerRequest; class DescribeJournalKinesisStreamRequest; class DescribeJournalS3ExportRequest; class DescribeLedgerRequest; class ExportJournalToS3Request; class GetBlockRequest; class GetDigestRequest; class GetRevisionRequest; class ListJournalKinesisStreamsForLedgerRequest; class ListJournalS3ExportsRequest; class ListJournalS3ExportsForLedgerRequest; class ListLedgersRequest; class ListTagsForResourceRequest; class StreamJournalToKinesisRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateLedgerRequest; class UpdateLedgerPermissionsModeRequest; /* End of service model forward declarations required in QLDBClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CancelJournalKinesisStreamOutcome; typedef Aws::Utils::Outcome CreateLedgerOutcome; typedef Aws::Utils::Outcome DeleteLedgerOutcome; typedef Aws::Utils::Outcome DescribeJournalKinesisStreamOutcome; typedef Aws::Utils::Outcome DescribeJournalS3ExportOutcome; typedef Aws::Utils::Outcome DescribeLedgerOutcome; typedef Aws::Utils::Outcome ExportJournalToS3Outcome; typedef Aws::Utils::Outcome GetBlockOutcome; typedef Aws::Utils::Outcome GetDigestOutcome; typedef Aws::Utils::Outcome GetRevisionOutcome; typedef Aws::Utils::Outcome ListJournalKinesisStreamsForLedgerOutcome; typedef Aws::Utils::Outcome ListJournalS3ExportsOutcome; typedef Aws::Utils::Outcome ListJournalS3ExportsForLedgerOutcome; typedef Aws::Utils::Outcome ListLedgersOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome StreamJournalToKinesisOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateLedgerOutcome; typedef Aws::Utils::Outcome UpdateLedgerPermissionsModeOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CancelJournalKinesisStreamOutcomeCallable; typedef std::future CreateLedgerOutcomeCallable; typedef std::future DeleteLedgerOutcomeCallable; typedef std::future DescribeJournalKinesisStreamOutcomeCallable; typedef std::future DescribeJournalS3ExportOutcomeCallable; typedef std::future DescribeLedgerOutcomeCallable; typedef std::future ExportJournalToS3OutcomeCallable; typedef std::future GetBlockOutcomeCallable; typedef std::future GetDigestOutcomeCallable; typedef std::future GetRevisionOutcomeCallable; typedef std::future ListJournalKinesisStreamsForLedgerOutcomeCallable; typedef std::future ListJournalS3ExportsOutcomeCallable; typedef std::future ListJournalS3ExportsForLedgerOutcomeCallable; typedef std::future ListLedgersOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future StreamJournalToKinesisOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateLedgerOutcomeCallable; typedef std::future UpdateLedgerPermissionsModeOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class QLDBClient; /* Service model async handlers definitions */ typedef std::function&) > CancelJournalKinesisStreamResponseReceivedHandler; typedef std::function&) > CreateLedgerResponseReceivedHandler; typedef std::function&) > DeleteLedgerResponseReceivedHandler; typedef std::function&) > DescribeJournalKinesisStreamResponseReceivedHandler; typedef std::function&) > DescribeJournalS3ExportResponseReceivedHandler; typedef std::function&) > DescribeLedgerResponseReceivedHandler; typedef std::function&) > ExportJournalToS3ResponseReceivedHandler; typedef std::function&) > GetBlockResponseReceivedHandler; typedef std::function&) > GetDigestResponseReceivedHandler; typedef std::function&) > GetRevisionResponseReceivedHandler; typedef std::function&) > ListJournalKinesisStreamsForLedgerResponseReceivedHandler; typedef std::function&) > ListJournalS3ExportsResponseReceivedHandler; typedef std::function&) > ListJournalS3ExportsForLedgerResponseReceivedHandler; typedef std::function&) > ListLedgersResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > StreamJournalToKinesisResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateLedgerResponseReceivedHandler; typedef std::function&) > UpdateLedgerPermissionsModeResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace QLDB } // namespace Aws