Values.CreateCloudWatchAlarmTemplateGroupResponseSourcePlaceholder documentation for CreateCloudWatchAlarmTemplateGroupResponse
type nonrec t = {arn : string option;A cloudwatch alarm template group's ARN (Amazon Resource Name)
*)createdAt : string option;description : string option;A resource's optional description.
*)id : string option;A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
*)modifiedAt : string option;name : string option;A resource's name. Names must be unique within the scope of a resource type in a specific region.
*)}type nonrec error = [ | `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 ]val 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 ]val 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 ]