Module Awso_dsql_asyncSource

Sourceval tag_resource : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_dsql.Values.TagResourceInput.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval untag_resource : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_dsql.Values.UntagResourceInput.t -> (unit, unit) Result.t Async.Deferred.t
include module type of struct include Awso_dsql.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule ValidationExceptionField = Awso_dsql.Values.ValidationExceptionField

Stores information about a field passed inside a request that resulted in an validation error.

The Amazon Resource Name of the cluster.

The ID of the cluster.

The Amazon Resource Name (ARN) of the stream.

Sourcemodule StreamCreationTime = Awso_dsql.Values.StreamCreationTime

The timestamp when the stream was created.

The ID of the stream.

Sourcemodule KinesisStreamArn = Awso_dsql.Values.KinesisStreamArn

The Amazon Resource Name (ARN) of an Amazon Kinesis Data Stream.

The Amazon Resource Name (ARN) of an IAM role.

Sourcemodule ValidationExceptionFieldList = Awso_dsql.Values.ValidationExceptionFieldList
Sourcemodule ValidationExceptionReason = Awso_dsql.Values.ValidationExceptionReason

Region name.

Unique tag key, maximum 128 Unicode characters in UTF-8.

Tag value, maximum 256 Unicode characters in UTF-8.

Summary information about a stream.

A summary of the properties of a cluster.

Sourcemodule StreamFailureErrorCode = Awso_dsql.Values.StreamFailureErrorCode
Sourcemodule KinesisTargetDefinition = Awso_dsql.Values.KinesisTargetDefinition

Kinesis stream target configuration.

Sourcemodule EncryptionStatus = Awso_dsql.Values.EncryptionStatus
Sourcemodule AccessDeniedException = Awso_dsql.Values.AccessDeniedException

You do not have sufficient access to perform this action.

Sourcemodule ClusterCreationTime = Awso_dsql.Values.ClusterCreationTime

The timestamp when the cluster was created.

Sourcemodule ConflictException = Awso_dsql.Values.ConflictException

The submitted action has conflicts.

Sourcemodule InternalServerException = Awso_dsql.Values.InternalServerException

The request processing has failed because of an unknown error, exception or failure.

Sourcemodule ResourceNotFoundException = Awso_dsql.Values.ResourceNotFoundException

The resource could not be found.

Sourcemodule ThrottlingException = Awso_dsql.Values.ThrottlingException

The request was denied due to request throttling.

Sourcemodule ValidationException = Awso_dsql.Values.ValidationException

The input failed to satisfy the constraints specified by an Amazon Web Services service.

Idempotency token so a request is only processed once.

Sourcemodule DeletionProtectionEnabled = Awso_dsql.Values.DeletionProtectionEnabled

Indicates whether deletion protection is enabled for a cluster.

Sourcemodule KmsEncryptionKey = Awso_dsql.Values.KmsEncryptionKey
Sourcemodule MultiRegionProperties = Awso_dsql.Values.MultiRegionProperties

Defines the structure for multi-Region cluster configurations, containing the witness region and linked cluster settings.

Amazon Resource Name.

Sourcemodule BypassPolicyLockoutSafetyCheck = Awso_dsql.Values.BypassPolicyLockoutSafetyCheck

A resource-based policy document in JSON format. Length constraints: Minimum length of 1. Maximum length of 20480 characters (approximately 20KB).

Token used to retrieve next page.

Max results that will be returned per page.

Sourcemodule ClusterVpcEndpoint = Awso_dsql.Values.ClusterVpcEndpoint

The name of the VPC endpoint service that provides access to your cluster. Use this endpoint to establish a private connection between your VPC and the cluster.

Stream status reason with error and timestamp.

Sourcemodule TargetDefinition = Awso_dsql.Values.TargetDefinition

Target definition for stream destination.

Sourcemodule EncryptionDetails = Awso_dsql.Values.EncryptionDetails

Configuration details about encryption for the cluster including the KMS key ARN, encryption type, and encryption status.

