/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the finspace-2021-03-12.normal.json service model.
*/
using System;
using System.Threading;
using System.Threading.Tasks;
using System.Collections.Generic;
using Amazon.Runtime;
using Amazon.Finspace.Model;
namespace Amazon.Finspace
{
///
/// Interface for accessing Finspace
///
/// The FinSpace management service provides the APIs for managing FinSpace environments.
///
public partial interface IAmazonFinspace : IAmazonService, IDisposable
{
///
/// Paginators for the service
///
IFinspacePaginatorFactory Paginators { get; }
#region CreateEnvironment
///
/// Create a new FinSpace environment.
///
/// Container for the necessary parameters to execute the CreateEnvironment service method.
///
/// The response from the CreateEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// You have exceeded your service quota. To perform the requested action, remove some
/// of the relevant resources, or use Service Quotas to request a service quota increase.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for CreateEnvironment Operation
CreateEnvironmentResponse CreateEnvironment(CreateEnvironmentRequest request);
///
/// Create a new FinSpace environment.
///
/// Container for the necessary parameters to execute the CreateEnvironment service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the CreateEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// You have exceeded your service quota. To perform the requested action, remove some
/// of the relevant resources, or use Service Quotas to request a service quota increase.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for CreateEnvironment Operation
Task CreateEnvironmentAsync(CreateEnvironmentRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region CreateKxChangeset
///
/// Creates a changeset for a kdb database. A changeset allows you to add and delete
/// existing files by using an ordered list of change requests.
///
/// Container for the necessary parameters to execute the CreateKxChangeset service method.
///
/// The response from the CreateKxChangeset service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for CreateKxChangeset Operation
CreateKxChangesetResponse CreateKxChangeset(CreateKxChangesetRequest request);
///
/// Creates a changeset for a kdb database. A changeset allows you to add and delete
/// existing files by using an ordered list of change requests.
///
/// Container for the necessary parameters to execute the CreateKxChangeset service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the CreateKxChangeset service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for CreateKxChangeset Operation
Task CreateKxChangesetAsync(CreateKxChangesetRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region CreateKxCluster
///
/// Creates a new kdb cluster.
///
/// Container for the necessary parameters to execute the CreateKxCluster service method.
///
/// The response from the CreateKxCluster service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for CreateKxCluster Operation
CreateKxClusterResponse CreateKxCluster(CreateKxClusterRequest request);
///
/// Creates a new kdb cluster.
///
/// Container for the necessary parameters to execute the CreateKxCluster service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the CreateKxCluster service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for CreateKxCluster Operation
Task CreateKxClusterAsync(CreateKxClusterRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region CreateKxDatabase
///
/// Creates a new kdb database in the environment.
///
/// Container for the necessary parameters to execute the CreateKxDatabase service method.
///
/// The response from the CreateKxDatabase service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// The specified resource group already exists.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for CreateKxDatabase Operation
CreateKxDatabaseResponse CreateKxDatabase(CreateKxDatabaseRequest request);
///
/// Creates a new kdb database in the environment.
///
/// Container for the necessary parameters to execute the CreateKxDatabase service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the CreateKxDatabase service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// The specified resource group already exists.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for CreateKxDatabase Operation
Task CreateKxDatabaseAsync(CreateKxDatabaseRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region CreateKxEnvironment
///
/// Creates a managed kdb environment for the account.
///
/// Container for the necessary parameters to execute the CreateKxEnvironment service method.
///
/// The response from the CreateKxEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// You have exceeded your service quota. To perform the requested action, remove some
/// of the relevant resources, or use Service Quotas to request a service quota increase.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for CreateKxEnvironment Operation
CreateKxEnvironmentResponse CreateKxEnvironment(CreateKxEnvironmentRequest request);
///
/// Creates a managed kdb environment for the account.
///
/// Container for the necessary parameters to execute the CreateKxEnvironment service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the CreateKxEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// You have exceeded your service quota. To perform the requested action, remove some
/// of the relevant resources, or use Service Quotas to request a service quota increase.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for CreateKxEnvironment Operation
Task CreateKxEnvironmentAsync(CreateKxEnvironmentRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region CreateKxUser
///
/// Creates a user in FinSpace kdb environment with an associated IAM role.
///
/// Container for the necessary parameters to execute the CreateKxUser service method.
///
/// The response from the CreateKxUser service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// The specified resource group already exists.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for CreateKxUser Operation
CreateKxUserResponse CreateKxUser(CreateKxUserRequest request);
///
/// Creates a user in FinSpace kdb environment with an associated IAM role.
///
/// Container for the necessary parameters to execute the CreateKxUser service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the CreateKxUser service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// The specified resource group already exists.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for CreateKxUser Operation
Task CreateKxUserAsync(CreateKxUserRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteEnvironment
///
/// Delete an FinSpace environment.
///
/// Container for the necessary parameters to execute the DeleteEnvironment service method.
///
/// The response from the DeleteEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for DeleteEnvironment Operation
DeleteEnvironmentResponse DeleteEnvironment(DeleteEnvironmentRequest request);
///
/// Delete an FinSpace environment.
///
/// Container for the necessary parameters to execute the DeleteEnvironment service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the DeleteEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for DeleteEnvironment Operation
Task DeleteEnvironmentAsync(DeleteEnvironmentRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteKxCluster
///
/// Deletes a kdb cluster.
///
/// Container for the necessary parameters to execute the DeleteKxCluster service method.
///
/// The response from the DeleteKxCluster service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for DeleteKxCluster Operation
DeleteKxClusterResponse DeleteKxCluster(DeleteKxClusterRequest request);
///
/// Deletes a kdb cluster.
///
/// Container for the necessary parameters to execute the DeleteKxCluster service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the DeleteKxCluster service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for DeleteKxCluster Operation
Task DeleteKxClusterAsync(DeleteKxClusterRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteKxDatabase
///
/// Deletes the specified database and all of its associated data. This action is irreversible.
/// You must copy any data out of the database before deleting it if the data is to be
/// retained.
///
/// Container for the necessary parameters to execute the DeleteKxDatabase service method.
///
/// The response from the DeleteKxDatabase service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for DeleteKxDatabase Operation
DeleteKxDatabaseResponse DeleteKxDatabase(DeleteKxDatabaseRequest request);
///
/// Deletes the specified database and all of its associated data. This action is irreversible.
/// You must copy any data out of the database before deleting it if the data is to be
/// retained.
///
/// Container for the necessary parameters to execute the DeleteKxDatabase service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the DeleteKxDatabase service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for DeleteKxDatabase Operation
Task DeleteKxDatabaseAsync(DeleteKxDatabaseRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteKxEnvironment
///
/// Deletes the kdb environment. This action is irreversible. Deleting a kdb environment
/// will remove all the associated data and any services running in it.
///
/// Container for the necessary parameters to execute the DeleteKxEnvironment service method.
///
/// The response from the DeleteKxEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for DeleteKxEnvironment Operation
DeleteKxEnvironmentResponse DeleteKxEnvironment(DeleteKxEnvironmentRequest request);
///
/// Deletes the kdb environment. This action is irreversible. Deleting a kdb environment
/// will remove all the associated data and any services running in it.
///
/// Container for the necessary parameters to execute the DeleteKxEnvironment service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the DeleteKxEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for DeleteKxEnvironment Operation
Task DeleteKxEnvironmentAsync(DeleteKxEnvironmentRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteKxUser
///
/// Deletes a user in the specified kdb environment.
///
/// Container for the necessary parameters to execute the DeleteKxUser service method.
///
/// The response from the DeleteKxUser service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for DeleteKxUser Operation
DeleteKxUserResponse DeleteKxUser(DeleteKxUserRequest request);
///
/// Deletes a user in the specified kdb environment.
///
/// Container for the necessary parameters to execute the DeleteKxUser service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the DeleteKxUser service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for DeleteKxUser Operation
Task DeleteKxUserAsync(DeleteKxUserRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetEnvironment
///
/// Returns the FinSpace environment object.
///
/// Container for the necessary parameters to execute the GetEnvironment service method.
///
/// The response from the GetEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetEnvironment Operation
GetEnvironmentResponse GetEnvironment(GetEnvironmentRequest request);
///
/// Returns the FinSpace environment object.
///
/// Container for the necessary parameters to execute the GetEnvironment service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetEnvironment Operation
Task GetEnvironmentAsync(GetEnvironmentRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetKxChangeset
///
/// Returns information about a kdb changeset.
///
/// Container for the necessary parameters to execute the GetKxChangeset service method.
///
/// The response from the GetKxChangeset service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetKxChangeset Operation
GetKxChangesetResponse GetKxChangeset(GetKxChangesetRequest request);
///
/// Returns information about a kdb changeset.
///
/// Container for the necessary parameters to execute the GetKxChangeset service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetKxChangeset service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetKxChangeset Operation
Task GetKxChangesetAsync(GetKxChangesetRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetKxCluster
///
/// Retrieves information about a kdb cluster.
///
/// Container for the necessary parameters to execute the GetKxCluster service method.
///
/// The response from the GetKxCluster service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetKxCluster Operation
GetKxClusterResponse GetKxCluster(GetKxClusterRequest request);
///
/// Retrieves information about a kdb cluster.
///
/// Container for the necessary parameters to execute the GetKxCluster service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetKxCluster service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetKxCluster Operation
Task GetKxClusterAsync(GetKxClusterRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetKxConnectionString
///
/// Retrieves a connection string for a user to connect to a kdb cluster. You must call
/// this API using the same role that you have defined while creating a user.
///
/// Container for the necessary parameters to execute the GetKxConnectionString service method.
///
/// The response from the GetKxConnectionString service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetKxConnectionString Operation
GetKxConnectionStringResponse GetKxConnectionString(GetKxConnectionStringRequest request);
///
/// Retrieves a connection string for a user to connect to a kdb cluster. You must call
/// this API using the same role that you have defined while creating a user.
///
/// Container for the necessary parameters to execute the GetKxConnectionString service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetKxConnectionString service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetKxConnectionString Operation
Task GetKxConnectionStringAsync(GetKxConnectionStringRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetKxDatabase
///
/// Returns database information for the specified environment ID.
///
/// Container for the necessary parameters to execute the GetKxDatabase service method.
///
/// The response from the GetKxDatabase service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetKxDatabase Operation
GetKxDatabaseResponse GetKxDatabase(GetKxDatabaseRequest request);
///
/// Returns database information for the specified environment ID.
///
/// Container for the necessary parameters to execute the GetKxDatabase service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetKxDatabase service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetKxDatabase Operation
Task GetKxDatabaseAsync(GetKxDatabaseRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetKxEnvironment
///
/// Retrieves all the information for the specified kdb environment.
///
/// Container for the necessary parameters to execute the GetKxEnvironment service method.
///
/// The response from the GetKxEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetKxEnvironment Operation
GetKxEnvironmentResponse GetKxEnvironment(GetKxEnvironmentRequest request);
///
/// Retrieves all the information for the specified kdb environment.
///
/// Container for the necessary parameters to execute the GetKxEnvironment service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetKxEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetKxEnvironment Operation
Task GetKxEnvironmentAsync(GetKxEnvironmentRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetKxUser
///
/// Retrieves information about the specified kdb user.
///
/// Container for the necessary parameters to execute the GetKxUser service method.
///
/// The response from the GetKxUser service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetKxUser Operation
GetKxUserResponse GetKxUser(GetKxUserRequest request);
///
/// Retrieves information about the specified kdb user.
///
/// Container for the necessary parameters to execute the GetKxUser service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetKxUser service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for GetKxUser Operation
Task GetKxUserAsync(GetKxUserRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListEnvironments
///
/// A list of all of your FinSpace environments.
///
/// Container for the necessary parameters to execute the ListEnvironments service method.
///
/// The response from the ListEnvironments service method, as returned by Finspace.
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListEnvironments Operation
ListEnvironmentsResponse ListEnvironments(ListEnvironmentsRequest request);
///
/// A list of all of your FinSpace environments.
///
/// Container for the necessary parameters to execute the ListEnvironments service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the ListEnvironments service method, as returned by Finspace.
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListEnvironments Operation
Task ListEnvironmentsAsync(ListEnvironmentsRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListKxChangesets
///
/// Returns a list of all the changesets for a database.
///
/// Container for the necessary parameters to execute the ListKxChangesets service method.
///
/// The response from the ListKxChangesets service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListKxChangesets Operation
ListKxChangesetsResponse ListKxChangesets(ListKxChangesetsRequest request);
///
/// Returns a list of all the changesets for a database.
///
/// Container for the necessary parameters to execute the ListKxChangesets service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the ListKxChangesets service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListKxChangesets Operation
Task ListKxChangesetsAsync(ListKxChangesetsRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListKxClusterNodes
///
/// Lists all the nodes in a kdb cluster.
///
/// Container for the necessary parameters to execute the ListKxClusterNodes service method.
///
/// The response from the ListKxClusterNodes service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListKxClusterNodes Operation
ListKxClusterNodesResponse ListKxClusterNodes(ListKxClusterNodesRequest request);
///
/// Lists all the nodes in a kdb cluster.
///
/// Container for the necessary parameters to execute the ListKxClusterNodes service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the ListKxClusterNodes service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListKxClusterNodes Operation
Task ListKxClusterNodesAsync(ListKxClusterNodesRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListKxClusters
///
/// Returns a list of clusters.
///
/// Container for the necessary parameters to execute the ListKxClusters service method.
///
/// The response from the ListKxClusters service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListKxClusters Operation
ListKxClustersResponse ListKxClusters(ListKxClustersRequest request);
///
/// Returns a list of clusters.
///
/// Container for the necessary parameters to execute the ListKxClusters service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the ListKxClusters service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListKxClusters Operation
Task ListKxClustersAsync(ListKxClustersRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListKxDatabases
///
/// Returns a list of all the databases in the kdb environment.
///
/// Container for the necessary parameters to execute the ListKxDatabases service method.
///
/// The response from the ListKxDatabases service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListKxDatabases Operation
ListKxDatabasesResponse ListKxDatabases(ListKxDatabasesRequest request);
///
/// Returns a list of all the databases in the kdb environment.
///
/// Container for the necessary parameters to execute the ListKxDatabases service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the ListKxDatabases service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListKxDatabases Operation
Task ListKxDatabasesAsync(ListKxDatabasesRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListKxEnvironments
///
/// Returns a list of kdb environments created in an account.
///
/// Container for the necessary parameters to execute the ListKxEnvironments service method.
///
/// The response from the ListKxEnvironments service method, as returned by Finspace.
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListKxEnvironments Operation
ListKxEnvironmentsResponse ListKxEnvironments(ListKxEnvironmentsRequest request);
///
/// Returns a list of kdb environments created in an account.
///
/// Container for the necessary parameters to execute the ListKxEnvironments service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the ListKxEnvironments service method, as returned by Finspace.
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListKxEnvironments Operation
Task ListKxEnvironmentsAsync(ListKxEnvironmentsRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListKxUsers
///
/// Lists all the users in a kdb environment.
///
/// Container for the necessary parameters to execute the ListKxUsers service method.
///
/// The response from the ListKxUsers service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListKxUsers Operation
ListKxUsersResponse ListKxUsers(ListKxUsersRequest request);
///
/// Lists all the users in a kdb environment.
///
/// Container for the necessary parameters to execute the ListKxUsers service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the ListKxUsers service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for ListKxUsers Operation
Task ListKxUsersAsync(ListKxUsersRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListTagsForResource
///
/// A list of all tags for a resource.
///
/// Container for the necessary parameters to execute the ListTagsForResource service method.
///
/// The response from the ListTagsForResource service method, as returned by Finspace.
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// The request is invalid. Something is wrong with the input to the request.
///
///
/// One or more resources can't be found.
///
/// REST API Reference for ListTagsForResource Operation
ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request);
///
/// A list of all tags for a resource.
///
/// Container for the necessary parameters to execute the ListTagsForResource service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the ListTagsForResource service method, as returned by Finspace.
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// The request is invalid. Something is wrong with the input to the request.
///
///
/// One or more resources can't be found.
///
/// REST API Reference for ListTagsForResource Operation
Task ListTagsForResourceAsync(ListTagsForResourceRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region TagResource
///
/// Adds metadata tags to a FinSpace resource.
///
/// Container for the necessary parameters to execute the TagResource service method.
///
/// The response from the TagResource service method, as returned by Finspace.
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// The request is invalid. Something is wrong with the input to the request.
///
///
/// One or more resources can't be found.
///
/// REST API Reference for TagResource Operation
TagResourceResponse TagResource(TagResourceRequest request);
///
/// Adds metadata tags to a FinSpace resource.
///
/// Container for the necessary parameters to execute the TagResource service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the TagResource service method, as returned by Finspace.
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// The request is invalid. Something is wrong with the input to the request.
///
///
/// One or more resources can't be found.
///
/// REST API Reference for TagResource Operation
Task TagResourceAsync(TagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UntagResource
///
/// Removes metadata tags from a FinSpace resource.
///
/// Container for the necessary parameters to execute the UntagResource service method.
///
/// The response from the UntagResource service method, as returned by Finspace.
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// The request is invalid. Something is wrong with the input to the request.
///
///
/// One or more resources can't be found.
///
/// REST API Reference for UntagResource Operation
UntagResourceResponse UntagResource(UntagResourceRequest request);
///
/// Removes metadata tags from a FinSpace resource.
///
/// Container for the necessary parameters to execute the UntagResource service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the UntagResource service method, as returned by Finspace.
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// The request is invalid. Something is wrong with the input to the request.
///
///
/// One or more resources can't be found.
///
/// REST API Reference for UntagResource Operation
Task UntagResourceAsync(UntagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UpdateEnvironment
///
/// Update your FinSpace environment.
///
/// Container for the necessary parameters to execute the UpdateEnvironment service method.
///
/// The response from the UpdateEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for UpdateEnvironment Operation
UpdateEnvironmentResponse UpdateEnvironment(UpdateEnvironmentRequest request);
///
/// Update your FinSpace environment.
///
/// Container for the necessary parameters to execute the UpdateEnvironment service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the UpdateEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for UpdateEnvironment Operation
Task UpdateEnvironmentAsync(UpdateEnvironmentRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UpdateKxClusterDatabases
///
/// Updates the databases mounted on a kdb cluster, which includes the changesetId
/// and all the dbPaths to be cached. This API does not allow you to change a database
/// name or add a database if you created a cluster without one.
///
///
///
/// Using this API you can point a cluster to a different changeset and modify a list
/// of partitions being cached.
///
///
/// Container for the necessary parameters to execute the UpdateKxClusterDatabases service method.
///
/// The response from the UpdateKxClusterDatabases service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for UpdateKxClusterDatabases Operation
UpdateKxClusterDatabasesResponse UpdateKxClusterDatabases(UpdateKxClusterDatabasesRequest request);
///
/// Updates the databases mounted on a kdb cluster, which includes the changesetId
/// and all the dbPaths to be cached. This API does not allow you to change a database
/// name or add a database if you created a cluster without one.
///
///
///
/// Using this API you can point a cluster to a different changeset and modify a list
/// of partitions being cached.
///
///
/// Container for the necessary parameters to execute the UpdateKxClusterDatabases service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the UpdateKxClusterDatabases service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for UpdateKxClusterDatabases Operation
Task UpdateKxClusterDatabasesAsync(UpdateKxClusterDatabasesRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UpdateKxDatabase
///
/// Updates information for the given kdb database.
///
/// Container for the necessary parameters to execute the UpdateKxDatabase service method.
///
/// The response from the UpdateKxDatabase service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for UpdateKxDatabase Operation
UpdateKxDatabaseResponse UpdateKxDatabase(UpdateKxDatabaseRequest request);
///
/// Updates information for the given kdb database.
///
/// Container for the necessary parameters to execute the UpdateKxDatabase service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the UpdateKxDatabase service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for UpdateKxDatabase Operation
Task UpdateKxDatabaseAsync(UpdateKxDatabaseRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UpdateKxEnvironment
///
/// Updates information for the given kdb environment.
///
/// Container for the necessary parameters to execute the UpdateKxEnvironment service method.
///
/// The response from the UpdateKxEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for UpdateKxEnvironment Operation
UpdateKxEnvironmentResponse UpdateKxEnvironment(UpdateKxEnvironmentRequest request);
///
/// Updates information for the given kdb environment.
///
/// Container for the necessary parameters to execute the UpdateKxEnvironment service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the UpdateKxEnvironment service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for UpdateKxEnvironment Operation
Task UpdateKxEnvironmentAsync(UpdateKxEnvironmentRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UpdateKxEnvironmentNetwork
///
/// Updates environment network to connect to your internal network by using a transit
/// gateway. This API supports request to create a transit gateway attachment from FinSpace
/// VPC to your transit gateway ID and create a custom Route-53 outbound resolvers.
///
///
///
/// Once you send a request to update a network, you cannot change it again. Network update
/// might require termination of any clusters that are running in the existing network.
///
///
/// Container for the necessary parameters to execute the UpdateKxEnvironmentNetwork service method.
///
/// The response from the UpdateKxEnvironmentNetwork service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for UpdateKxEnvironmentNetwork Operation
UpdateKxEnvironmentNetworkResponse UpdateKxEnvironmentNetwork(UpdateKxEnvironmentNetworkRequest request);
///
/// Updates environment network to connect to your internal network by using a transit
/// gateway. This API supports request to create a transit gateway attachment from FinSpace
/// VPC to your transit gateway ID and create a custom Route-53 outbound resolvers.
///
///
///
/// Once you send a request to update a network, you cannot change it again. Network update
/// might require termination of any clusters that are running in the existing network.
///
///
/// Container for the necessary parameters to execute the UpdateKxEnvironmentNetwork service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the UpdateKxEnvironmentNetwork service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for UpdateKxEnvironmentNetwork Operation
Task UpdateKxEnvironmentNetworkAsync(UpdateKxEnvironmentNetworkRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UpdateKxUser
///
/// Updates the user details. You can only update the IAM role associated with a user.
///
/// Container for the necessary parameters to execute the UpdateKxUser service method.
///
/// The response from the UpdateKxUser service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for UpdateKxUser Operation
UpdateKxUserResponse UpdateKxUser(UpdateKxUserRequest request);
///
/// Updates the user details. You can only update the IAM role associated with a user.
///
/// Container for the necessary parameters to execute the UpdateKxUser service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the UpdateKxUser service method, as returned by Finspace.
///
/// You do not have sufficient access to perform this action.
///
///
/// There was a conflict with this action, and it could not be completed.
///
///
/// The request processing has failed because of an unknown error, exception or failure.
///
///
/// A service limit or quota is exceeded.
///
///
/// One or more resources can't be found.
///
///
/// The request was denied due to request throttling.
///
///
/// The input fails to satisfy the constraints specified by an AWS service.
///
/// REST API Reference for UpdateKxUser Operation
Task UpdateKxUserAsync(UpdateKxUserRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
}
}