@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSfinspaceClient extends AmazonWebServiceClient implements AWSfinspace
The FinSpace management service provides the APIs for managing FinSpace environments.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
public static AWSfinspaceClientBuilder builder()
@Deprecated public CreateEnvironmentResult createEnvironment(CreateEnvironmentRequest request)
Create a new FinSpace environment.
createEnvironment
in interface AWSfinspace
createEnvironmentRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.ServiceQuotaExceededException
- 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.LimitExceededException
- A service limit or quota is exceeded.public CreateKxChangesetResult 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.
createKxChangeset
in interface AWSfinspace
createKxChangesetRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.ConflictException
- There was a conflict with this action, and it could not be completed.LimitExceededException
- A service limit or quota is exceeded.public CreateKxClusterResult createKxCluster(CreateKxClusterRequest request)
Creates a new kdb cluster.
createKxCluster
in interface AWSfinspace
createKxClusterRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.AccessDeniedException
- You do not have sufficient access to perform this action.public CreateKxDatabaseResult createKxDatabase(CreateKxDatabaseRequest request)
Creates a new kdb database in the environment.
createKxDatabase
in interface AWSfinspace
createKxDatabaseRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceAlreadyExistsException
- The specified resource group already exists.ResourceNotFoundException
- One or more resources can't be found.LimitExceededException
- A service limit or quota is exceeded.public CreateKxDataviewResult createKxDataview(CreateKxDataviewRequest request)
Creates a snapshot of kdb database with tiered storage capabilities and a pre-warmed cache, ready for mounting on kdb clusters. Dataviews are only available for clusters running on a scaling group. They are not supported on dedicated clusters.
createKxDataview
in interface AWSfinspace
createKxDataviewRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.ConflictException
- There was a conflict with this action, and it could not be completed.LimitExceededException
- A service limit or quota is exceeded.ResourceAlreadyExistsException
- The specified resource group already exists.public CreateKxEnvironmentResult createKxEnvironment(CreateKxEnvironmentRequest request)
Creates a managed kdb environment for the account.
createKxEnvironment
in interface AWSfinspace
createKxEnvironmentRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.ServiceQuotaExceededException
- 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.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.public CreateKxScalingGroupResult createKxScalingGroup(CreateKxScalingGroupRequest request)
Creates a new scaling group.
createKxScalingGroup
in interface AWSfinspace
createKxScalingGroupRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.AccessDeniedException
- You do not have sufficient access to perform this action.public CreateKxUserResult createKxUser(CreateKxUserRequest request)
Creates a user in FinSpace kdb environment with an associated IAM role.
createKxUser
in interface AWSfinspace
createKxUserRequest
- ResourceNotFoundException
- One or more resources can't be found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceAlreadyExistsException
- The specified resource group already exists.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.public CreateKxVolumeResult createKxVolume(CreateKxVolumeRequest request)
Creates a new volume with a specific amount of throughput and storage capacity.
createKxVolume
in interface AWSfinspace
createKxVolumeRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.ResourceAlreadyExistsException
- The specified resource group already exists.AccessDeniedException
- You do not have sufficient access to perform this action.@Deprecated public DeleteEnvironmentResult deleteEnvironment(DeleteEnvironmentRequest request)
Delete an FinSpace environment.
deleteEnvironment
in interface AWSfinspace
deleteEnvironmentRequest
- ResourceNotFoundException
- One or more resources can't be found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.public DeleteKxClusterResult deleteKxCluster(DeleteKxClusterRequest request)
Deletes a kdb cluster.
deleteKxCluster
in interface AWSfinspace
deleteKxClusterRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.public DeleteKxClusterNodeResult deleteKxClusterNode(DeleteKxClusterNodeRequest request)
Deletes the specified nodes from a cluster.
deleteKxClusterNode
in interface AWSfinspace
deleteKxClusterNodeRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException
- One or more resources can't be found.public DeleteKxDatabaseResult 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.
deleteKxDatabase
in interface AWSfinspace
deleteKxDatabaseRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.ConflictException
- There was a conflict with this action, and it could not be completed.public DeleteKxDataviewResult deleteKxDataview(DeleteKxDataviewRequest request)
Deletes the specified dataview. Before deleting a dataview, make sure that it is not in use by any cluster.
deleteKxDataview
in interface AWSfinspace
deleteKxDataviewRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.ConflictException
- There was a conflict with this action, and it could not be completed.public DeleteKxEnvironmentResult 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.
deleteKxEnvironment
in interface AWSfinspace
deleteKxEnvironmentRequest
- ResourceNotFoundException
- One or more resources can't be found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- There was a conflict with this action, and it could not be completed.public DeleteKxScalingGroupResult deleteKxScalingGroup(DeleteKxScalingGroupRequest request)
Deletes the specified scaling group. This action is irreversible. You cannot delete a scaling group until all the clusters running on it have been deleted.
deleteKxScalingGroup
in interface AWSfinspace
deleteKxScalingGroupRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.public DeleteKxUserResult deleteKxUser(DeleteKxUserRequest request)
Deletes a user in the specified kdb environment.
deleteKxUser
in interface AWSfinspace
deleteKxUserRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- There was a conflict with this action, and it could not be completed.public DeleteKxVolumeResult deleteKxVolume(DeleteKxVolumeRequest request)
Deletes a volume. You can only delete a volume if it's not attached to a cluster or a dataview. When a volume is deleted, any data on the volume is lost. This action is irreversible.
deleteKxVolume
in interface AWSfinspace
deleteKxVolumeRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.@Deprecated public GetEnvironmentResult getEnvironment(GetEnvironmentRequest request)
Returns the FinSpace environment object.
getEnvironment
in interface AWSfinspace
getEnvironmentRequest
- ResourceNotFoundException
- One or more resources can't be found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException
- You do not have sufficient access to perform this action.public GetKxChangesetResult getKxChangeset(GetKxChangesetRequest request)
Returns information about a kdb changeset.
getKxChangeset
in interface AWSfinspace
getKxChangesetRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.public GetKxClusterResult getKxCluster(GetKxClusterRequest request)
Retrieves information about a kdb cluster.
getKxCluster
in interface AWSfinspace
getKxClusterRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.public GetKxConnectionStringResult 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.
getKxConnectionString
in interface AWSfinspace
getKxConnectionStringRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.public GetKxDatabaseResult getKxDatabase(GetKxDatabaseRequest request)
Returns database information for the specified environment ID.
getKxDatabase
in interface AWSfinspace
getKxDatabaseRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.public GetKxDataviewResult getKxDataview(GetKxDataviewRequest request)
Retrieves details of the dataview.
getKxDataview
in interface AWSfinspace
getKxDataviewRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.public GetKxEnvironmentResult getKxEnvironment(GetKxEnvironmentRequest request)
Retrieves all the information for the specified kdb environment.
getKxEnvironment
in interface AWSfinspace
getKxEnvironmentRequest
- ResourceNotFoundException
- One or more resources can't be found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- There was a conflict with this action, and it could not be completed.public GetKxScalingGroupResult getKxScalingGroup(GetKxScalingGroupRequest request)
Retrieves details of a scaling group.
getKxScalingGroup
in interface AWSfinspace
getKxScalingGroupRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.public GetKxUserResult getKxUser(GetKxUserRequest request)
Retrieves information about the specified kdb user.
getKxUser
in interface AWSfinspace
getKxUserRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.public GetKxVolumeResult getKxVolume(GetKxVolumeRequest request)
Retrieves the information about the volume.
getKxVolume
in interface AWSfinspace
getKxVolumeRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.@Deprecated public ListEnvironmentsResult listEnvironments(ListEnvironmentsRequest request)
A list of all of your FinSpace environments.
listEnvironments
in interface AWSfinspace
listEnvironmentsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException
- You do not have sufficient access to perform this action.public ListKxChangesetsResult listKxChangesets(ListKxChangesetsRequest request)
Returns a list of all the changesets for a database.
listKxChangesets
in interface AWSfinspace
listKxChangesetsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.public ListKxClusterNodesResult listKxClusterNodes(ListKxClusterNodesRequest request)
Lists all the nodes in a kdb cluster.
listKxClusterNodes
in interface AWSfinspace
listKxClusterNodesRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException
- One or more resources can't be found.public ListKxClustersResult listKxClusters(ListKxClustersRequest request)
Returns a list of clusters.
listKxClusters
in interface AWSfinspace
listKxClustersRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.public ListKxDatabasesResult listKxDatabases(ListKxDatabasesRequest request)
Returns a list of all the databases in the kdb environment.
listKxDatabases
in interface AWSfinspace
listKxDatabasesRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.public ListKxDataviewsResult listKxDataviews(ListKxDataviewsRequest request)
Returns a list of all the dataviews in the database.
listKxDataviews
in interface AWSfinspace
listKxDataviewsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.public ListKxEnvironmentsResult listKxEnvironments(ListKxEnvironmentsRequest request)
Returns a list of kdb environments created in an account.
listKxEnvironments
in interface AWSfinspace
listKxEnvironmentsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.public ListKxScalingGroupsResult listKxScalingGroups(ListKxScalingGroupsRequest request)
Returns a list of scaling groups in a kdb environment.
listKxScalingGroups
in interface AWSfinspace
listKxScalingGroupsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.public ListKxUsersResult listKxUsers(ListKxUsersRequest request)
Lists all the users in a kdb environment.
listKxUsers
in interface AWSfinspace
listKxUsersRequest
- ResourceNotFoundException
- One or more resources can't be found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.public ListKxVolumesResult listKxVolumes(ListKxVolumesRequest request)
Lists all the volumes in a kdb environment.
listKxVolumes
in interface AWSfinspace
listKxVolumesRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
A list of all tags for a resource.
listTagsForResource
in interface AWSfinspace
listTagsForResourceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.InvalidRequestException
- The request is invalid. Something is wrong with the input to the request.ResourceNotFoundException
- One or more resources can't be found.public TagResourceResult tagResource(TagResourceRequest request)
Adds metadata tags to a FinSpace resource.
tagResource
in interface AWSfinspace
tagResourceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.InvalidRequestException
- The request is invalid. Something is wrong with the input to the request.ResourceNotFoundException
- One or more resources can't be found.public UntagResourceResult untagResource(UntagResourceRequest request)
Removes metadata tags from a FinSpace resource.
untagResource
in interface AWSfinspace
untagResourceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.InvalidRequestException
- The request is invalid. Something is wrong with the input to the request.ResourceNotFoundException
- One or more resources can't be found.@Deprecated public UpdateEnvironmentResult updateEnvironment(UpdateEnvironmentRequest request)
Update your FinSpace environment.
updateEnvironment
in interface AWSfinspace
updateEnvironmentRequest
- ResourceNotFoundException
- One or more resources can't be found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.public UpdateKxClusterCodeConfigurationResult updateKxClusterCodeConfiguration(UpdateKxClusterCodeConfigurationRequest request)
Allows you to update code configuration on a running cluster. By using this API you can update the code, the initialization script path, and the command line arguments for a specific cluster. The configuration that you want to update will override any existing configurations on the cluster.
updateKxClusterCodeConfiguration
in interface AWSfinspace
updateKxClusterCodeConfigurationRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.public UpdateKxClusterDatabasesResult 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.
updateKxClusterDatabases
in interface AWSfinspace
updateKxClusterDatabasesRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.public UpdateKxDatabaseResult updateKxDatabase(UpdateKxDatabaseRequest request)
Updates information for the given kdb database.
updateKxDatabase
in interface AWSfinspace
updateKxDatabaseRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.ConflictException
- There was a conflict with this action, and it could not be completed.public UpdateKxDataviewResult updateKxDataview(UpdateKxDataviewRequest request)
Updates the specified dataview. The dataviews get automatically updated when any new changesets are ingested. Each update of the dataview creates a new version, including changeset details and cache configurations
updateKxDataview
in interface AWSfinspace
updateKxDataviewRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceAlreadyExistsException
- The specified resource group already exists.public UpdateKxEnvironmentResult updateKxEnvironment(UpdateKxEnvironmentRequest request)
Updates information for the given kdb environment.
updateKxEnvironment
in interface AWSfinspace
updateKxEnvironmentRequest
- ResourceNotFoundException
- One or more resources can't be found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- There was a conflict with this action, and it could not be completed.public UpdateKxEnvironmentNetworkResult 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.
updateKxEnvironmentNetwork
in interface AWSfinspace
updateKxEnvironmentNetworkRequest
- ResourceNotFoundException
- One or more resources can't be found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- There was a conflict with this action, and it could not be completed.public UpdateKxUserResult updateKxUser(UpdateKxUserRequest request)
Updates the user details. You can only update the IAM role associated with a user.
updateKxUser
in interface AWSfinspace
updateKxUserRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- One or more resources can't be found.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.LimitExceededException
- A service limit or quota is exceeded.ConflictException
- There was a conflict with this action, and it could not be completed.public UpdateKxVolumeResult updateKxVolume(UpdateKxVolumeRequest request)
Updates the throughput or capacity of a volume. During the update process, the filesystem might be unavailable for a few minutes. You can retry any operations after the update is complete.
updateKxVolume
in interface AWSfinspace
updateKxVolumeRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.LimitExceededException
- A service limit or quota is exceeded.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- There was a conflict with this action, and it could not be completed.ResourceNotFoundException
- One or more resources can't be found.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata
in interface AWSfinspace
request
- The originally executed requestpublic void shutdown()
AmazonWebServiceClient
shutdown
in interface AWSfinspace
shutdown
in class AmazonWebServiceClient