Sourcemodule ServiceQuotaExceededException = Awso_dsql.Values.ServiceQuotaExceededException

The service limit was exceeded.

Sourcemodule UpdateClusterOutput = Awso_dsql.Values.UpdateClusterOutput

The details of the cluster after it has been updated.

Sourcemodule UpdateClusterInput = Awso_dsql.Values.UpdateClusterInput

The UpdateCluster API allows you to modify both single-Region and multi-Region cluster configurations. With the multiRegionProperties parameter, you can add or modify witness Region support and manage peer relationships with clusters in other Regions. Note that updating multi-Region clusters requires additional IAM permissions beyond those needed for standard cluster updates, as detailed in the Permissions section. Required permissions dsql:UpdateCluster Permission to update a DSQL cluster. Resources: arn:aws:dsql:region:account-id:cluster/cluster-id dsql:PutMultiRegionProperties Permission to configure multi-Region properties for a cluster. Resources: arn:aws:dsql:region:account-id:cluster/cluster-id dsql:GetCluster Permission to retrieve cluster information. Resources: arn:aws:dsql:region:account-id:cluster/cluster-id dsql:AddPeerCluster Permission to add peer clusters. Resources: Local cluster: arn:aws:dsql:region:account-id:cluster/cluster-id Each peer cluster: exact ARN of each specified peer cluster dsql:RemovePeerCluster Permission to remove peer clusters. The dsql:RemovePeerCluster permission uses a wildcard ARN pattern to simplify permission management during updates. Resources: arn:aws:dsql:*:account-id:cluster/* dsql:PutWitnessRegion Permission to set a witness Region. Resources: arn:aws:dsql:region:account-id:cluster/cluster-id Condition Keys: dsql:WitnessRegion (matching the specified witness Region) This permission is checked both in the cluster Region and in the witness Region. The witness region specified in multiRegionProperties.witnessRegion cannot be the same as the cluster's Region. When updating clusters with peer relationships, permissions are checked for both adding and removing peers. The dsql:RemovePeerCluster permission uses a wildcard ARN pattern to simplify permission management during updates.

Sourcemodule UntagResourceInput = Awso_dsql.Values.UntagResourceInput

Removes a tag from a resource.

Sourcemodule TagResourceInput = Awso_dsql.Values.TagResourceInput

Tags a resource with a map of key and value pairs.

Sourcemodule PutClusterPolicyOutput = Awso_dsql.Values.PutClusterPolicyOutput

Attaches a resource-based policy to a cluster. This policy defines access permissions and conditions for the cluster, allowing you to control which principals can perform actions on the cluster.

Sourcemodule PutClusterPolicyInput = Awso_dsql.Values.PutClusterPolicyInput

Attaches a resource-based policy to a cluster. This policy defines access permissions and conditions for the cluster, allowing you to control which principals can perform actions on the cluster.

Sourcemodule ListTagsForResourceOutput = Awso_dsql.Values.ListTagsForResourceOutput

Lists all of the tags for a resource.

Sourcemodule ListTagsForResourceInput = Awso_dsql.Values.ListTagsForResourceInput

Lists all of the tags for a resource.

Sourcemodule ListStreamsOutput = Awso_dsql.Values.ListStreamsOutput

Retrieves information about a list of streams for a cluster.

Sourcemodule ListStreamsInput = Awso_dsql.Values.ListStreamsInput

Retrieves information about a list of streams for a cluster.

Sourcemodule ListClustersOutput = Awso_dsql.Values.ListClustersOutput

Retrieves information about a list of clusters.

Sourcemodule ListClustersInput = Awso_dsql.Values.ListClustersInput

Retrieves information about a list of clusters.

Sourcemodule GetVpcEndpointServiceNameOutput = Awso_dsql.Values.GetVpcEndpointServiceNameOutput

Retrieves the VPC endpoint service name.

Sourcemodule GetVpcEndpointServiceNameInput = Awso_dsql.Values.GetVpcEndpointServiceNameInput

Retrieves the VPC endpoint service name.

The output of a retrieved stream.

Retrieves information about a stream.

Sourcemodule GetClusterPolicyOutput = Awso_dsql.Values.GetClusterPolicyOutput

Retrieves the resource-based policy document attached to a cluster. This policy defines the access permissions and conditions for the cluster.

Sourcemodule GetClusterPolicyInput = Awso_dsql.Values.GetClusterPolicyInput

Retrieves the resource-based policy document attached to a cluster. This policy defines the access permissions and conditions for the cluster.

Sourcemodule GetClusterOutput = Awso_dsql.Values.GetClusterOutput

The output of a cluster.

Retrieves information about a cluster.

Sourcemodule DeleteStreamOutput = Awso_dsql.Values.DeleteStreamOutput

The output from a deleted stream.

Sourcemodule DeleteStreamInput = Awso_dsql.Values.DeleteStreamInput

Deletes a stream from a cluster.

Sourcemodule DeleteClusterPolicyOutput = Awso_dsql.Values.DeleteClusterPolicyOutput

Deletes the resource-based policy attached to a cluster. This removes all access permissions defined by the policy, reverting to default access controls.

Sourcemodule DeleteClusterPolicyInput = Awso_dsql.Values.DeleteClusterPolicyInput

Deletes the resource-based policy attached to a cluster. This removes all access permissions defined by the policy, reverting to default access controls.

Sourcemodule DeleteClusterOutput = Awso_dsql.Values.DeleteClusterOutput

The output from a deleted cluster.

Sourcemodule DeleteClusterInput = Awso_dsql.Values.DeleteClusterInput

Deletes a cluster in Amazon Aurora DSQL.

Sourcemodule CreateStreamOutput = Awso_dsql.Values.CreateStreamOutput

The output of a created stream.

Sourcemodule CreateStreamInput = Awso_dsql.Values.CreateStreamInput

Creates a new change data capture (CDC) stream for a cluster. The stream captures database changes and delivers them to the specified target destination. Required permissions dsql:CreateStream Permission to create a new stream. Resources: arn:aws:dsql:region:account-id:cluster/cluster-id iam:PassRole Permission to pass the IAM role specified in the target definition to the service. Resources: ARN of the IAM role specified in targetDefinition.kinesis.roleArn kms:Decrypt Required when the cluster uses a customer managed KMS key (CMK). Permission to decrypt data using the cluster's CMK. Resources: ARN of the KMS key used by the cluster

Sourcemodule CreateClusterOutput = Awso_dsql.Values.CreateClusterOutput

The output of a created cluster.

Sourcemodule CreateClusterInput = Awso_dsql.Values.CreateClusterInput

The CreateCluster API allows you to create both single-Region clusters and multi-Region clusters. With the addition of the multiRegionProperties parameter, you can create a cluster with witness Region support and establish peer relationships with clusters in other Regions during creation. Creating multi-Region clusters requires additional IAM permissions beyond those needed for single-Region clusters, as detailed in the Required permissions section below. Required permissions dsql:CreateCluster Required to create a cluster. Resources: arn:aws:dsql:region:account-id:cluster/* dsql:TagResource Permission to add tags to a resource. Resources: arn:aws:dsql:region:account-id:cluster/* dsql:PutMultiRegionProperties Permission to configure multi-Region properties for a cluster. Resources: arn:aws:dsql:region:account-id:cluster/* dsql:AddPeerCluster When specifying multiRegionProperties.clusters, permission to add peer clusters. Resources: Local cluster: arn:aws:dsql:region:account-id:cluster/* Each peer cluster: exact ARN of each specified peer cluster dsql:PutWitnessRegion When specifying multiRegionProperties.witnessRegion, permission to set a witness Region. This permission is checked both in the cluster Region and in the witness Region. Resources: arn:aws:dsql:region:account-id:cluster/* Condition Keys: dsql:WitnessRegion (matching the specified witness region) The witness Region specified in multiRegionProperties.witnessRegion cannot be the same as the cluster's Region.

Sourcemodule Cli : sig ... end