Values.CreateSignalMapResponseSourcePlaceholder documentation for CreateSignalMapResponse
type nonrec t = {arn : string option;A signal map's ARN (Amazon Resource Name)
*)cloudWatchAlarmTemplateGroupIds : string list option;createdAt : string option;description : string option;A resource's optional description.
*)discoveryEntryPointArn : string option;A top-level supported AWS resource ARN to discovery a signal map from.
*)errorMessage : string option;Error message associated with a failed creation or failed update attempt of a signal map.
*)eventBridgeRuleTemplateGroupIds : string list option;failedMediaResourceMap : FailedMediaResourceMap.t option;id : string option;A signal map's id.
*)lastDiscoveredAt : string option;lastSuccessfulMonitorDeployment : SuccessfulMonitorDeployment.t option;mediaResourceMap : MediaResourceMap.t option;modifiedAt : string option;monitorChangesPendingDeployment : bool option;If true, there are pending monitor changes for this signal map that can be deployed.
*)monitorDeployment : MonitorDeployment.t option;name : string option;A resource's name. Names must be unique within the scope of a resource type in a specific region.
*)status : SignalMapStatus.t option;}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 make :
?arn:??? ->
?cloudWatchAlarmTemplateGroupIds:??? ->
?createdAt:??? ->
?description:??? ->
?discoveryEntryPointArn:??? ->
?errorMessage:??? ->
?eventBridgeRuleTemplateGroupIds:??? ->
?failedMediaResourceMap:??? ->
?id:??? ->
?lastDiscoveredAt:??? ->
?lastSuccessfulMonitorDeployment:??? ->
?mediaResourceMap:??? ->
?modifiedAt:??? ->
?monitorChangesPendingDeployment:??? ->
?monitorDeployment:??? ->
?name:??? ->
?status:??? ->
?tags:??? ->
unit ->
tval 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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of string ] list
| `Map of
([> `String of string ]
* [> `String of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of string ]) list ]
list
| `String of string ])
list ])
list
| `String of string
| `Structure of
(string * [> `Enum of string | `String of string ]) list
| `Timestamp of string ])
list ]