Module Values.CreateEventBridgeRuleTemplateGroupResponseSource

Placeholder documentation for CreateEventBridgeRuleTemplateGroupResponse

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

    An eventbridge rule template group's ARN (Amazon Resource Name)

    *)
  2. createdAt : string option;
  3. description : string option;
    (*

    A resource's optional description.

    *)
  4. id : string option;
    (*

    An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`

    *)
  5. modifiedAt : string option;
  6. name : string option;
    (*

    A resource's name. Names must be unique within the scope of a resource type in a specific region.

    *)
  7. tags : TagMap.t option;
}
Sourcetype nonrec error = [
  1. | `BadRequestException of BadRequestException.t
  2. | `ConflictException of ConflictException.t
  3. | `ForbiddenException of ForbiddenException.t
  4. | `InternalServerErrorException of InternalServerErrorException.t
  5. | `NotFoundException of NotFoundException.t
  6. | `TooManyRequestsException of TooManyRequestsException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?createdAt:??? -> ?description:??? -> ?id:??? -> ?modifiedAt:??? -> ?name:??? -> ?tags:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadRequestException of BadRequestException.t | `ConflictException of ConflictException.t | `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BadRequestException of BadRequestException.t | `ConflictException of ConflictException.t | `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Timestamp 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