Values.StartUpdateSignalMapResponseContentSourcePlaceholder documentation for StartUpdateSignalMapResponseContent
type nonrec t = {arn : string;A signal map's ARN (Amazon Resource Name)
*)cloudWatchAlarmTemplateGroupIds : string list option;createdAt : string;description : string option;A resource's optional description.
*)discoveryEntryPointArn : string;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;A signal map's id.
*)lastDiscoveredAt : string option;lastSuccessfulMonitorDeployment : SuccessfulMonitorDeployment.t option;mediaResourceMap : MediaResourceMap.t option;modifiedAt : string option;monitorChangesPendingDeployment : bool;If true, there are pending monitor changes for this signal map that can be deployed.
*)monitorDeployment : MonitorDeployment.t option;name : string;A resource's name. Names must be unique within the scope of a resource type in a specific region.
*)status : SignalMapStatus.t;}val make :
?cloudWatchAlarmTemplateGroupIds:??? ->
?description:??? ->
?errorMessage:??? ->
?eventBridgeRuleTemplateGroupIds:??? ->
?failedMediaResourceMap:??? ->
?lastDiscoveredAt:??? ->
?lastSuccessfulMonitorDeployment:??? ->
?mediaResourceMap:??? ->
?modifiedAt:??? ->
?monitorDeployment:??? ->
?tags:??? ->
arn:string ->
createdAt:string ->
discoveryEntryPointArn:string ->
id:string ->
monitorChangesPendingDeployment:bool ->
name:string ->
status:SignalMapStatus.t ->
unit ->
tval 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 ]