Module Values.CreateChannelPlacementGroupResponseSource

Placeholder documentation for CreateChannelPlacementGroupResponse

Sourcetype nonrec t = {
  1. arn : string option;
    (*

    The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.

    *)
  2. channels : string list option;
    (*

    Used in ListChannelPlacementGroupsResult

    *)
  3. clusterId : string option;
    (*

    The ID of the Cluster that the Node belongs to.

    *)
  4. id : string option;
    (*

    The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.

    *)
  5. name : string option;
    (*

    The name that you specified for the ChannelPlacementGroup.

    *)
  6. nodes : string list option;
    (*

    An array with one item, which is the single Node that is associated with the ChannelPlacementGroup.

    *)
  7. state : ChannelPlacementGroupState.t option;
    (*

    The current state of the ChannelPlacementGroup.

    *)
}
Sourcetype nonrec error = [
  1. | `BadGatewayException of BadGatewayException.t
  2. | `BadRequestException of BadRequestException.t
  3. | `ForbiddenException of ForbiddenException.t
  4. | `GatewayTimeoutException of GatewayTimeoutException.t
  5. | `InternalServerErrorException of InternalServerErrorException.t
  6. | `TooManyRequestsException of TooManyRequestsException.t
  7. | `UnprocessableEntityException of UnprocessableEntityException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?channels:??? -> ?clusterId:??? -> ?id:??? -> ?name:??? -> ?nodes:??? -> ?state:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadGatewayException of BadGatewayException.t | `BadRequestException of BadRequestException.t | `ForbiddenException of ForbiddenException.t | `GatewayTimeoutException of GatewayTimeoutException.t | `InternalServerErrorException of InternalServerErrorException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option | `UnprocessableEntityException of UnprocessableEntityException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BadGatewayException of BadGatewayException.t | `BadRequestException of BadRequestException.t | `ForbiddenException of ForbiddenException.t | `GatewayTimeoutException of GatewayTimeoutException.t | `InternalServerErrorException of InternalServerErrorException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option | `UnprocessableEntityException of UnprocessableEntityException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `String of string ]) 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