{ "version": "2.0", "metadata": { "apiVersion": "2021-03-12", "endpointPrefix": "finspace", "jsonVersion": "1.1", "protocol": "rest-json", "serviceAbbreviation": "finspace", "serviceFullName": "FinSpace User Environment Management service", "serviceId": "finspace", "signatureVersion": "v4", "signingName": "finspace", "uid": "finspace-2021-03-12" }, "operations": { "CreateEnvironment": { "name": "CreateEnvironment", "http": { "method": "POST", "requestUri": "/environment" }, "input": { "shape": "CreateEnvironmentRequest" }, "output": { "shape": "CreateEnvironmentResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "ServiceQuotaExceededException" }, { "shape": "LimitExceededException" } ], "documentation": "

Create a new FinSpace environment.

", "deprecated": true, "deprecatedMessage": "This method will be discontinued." }, "CreateKxChangeset": { "name": "CreateKxChangeset", "http": { "method": "POST", "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/changesets" }, "input": { "shape": "CreateKxChangesetRequest" }, "output": { "shape": "CreateKxChangesetResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "LimitExceededException" } ], "documentation": "

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.

" }, "CreateKxCluster": { "name": "CreateKxCluster", "http": { "method": "POST", "requestUri": "/kx/environments/{environmentId}/clusters" }, "input": { "shape": "CreateKxClusterRequest" }, "output": { "shape": "CreateKxClusterResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" } ], "documentation": "

Creates a new kdb cluster.

" }, "CreateKxDatabase": { "name": "CreateKxDatabase", "http": { "method": "POST", "requestUri": "/kx/environments/{environmentId}/databases" }, "input": { "shape": "CreateKxDatabaseRequest" }, "output": { "shape": "CreateKxDatabaseResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "ResourceAlreadyExistsException" }, { "shape": "ResourceNotFoundException" }, { "shape": "LimitExceededException" } ], "documentation": "

Creates a new kdb database in the environment.

" }, "CreateKxDataview": { "name": "CreateKxDataview", "http": { "method": "POST", "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/dataviews" }, "input": { "shape": "CreateKxDataviewRequest" }, "output": { "shape": "CreateKxDataviewResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "LimitExceededException" }, { "shape": "ResourceAlreadyExistsException" } ], "documentation": "

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.

" }, "CreateKxEnvironment": { "name": "CreateKxEnvironment", "http": { "method": "POST", "requestUri": "/kx/environments" }, "input": { "shape": "CreateKxEnvironmentRequest" }, "output": { "shape": "CreateKxEnvironmentResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "ServiceQuotaExceededException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" } ], "documentation": "

Creates a managed kdb environment for the account.

" }, "CreateKxScalingGroup": { "name": "CreateKxScalingGroup", "http": { "method": "POST", "requestUri": "/kx/environments/{environmentId}/scalingGroups" }, "input": { "shape": "CreateKxScalingGroupRequest" }, "output": { "shape": "CreateKxScalingGroupResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" } ], "documentation": "

Creates a new scaling group.

" }, "CreateKxUser": { "name": "CreateKxUser", "http": { "method": "POST", "requestUri": "/kx/environments/{environmentId}/users" }, "input": { "shape": "CreateKxUserRequest" }, "output": { "shape": "CreateKxUserResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ValidationException" }, { "shape": "ResourceAlreadyExistsException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" } ], "documentation": "

Creates a user in FinSpace kdb environment with an associated IAM role.

" }, "CreateKxVolume": { "name": "CreateKxVolume", "http": { "method": "POST", "requestUri": "/kx/environments/{environmentId}/kxvolumes" }, "input": { "shape": "CreateKxVolumeRequest" }, "output": { "shape": "CreateKxVolumeResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ResourceAlreadyExistsException" }, { "shape": "AccessDeniedException" } ], "documentation": "

Creates a new volume with a specific amount of throughput and storage capacity.

" }, "DeleteEnvironment": { "name": "DeleteEnvironment", "http": { "method": "DELETE", "requestUri": "/environment/{environmentId}" }, "input": { "shape": "DeleteEnvironmentRequest" }, "output": { "shape": "DeleteEnvironmentResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "ValidationException" } ], "documentation": "

Delete an FinSpace environment.

", "deprecated": true, "deprecatedMessage": "This method will be discontinued." }, "DeleteKxCluster": { "name": "DeleteKxCluster", "http": { "method": "DELETE", "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}" }, "input": { "shape": "DeleteKxClusterRequest" }, "output": { "shape": "DeleteKxClusterResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Deletes a kdb cluster.

" }, "DeleteKxClusterNode": { "name": "DeleteKxClusterNode", "http": { "method": "DELETE", "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}/nodes/{nodeId}" }, "input": { "shape": "DeleteKxClusterNodeRequest" }, "output": { "shape": "DeleteKxClusterNodeResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Deletes the specified nodes from a cluster.

" }, "DeleteKxDatabase": { "name": "DeleteKxDatabase", "http": { "method": "DELETE", "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}" }, "input": { "shape": "DeleteKxDatabaseRequest" }, "output": { "shape": "DeleteKxDatabaseResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" } ], "documentation": "

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.

" }, "DeleteKxDataview": { "name": "DeleteKxDataview", "http": { "method": "DELETE", "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/dataviews/{dataviewName}" }, "input": { "shape": "DeleteKxDataviewRequest" }, "output": { "shape": "DeleteKxDataviewResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" } ], "documentation": "

Deletes the specified dataview. Before deleting a dataview, make sure that it is not in use by any cluster.

" }, "DeleteKxEnvironment": { "name": "DeleteKxEnvironment", "http": { "method": "DELETE", "requestUri": "/kx/environments/{environmentId}" }, "input": { "shape": "DeleteKxEnvironmentRequest" }, "output": { "shape": "DeleteKxEnvironmentResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "ValidationException" }, { "shape": "ConflictException" } ], "documentation": "

Deletes the kdb environment. This action is irreversible. Deleting a kdb environment will remove all the associated data and any services running in it.

" }, "DeleteKxScalingGroup": { "name": "DeleteKxScalingGroup", "http": { "method": "DELETE", "requestUri": "/kx/environments/{environmentId}/scalingGroups/{scalingGroupName}" }, "input": { "shape": "DeleteKxScalingGroupRequest" }, "output": { "shape": "DeleteKxScalingGroupResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

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.

" }, "DeleteKxUser": { "name": "DeleteKxUser", "http": { "method": "DELETE", "requestUri": "/kx/environments/{environmentId}/users/{userName}" }, "input": { "shape": "DeleteKxUserRequest" }, "output": { "shape": "DeleteKxUserResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" }, { "shape": "ConflictException" } ], "documentation": "

Deletes a user in the specified kdb environment.

" }, "DeleteKxVolume": { "name": "DeleteKxVolume", "http": { "method": "DELETE", "requestUri": "/kx/environments/{environmentId}/kxvolumes/{volumeName}" }, "input": { "shape": "DeleteKxVolumeRequest" }, "output": { "shape": "DeleteKxVolumeResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

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.

" }, "GetEnvironment": { "name": "GetEnvironment", "http": { "method": "GET", "requestUri": "/environment/{environmentId}" }, "input": { "shape": "GetEnvironmentRequest" }, "output": { "shape": "GetEnvironmentResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "AccessDeniedException" } ], "documentation": "

Returns the FinSpace environment object.

", "deprecated": true, "deprecatedMessage": "This method will be discontinued." }, "GetKxChangeset": { "name": "GetKxChangeset", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/changesets/{changesetId}" }, "input": { "shape": "GetKxChangesetRequest" }, "output": { "shape": "GetKxChangesetResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Returns information about a kdb changeset.

" }, "GetKxCluster": { "name": "GetKxCluster", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}" }, "input": { "shape": "GetKxClusterRequest" }, "output": { "shape": "GetKxClusterResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Retrieves information about a kdb cluster.

" }, "GetKxConnectionString": { "name": "GetKxConnectionString", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/connectionString" }, "input": { "shape": "GetKxConnectionStringRequest" }, "output": { "shape": "GetKxConnectionStringResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

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.

" }, "GetKxDatabase": { "name": "GetKxDatabase", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}" }, "input": { "shape": "GetKxDatabaseRequest" }, "output": { "shape": "GetKxDatabaseResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Returns database information for the specified environment ID.

" }, "GetKxDataview": { "name": "GetKxDataview", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/dataviews/{dataviewName}" }, "input": { "shape": "GetKxDataviewRequest" }, "output": { "shape": "GetKxDataviewResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Retrieves details of the dataview.

" }, "GetKxEnvironment": { "name": "GetKxEnvironment", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}" }, "input": { "shape": "GetKxEnvironmentRequest" }, "output": { "shape": "GetKxEnvironmentResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" } ], "documentation": "

Retrieves all the information for the specified kdb environment.

" }, "GetKxScalingGroup": { "name": "GetKxScalingGroup", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/scalingGroups/{scalingGroupName}" }, "input": { "shape": "GetKxScalingGroupRequest" }, "output": { "shape": "GetKxScalingGroupResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Retrieves details of a scaling group.

" }, "GetKxUser": { "name": "GetKxUser", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/users/{userName}" }, "input": { "shape": "GetKxUserRequest" }, "output": { "shape": "GetKxUserResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

Retrieves information about the specified kdb user.

" }, "GetKxVolume": { "name": "GetKxVolume", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/kxvolumes/{volumeName}" }, "input": { "shape": "GetKxVolumeRequest" }, "output": { "shape": "GetKxVolumeResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Retrieves the information about the volume.

" }, "ListEnvironments": { "name": "ListEnvironments", "http": { "method": "GET", "requestUri": "/environment" }, "input": { "shape": "ListEnvironmentsRequest" }, "output": { "shape": "ListEnvironmentsResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "AccessDeniedException" } ], "documentation": "

A list of all of your FinSpace environments.

", "deprecated": true, "deprecatedMessage": "This method will be discontinued." }, "ListKxChangesets": { "name": "ListKxChangesets", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/changesets" }, "input": { "shape": "ListKxChangesetsRequest" }, "output": { "shape": "ListKxChangesetsResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Returns a list of all the changesets for a database.

" }, "ListKxClusterNodes": { "name": "ListKxClusterNodes", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}/nodes" }, "input": { "shape": "ListKxClusterNodesRequest" }, "output": { "shape": "ListKxClusterNodesResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Lists all the nodes in a kdb cluster.

" }, "ListKxClusters": { "name": "ListKxClusters", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/clusters" }, "input": { "shape": "ListKxClustersRequest" }, "output": { "shape": "ListKxClustersResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Returns a list of clusters.

" }, "ListKxDatabases": { "name": "ListKxDatabases", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/databases" }, "input": { "shape": "ListKxDatabasesRequest" }, "output": { "shape": "ListKxDatabasesResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Returns a list of all the databases in the kdb environment.

" }, "ListKxDataviews": { "name": "ListKxDataviews", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/dataviews" }, "input": { "shape": "ListKxDataviewsRequest" }, "output": { "shape": "ListKxDataviewsResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Returns a list of all the dataviews in the database.

" }, "ListKxEnvironments": { "name": "ListKxEnvironments", "http": { "method": "GET", "requestUri": "/kx/environments" }, "input": { "shape": "ListKxEnvironmentsRequest" }, "output": { "shape": "ListKxEnvironmentsResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "AccessDeniedException" }, { "shape": "ValidationException" } ], "documentation": "

Returns a list of kdb environments created in an account.

" }, "ListKxScalingGroups": { "name": "ListKxScalingGroups", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/scalingGroups" }, "input": { "shape": "ListKxScalingGroupsRequest" }, "output": { "shape": "ListKxScalingGroupsResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Returns a list of scaling groups in a kdb environment.

" }, "ListKxUsers": { "name": "ListKxUsers", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/users" }, "input": { "shape": "ListKxUsersRequest" }, "output": { "shape": "ListKxUsersResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ValidationException" } ], "documentation": "

Lists all the users in a kdb environment.

" }, "ListKxVolumes": { "name": "ListKxVolumes", "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}/kxvolumes" }, "input": { "shape": "ListKxVolumesRequest" }, "output": { "shape": "ListKxVolumesResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Lists all the volumes in a kdb environment.

" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "GET", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "ListTagsForResourceRequest" }, "output": { "shape": "ListTagsForResourceResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

A list of all tags for a resource.

" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "TagResourceRequest" }, "output": { "shape": "TagResourceResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Adds metadata tags to a FinSpace resource.

" }, "UntagResource": { "name": "UntagResource", "http": { "method": "DELETE", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "UntagResourceRequest" }, "output": { "shape": "UntagResourceResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Removes metadata tags from a FinSpace resource.

" }, "UpdateEnvironment": { "name": "UpdateEnvironment", "http": { "method": "PUT", "requestUri": "/environment/{environmentId}" }, "input": { "shape": "UpdateEnvironmentRequest" }, "output": { "shape": "UpdateEnvironmentResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "ValidationException" } ], "documentation": "

Update your FinSpace environment.

", "deprecated": true, "deprecatedMessage": "This method will be discontinued." }, "UpdateKxClusterCodeConfiguration": { "name": "UpdateKxClusterCodeConfiguration", "http": { "method": "PUT", "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}/configuration/code" }, "input": { "shape": "UpdateKxClusterCodeConfigurationRequest" }, "output": { "shape": "UpdateKxClusterCodeConfigurationResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ValidationException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

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.

" }, "UpdateKxClusterDatabases": { "name": "UpdateKxClusterDatabases", "http": { "method": "PUT", "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}/configuration/databases" }, "input": { "shape": "UpdateKxClusterDatabasesRequest" }, "output": { "shape": "UpdateKxClusterDatabasesResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ValidationException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

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.

" }, "UpdateKxDatabase": { "name": "UpdateKxDatabase", "http": { "method": "PUT", "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}" }, "input": { "shape": "UpdateKxDatabaseRequest" }, "output": { "shape": "UpdateKxDatabaseResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" } ], "documentation": "

Updates information for the given kdb database.

