Module Values.CreateSignalMapResponseContentSource

Placeholder documentation for CreateSignalMapResponseContent

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

    A signal map's ARN (Amazon Resource Name)

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

    A resource's optional description.

    *)
  5. discoveryEntryPointArn : string;
    (*

    A top-level supported AWS resource ARN to discovery a signal map from.

    *)
  6. errorMessage : string option;
    (*

    Error message associated with a failed creation or failed update attempt of a signal map.

    *)
  7. eventBridgeRuleTemplateGroupIds : string list option;
  8. failedMediaResourceMap : FailedMediaResourceMap.t option;
  9. id : string;
    (*

    A signal map's id.

    *)
  10. lastDiscoveredAt : string option;
  11. lastSuccessfulMonitorDeployment : SuccessfulMonitorDeployment.t option;
  12. mediaResourceMap : MediaResourceMap.t option;
  13. modifiedAt : string option;
  14. monitorChangesPendingDeployment : bool;
    (*

    If true, there are pending monitor changes for this signal map that can be deployed.

    *)
  15. monitorDeployment : MonitorDeployment.t option;
  16. name : string;
    (*

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

    *)
  17. status : SignalMapStatus.t;
  18. tags : TagMap.t option;
}
Sourceval context_ : string
Sourceval 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 -> t
Sourceval 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 ]
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