Values.DeleteChannelPlacementGroupResponseSourcePlaceholder documentation for DeleteChannelPlacementGroupResponse
type nonrec t = {arn : string option;The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.
*)channels : string list option;Used in ListChannelPlacementGroupsResult
*)clusterId : string option;The ID of the Cluster that the Node belongs to.
*)id : string option;The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.
*)name : string option;The name that you specified for the ChannelPlacementGroup.
*)nodes : string list option;An array with one item, which is the single Node that is associated with the ChannelPlacementGroup.
*)state : ChannelPlacementGroupState.t option;The current state of the ChannelPlacementGroup.
*)}type nonrec error = [ | `BadGatewayException of BadGatewayException.t| `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `ForbiddenException of ForbiddenException.t| `GatewayTimeoutException of GatewayTimeoutException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadGatewayException of BadGatewayException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadGatewayException of BadGatewayException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]