" }, "UpdateKxDataview": { "name": "UpdateKxDataview", "http": { "method": "PUT", "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/dataviews/{dataviewName}" }, "input": { "shape": "UpdateKxDataviewRequest" }, "output": { "shape": "UpdateKxDataviewResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "ResourceAlreadyExistsException" } ], "documentation": "

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

" }, "UpdateKxEnvironment": { "name": "UpdateKxEnvironment", "http": { "method": "PUT", "requestUri": "/kx/environments/{environmentId}" }, "input": { "shape": "UpdateKxEnvironmentRequest" }, "output": { "shape": "UpdateKxEnvironmentResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "ValidationException" }, { "shape": "ConflictException" } ], "documentation": "

Updates information for the given kdb environment.

" }, "UpdateKxEnvironmentNetwork": { "name": "UpdateKxEnvironmentNetwork", "http": { "method": "PUT", "requestUri": "/kx/environments/{environmentId}/network" }, "input": { "shape": "UpdateKxEnvironmentNetworkRequest" }, "output": { "shape": "UpdateKxEnvironmentNetworkResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "ValidationException" }, { "shape": "ConflictException" } ], "documentation": "

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.

" }, "UpdateKxUser": { "name": "UpdateKxUser", "http": { "method": "PUT", "requestUri": "/kx/environments/{environmentId}/users/{userName}" }, "input": { "shape": "UpdateKxUserRequest" }, "output": { "shape": "UpdateKxUserResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" }, { "shape": "LimitExceededException" }, { "shape": "ConflictException" } ], "documentation": "

Updates the user details. You can only update the IAM role associated with a user.

