Module Values_2.DetachClusterNodeVolumeRequestSource

Detaches your Amazon Elastic Block Store (Amazon EBS) volume from a node in your EKS orchestrated SageMaker HyperPod cluster. This API works with the Amazon Elastic Block Store (Amazon EBS) Container Storage Interface (CSI) driver to manage the lifecycle of persistent storage in your HyperPod EKS clusters.

Sourcetype nonrec t = {
  1. clusterArn : Values_0.ClusterArn.t;
    (*

    The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster containing the target node. Your cluster must use EKS as the orchestration and be in the InService state.

    *)
  2. nodeId : Values_0.ClusterNodeId.t;
    (*

    The unique identifier of the cluster node from which you want to detach the volume.

    *)
  3. volumeId : Values_0.VolumeId.t;
    (*

    The unique identifier of your EBS volume that you want to detach. Your volume must be currently attached to the specified node.

    *)
}
Sourceval context_ : string
Sourceval make : clusterArn:Values_0.ClusterArn.t -> nodeId:Values_0.ClusterNodeId.t -> volumeId:Values_0.VolumeId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ClusterArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t