/** * 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 ManagedGrafanaClient header */ #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 ManagedGrafanaClient 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 ManagedGrafana { using ManagedGrafanaClientConfiguration = Aws::Client::GenericClientConfiguration; using ManagedGrafanaEndpointProviderBase = Aws::ManagedGrafana::Endpoint::ManagedGrafanaEndpointProviderBase; using ManagedGrafanaEndpointProvider = Aws::ManagedGrafana::Endpoint::ManagedGrafanaEndpointProvider; namespace Model { /* Service model forward declarations required in ManagedGrafanaClient header */ class AssociateLicenseRequest; class CreateWorkspaceRequest; class CreateWorkspaceApiKeyRequest; class DeleteWorkspaceRequest; class DeleteWorkspaceApiKeyRequest; class DescribeWorkspaceRequest; class DescribeWorkspaceAuthenticationRequest; class DescribeWorkspaceConfigurationRequest; class DisassociateLicenseRequest; class ListPermissionsRequest; class ListTagsForResourceRequest; class ListVersionsRequest; class ListWorkspacesRequest; class TagResourceRequest; class UntagResourceRequest; class UpdatePermissionsRequest; class UpdateWorkspaceRequest; class UpdateWorkspaceAuthenticationRequest; class UpdateWorkspaceConfigurationRequest; /* End of service model forward declarations required in ManagedGrafanaClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome AssociateLicenseOutcome; typedef Aws::Utils::Outcome CreateWorkspaceOutcome; typedef Aws::Utils::Outcome CreateWorkspaceApiKeyOutcome; typedef Aws::Utils::Outcome DeleteWorkspaceOutcome; typedef Aws::Utils::Outcome DeleteWorkspaceApiKeyOutcome; typedef Aws::Utils::Outcome DescribeWorkspaceOutcome; typedef Aws::Utils::Outcome DescribeWorkspaceAuthenticationOutcome; typedef Aws::Utils::Outcome DescribeWorkspaceConfigurationOutcome; typedef Aws::Utils::Outcome DisassociateLicenseOutcome; typedef Aws::Utils::Outcome ListPermissionsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome ListVersionsOutcome; typedef Aws::Utils::Outcome ListWorkspacesOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdatePermissionsOutcome; typedef Aws::Utils::Outcome UpdateWorkspaceOutcome; typedef Aws::Utils::Outcome UpdateWorkspaceAuthenticationOutcome; typedef Aws::Utils::Outcome UpdateWorkspaceConfigurationOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future AssociateLicenseOutcomeCallable; typedef std::future CreateWorkspaceOutcomeCallable; typedef std::future CreateWorkspaceApiKeyOutcomeCallable; typedef std::future DeleteWorkspaceOutcomeCallable; typedef std::future DeleteWorkspaceApiKeyOutcomeCallable; typedef std::future DescribeWorkspaceOutcomeCallable; typedef std::future DescribeWorkspaceAuthenticationOutcomeCallable; typedef std::future DescribeWorkspaceConfigurationOutcomeCallable; typedef std::future DisassociateLicenseOutcomeCallable; typedef std::future ListPermissionsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future ListVersionsOutcomeCallable; typedef std::future ListWorkspacesOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdatePermissionsOutcomeCallable; typedef std::future UpdateWorkspaceOutcomeCallable; typedef std::future UpdateWorkspaceAuthenticationOutcomeCallable; typedef std::future UpdateWorkspaceConfigurationOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class ManagedGrafanaClient; /* Service model async handlers definitions */ typedef std::function&) > AssociateLicenseResponseReceivedHandler; typedef std::function&) > CreateWorkspaceResponseReceivedHandler; typedef std::function&) > CreateWorkspaceApiKeyResponseReceivedHandler; typedef std::function&) > DeleteWorkspaceResponseReceivedHandler; typedef std::function&) > DeleteWorkspaceApiKeyResponseReceivedHandler; typedef std::function&) > DescribeWorkspaceResponseReceivedHandler; typedef std::function&) > DescribeWorkspaceAuthenticationResponseReceivedHandler; typedef std::function&) > DescribeWorkspaceConfigurationResponseReceivedHandler; typedef std::function&) > DisassociateLicenseResponseReceivedHandler; typedef std::function&) > ListPermissionsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > ListVersionsResponseReceivedHandler; typedef std::function&) > ListWorkspacesResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdatePermissionsResponseReceivedHandler; typedef std::function&) > UpdateWorkspaceResponseReceivedHandler; typedef std::function&) > UpdateWorkspaceAuthenticationResponseReceivedHandler; typedef std::function&) > UpdateWorkspaceConfigurationResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace ManagedGrafana } // namespace Aws