" }, "UpdateKxVolume": { "name": "UpdateKxVolume", "http": { "method": "PATCH", "requestUri": "/kx/environments/{environmentId}/kxvolumes/{volumeName}" }, "input": { "shape": "UpdateKxVolumeRequest" }, "output": { "shape": "UpdateKxVolumeResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "LimitExceededException" }, { "shape": "ValidationException" }, { "shape": "ConflictException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

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.

" } }, "shapes": { "AttachedClusterList": { "type": "list", "member": { "shape": "KxClusterName" } }, "AttributeMap": { "type": "map", "key": { "shape": "FederationAttributeKey" }, "value": { "shape": "FederationAttributeValue" } }, "AutoScalingConfiguration": { "type": "structure", "members": { "minNodeCount": { "shape": "NodeCount", "documentation": "

The lowest number of nodes to scale. This value must be at least 1 and less than the maxNodeCount. If the nodes in a cluster belong to multiple availability zones, then minNodeCount must be at least 3.

" }, "maxNodeCount": { "shape": "NodeCount", "documentation": "

The highest number of nodes to scale. This value cannot be greater than 5.

" }, "autoScalingMetric": { "shape": "AutoScalingMetric", "documentation": "

The metric your cluster will track in order to scale in and out. For example, CPU_UTILIZATION_PERCENTAGE is the average CPU usage across all the nodes in a cluster.

" }, "metricTarget": { "shape": "AutoScalingMetricTarget", "documentation": "

The desired value of the chosen autoScalingMetric. When the metric drops below this value, the cluster will scale in. When the metric goes above this value, the cluster will scale out. You can set the target value between 1 and 100 percent.

" }, "scaleInCooldownSeconds": { "shape": "CooldownTime", "documentation": "

The duration in seconds that FinSpace will wait after a scale in event before initiating another scaling event.

" }, "scaleOutCooldownSeconds": { "shape": "CooldownTime", "documentation": "

The duration in seconds that FinSpace will wait after a scale out event before initiating another scaling event.

" } }, "documentation": "

The configuration based on which FinSpace will scale in or scale out nodes in your cluster.

" }, "AutoScalingMetric": { "type": "string", "enum": [ "CPU_UTILIZATION_PERCENTAGE" ] }, "AutoScalingMetricTarget": { "type": "double", "max": 100, "min": 1 }, "AvailabilityZoneId": { "type": "string", "max": 12, "min": 8, "pattern": "^[a-zA-Z0-9-]+$" }, "AvailabilityZoneIds": { "type": "list", "member": { "shape": "AvailabilityZoneId" } }, "BoxedInteger": { "type": "integer", "box": true }, "CapacityConfiguration": { "type": "structure", "members": { "nodeType": { "shape": "NodeType", "documentation": "

The type that determines the hardware of the host computer used for your cluster instance. Each node type offers different memory and storage capabilities. Choose a node type based on the requirements of the application or software that you plan to run on your instance.

You can only specify one of the following values:

" }, "nodeCount": { "shape": "NodeCount", "documentation": "

The number of instances running in a cluster.

" } }, "documentation": "

A structure for the metadata of a cluster. It includes information like the CPUs needed, memory of instances, and number of instances.

" }, "ChangeRequest": { "type": "structure", "required": [ "changeType", "dbPath" ], "members": { "changeType": { "shape": "ChangeType", "documentation": "

Defines the type of change request. A changeType can have the following values:

" }, "s3Path": { "shape": "S3Path", "documentation": "

Defines the S3 path of the source file that is required to add or update files in a database.

" }, "dbPath": { "shape": "DbPath", "documentation": "

Defines the path within the database directory.

" } }, "documentation": "

A list of change request objects.

" }, "ChangeRequests": { "type": "list", "member": { "shape": "ChangeRequest" }, "max": 32, "min": 1 }, "ChangeType": { "type": "string", "enum": [ "PUT", "DELETE" ] }, "ChangesetId": { "type": "string", "max": 26, "min": 1, "pattern": "^[a-zA-Z0-9]+$" }, "ChangesetStatus": { "type": "string", "enum": [ "PENDING", "PROCESSING", "FAILED", "COMPLETED" ] }, "ClientToken": { "type": "string", "max": 36, "min": 1, "pattern": ".*\\S.*" }, "ClientTokenString": { "type": "string", "max": 64, "min": 1, "pattern": "^[a-zA-Z0-9-]+$" }, "ClusterNodeCount": { "type": "integer", "min": 1 }, "CodeConfiguration": { "type": "structure", "members": { "s3Bucket": { "shape": "S3Bucket", "documentation": "

A unique name for the S3 bucket.

" }, "s3Key": { "shape": "S3Key", "documentation": "

The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto the cluster when it's started.

" }, "s3ObjectVersion": { "shape": "S3ObjectVersion", "documentation": "

The version of an S3 object.

" } }, "documentation": "

The structure of the customer code available within the running cluster.

" }, "CooldownTime": { "type": "double", "max": 100000, "min": 0 }, "CpuCount": { "type": "double", "min": 0.1 }, "CreateEnvironmentRequest": { "type": "structure", "required": [ "name" ], "members": { "name": { "shape": "EnvironmentName", "documentation": "

The name of the FinSpace environment to be created.

" }, "description": { "shape": "Description", "documentation": "

The description of the FinSpace environment to be created.

" }, "kmsKeyId": { "shape": "KmsKeyId", "documentation": "

The KMS key id to encrypt your data in the FinSpace environment.

" }, "tags": { "shape": "TagMap", "documentation": "

Add tags to your FinSpace environment.

" }, "federationMode": { "shape": "FederationMode", "documentation": "

Authentication mode for the environment.

" }, "federationParameters": { "shape": "FederationParameters", "documentation": "

Configuration information when authentication mode is FEDERATED.

" }, "superuserParameters": { "shape": "SuperuserParameters", "documentation": "

Configuration information for the superuser.

" }, "dataBundles": { "shape": "DataBundleArns", "documentation": "

The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs:

" } } }, "CreateEnvironmentResponse": { "type": "structure", "members": { "environmentId": { "shape": "IdType", "documentation": "

The unique identifier for FinSpace environment that you created.

" }, "environmentArn": { "shape": "EnvironmentArn", "documentation": "

The Amazon Resource Name (ARN) of the FinSpace environment that you created.

" }, "environmentUrl": { "shape": "url", "documentation": "

The sign-in URL for the web application of the FinSpace environment you created.

" } } }, "CreateKxChangesetRequest": { "type": "structure", "required": [ "environmentId", "databaseName", "changeRequests", "clientToken" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier of the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database.

", "location": "uri", "locationName": "databaseName" }, "changeRequests": { "shape": "ChangeRequests", "documentation": "

A list of change request objects that are run in order. A change request object consists of changeType , s3Path, and dbPath. A changeType can have the following values:

All the change requests require a mandatory dbPath attribute that defines the path within the database directory. All database paths must start with a leading / and end with a trailing /. The s3Path attribute defines the s3 source file path and is required for a PUT change type. The s3path must end with a trailing / if it is a directory and must end without a trailing / if it is a file.

Here are few examples of how you can use the change request object:

  1. This request adds a single sym file at database root location.

    { \"changeType\": \"PUT\", \"s3Path\":\"s3://bucket/db/sym\", \"dbPath\":\"/\"}

  2. This request adds files in the given s3Path under the 2020.01.02 partition of the database.

    { \"changeType\": \"PUT\", \"s3Path\":\"s3://bucket/db/2020.01.02/\", \"dbPath\":\"/2020.01.02/\"}

  3. This request adds files in the given s3Path under the taq table partition of the database.

    [ { \"changeType\": \"PUT\", \"s3Path\":\"s3://bucket/db/2020.01.02/taq/\", \"dbPath\":\"/2020.01.02/taq/\"}]

  4. This request deletes the 2020.01.02 partition of the database.

    [{ \"changeType\": \"DELETE\", \"dbPath\": \"/2020.01.02/\"} ]

  5. The DELETE request allows you to delete the existing files under the 2020.01.02 partition of the database, and the PUT request adds a new taq table under it.

    [ {\"changeType\": \"DELETE\", \"dbPath\":\"/2020.01.02/\"}, {\"changeType\": \"PUT\", \"s3Path\":\"s3://bucket/db/2020.01.02/taq/\", \"dbPath\":\"/2020.01.02/taq/\"}]

" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true } } }, "CreateKxChangesetResponse": { "type": "structure", "members": { "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier for the changeset.

" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database.

" }, "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

" }, "changeRequests": { "shape": "ChangeRequests", "documentation": "

A list of change requests.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the changeset was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "status": { "shape": "ChangesetStatus", "documentation": "

Status of the changeset creation process.

" }, "errorInfo": { "shape": "ErrorInfo", "documentation": "

The details of the error that you receive when creating a changeset. It consists of the type of error and the error message.

" } } }, "CreateKxClusterRequest": { "type": "structure", "required": [ "environmentId", "clusterName", "clusterType", "releaseLabel", "vpcConfiguration", "azMode" ], "members": { "clientToken": { "shape": "ClientToken", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true }, "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "clusterName": { "shape": "KxClusterName", "documentation": "

A unique name for the cluster that you want to create.

" }, "clusterType": { "shape": "KxClusterType", "documentation": "

Specifies the type of KDB database that is being created. The following types are available:

" }, "tickerplantLogConfiguration": { "shape": "TickerplantLogConfiguration", "documentation": "

A configuration to store Tickerplant logs. It consists of a list of volumes that will be mounted to your cluster. For the cluster type Tickerplant, the location of the TP volume on the cluster will be available by using the global variable .aws.tp_log_path.

" }, "databases": { "shape": "KxDatabaseConfigurations", "documentation": "

A list of databases that will be available for querying.

" }, "cacheStorageConfigurations": { "shape": "KxCacheStorageConfigurations", "documentation": "

The configurations for a read only cache storage associated with a cluster. This cache will be stored as an FSx Lustre that reads from the S3 store.

" }, "autoScalingConfiguration": { "shape": "AutoScalingConfiguration", "documentation": "

The configuration based on which FinSpace will scale in or scale out nodes in your cluster.

" }, "clusterDescription": { "shape": "KxClusterDescription", "documentation": "

A description of the cluster.

" }, "capacityConfiguration": { "shape": "CapacityConfiguration", "documentation": "

A structure for the metadata of a cluster. It includes information like the CPUs needed, memory of instances, and number of instances.

" }, "releaseLabel": { "shape": "ReleaseLabel", "documentation": "

The version of FinSpace managed kdb to run.

" }, "vpcConfiguration": { "shape": "VpcConfiguration", "documentation": "

Configuration details about the network where the Privatelink endpoint of the cluster resides.

" }, "initializationScript": { "shape": "InitializationScriptFilePath", "documentation": "

Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

" }, "commandLineArguments": { "shape": "KxCommandLineArguments", "documentation": "

Defines the key-value pairs to make them available inside the cluster.

" }, "code": { "shape": "CodeConfiguration", "documentation": "

The details of the custom code that you want to use inside a cluster when analyzing a data. It consists of the S3 source bucket, location, S3 object version, and the relative path from where the custom code is loaded into the cluster.

" }, "executionRole": { "shape": "ExecutionRoleArn", "documentation": "

An IAM role that defines a set of permissions associated with a cluster. These permissions are assumed when a cluster attempts to access another cluster.

" }, "savedownStorageConfiguration": { "shape": "KxSavedownStorageConfiguration", "documentation": "

The size and type of the temporary storage that is used to hold data during the savedown process. This parameter is required when you choose clusterType as RDB. All the data written to this storage space is lost when the cluster node is restarted.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per cluster. This can be one of the following

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The availability zone identifiers for the requested regions.

" }, "tags": { "shape": "TagMap", "documentation": "

A list of key-value pairs to label the cluster. You can add up to 50 tags to a cluster.

" }, "scalingGroupConfiguration": { "shape": "KxScalingGroupConfiguration", "documentation": "

The structure that stores the configuration details of a scaling group.

" } } }, "CreateKxClusterResponse": { "type": "structure", "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment.

" }, "status": { "shape": "KxClusterStatus", "documentation": "

The status of cluster creation.

" }, "statusReason": { "shape": "KxClusterStatusReason", "documentation": "

The error message when a failed state occurs.

" }, "clusterName": { "shape": "KxClusterName", "documentation": "

A unique name for the cluster.

" }, "clusterType": { "shape": "KxClusterType", "documentation": "

Specifies the type of KDB database that is being created. The following types are available:

" }, "tickerplantLogConfiguration": { "shape": "TickerplantLogConfiguration" }, "volumes": { "shape": "Volumes", "documentation": "

A list of volumes mounted on the cluster.

" }, "databases": { "shape": "KxDatabaseConfigurations", "documentation": "

A list of databases that will be available for querying.

" }, "cacheStorageConfigurations": { "shape": "KxCacheStorageConfigurations", "documentation": "

The configurations for a read only cache storage associated with a cluster. This cache will be stored as an FSx Lustre that reads from the S3 store.

" }, "autoScalingConfiguration": { "shape": "AutoScalingConfiguration", "documentation": "

The configuration based on which FinSpace will scale in or scale out nodes in your cluster.

" }, "clusterDescription": { "shape": "KxClusterDescription", "documentation": "

A description of the cluster.

" }, "capacityConfiguration": { "shape": "CapacityConfiguration", "documentation": "

A structure for the metadata of a cluster. It includes information like the CPUs needed, memory of instances, and number of instances.

" }, "releaseLabel": { "shape": "ReleaseLabel", "documentation": "

A version of the FinSpace managed kdb to run.

" }, "vpcConfiguration": { "shape": "VpcConfiguration", "documentation": "

Configuration details about the network where the Privatelink endpoint of the cluster resides.

" }, "initializationScript": { "shape": "InitializationScriptFilePath", "documentation": "

Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

" }, "commandLineArguments": { "shape": "KxCommandLineArguments", "documentation": "

Defines the key-value pairs to make them available inside the cluster.

" }, "code": { "shape": "CodeConfiguration", "documentation": "

The details of the custom code that you want to use inside a cluster when analyzing a data. It consists of the S3 source bucket, location, S3 object version, and the relative path from where the custom code is loaded into the cluster.

" }, "executionRole": { "shape": "ExecutionRoleArn", "documentation": "

An IAM role that defines a set of permissions associated with a cluster. These permissions are assumed when a cluster attempts to access another cluster.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the cluster was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "savedownStorageConfiguration": { "shape": "KxSavedownStorageConfiguration", "documentation": "

The size and type of the temporary storage that is used to hold data during the savedown process. This parameter is required when you choose clusterType as RDB. All the data written to this storage space is lost when the cluster node is restarted.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per cluster. This can be one of the following

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The availability zone identifiers for the requested regions.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the cluster was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "scalingGroupConfiguration": { "shape": "KxScalingGroupConfiguration", "documentation": "

The structure that stores the configuration details of a scaling group.

" } } }, "CreateKxDatabaseRequest": { "type": "structure", "required": [ "environmentId", "databaseName", "clientToken" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database.

" }, "description": { "shape": "Description", "documentation": "

A description of the database.

" }, "tags": { "shape": "TagMap", "documentation": "

A list of key-value pairs to label the kdb database. You can add up to 50 tags to your kdb database

" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true } } }, "CreateKxDatabaseResponse": { "type": "structure", "members": { "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database.

" }, "databaseArn": { "shape": "DatabaseArn", "documentation": "

The ARN identifier of the database.

" }, "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

" }, "description": { "shape": "Description", "documentation": "

A description of the database.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the database was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" } } }, "CreateKxDataviewRequest": { "type": "structure", "required": [ "environmentId", "databaseName", "dataviewName", "azMode", "clientToken" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment, where you want to create the dataview.

", "location": "uri", "locationName": "environmentId" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the database where you want to create a dataview.

", "location": "uri", "locationName": "databaseName" }, "dataviewName": { "shape": "KxDataviewName", "documentation": "

A unique identifier for the dataview.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The identifier of the availability zones.

" }, "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier of the changeset that you want to use to ingest data.

" }, "segmentConfigurations": { "shape": "KxDataviewSegmentConfigurationList", "documentation": "

The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

" }, "autoUpdate": { "shape": "booleanValue", "documentation": "

The option to specify whether you want to apply all the future additions and corrections automatically to the dataview, when you ingest new changesets. The default value is false.

" }, "readWrite": { "shape": "booleanValue", "documentation": "

The option to specify whether you want to make the dataview writable to perform database maintenance. The following are some considerations related to writable dataviews.



" }, "description": { "shape": "Description", "documentation": "

A description of the dataview.

" }, "tags": { "shape": "TagMap", "documentation": "

A list of key-value pairs to label the dataview. You can add up to 50 tags to a dataview.

" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true } } }, "CreateKxDataviewResponse": { "type": "structure", "members": { "dataviewName": { "shape": "KxDataviewName", "documentation": "

A unique identifier for the dataview.

" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the database where you want to create a dataview.

" }, "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment, where you want to create the dataview.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The identifier of the availability zones.

" }, "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier for the changeset.

" }, "segmentConfigurations": { "shape": "KxDataviewSegmentConfigurationList", "documentation": "

The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

" }, "description": { "shape": "Description", "documentation": "

A description of the dataview.

" }, "autoUpdate": { "shape": "booleanValue", "documentation": "

The option to select whether you want to apply all the future additions and corrections automatically to the dataview when you ingest new changesets. The default value is false.

" }, "readWrite": { "shape": "booleanValue", "documentation": "

Returns True if the dataview is created as writeable and False otherwise.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the dataview was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "status": { "shape": "KxDataviewStatus", "documentation": "

The status of dataview creation.

" } } }, "CreateKxEnvironmentRequest": { "type": "structure", "required": [ "name", "kmsKeyId" ], "members": { "name": { "shape": "KxEnvironmentName", "documentation": "

The name of the kdb environment that you want to create.

" }, "description": { "shape": "Description", "documentation": "

A description for the kdb environment.

" }, "kmsKeyId": { "shape": "KmsKeyARN", "documentation": "

The KMS key ID to encrypt your data in the FinSpace environment.

" }, "tags": { "shape": "TagMap", "documentation": "

A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true } } }, "CreateKxEnvironmentResponse": { "type": "structure", "members": { "name": { "shape": "KxEnvironmentName", "documentation": "

The name of the kdb environment.

" }, "status": { "shape": "EnvironmentStatus", "documentation": "

The status of the kdb environment.

" }, "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

" }, "description": { "shape": "Description", "documentation": "

A description for the kdb environment.

" }, "environmentArn": { "shape": "EnvironmentArn", "documentation": "

The ARN identifier of the environment.

" }, "kmsKeyId": { "shape": "KmsKeyId", "documentation": "

The KMS key ID to encrypt your data in the FinSpace environment.

" }, "creationTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the kdb environment was created in FinSpace.

" } } }, "CreateKxScalingGroupRequest": { "type": "structure", "required": [ "clientToken", "environmentId", "scalingGroupName", "hostType", "availabilityZoneId" ], "members": { "clientToken": { "shape": "ClientToken", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true }, "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment, where you want to create the scaling group.

", "location": "uri", "locationName": "environmentId" }, "scalingGroupName": { "shape": "KxScalingGroupName", "documentation": "

A unique identifier for the kdb scaling group.

" }, "hostType": { "shape": "KxHostType", "documentation": "

The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.

You can add one of the following values:

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The identifier of the availability zones.

" }, "tags": { "shape": "TagMap", "documentation": "

A list of key-value pairs to label the scaling group. You can add up to 50 tags to a scaling group.

" } } }, "CreateKxScalingGroupResponse": { "type": "structure", "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment, where you create the scaling group.

" }, "scalingGroupName": { "shape": "KxScalingGroupName", "documentation": "

A unique identifier for the kdb scaling group.

" }, "hostType": { "shape": "KxHostType", "documentation": "

The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The identifier of the availability zones.

" }, "status": { "shape": "KxScalingGroupStatus", "documentation": "

The status of scaling group.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the scaling group was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the scaling group was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" } } }, "CreateKxUserRequest": { "type": "structure", "required": [ "environmentId", "userName", "iamRole" ], "members": { "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment where you want to create a user.

", "location": "uri", "locationName": "environmentId" }, "userName": { "shape": "KxUserNameString", "documentation": "

A unique identifier for the user.

" }, "iamRole": { "shape": "RoleArn", "documentation": "

The IAM role ARN that will be associated with the user.

" }, "tags": { "shape": "TagMap", "documentation": "

A list of key-value pairs to label the user. You can add up to 50 tags to a user.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true } } }, "CreateKxUserResponse": { "type": "structure", "members": { "userName": { "shape": "KxUserNameString", "documentation": "

A unique identifier for the user.

" }, "userArn": { "shape": "KxUserArn", "documentation": "

The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.

" }, "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

" }, "iamRole": { "shape": "RoleArn", "documentation": "

The IAM role ARN that will be associated with the user.

" } } }, "CreateKxVolumeRequest": { "type": "structure", "required": [ "environmentId", "volumeType", "volumeName", "azMode", "availabilityZoneIds" ], "members": { "clientToken": { "shape": "ClientToken", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true }, "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment, whose clusters can attach to the volume.

", "location": "uri", "locationName": "environmentId" }, "volumeType": { "shape": "KxVolumeType", "documentation": "

The type of file system volume. Currently, FinSpace only supports NAS_1 volume type. When you select NAS_1 volume type, you must also provide nas1Configuration.

" }, "volumeName": { "shape": "KxVolumeName", "documentation": "

A unique identifier for the volume.

" }, "description": { "shape": "Description", "documentation": "

A description of the volume.

" }, "nas1Configuration": { "shape": "KxNAS1Configuration", "documentation": "

Specifies the configuration for the Network attached storage (NAS_1) file system volume. This parameter is required when you choose volumeType as NAS_1.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

" }, "availabilityZoneIds": { "shape": "AvailabilityZoneIds", "documentation": "

The identifier of the availability zones.

" }, "tags": { "shape": "TagMap", "documentation": "

A list of key-value pairs to label the volume. You can add up to 50 tags to a volume.

" } } }, "CreateKxVolumeResponse": { "type": "structure", "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment, whose clusters can attach to the volume.

" }, "volumeName": { "shape": "KxVolumeName", "documentation": "

A unique identifier for the volume.

" }, "volumeType": { "shape": "KxVolumeType", "documentation": "

The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

" }, "volumeArn": { "shape": "KxVolumeArn", "documentation": "

The ARN identifier of the volume.

" }, "nas1Configuration": { "shape": "KxNAS1Configuration", "documentation": "

Specifies the configuration for the Network attached storage (NAS_1) file system volume.

" }, "status": { "shape": "KxVolumeStatus", "documentation": "

The status of volume creation.

" }, "statusReason": { "shape": "KxVolumeStatusReason", "documentation": "

The error message when a failed state occurs.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

" }, "description": { "shape": "Description", "documentation": "

A description of the volume.

" }, "availabilityZoneIds": { "shape": "AvailabilityZoneIds", "documentation": "

The identifier of the availability zones.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the volume was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" } } }, "CustomDNSConfiguration": { "type": "list", "member": { "shape": "CustomDNSServer" } }, "CustomDNSServer": { "type": "structure", "required": [ "customDNSServerName", "customDNSServerIP" ], "members": { "customDNSServerName": { "shape": "ValidHostname", "documentation": "

The name of the DNS server.

" }, "customDNSServerIP": { "shape": "ValidIPAddress", "documentation": "

The IP address of the DNS server.

" } }, "documentation": "

A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.

" }, "DataBundleArn": { "type": "string", "documentation": "

The Amazon Resource Name (ARN) of the data bundle.

", "max": 2048, "min": 20, "pattern": "^arn:aws:finspace:[A-Za-z0-9_/.-]{0,63}:\\d*:data-bundle/[0-9A-Za-z_-]{1,128}$" }, "DataBundleArns": { "type": "list", "member": { "shape": "DataBundleArn" } }, "DatabaseArn": { "type": "string" }, "DatabaseName": { "type": "string", "max": 63, "min": 3, "pattern": "^[a-zA-Z0-9][a-zA-Z0-9-_]*[a-zA-Z0-9]$" }, "DbPath": { "type": "string", "max": 1025, "min": 1, "pattern": "^(\\*)*[\\/\\?\\*]([^\\/]+\\/){0,2}[^\\/]*$" }, "DbPaths": { "type": "list", "member": { "shape": "DbPath" } }, "DeleteEnvironmentRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "IdType", "documentation": "

The identifier for the FinSpace environment.

", "location": "uri", "locationName": "environmentId" } } }, "DeleteEnvironmentResponse": { "type": "structure", "members": {} }, "DeleteKxClusterNodeRequest": { "type": "structure", "required": [ "clusterName", "nodeId", "environmentId" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "clusterName": { "shape": "KxClusterName", "documentation": "

The name of the cluster, for which you want to delete the nodes.

", "location": "uri", "locationName": "clusterName" }, "nodeId": { "shape": "KxClusterNodeIdString", "documentation": "

A unique identifier for the node that you want to delete.

", "location": "uri", "locationName": "nodeId" } } }, "DeleteKxClusterNodeResponse": { "type": "structure", "members": {} }, "DeleteKxClusterRequest": { "type": "structure", "required": [ "environmentId", "clusterName" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "clusterName": { "shape": "KxClusterName", "documentation": "

The name of the cluster that you want to delete.

", "location": "uri", "locationName": "clusterName" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true, "location": "querystring", "locationName": "clientToken" } } }, "DeleteKxClusterResponse": { "type": "structure", "members": {} }, "DeleteKxDatabaseRequest": { "type": "structure", "required": [ "environmentId", "databaseName", "clientToken" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database that you want to delete.

", "location": "uri", "locationName": "databaseName" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true, "location": "querystring", "locationName": "clientToken" } } }, "DeleteKxDatabaseResponse": { "type": "structure", "members": {} }, "DeleteKxDataviewRequest": { "type": "structure", "required": [ "environmentId", "databaseName", "dataviewName", "clientToken" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment, from where you want to delete the dataview.

", "location": "uri", "locationName": "environmentId" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the database whose dataview you want to delete.

", "location": "uri", "locationName": "databaseName" }, "dataviewName": { "shape": "KxDataviewName", "documentation": "

The name of the dataview that you want to delete.

", "location": "uri", "locationName": "dataviewName" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true, "location": "querystring", "locationName": "clientToken" } } }, "DeleteKxDataviewResponse": { "type": "structure", "members": {} }, "DeleteKxEnvironmentRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "clientToken": { "shape": "ClientToken", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true, "location": "querystring", "locationName": "clientToken" } } }, "DeleteKxEnvironmentResponse": { "type": "structure", "members": {} }, "DeleteKxScalingGroupRequest": { "type": "structure", "required": [ "environmentId", "scalingGroupName" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment, from where you want to delete the dataview.

", "location": "uri", "locationName": "environmentId" }, "scalingGroupName": { "shape": "KxScalingGroupName", "documentation": "

A unique identifier for the kdb scaling group.

", "location": "uri", "locationName": "scalingGroupName" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true, "location": "querystring", "locationName": "clientToken" } } }, "DeleteKxScalingGroupResponse": { "type": "structure", "members": {} }, "DeleteKxUserRequest": { "type": "structure", "required": [ "userName", "environmentId" ], "members": { "userName": { "shape": "KxUserNameString", "documentation": "

A unique identifier for the user that you want to delete.

", "location": "uri", "locationName": "userName" }, "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "clientToken": { "shape": "ClientToken", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true, "location": "querystring", "locationName": "clientToken" } } }, "DeleteKxUserResponse": { "type": "structure", "members": {} }, "DeleteKxVolumeRequest": { "type": "structure", "required": [ "environmentId", "volumeName" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment, whose clusters can attach to the volume.

", "location": "uri", "locationName": "environmentId" }, "volumeName": { "shape": "KxVolumeName", "documentation": "

The name of the volume that you want to delete.

", "location": "uri", "locationName": "volumeName" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true, "location": "querystring", "locationName": "clientToken" } } }, "DeleteKxVolumeResponse": { "type": "structure", "members": {} }, "Description": { "type": "string", "max": 1000, "min": 1, "pattern": "^[a-zA-Z0-9. ]{1,1000}$" }, "EmailId": { "type": "string", "max": 128, "min": 1, "pattern": "[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+[.]+[A-Za-z]+", "sensitive": true }, "Environment": { "type": "structure", "members": { "name": { "shape": "EnvironmentName", "documentation": "

The name of the FinSpace environment.

" }, "environmentId": { "shape": "IdType", "documentation": "

The identifier of the FinSpace environment.

" }, "awsAccountId": { "shape": "IdType", "documentation": "

The ID of the AWS account in which the FinSpace environment is created.

" }, "status": { "shape": "EnvironmentStatus", "documentation": "

The current status of creation of the FinSpace environment.

" }, "environmentUrl": { "shape": "url", "documentation": "

The sign-in URL for the web application of your FinSpace environment.

" }, "description": { "shape": "Description", "documentation": "

The description of the FinSpace environment.

" }, "environmentArn": { "shape": "EnvironmentArn", "documentation": "

The Amazon Resource Name (ARN) of your FinSpace environment.

" }, "sageMakerStudioDomainUrl": { "shape": "SmsDomainUrl", "documentation": "

The URL of the integrated FinSpace notebook environment in your web application.

" }, "kmsKeyId": { "shape": "KmsKeyId", "documentation": "

The KMS key id used to encrypt in the FinSpace environment.

" }, "dedicatedServiceAccountId": { "shape": "IdType", "documentation": "

The AWS account ID of the dedicated service account associated with your FinSpace environment.

" }, "federationMode": { "shape": "FederationMode", "documentation": "

The authentication mode for the environment.

" }, "federationParameters": { "shape": "FederationParameters", "documentation": "

Configuration information when authentication mode is FEDERATED.

" } }, "documentation": "

Represents an FinSpace environment.

" }, "EnvironmentArn": { "type": "string", "max": 2048, "min": 20, "pattern": "^arn:aws:finspace:[A-Za-z0-9_/.-]{0,63}:\\d+:environment/[0-9A-Za-z_-]{1,128}$" }, "EnvironmentErrorMessage": { "type": "string", "max": 1000, "min": 0, "pattern": "^[a-zA-Z0-9. ]{1,1000}$" }, "EnvironmentId": { "type": "string", "max": 32, "min": 1, "pattern": ".*\\S.*" }, "EnvironmentList": { "type": "list", "member": { "shape": "Environment" } }, "EnvironmentName": { "type": "string", "max": 255, "min": 1, "pattern": "^[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9]$" }, "EnvironmentStatus": { "type": "string", "enum": [ "CREATE_REQUESTED", "CREATING", "CREATED", "DELETE_REQUESTED", "DELETING", "DELETED", "FAILED_CREATION", "RETRY_DELETION", "FAILED_DELETION", "UPDATE_NETWORK_REQUESTED", "UPDATING_NETWORK", "FAILED_UPDATING_NETWORK", "SUSPENDED" ] }, "ErrorDetails": { "type": "string", "enum": [ "The inputs to this request are invalid.", "Service limits have been exceeded.", "Missing required permission to perform this request.", "One or more inputs to this request were not found.", "The system temporarily lacks sufficient resources to process the request.", "An internal error has occurred.", "Cancelled", "A user recoverable error has occurred" ] }, "ErrorInfo": { "type": "structure", "members": { "errorMessage": { "shape": "ErrorMessage", "documentation": "

Specifies the error message that appears if a flow fails.

" }, "errorType": { "shape": "ErrorDetails", "documentation": "

Specifies the type of error.

" } }, "documentation": "

Provides details in the event of a failed flow, including the error type and the related error message.

" }, "ErrorMessage": { "type": "string", "max": 1000 }, "ExecutionRoleArn": { "type": "string", "max": 1024, "min": 1, "pattern": "^arn:aws[a-z0-9-]*:iam::\\d{12}:role\\/[\\w-\\/.@+=,]{1,1017}$" }, "FederationAttributeKey": { "type": "string", "max": 32, "min": 1, "pattern": ".*" }, "FederationAttributeValue": { "type": "string", "max": 1000, "min": 1, "pattern": ".*" }, "FederationMode": { "type": "string", "enum": [ "FEDERATED", "LOCAL" ] }, "FederationParameters": { "type": "structure", "members": { "samlMetadataDocument": { "shape": "SamlMetadataDocument", "documentation": "

SAML 2.0 Metadata document from identity provider (IdP).

" }, "samlMetadataURL": { "shape": "url", "documentation": "

Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).

" }, "applicationCallBackURL": { "shape": "url", "documentation": "

The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).

" }, "federationURN": { "shape": "urn", "documentation": "

The Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.

" }, "federationProviderName": { "shape": "FederationProviderName", "documentation": "

Name of the identity provider (IdP).

" }, "attributeMap": { "shape": "AttributeMap", "documentation": "

SAML attribute name and value. The name must always be Email and the value should be set to the attribute definition in which user email is set. For example, name would be Email and value http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress. Please check your SAML 2.0 compliant identity provider (IdP) documentation for details.

" } }, "documentation": "

Configuration information when authentication mode is FEDERATED.

" }, "FederationProviderName": { "type": "string", "max": 32, "min": 1, "pattern": "[^_\\p{Z}][\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}][^_\\p{Z}]+" }, "FinSpaceTaggableArn": { "type": "string", "max": 2048, "min": 20, "pattern": "^arn:aws:finspace:[A-Za-z0-9_/.-]{0,63}:\\d+:(environment|kxEnvironment)/[0-9A-Za-z_-]{1,128}(/(kxCluster|kxUser|kxVolume|kxScalingGroup)/[a-zA-Z0-9_-]{1,255}|/(kxDatabase/[a-zA-Z0-9_-]{1,255}(/kxDataview/[a-zA-Z0-9_-]{1,255})?))?$" }, "GetEnvironmentRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "IdType", "documentation": "

The identifier of the FinSpace environment.

", "location": "uri", "locationName": "environmentId" } } }, "GetEnvironmentResponse": { "type": "structure", "members": { "environment": { "shape": "Environment", "documentation": "

The name of the FinSpace environment.

" } } }, "GetKxChangesetRequest": { "type": "structure", "required": [ "environmentId", "databaseName", "changesetId" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database.

", "location": "uri", "locationName": "databaseName" }, "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier of the changeset for which you want to retrieve data.

", "location": "uri", "locationName": "changesetId" } } }, "GetKxChangesetResponse": { "type": "structure", "members": { "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier for the changeset.

" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database.

" }, "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

" }, "changeRequests": { "shape": "ChangeRequests", "documentation": "

A list of change request objects that are run in order.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "activeFromTimestamp": { "shape": "Timestamp", "documentation": "

Beginning time from which the changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the changeset was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "status": { "shape": "ChangesetStatus", "documentation": "

Status of the changeset creation process.

" }, "errorInfo": { "shape": "ErrorInfo", "documentation": "

Provides details in the event of a failed flow, including the error type and the related error message.

" } } }, "GetKxClusterRequest": { "type": "structure", "required": [ "environmentId", "clusterName" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "clusterName": { "shape": "KxClusterName", "documentation": "

The name of the cluster that you want to retrieve.

", "location": "uri", "locationName": "clusterName" } } }, "GetKxClusterResponse": { "type": "structure", "members": { "status": { "shape": "KxClusterStatus", "documentation": "

The status of cluster creation.

" }, "statusReason": { "shape": "KxClusterStatusReason", "documentation": "

The error message when a failed state occurs.

" }, "clusterName": { "shape": "KxClusterName", "documentation": "

A unique name for the cluster.

" }, "clusterType": { "shape": "KxClusterType", "documentation": "

Specifies the type of KDB database that is being created. The following types are available:

" }, "tickerplantLogConfiguration": { "shape": "TickerplantLogConfiguration" }, "volumes": { "shape": "Volumes", "documentation": "

A list of volumes attached to the cluster.

" }, "databases": { "shape": "KxDatabaseConfigurations", "documentation": "

A list of databases mounted on the cluster.

" }, "cacheStorageConfigurations": { "shape": "KxCacheStorageConfigurations", "documentation": "

The configurations for a read only cache storage associated with a cluster. This cache will be stored as an FSx Lustre that reads from the S3 store.

" }, "autoScalingConfiguration": { "shape": "AutoScalingConfiguration", "documentation": "

The configuration based on which FinSpace will scale in or scale out nodes in your cluster.

" }, "clusterDescription": { "shape": "KxClusterDescription", "documentation": "

A description of the cluster.

" }, "capacityConfiguration": { "shape": "CapacityConfiguration", "documentation": "

A structure for the metadata of a cluster. It includes information like the CPUs needed, memory of instances, and number of instances.

" }, "releaseLabel": { "shape": "ReleaseLabel", "documentation": "

The version of FinSpace managed kdb to run.

" }, "vpcConfiguration": { "shape": "VpcConfiguration", "documentation": "

Configuration details about the network where the Privatelink endpoint of the cluster resides.

" }, "initializationScript": { "shape": "InitializationScriptFilePath", "documentation": "

Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

" }, "commandLineArguments": { "shape": "KxCommandLineArguments", "documentation": "

Defines key-value pairs to make them available inside the cluster.

" }, "code": { "shape": "CodeConfiguration", "documentation": "

The details of the custom code that you want to use inside a cluster when analyzing a data. It consists of the S3 source bucket, location, S3 object version, and the relative path from where the custom code is loaded into the cluster.

" }, "executionRole": { "shape": "ExecutionRoleArn", "documentation": "

An IAM role that defines a set of permissions associated with a cluster. These permissions are assumed when a cluster attempts to access another cluster.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the cluster was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "savedownStorageConfiguration": { "shape": "KxSavedownStorageConfiguration", "documentation": "

The size and type of the temporary storage that is used to hold data during the savedown process. This parameter is required when you choose clusterType as RDB. All the data written to this storage space is lost when the cluster node is restarted.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per cluster. This can be one of the following

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The availability zone identifiers for the requested regions.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the cluster was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "scalingGroupConfiguration": { "shape": "KxScalingGroupConfiguration" } } }, "GetKxConnectionStringRequest": { "type": "structure", "required": [ "userArn", "environmentId", "clusterName" ], "members": { "userArn": { "shape": "KxUserArn", "documentation": "

The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.

", "location": "querystring", "locationName": "userArn" }, "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "clusterName": { "shape": "KxClusterName", "documentation": "

A name of the kdb cluster.

", "location": "querystring", "locationName": "clusterName" } } }, "GetKxConnectionStringResponse": { "type": "structure", "members": { "signedConnectionString": { "shape": "SignedKxConnectionString", "documentation": "

The signed connection string that you can use to connect to clusters.

" } } }, "GetKxDatabaseRequest": { "type": "structure", "required": [ "environmentId", "databaseName" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database.

", "location": "uri", "locationName": "databaseName" } } }, "GetKxDatabaseResponse": { "type": "structure", "members": { "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database for which the information is retrieved.

" }, "databaseArn": { "shape": "DatabaseArn", "documentation": "

The ARN identifier of the database.

" }, "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

" }, "description": { "shape": "Description", "documentation": "

A description of the database.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "lastCompletedChangesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier for the changeset.

" }, "numBytes": { "shape": "numBytes", "documentation": "

The total number of bytes in the database.

" }, "numChangesets": { "shape": "numChangesets", "documentation": "

The total number of changesets in the database.

" }, "numFiles": { "shape": "numFiles", "documentation": "

The total number of files in the database.

" } } }, "GetKxDataviewRequest": { "type": "structure", "required": [ "environmentId", "databaseName", "dataviewName" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment, from where you want to retrieve the dataview details.

", "location": "uri", "locationName": "environmentId" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the database where you created the dataview.

", "location": "uri", "locationName": "databaseName" }, "dataviewName": { "shape": "KxDataviewName", "documentation": "

A unique identifier for the dataview.

", "location": "uri", "locationName": "dataviewName" } } }, "GetKxDataviewResponse": { "type": "structure", "members": { "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the database where you created the dataview.

" }, "dataviewName": { "shape": "KxDataviewName", "documentation": "

A unique identifier for the dataview.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The identifier of the availability zones.

" }, "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier of the changeset that you want to use to ingest data.

" }, "segmentConfigurations": { "shape": "KxDataviewSegmentConfigurationList", "documentation": "

The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

" }, "activeVersions": { "shape": "KxDataviewActiveVersionList", "documentation": "

The current active changeset versions of the database on the given dataview.

" }, "description": { "shape": "Description", "documentation": "

A description of the dataview.

" }, "autoUpdate": { "shape": "booleanValue", "documentation": "

The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when new changesets are ingested. The default value is false.

" }, "readWrite": { "shape": "booleanValue", "documentation": "

Returns True if the dataview is created as writeable and False otherwise.

" }, "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment, from where you want to retrieve the dataview details.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the dataview was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "status": { "shape": "KxDataviewStatus", "documentation": "

The status of dataview creation.

" }, "statusReason": { "shape": "KxDataviewStatusReason", "documentation": "

The error message when a failed state occurs.

" } } }, "GetKxEnvironmentRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" } } }, "GetKxEnvironmentResponse": { "type": "structure", "members": { "name": { "shape": "KxEnvironmentName", "documentation": "

The name of the kdb environment.

" }, "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

" }, "awsAccountId": { "shape": "IdType", "documentation": "

The unique identifier of the AWS account that is used to create the kdb environment.

" }, "status": { "shape": "EnvironmentStatus", "documentation": "

The status of the kdb environment.

" }, "tgwStatus": { "shape": "tgwStatus", "documentation": "

The status of the network configuration.

" }, "dnsStatus": { "shape": "dnsStatus", "documentation": "

The status of DNS configuration.

" }, "errorMessage": { "shape": "EnvironmentErrorMessage", "documentation": "

Specifies the error message that appears if a flow fails.

" }, "description": { "shape": "Description", "documentation": "

A description for the kdb environment.

" }, "environmentArn": { "shape": "EnvironmentArn", "documentation": "

The ARN identifier of the environment.

" }, "kmsKeyId": { "shape": "KmsKeyId", "documentation": "

The KMS key ID to encrypt your data in the FinSpace environment.

" }, "dedicatedServiceAccountId": { "shape": "IdType", "documentation": "

A unique identifier for the AWS environment infrastructure account.

" }, "transitGatewayConfiguration": { "shape": "TransitGatewayConfiguration" }, "customDNSConfiguration": { "shape": "CustomDNSConfiguration", "documentation": "

A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.

" }, "creationTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the kdb environment was created in FinSpace.

" }, "updateTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the kdb environment was updated.

" }, "availabilityZoneIds": { "shape": "AvailabilityZoneIds", "documentation": "

The identifier of the availability zones where subnets for the environment are created.

" }, "certificateAuthorityArn": { "shape": "stringValueLength1to255", "documentation": "

The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.

" } } }, "GetKxScalingGroupRequest": { "type": "structure", "required": [ "environmentId", "scalingGroupName" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "scalingGroupName": { "shape": "KxScalingGroupName", "documentation": "

A unique identifier for the kdb scaling group.

", "location": "uri", "locationName": "scalingGroupName" } } }, "GetKxScalingGroupResponse": { "type": "structure", "members": { "scalingGroupName": { "shape": "KxScalingGroupName", "documentation": "

A unique identifier for the kdb scaling group.

" }, "scalingGroupArn": { "shape": "arn", "documentation": "

The ARN identifier for the scaling group.

" }, "hostType": { "shape": "KxHostType", "documentation": "

The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.

It can have one of the following values:

" }, "clusters": { "shape": "KxClusterNameList", "documentation": "

The list of Managed kdb clusters that are currently active in the given scaling group.

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The identifier of the availability zones.

" }, "status": { "shape": "KxScalingGroupStatus", "documentation": "

The status of scaling group.

" }, "statusReason": { "shape": "KxClusterStatusReason", "documentation": "

The error message when a failed state occurs.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the scaling group was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the scaling group was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" } } }, "GetKxUserRequest": { "type": "structure", "required": [ "userName", "environmentId" ], "members": { "userName": { "shape": "KxUserNameString", "documentation": "

A unique identifier for the user.

", "location": "uri", "locationName": "userName" }, "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" } } }, "GetKxUserResponse": { "type": "structure", "members": { "userName": { "shape": "IdType", "documentation": "

A unique identifier for the user.

" }, "userArn": { "shape": "KxUserArn", "documentation": "

The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.

" }, "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

" }, "iamRole": { "shape": "RoleArn", "documentation": "

The IAM role ARN that is associated with the user.

" } } }, "GetKxVolumeRequest": { "type": "structure", "required": [ "environmentId", "volumeName" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment, whose clusters can attach to the volume.

", "location": "uri", "locationName": "environmentId" }, "volumeName": { "shape": "KxVolumeName", "documentation": "

A unique identifier for the volume.

", "location": "uri", "locationName": "volumeName" } } }, "GetKxVolumeResponse": { "type": "structure", "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment, whose clusters can attach to the volume.

" }, "volumeName": { "shape": "KxVolumeName", "documentation": "

A unique identifier for the volume.

" }, "volumeType": { "shape": "KxVolumeType", "documentation": "

The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

" }, "volumeArn": { "shape": "KxVolumeArn", "documentation": "

The ARN identifier of the volume.

" }, "nas1Configuration": { "shape": "KxNAS1Configuration", "documentation": "

Specifies the configuration for the Network attached storage (NAS_1) file system volume.

" }, "status": { "shape": "KxVolumeStatus", "documentation": "

The status of volume creation.

" }, "statusReason": { "shape": "KxVolumeStatusReason", "documentation": "

The error message when a failed state occurs.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the volume was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "description": { "shape": "Description", "documentation": "

A description of the volume.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

" }, "availabilityZoneIds": { "shape": "AvailabilityZoneIds", "documentation": "

The identifier of the availability zones.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the volume was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "attachedClusters": { "shape": "KxAttachedClusters", "documentation": "

A list of cluster identifiers that a volume is attached to.

" } } }, "IPAddressType": { "type": "string", "enum": [ "IP_V4" ] }, "IcmpTypeCode": { "type": "structure", "required": [ "type", "code" ], "members": { "type": { "shape": "IcmpTypeOrCode", "documentation": "

The ICMP type. A value of -1 means all types.

" }, "code": { "shape": "IcmpTypeOrCode", "documentation": "

The ICMP code. A value of -1 means all codes for the specified ICMP type.

" } }, "documentation": "

Defines the ICMP protocol that consists of the ICMP type and code.

" }, "IcmpTypeOrCode": { "type": "integer" }, "IdType": { "type": "string", "max": 26, "min": 1, "pattern": "^[a-zA-Z0-9]{1,26}$" }, "InitializationScriptFilePath": { "type": "string", "max": 255, "min": 1, "pattern": "^[a-zA-Z0-9\\_\\-\\.\\/\\\\]+$" }, "KmsKeyARN": { "type": "string", "max": 1000, "min": 1, "pattern": "^arn:aws:kms:.*:\\d+:.*$" }, "KmsKeyId": { "type": "string", "max": 1000, "min": 1, "pattern": "^[a-zA-Z-0-9-:\\/]*$" }, "KxAttachedCluster": { "type": "structure", "members": { "clusterName": { "shape": "KxClusterName", "documentation": "

A unique name for the attached cluster.

" }, "clusterType": { "shape": "KxClusterType", "documentation": "

Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.

" }, "clusterStatus": { "shape": "KxClusterStatus", "documentation": "

The status of the attached cluster.

" } }, "documentation": "

The structure containing the metadata of the attached clusters.

" }, "KxAttachedClusters": { "type": "list", "member": { "shape": "KxAttachedCluster" } }, "KxAzMode": { "type": "string", "enum": [ "SINGLE", "MULTI" ] }, "KxCacheStorageConfiguration": { "type": "structure", "required": [ "type", "size" ], "members": { "type": { "shape": "KxCacheStorageType", "documentation": "

The type of cache storage. The valid values are:

For cache type CACHE_1000 and CACHE_250 you can select cache size as 1200 GB or increments of 2400 GB. For cache type CACHE_12 you can select the cache size in increments of 6000 GB.

" }, "size": { "shape": "KxCacheStorageSize", "documentation": "

The size of cache in Gigabytes.

" } }, "documentation": "

The configuration for read only disk cache associated with a cluster.

" }, "KxCacheStorageConfigurations": { "type": "list", "member": { "shape": "KxCacheStorageConfiguration" } }, "KxCacheStorageSize": { "type": "integer" }, "KxCacheStorageType": { "type": "string", "max": 10, "min": 8 }, "KxChangesetListEntry": { "type": "structure", "members": { "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier for the changeset.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "activeFromTimestamp": { "shape": "Timestamp", "documentation": "

Beginning time from which the changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the changeset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "status": { "shape": "ChangesetStatus", "documentation": "

Status of the changeset.

" } }, "documentation": "

Details of changeset.

" }, "KxChangesets": { "type": "list", "member": { "shape": "KxChangesetListEntry" } }, "KxCluster": { "type": "structure", "members": { "status": { "shape": "KxClusterStatus", "documentation": "

The status of a cluster.

" }, "statusReason": { "shape": "KxClusterStatusReason", "documentation": "

The error message when a failed state occurs.

" }, "clusterName": { "shape": "KxClusterName", "documentation": "

A unique name for the cluster.

" }, "clusterType": { "shape": "KxClusterType", "documentation": "

Specifies the type of KDB database that is being created. The following types are available:

" }, "clusterDescription": { "shape": "KxClusterDescription", "documentation": "

A description of the cluster.

" }, "releaseLabel": { "shape": "ReleaseLabel", "documentation": "

A version of the FinSpace managed kdb to run.

" }, "volumes": { "shape": "Volumes", "documentation": "

A list of volumes attached to the cluster.

" }, "initializationScript": { "shape": "InitializationScriptFilePath", "documentation": "

Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

" }, "executionRole": { "shape": "ExecutionRoleArn", "documentation": "

An IAM role that defines a set of permissions associated with a cluster. These permissions are assumed when a cluster attempts to access another cluster.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones assigned per cluster. This can be one of the following:

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The availability zone identifiers for the requested regions.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the cluster was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the cluster was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" } }, "documentation": "

The details of a kdb cluster.

" }, "KxClusterCodeDeploymentConfiguration": { "type": "structure", "required": [ "deploymentStrategy" ], "members": { "deploymentStrategy": { "shape": "KxClusterCodeDeploymentStrategy", "documentation": "

The type of deployment that you want on a cluster.

" } }, "documentation": "

The configuration that allows you to choose how you want to update code on a cluster. Depending on the option you choose, you can reduce the time it takes to update the cluster.

" }, "KxClusterCodeDeploymentStrategy": { "type": "string", "enum": [ "NO_RESTART", "ROLLING", "FORCE" ] }, "KxClusterDescription": { "type": "string", "max": 1000, "min": 1, "pattern": "^[a-zA-Z0-9\\_\\-\\.\\s]+$" }, "KxClusterName": { "type": "string", "max": 63, "min": 3, "pattern": "^[a-zA-Z0-9][a-zA-Z0-9-_]*[a-zA-Z0-9]$" }, "KxClusterNameList": { "type": "list", "member": { "shape": "KxClusterName" } }, "KxClusterNodeIdString": { "type": "string", "max": 40, "min": 1 }, "KxClusterStatus": { "type": "string", "enum": [ "PENDING", "CREATING", "CREATE_FAILED", "RUNNING", "UPDATING", "DELETING", "DELETED", "DELETE_FAILED" ] }, "KxClusterStatusReason": { "type": "string", "max": 250, "min": 1, "pattern": "^[a-zA-Z0-9\\_\\-\\.\\s]+$" }, "KxClusterType": { "type": "string", "enum": [ "HDB", "RDB", "GATEWAY", "GP", "TICKERPLANT" ] }, "KxClusters": { "type": "list", "member": { "shape": "KxCluster" } }, "KxCommandLineArgument": { "type": "structure", "members": { "key": { "shape": "KxCommandLineArgumentKey", "documentation": "

The name of the key.

" }, "value": { "shape": "KxCommandLineArgumentValue", "documentation": "

The value of the key.

" } }, "documentation": "

Defines the key-value pairs to make them available inside the cluster.

" }, "KxCommandLineArgumentKey": { "type": "string", "max": 1024, "min": 1, "pattern": "^(?![Aa][Ww][Ss])(s|([a-zA-Z][a-zA-Z0-9_]+))|(AWS_ZIP_DEFAULT)" }, "KxCommandLineArgumentValue": { "type": "string", "max": 1024, "min": 1, "pattern": "^[a-zA-Z0-9_:./,]+$" }, "KxCommandLineArguments": { "type": "list", "member": { "shape": "KxCommandLineArgument" } }, "KxDatabaseCacheConfiguration": { "type": "structure", "required": [ "cacheType", "dbPaths" ], "members": { "cacheType": { "shape": "KxCacheStorageType", "documentation": "

The type of disk cache. This parameter is used to map the database path to cache storage. The valid values are:

" }, "dbPaths": { "shape": "DbPaths", "documentation": "

Specifies the portions of database that will be loaded into the cache for access.

" }, "dataviewName": { "shape": "KxDataviewName", "documentation": "

The name of the dataview to be used for caching historical data on disk.

" } }, "documentation": "

The structure of database cache configuration that is used for mapping database paths to cache types in clusters.

" }, "KxDatabaseCacheConfigurations": { "type": "list", "member": { "shape": "KxDatabaseCacheConfiguration" } }, "KxDatabaseConfiguration": { "type": "structure", "required": [ "databaseName" ], "members": { "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database. When this parameter is specified in the structure, S3 with the whole database is included by default.

" }, "cacheConfigurations": { "shape": "KxDatabaseCacheConfigurations", "documentation": "

Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the cluster.

" }, "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier of the changeset that is associated with the cluster.

" }, "dataviewName": { "shape": "KxDataviewName", "documentation": "

The name of the dataview to be used for caching historical data on disk.

" }, "dataviewConfiguration": { "shape": "KxDataviewConfiguration", "documentation": "

The configuration of the dataview to be used with specified cluster.

" } }, "documentation": "

The configuration of data that is available for querying from this database.

" }, "KxDatabaseConfigurations": { "type": "list", "member": { "shape": "KxDatabaseConfiguration" } }, "KxDatabaseListEntry": { "type": "structure", "members": { "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the database was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" } }, "documentation": "

Details about a FinSpace managed kdb database

" }, "KxDatabases": { "type": "list", "member": { "shape": "KxDatabaseListEntry" } }, "KxDataviewActiveVersion": { "type": "structure", "members": { "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier for the changeset.

" }, "segmentConfigurations": { "shape": "KxDataviewSegmentConfigurationList", "documentation": "

The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

" }, "attachedClusters": { "shape": "AttachedClusterList", "documentation": "

The list of clusters that are currently using this dataview.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the dataview version was active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "versionId": { "shape": "VersionId", "documentation": "

A unique identifier of the active version.

" } }, "documentation": "

The active version of the dataview that is currently in use by this cluster.

" }, "KxDataviewActiveVersionList": { "type": "list", "member": { "shape": "KxDataviewActiveVersion" } }, "KxDataviewConfiguration": { "type": "structure", "members": { "dataviewName": { "shape": "KxDataviewName", "documentation": "

The unique identifier of the dataview.

" }, "dataviewVersionId": { "shape": "VersionId", "documentation": "

The version of the dataview corresponding to a given changeset.

" }, "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier for the changeset.

" }, "segmentConfigurations": { "shape": "KxDataviewSegmentConfigurationList", "documentation": "

The db path and volume configuration for the segmented database.

" } }, "documentation": "

The structure that stores the configuration details of a dataview.

" }, "KxDataviewListEntry": { "type": "structure", "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

" }, "databaseName": { "shape": "DatabaseName", "documentation": "

A unique identifier of the database.

" }, "dataviewName": { "shape": "KxDataviewName", "documentation": "

A unique identifier of the dataview.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The identifier of the availability zones.

" }, "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier for the changeset.

" }, "segmentConfigurations": { "shape": "KxDataviewSegmentConfigurationList", "documentation": "

The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

" }, "activeVersions": { "shape": "KxDataviewActiveVersionList", "documentation": "

The active changeset versions for the given dataview entry.

" }, "status": { "shape": "KxDataviewStatus", "documentation": "

The status of a given dataview entry.

" }, "description": { "shape": "Description", "documentation": "

A description for the dataview list entry.

" }, "autoUpdate": { "shape": "booleanValue", "documentation": "

The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when you ingest new changesets. The default value is false.

" }, "readWrite": { "shape": "booleanValue", "documentation": "

Returns True if the dataview is created as writeable and False otherwise.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the dataview list entry was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the dataview list was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "statusReason": { "shape": "KxDataviewStatusReason", "documentation": "

The error message when a failed state occurs.

" } }, "documentation": "

A collection of kdb dataview entries.

" }, "KxDataviewName": { "type": "string", "max": 63, "min": 3, "pattern": "^[a-zA-Z0-9][a-zA-Z0-9-_]*[a-zA-Z0-9]$" }, "KxDataviewSegmentConfiguration": { "type": "structure", "required": [ "dbPaths", "volumeName" ], "members": { "dbPaths": { "shape": "SegmentConfigurationDbPathList", "documentation": "

The database path of the data that you want to place on each selected volume for the segment. Each segment must have a unique database path for each volume.

" }, "volumeName": { "shape": "KxVolumeName", "documentation": "

The name of the volume where you want to add data.

" }, "onDemand": { "shape": "booleanValue", "documentation": "

Enables on-demand caching on the selected database path when a particular file or a column of the database is accessed. When on demand caching is True, dataviews perform minimal loading of files on the filesystem as needed. When it is set to False, everything is cached. The default value is False.

" } }, "documentation": "

The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

" }, "KxDataviewSegmentConfigurationList": { "type": "list", "member": { "shape": "KxDataviewSegmentConfiguration" }, "max": 50, "min": 0 }, "KxDataviewStatus": { "type": "string", "enum": [ "CREATING", "ACTIVE", "UPDATING", "FAILED", "DELETING" ] }, "KxDataviewStatusReason": { "type": "string", "max": 250, "min": 1, "pattern": "^[a-zA-Z0-9\\_\\-\\.\\s]+$" }, "KxDataviews": { "type": "list", "member": { "shape": "KxDataviewListEntry" } }, "KxDeploymentConfiguration": { "type": "structure", "required": [ "deploymentStrategy" ], "members": { "deploymentStrategy": { "shape": "KxDeploymentStrategy", "documentation": "

The type of deployment that you want on a cluster.

" } }, "documentation": "

The configuration that allows you to choose how you want to update the databases on a cluster. Depending on the option you choose, you can reduce the time it takes to update the cluster.

" }, "KxDeploymentStrategy": { "type": "string", "enum": [ "NO_RESTART", "ROLLING" ] }, "KxEnvironment": { "type": "structure", "members": { "name": { "shape": "KxEnvironmentName", "documentation": "

The name of the kdb environment.

" }, "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

" }, "awsAccountId": { "shape": "IdType", "documentation": "

The unique identifier of the AWS account in which you create the kdb environment.

" }, "status": { "shape": "EnvironmentStatus", "documentation": "

The status of the environment creation.

" }, "tgwStatus": { "shape": "tgwStatus", "documentation": "

The status of the network configuration.

" }, "dnsStatus": { "shape": "dnsStatus", "documentation": "

The status of DNS configuration.

" }, "errorMessage": { "shape": "EnvironmentErrorMessage", "documentation": "

Specifies the error message that appears if a flow fails.

" }, "description": { "shape": "Description", "documentation": "

A description of the kdb environment.

" }, "environmentArn": { "shape": "EnvironmentArn", "documentation": "

The Amazon Resource Name (ARN) of your kdb environment.

" }, "kmsKeyId": { "shape": "KmsKeyId", "documentation": "

The unique identifier of the KMS key.

" }, "dedicatedServiceAccountId": { "shape": "IdType", "documentation": "

A unique identifier for the AWS environment infrastructure account.

" }, "transitGatewayConfiguration": { "shape": "TransitGatewayConfiguration", "documentation": "

Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.

" }, "customDNSConfiguration": { "shape": "CustomDNSConfiguration", "documentation": "

A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.

" }, "creationTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the kdb environment was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "updateTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the kdb environment was modified in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "availabilityZoneIds": { "shape": "AvailabilityZoneIds", "documentation": "

The identifier of the availability zones where subnets for the environment are created.

" }, "certificateAuthorityArn": { "shape": "stringValueLength1to255", "documentation": "

The Amazon Resource Name (ARN) of the certificate authority:

" } }, "documentation": "

The details of a kdb environment.

" }, "KxEnvironmentId": { "type": "string", "max": 32, "min": 1, "pattern": "^[a-z0-9]+$" }, "KxEnvironmentList": { "type": "list", "member": { "shape": "KxEnvironment" } }, "KxEnvironmentName": { "type": "string", "max": 63, "min": 3, "pattern": "^[a-zA-Z0-9][a-zA-Z0-9-_]*[a-zA-Z0-9]$" }, "KxHostType": { "type": "string", "max": 32, "min": 1, "pattern": "^[a-zA-Z0-9._]+" }, "KxNAS1Configuration": { "type": "structure", "members": { "type": { "shape": "KxNAS1Type", "documentation": "

The type of the network attached storage.

" }, "size": { "shape": "KxNAS1Size", "documentation": "

The size of the network attached storage. For storage type SSD_1000 and SSD_250 you can select the minimum size as 1200 GB or increments of 2400 GB. For storage type HDD_12 you can select the minimum size as 6000 GB or increments of 6000 GB.

" } }, "documentation": "

The structure containing the size and type of the network attached storage (NAS_1) file system volume.

" }, "KxNAS1Size": { "type": "integer", "min": 1200 }, "KxNAS1Type": { "type": "string", "enum": [ "SSD_1000", "SSD_250", "HDD_12" ] }, "KxNode": { "type": "structure", "members": { "nodeId": { "shape": "KxClusterNodeIdString", "documentation": "

A unique identifier for the node.

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The identifier of the availability zones where subnets for the environment are created.

" }, "launchTime": { "shape": "Timestamp", "documentation": "

The time when a particular node is started. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "status": { "shape": "KxNodeStatus", "documentation": "

Specifies the status of the cluster nodes.

" } }, "documentation": "

A structure that stores metadata for a kdb node.

" }, "KxNodeStatus": { "type": "string", "enum": [ "RUNNING", "PROVISIONING" ] }, "KxNodeSummaries": { "type": "list", "member": { "shape": "KxNode" } }, "KxSavedownStorageConfiguration": { "type": "structure", "members": { "type": { "shape": "KxSavedownStorageType", "documentation": "

The type of writeable storage space for temporarily storing your savedown data. The valid values are:

" }, "size": { "shape": "KxSavedownStorageSize", "documentation": "

The size of temporary storage in gibibytes.

" }, "volumeName": { "shape": "KxVolumeName", "documentation": "

The name of the kdb volume that you want to use as writeable save-down storage for clusters.

" } }, "documentation": "

The size and type of temporary storage that is used to hold data during the savedown process. All the data written to this storage space is lost when the cluster node is restarted.

" }, "KxSavedownStorageSize": { "type": "integer", "max": 16000, "min": 10 }, "KxSavedownStorageType": { "type": "string", "enum": [ "SDS01" ] }, "KxScalingGroup": { "type": "structure", "members": { "scalingGroupName": { "shape": "KxScalingGroupName", "documentation": "

A unique identifier for the kdb scaling group.

" }, "hostType": { "shape": "KxHostType", "documentation": "

The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.

You can add one of the following values:

" }, "clusters": { "shape": "KxClusterNameList", "documentation": "

The list of clusters currently active in a given scaling group.

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The identifier of the availability zones.

" }, "status": { "shape": "KxScalingGroupStatus", "documentation": "

The status of scaling groups.

" }, "statusReason": { "shape": "KxClusterStatusReason", "documentation": "

The error message when a failed state occurs.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the scaling group was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the scaling group was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" } }, "documentation": "

A structure for storing metadata of scaling group.

" }, "KxScalingGroupConfiguration": { "type": "structure", "required": [ "scalingGroupName", "memoryReservation", "nodeCount" ], "members": { "scalingGroupName": { "shape": "KxScalingGroupName", "documentation": "

A unique identifier for the kdb scaling group.

" }, "memoryLimit": { "shape": "MemoryMib", "documentation": "

An optional hard limit on the amount of memory a kdb cluster can use.

" }, "memoryReservation": { "shape": "MemoryMib", "documentation": "

A reservation of the minimum amount of memory that should be available on the scaling group for a kdb cluster to be successfully placed in a scaling group.

" }, "nodeCount": { "shape": "ClusterNodeCount", "documentation": "

The number of kdb cluster nodes.

" }, "cpu": { "shape": "CpuCount", "documentation": "

The number of vCPUs that you want to reserve for each node of this kdb cluster on the scaling group host.

" } }, "documentation": "

The structure that stores the capacity configuration details of a scaling group.

" }, "KxScalingGroupList": { "type": "list", "member": { "shape": "KxScalingGroup" } }, "KxScalingGroupName": { "type": "string", "max": 63, "min": 3, "pattern": "^[a-zA-Z0-9][a-zA-Z0-9-_]*[a-zA-Z0-9]$" }, "KxScalingGroupStatus": { "type": "string", "enum": [ "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING", "DELETED", "DELETE_FAILED" ] }, "KxUser": { "type": "structure", "members": { "userArn": { "shape": "KxUserArn", "documentation": "

The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.

" }, "userName": { "shape": "KxUserNameString", "documentation": "

A unique identifier for the user.

" }, "iamRole": { "shape": "RoleArn", "documentation": "

The IAM role ARN that is associated with the user.

" }, "createTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the kdb user was created.

" }, "updateTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the kdb user was updated.

" } }, "documentation": "

A structure that stores metadata for a kdb user.

" }, "KxUserArn": { "type": "string", "max": 2048, "min": 20, "pattern": "^arn:aws:finspace:[A-Za-z0-9_/.-]{0,63}:\\d+:kxEnvironment/[0-9A-Za-z_-]{1,128}/kxUser/[0-9A-Za-z_-]{1,128}$" }, "KxUserList": { "type": "list", "member": { "shape": "KxUser" } }, "KxUserNameString": { "type": "string", "max": 50, "min": 1, "pattern": "^[0-9A-Za-z_-]{1,50}$" }, "KxVolume": { "type": "structure", "members": { "volumeName": { "shape": "KxVolumeName", "documentation": "

A unique identifier for the volume.

" }, "volumeType": { "shape": "KxVolumeType", "documentation": "

The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

" }, "status": { "shape": "KxVolumeStatus", "documentation": "

The status of volume.

" }, "description": { "shape": "Description", "documentation": "

A description of the volume.

" }, "statusReason": { "shape": "KxVolumeStatusReason", "documentation": "

The error message when a failed state occurs.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

" }, "availabilityZoneIds": { "shape": "AvailabilityZoneIds", "documentation": "

The identifier of the availability zones.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the volume was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the volume was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" } }, "documentation": "

The structure that contains the metadata of the volume.

" }, "KxVolumeArn": { "type": "string", "max": 2048, "min": 20, "pattern": "^arn:aws:finspace:[A-Za-z0-9_/.-]{0,63}:\\d+:kxEnvironment/[0-9A-Za-z_-]{1,128}(/kxSharedVolume/[a-zA-Z0-9_-]{1,255})?$" }, "KxVolumeName": { "type": "string", "max": 63, "min": 3, "pattern": "^[a-zA-Z0-9][a-zA-Z0-9-_]*[a-zA-Z0-9]$" }, "KxVolumeStatus": { "type": "string", "enum": [ "CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED", "DELETE_FAILED" ] }, "KxVolumeStatusReason": { "type": "string", "max": 250, "min": 1, "pattern": "^[a-zA-Z0-9\\_\\-\\.\\s]+$" }, "KxVolumeType": { "type": "string", "enum": [ "NAS_1" ] }, "KxVolumes": { "type": "list", "member": { "shape": "KxVolume" } }, "ListEnvironmentsRequest": { "type": "structure", "members": { "nextToken": { "shape": "PaginationToken", "documentation": "

A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the nextTokennextToken value from the response object of the previous page call.

", "location": "querystring", "locationName": "nextToken" }, "maxResults": { "shape": "ResultLimit", "documentation": "

The maximum number of results to return in this request.

", "location": "querystring", "locationName": "maxResults" } } }, "ListEnvironmentsResponse": { "type": "structure", "members": { "environments": { "shape": "EnvironmentList", "documentation": "

A list of all of your FinSpace environments.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that you can use in a subsequent call to retrieve the next set of results.

" } } }, "ListKxChangesetsRequest": { "type": "structure", "required": [ "environmentId", "databaseName" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database.

", "location": "uri", "locationName": "databaseName" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

", "location": "querystring", "locationName": "nextToken" }, "maxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to return in this request.

", "location": "querystring", "locationName": "maxResults" } } }, "ListKxChangesetsResponse": { "type": "structure", "members": { "kxChangesets": { "shape": "KxChangesets", "documentation": "

A list of changesets for a database.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

" } } }, "ListKxClusterNodesRequest": { "type": "structure", "required": [ "clusterName", "environmentId" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "clusterName": { "shape": "KxClusterName", "documentation": "

A unique name for the cluster.

", "location": "uri", "locationName": "clusterName" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

", "location": "querystring", "locationName": "nextToken" }, "maxResults": { "shape": "ResultLimit", "documentation": "

The maximum number of results to return in this request.

", "location": "querystring", "locationName": "maxResults" } } }, "ListKxClusterNodesResponse": { "type": "structure", "members": { "nodes": { "shape": "KxNodeSummaries", "documentation": "

A list of nodes associated with the cluster.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

" } } }, "ListKxClustersRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "clusterType": { "shape": "KxClusterType", "documentation": "

Specifies the type of KDB database that is being created. The following types are available:

", "location": "querystring", "locationName": "clusterType" }, "maxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to return in this request.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

", "location": "querystring", "locationName": "nextToken" } } }, "ListKxClustersResponse": { "type": "structure", "members": { "kxClusterSummaries": { "shape": "KxClusters", "documentation": "

Lists the cluster details.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

" } } }, "ListKxDatabasesRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

", "location": "querystring", "locationName": "nextToken" }, "maxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to return in this request.

", "location": "querystring", "locationName": "maxResults" } } }, "ListKxDatabasesResponse": { "type": "structure", "members": { "kxDatabases": { "shape": "KxDatabases", "documentation": "

A list of databases in the kdb environment.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

" } } }, "ListKxDataviewsRequest": { "type": "structure", "required": [ "environmentId", "databaseName" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.

", "location": "uri", "locationName": "environmentId" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the database where the dataviews were created.

", "location": "uri", "locationName": "databaseName" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

", "location": "querystring", "locationName": "nextToken" }, "maxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to return in this request.

", "location": "querystring", "locationName": "maxResults" } } }, "ListKxDataviewsResponse": { "type": "structure", "members": { "kxDataviews": { "shape": "KxDataviews", "documentation": "

The list of kdb dataviews that are currently active for the given database.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

" } } }, "ListKxEnvironmentsRequest": { "type": "structure", "members": { "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

", "location": "querystring", "locationName": "nextToken" }, "maxResults": { "shape": "BoxedInteger", "documentation": "

The maximum number of results to return in this request.

", "location": "querystring", "locationName": "maxResults" } } }, "ListKxEnvironmentsResponse": { "type": "structure", "members": { "environments": { "shape": "KxEnvironmentList", "documentation": "

A list of environments in an account.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

" } } }, "ListKxScalingGroupsRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment, for which you want to retrieve a list of scaling groups.

", "location": "uri", "locationName": "environmentId" }, "maxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to return in this request.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

", "location": "querystring", "locationName": "nextToken" } } }, "ListKxScalingGroupsResponse": { "type": "structure", "members": { "scalingGroups": { "shape": "KxScalingGroupList", "documentation": "

A list of scaling groups available in a kdb environment.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

" } } }, "ListKxUsersRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

", "location": "querystring", "locationName": "nextToken" }, "maxResults": { "shape": "ResultLimit", "documentation": "

The maximum number of results to return in this request.

", "location": "querystring", "locationName": "maxResults" } } }, "ListKxUsersResponse": { "type": "structure", "members": { "users": { "shape": "KxUserList", "documentation": "

A list of users in a kdb environment.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

" } } }, "ListKxVolumesRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment, whose clusters can attach to the volume.

", "location": "uri", "locationName": "environmentId" }, "maxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to return in this request.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

", "location": "querystring", "locationName": "nextToken" }, "volumeType": { "shape": "KxVolumeType", "documentation": "

The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

", "location": "querystring", "locationName": "volumeType" } } }, "ListKxVolumesResponse": { "type": "structure", "members": { "kxVolumeSummaries": { "shape": "KxVolumes", "documentation": "

A summary of volumes.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token that indicates where a results page should begin.

" } } }, "ListTagsForResourceRequest": { "type": "structure", "required": [ "resourceArn" ], "members": { "resourceArn": { "shape": "FinSpaceTaggableArn", "documentation": "

The Amazon Resource Name of the resource.

", "location": "uri", "locationName": "resourceArn" } } }, "ListTagsForResourceResponse": { "type": "structure", "members": { "tags": { "shape": "TagMap", "documentation": "

A list of all tags for a resource.

" } } }, "MaxResults": { "type": "integer", "max": 100, "min": 0 }, "MemoryMib": { "type": "integer", "min": 6 }, "NameString": { "type": "string", "max": 50, "min": 1, "pattern": "^[a-zA-Z0-9]{1,50}$" }, "NetworkACLConfiguration": { "type": "list", "member": { "shape": "NetworkACLEntry" }, "max": 100, "min": 1 }, "NetworkACLEntry": { "type": "structure", "required": [ "ruleNumber", "protocol", "ruleAction", "cidrBlock" ], "members": { "ruleNumber": { "shape": "RuleNumber", "documentation": "

The rule number for the entry. For example 100. All the network ACL entries are processed in ascending order by rule number.

" }, "protocol": { "shape": "Protocol", "documentation": "

The protocol number. A value of -1 means all the protocols.

" }, "ruleAction": { "shape": "RuleAction", "documentation": "

Indicates whether to allow or deny the traffic that matches the rule.

" }, "portRange": { "shape": "PortRange", "documentation": "

The range of ports the rule applies to.

" }, "icmpTypeCode": { "shape": "IcmpTypeCode", "documentation": "

Defines the ICMP protocol that consists of the ICMP type and code.

" }, "cidrBlock": { "shape": "ValidCIDRBlock", "documentation": "

The IPv4 network range to allow or deny, in CIDR notation. For example, 172.16.0.0/24. We modify the specified CIDR block to its canonical form. For example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

" } }, "documentation": "

The network access control list (ACL) is an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets. The entry is a set of numbered ingress and egress rules that determine whether a packet should be allowed in or out of a subnet associated with the ACL. We process the entries in the ACL according to the rule numbers, in ascending order.

" }, "NodeCount": { "type": "integer", "min": 1 }, "NodeType": { "type": "string", "max": 32, "min": 1, "pattern": "^[a-zA-Z0-9._]+$" }, "PaginationToken": { "type": "string", "max": 1000, "min": 1, "pattern": ".*" }, "Port": { "type": "integer", "max": 65535, "min": 0 }, "PortRange": { "type": "structure", "required": [ "from", "to" ], "members": { "from": { "shape": "Port", "documentation": "

The first port in the range.

" }, "to": { "shape": "Port", "documentation": "

The last port in the range.

" } }, "documentation": "

The range of ports the rule applies to.

" }, "Protocol": { "type": "string", "max": 5, "min": 1, "pattern": "^-1|[0-9]+$" }, "ReleaseLabel": { "type": "string", "max": 16, "min": 1, "pattern": "^[a-zA-Z0-9._-]+$" }, "ResultLimit": { "type": "integer", "max": 100, "min": 0 }, "RoleArn": { "type": "string", "max": 2048, "min": 20, "pattern": "^arn:aws[a-z\\-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$" }, "RuleAction": { "type": "string", "enum": [ "allow", "deny" ] }, "RuleNumber": { "type": "integer", "max": 32766, "min": 1 }, "S3Bucket": { "type": "string", "max": 255, "min": 3, "pattern": "^[a-z0-9][a-z0-9\\.\\-]*[a-z0-9]$" }, "S3Key": { "type": "string", "max": 1024, "min": 1, "pattern": "^[a-zA-Z0-9\\/\\!\\-_\\.\\*'\\(\\)]+$" }, "S3ObjectVersion": { "type": "string", "max": 1000, "min": 1 }, "S3Path": { "type": "string", "max": 1093, "min": 9, "pattern": "^s3:\\/\\/[a-z0-9][a-z0-9-.]{1,61}[a-z0-9]\\/([^\\/]+\\/)*[^\\/]*$" }, "SamlMetadataDocument": { "type": "string", "max": 10000000, "min": 1000, "pattern": ".*" }, "SecurityGroupIdList": { "type": "list", "member": { "shape": "SecurityGroupIdString" } }, "SecurityGroupIdString": { "type": "string", "max": 1024, "min": 1, "pattern": "^sg-([a-z0-9]{8}$|[a-z0-9]{17}$)" }, "SegmentConfigurationDbPathList": { "type": "list", "member": { "shape": "DbPath" }, "max": 30, "min": 1 }, "SignedKxConnectionString": { "type": "string", "max": 2048, "min": 1, "pattern": "^(:|:tcps:\\/\\/)[a-zA-Z0-9-\\.\\_]+:\\d+:[a-zA-Z0-9-\\.\\_]+:\\S+$", "sensitive": true }, "SmsDomainUrl": { "type": "string", "max": 1000, "min": 1, "pattern": "^[a-zA-Z-0-9-:\\/.]*$" }, "SubnetIdList": { "type": "list", "member": { "shape": "SubnetIdString" } }, "SubnetIdString": { "type": "string", "max": 1024, "min": 1, "pattern": "^subnet-([a-z0-9]{8}$|[a-z0-9]{17}$)" }, "SuperuserParameters": { "type": "structure", "required": [ "emailAddress", "firstName", "lastName" ], "members": { "emailAddress": { "shape": "EmailId", "documentation": "

The email address of the superuser.

" }, "firstName": { "shape": "NameString", "documentation": "

The first name of the superuser.

" }, "lastName": { "shape": "NameString", "documentation": "

The last name of the superuser.

" } }, "documentation": "

Configuration information for the superuser.

" }, "TagKey": { "type": "string", "max": 128, "min": 1, "pattern": "^(?!aws:)[a-zA-Z+-=._:/]+$" }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" }, "max": 50, "min": 1 }, "TagMap": { "type": "map", "key": { "shape": "TagKey" }, "value": { "shape": "TagValue" }, "max": 50, "min": 1 }, "TagResourceRequest": { "type": "structure", "required": [ "resourceArn", "tags" ], "members": { "resourceArn": { "shape": "FinSpaceTaggableArn", "documentation": "

The Amazon Resource Name (ARN) for the resource.

", "location": "uri", "locationName": "resourceArn" }, "tags": { "shape": "TagMap", "documentation": "

One or more tags to be assigned to the resource.

" } } }, "TagResourceResponse": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "max": 256, "min": 1, "pattern": "^[a-zA-Z0-9+-=._:@ ]+$" }, "TickerplantLogConfiguration": { "type": "structure", "members": { "tickerplantLogVolumes": { "shape": "TickerplantLogVolumes", "documentation": "

The name of the volumes for tickerplant logs.

" } }, "documentation": "

A configuration to store the Tickerplant logs. It consists of a list of volumes that will be mounted to your cluster. For the cluster type Tickerplant, the location of the TP volume on the cluster will be available by using the global variable .aws.tp_log_path.

" }, "TickerplantLogVolumes": { "type": "list", "member": { "shape": "VolumeName" } }, "Timestamp": { "type": "timestamp" }, "TransitGatewayConfiguration": { "type": "structure", "required": [ "transitGatewayID", "routableCIDRSpace" ], "members": { "transitGatewayID": { "shape": "TransitGatewayID", "documentation": "

The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to your internal network.

" }, "routableCIDRSpace": { "shape": "ValidCIDRSpace", "documentation": "

The routing CIDR on behalf of kdb environment. It could be any \"/26 range in the 100.64.0.0 CIDR space. After providing, it will be added to the customer's transit gateway routing table so that the traffics could be routed to kdb network.

" }, "attachmentNetworkAclConfiguration": { "shape": "NetworkACLConfiguration", "documentation": "

The rules that define how you manage the outbound traffic from kdb network to your internal network.

" } }, "documentation": "

The structure of the transit gateway and network configuration that is used to connect the kdb environment to an internal network.

" }, "TransitGatewayID": { "type": "string", "max": 32, "min": 1 }, "UntagResourceRequest": { "type": "structure", "required": [ "resourceArn", "tagKeys" ], "members": { "resourceArn": { "shape": "FinSpaceTaggableArn", "documentation": "

A FinSpace resource from which you want to remove a tag or tags. The value for this parameter is an Amazon Resource Name (ARN).

", "location": "uri", "locationName": "resourceArn" }, "tagKeys": { "shape": "TagKeyList", "documentation": "

The tag keys (names) of one or more tags to be removed.

", "location": "querystring", "locationName": "tagKeys" } } }, "UntagResourceResponse": { "type": "structure", "members": {} }, "UpdateEnvironmentRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "IdType", "documentation": "

The identifier of the FinSpace environment.

", "location": "uri", "locationName": "environmentId" }, "name": { "shape": "EnvironmentName", "documentation": "

The name of the environment.

" }, "description": { "shape": "Description", "documentation": "

The description of the environment.

" }, "federationMode": { "shape": "FederationMode", "documentation": "

Authentication mode for the environment.

" }, "federationParameters": { "shape": "FederationParameters" } } }, "UpdateEnvironmentResponse": { "type": "structure", "members": { "environment": { "shape": "Environment", "documentation": "

Returns the FinSpace environment object.

" } } }, "UpdateKxClusterCodeConfigurationRequest": { "type": "structure", "required": [ "environmentId", "clusterName", "code" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier of the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "clusterName": { "shape": "KxClusterName", "documentation": "

The name of the cluster.

", "location": "uri", "locationName": "clusterName" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true }, "code": { "shape": "CodeConfiguration" }, "initializationScript": { "shape": "InitializationScriptFilePath", "documentation": "

Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

You cannot update this parameter for a NO_RESTART deployment.

" }, "commandLineArguments": { "shape": "KxCommandLineArguments", "documentation": "

Specifies the key-value pairs to make them available inside the cluster.

You cannot update this parameter for a NO_RESTART deployment.

" }, "deploymentConfiguration": { "shape": "KxClusterCodeDeploymentConfiguration", "documentation": "

The configuration that allows you to choose how you want to update the code on a cluster.

" } } }, "UpdateKxClusterCodeConfigurationResponse": { "type": "structure", "members": {} }, "UpdateKxClusterDatabasesRequest": { "type": "structure", "required": [ "environmentId", "clusterName", "databases" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

The unique identifier of a kdb environment.

", "location": "uri", "locationName": "environmentId" }, "clusterName": { "shape": "KxClusterName", "documentation": "

A unique name for the cluster that you want to modify.

", "location": "uri", "locationName": "clusterName" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true }, "databases": { "shape": "KxDatabaseConfigurations", "documentation": "

The structure of databases mounted on the cluster.

" }, "deploymentConfiguration": { "shape": "KxDeploymentConfiguration", "documentation": "

The configuration that allows you to choose how you want to update the databases on a cluster.

" } } }, "UpdateKxClusterDatabasesResponse": { "type": "structure", "members": {} }, "UpdateKxDatabaseRequest": { "type": "structure", "required": [ "environmentId", "databaseName", "clientToken" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database.

", "location": "uri", "locationName": "databaseName" }, "description": { "shape": "Description", "documentation": "

A description of the database.

" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true } } }, "UpdateKxDatabaseResponse": { "type": "structure", "members": { "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the kdb database.

" }, "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment.

" }, "description": { "shape": "Description", "documentation": "

A description of the database.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" } } }, "UpdateKxDataviewRequest": { "type": "structure", "required": [ "environmentId", "databaseName", "dataviewName", "clientToken" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment, where you want to update the dataview.

", "location": "uri", "locationName": "environmentId" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the database.

", "location": "uri", "locationName": "databaseName" }, "dataviewName": { "shape": "KxDataviewName", "documentation": "

The name of the dataview that you want to update.

", "location": "uri", "locationName": "dataviewName" }, "description": { "shape": "Description", "documentation": "

The description for a dataview.

" }, "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier for the changeset.

" }, "segmentConfigurations": { "shape": "KxDataviewSegmentConfigurationList", "documentation": "

The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true } } }, "UpdateKxDataviewResponse": { "type": "structure", "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

A unique identifier for the kdb environment, where you want to update the dataview.

" }, "databaseName": { "shape": "DatabaseName", "documentation": "

The name of the database.

" }, "dataviewName": { "shape": "KxDataviewName", "documentation": "

The name of the database under which the dataview was created.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

" }, "availabilityZoneId": { "shape": "AvailabilityZoneId", "documentation": "

The identifier of the availability zones.

" }, "changesetId": { "shape": "ChangesetId", "documentation": "

A unique identifier for the changeset.

" }, "segmentConfigurations": { "shape": "KxDataviewSegmentConfigurationList", "documentation": "

The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

" }, "activeVersions": { "shape": "KxDataviewActiveVersionList", "documentation": "

The current active changeset versions of the database on the given dataview.

" }, "status": { "shape": "KxDataviewStatus", "documentation": "

The status of dataview creation.

" }, "autoUpdate": { "shape": "booleanValue", "documentation": "

The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when new changesets are ingested. The default value is false.

" }, "readWrite": { "shape": "booleanValue", "documentation": "

Returns True if the dataview is created as writeable and False otherwise.

" }, "description": { "shape": "Description", "documentation": "

A description of the dataview.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the dataview was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" } } }, "UpdateKxEnvironmentNetworkRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "transitGatewayConfiguration": { "shape": "TransitGatewayConfiguration", "documentation": "

Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.

" }, "customDNSConfiguration": { "shape": "CustomDNSConfiguration", "documentation": "

A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true } } }, "UpdateKxEnvironmentNetworkResponse": { "type": "structure", "members": { "name": { "shape": "KxEnvironmentName", "documentation": "

The name of the kdb environment.

" }, "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

" }, "awsAccountId": { "shape": "IdType", "documentation": "

The unique identifier of the AWS account that is used to create the kdb environment.

" }, "status": { "shape": "EnvironmentStatus", "documentation": "

The status of the kdb environment.

" }, "tgwStatus": { "shape": "tgwStatus", "documentation": "

The status of the network configuration.

" }, "dnsStatus": { "shape": "dnsStatus", "documentation": "

The status of DNS configuration.

" }, "errorMessage": { "shape": "EnvironmentErrorMessage", "documentation": "

Specifies the error message that appears if a flow fails.

" }, "description": { "shape": "Description", "documentation": "

The description of the environment.

" }, "environmentArn": { "shape": "EnvironmentArn", "documentation": "

The ARN identifier of the environment.

" }, "kmsKeyId": { "shape": "KmsKeyId", "documentation": "

The KMS key ID to encrypt your data in the FinSpace environment.

" }, "dedicatedServiceAccountId": { "shape": "IdType", "documentation": "

A unique identifier for the AWS environment infrastructure account.

" }, "transitGatewayConfiguration": { "shape": "TransitGatewayConfiguration" }, "customDNSConfiguration": { "shape": "CustomDNSConfiguration", "documentation": "

A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.

" }, "creationTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the kdb environment was created in FinSpace.

" }, "updateTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the kdb environment was updated.

" }, "availabilityZoneIds": { "shape": "AvailabilityZoneIds", "documentation": "

The identifier of the availability zones where subnets for the environment are created.

" } } }, "UpdateKxEnvironmentRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "name": { "shape": "KxEnvironmentName", "documentation": "

The name of the kdb environment.

" }, "description": { "shape": "Description", "documentation": "

A description of the kdb environment.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true } } }, "UpdateKxEnvironmentResponse": { "type": "structure", "members": { "name": { "shape": "KxEnvironmentName", "documentation": "

The name of the kdb environment.

" }, "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

" }, "awsAccountId": { "shape": "IdType", "documentation": "

The unique identifier of the AWS account that is used to create the kdb environment.

" }, "status": { "shape": "EnvironmentStatus", "documentation": "

The status of the kdb environment.

" }, "tgwStatus": { "shape": "tgwStatus", "documentation": "

The status of the network configuration.

" }, "dnsStatus": { "shape": "dnsStatus", "documentation": "

The status of DNS configuration.

" }, "errorMessage": { "shape": "EnvironmentErrorMessage", "documentation": "

Specifies the error message that appears if a flow fails.

" }, "description": { "shape": "Description", "documentation": "

The description of the environment.

" }, "environmentArn": { "shape": "EnvironmentArn", "documentation": "

The ARN identifier of the environment.

" }, "kmsKeyId": { "shape": "KmsKeyId", "documentation": "

The KMS key ID to encrypt your data in the FinSpace environment.

" }, "dedicatedServiceAccountId": { "shape": "IdType", "documentation": "

A unique identifier for the AWS environment infrastructure account.

" }, "transitGatewayConfiguration": { "shape": "TransitGatewayConfiguration" }, "customDNSConfiguration": { "shape": "CustomDNSConfiguration", "documentation": "

A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.

" }, "creationTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the kdb environment was created in FinSpace.

" }, "updateTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the kdb environment was updated.

" }, "availabilityZoneIds": { "shape": "AvailabilityZoneIds", "documentation": "

The identifier of the availability zones where subnets for the environment are created.

" } } }, "UpdateKxUserRequest": { "type": "structure", "required": [ "environmentId", "userName", "iamRole" ], "members": { "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

", "location": "uri", "locationName": "environmentId" }, "userName": { "shape": "KxUserNameString", "documentation": "

A unique identifier for the user.

", "location": "uri", "locationName": "userName" }, "iamRole": { "shape": "RoleArn", "documentation": "

The IAM role ARN that is associated with the user.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true } } }, "UpdateKxUserResponse": { "type": "structure", "members": { "userName": { "shape": "KxUserNameString", "documentation": "

A unique identifier for the user.

" }, "userArn": { "shape": "KxUserArn", "documentation": "

The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.

" }, "environmentId": { "shape": "IdType", "documentation": "

A unique identifier for the kdb environment.

" }, "iamRole": { "shape": "RoleArn", "documentation": "

The IAM role ARN that is associated with the user.

" } } }, "UpdateKxVolumeRequest": { "type": "structure", "required": [ "environmentId", "volumeName" ], "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment where you created the storage volume.

", "location": "uri", "locationName": "environmentId" }, "volumeName": { "shape": "KxVolumeName", "documentation": "

A unique identifier for the volume.

", "location": "uri", "locationName": "volumeName" }, "description": { "shape": "Description", "documentation": "

A description of the volume.

" }, "clientToken": { "shape": "ClientTokenString", "documentation": "

A token that ensures idempotency. This token expires in 10 minutes.

", "idempotencyToken": true }, "nas1Configuration": { "shape": "KxNAS1Configuration", "documentation": "

Specifies the configuration for the Network attached storage (NAS_1) file system volume.

" } } }, "UpdateKxVolumeResponse": { "type": "structure", "members": { "environmentId": { "shape": "KxEnvironmentId", "documentation": "

A unique identifier for the kdb environment where you want to update the volume.

" }, "volumeName": { "shape": "KxVolumeName", "documentation": "

A unique identifier for the volume that you want to update.

" }, "volumeType": { "shape": "KxVolumeType", "documentation": "

The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

" }, "volumeArn": { "shape": "KxVolumeArn", "documentation": "

The ARN identifier of the volume.

" }, "nas1Configuration": { "shape": "KxNAS1Configuration", "documentation": "

Specifies the configuration for the Network attached storage (NAS_1) file system volume.

" }, "status": { "shape": "KxVolumeStatus", "documentation": "

The status of the volume.

" }, "description": { "shape": "Description", "documentation": "

The description for the volume.

" }, "statusReason": { "shape": "KxVolumeStatusReason", "documentation": "

The error message when a failed state occurs.

" }, "createdTimestamp": { "shape": "Timestamp", "documentation": "

The timestamp at which the volume was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "azMode": { "shape": "KxAzMode", "documentation": "

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

" }, "availabilityZoneIds": { "shape": "AvailabilityZoneIds", "documentation": "

The identifier of the availability zones.

" }, "lastModifiedTimestamp": { "shape": "Timestamp", "documentation": "

The last time that the volume was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

" }, "attachedClusters": { "shape": "KxAttachedClusters", "documentation": "

Specifies the clusters that a volume is attached to.

" } } }, "ValidCIDRBlock": { "type": "string", "max": 18, "min": 1, "pattern": "^(?:\\d{1,3}\\.){3}\\d{1,3}(?:\\/(?:3[0-2]|[12]\\d|\\d))$" }, "ValidCIDRSpace": { "type": "string" }, "ValidHostname": { "type": "string", "max": 255, "min": 3, "pattern": "^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9])(\\.([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9]))*$" }, "ValidIPAddress": { "type": "string", "pattern": "^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$" }, "VersionId": { "type": "string", "max": 26, "min": 1 }, "Volume": { "type": "structure", "members": { "volumeName": { "shape": "VolumeName", "documentation": "

A unique identifier for the volume.

" }, "volumeType": { "shape": "VolumeType", "documentation": "

The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

" } }, "documentation": "

The structure that consists of name and type of volume.

" }, "VolumeName": { "type": "string", "max": 63, "min": 3, "pattern": "^[a-zA-Z0-9][a-zA-Z0-9-_]*[a-zA-Z0-9]$" }, "VolumeType": { "type": "string", "enum": [ "NAS_1" ] }, "Volumes": { "type": "list", "member": { "shape": "Volume" }, "max": 5, "min": 0 }, "VpcConfiguration": { "type": "structure", "members": { "vpcId": { "shape": "VpcIdString", "documentation": "

The identifier of the VPC endpoint.

" }, "securityGroupIds": { "shape": "SecurityGroupIdList", "documentation": "

The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.

" }, "subnetIds": { "shape": "SubnetIdList", "documentation": "

The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.

" }, "ipAddressType": { "shape": "IPAddressType", "documentation": "

The IP address type for cluster network configuration parameters. The following type is available:

" } }, "documentation": "

Configuration details about the network where the Privatelink endpoint of the cluster resides.

" }, "VpcIdString": { "type": "string", "max": 1024, "min": 1, "pattern": "^vpc-([a-z0-9]{8}$|[a-z0-9]{17}$)" }, "arn": { "type": "string", "max": 2048, "min": 20, "pattern": "^arn:*:*:*:*:*" }, "booleanValue": { "type": "boolean" }, "dnsStatus": { "type": "string", "enum": [ "NONE", "UPDATE_REQUESTED", "UPDATING", "FAILED_UPDATE", "SUCCESSFULLY_UPDATED" ] }, "numBytes": { "type": "long" }, "numChangesets": { "type": "integer" }, "numFiles": { "type": "integer" }, "stringValueLength1to255": { "type": "string", "max": 255, "min": 1 }, "tgwStatus": { "type": "string", "enum": [ "NONE", "UPDATE_REQUESTED", "UPDATING", "FAILED_UPDATE", "SUCCESSFULLY_UPDATED" ] }, "url": { "type": "string", "max": 1000, "min": 1, "pattern": "^https?://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]" }, "urn": { "type": "string", "max": 255, "min": 1, "pattern": "^[A-Za-z0-9._\\-:\\/#\\+]+$" } }, "documentation": "

The FinSpace management service provides the APIs for managing FinSpace environments.

" }