Module Values.UpdateClusterRequestSource

While a cluster's ClusterState value is in the AwaitingQuorum state, you can update some of the information associated with a cluster. Once the cluster changes to a different job state, usually 60 minutes after the cluster being created, this action is no longer available.

Sourcetype nonrec t = {
  1. clusterId : ClusterId.t;
    (*

    The cluster ID of the cluster that you want to update, for example CID123e4567-e89b-12d3-a456-426655440000.

    *)
  2. roleARN : RoleARN.t option;
    (*

    The new role Amazon Resource Name (ARN) that you want to associate with this cluster. To create a role ARN, use the CreateRole API action in Identity and Access Management (IAM).

    *)
  3. description : String_.t option;
    (*

    The updated description of this cluster.

    *)
  4. resources : JobResource.t option;
    (*

    The updated arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.

    *)
  5. onDeviceServiceConfiguration : OnDeviceServiceConfiguration.t option;
    (*

    Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family device clusters support Amazon S3 and NFS (Network File System).

    *)
  6. addressId : AddressId.t option;
    (*

    The ID of the updated Address object.

    *)
  7. shippingOption : ShippingOption.t option;
    (*

    The updated shipping option value of this cluster's ShippingDetails object.

    *)
  8. notification : Notification.t option;
    (*

    The new or updated Notification object.

    *)
  9. forwardingAddressId : AddressId.t option;
    (*

    The updated ID for the forwarding address for a cluster. This field is not supported in most regions.

    *)
}
Sourceval context_ : string
Sourceval make : ?roleARN:??? -> ?description:??? -> ?resources:??? -> ?onDeviceServiceConfiguration:??? -> ?addressId:??? -> ?shippingOption:??? -> ?notification:??? -> ?forwardingAddressId:??? -> clusterId:ClusterId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ClusterId.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of ResourceARN.t ]) list ] list | `String of ResourceARN.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] list | `String of SnsTopicARN.t | `Structure of (string * [> `Double of S3StorageLimit.t | `Enum of string | `Integer of StorageLimit.t | `String of String_.t ]) list ]) list ]) 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