Values.DescribeCustomPluginResponseSourceA summary description of the custom plugin.
type nonrec t = {creationTime : string option;The time that the custom plugin was created.
*)customPluginArn : string option;The Amazon Resource Name (ARN) of the custom plugin.
*)customPluginState : CustomPluginState.t option;The state of the custom plugin.
*)description : string option;The description of the custom plugin.
*)latestRevision : CustomPluginRevisionSummary.t option;The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent.
*)name : string option;The name of the custom plugin.
*)stateDescription : StateDescription.t option;Details about the state of a custom plugin.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.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 ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of string ])
list
| `Timestamp of string ])
list ]