/* * 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 { #if AWS_ASYNC_ENUMERABLES_API /// /// Paginators for the service /// IFinspacePaginatorFactory Paginators { get; } #endif #region CreateEnvironment /// /// 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, System.Threading.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. /// /// 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, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateKxCluster /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteEnvironment /// /// 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, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteKxCluster /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetEnvironment /// /// 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, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetKxChangeset /// /// 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, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetKxCluster /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListKxClusters /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateEnvironment /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.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. /// /// 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, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion } }