Module Values.ResourceSnapshotPayloadSource

Represents the payload of a resource snapshot. This structure is designed to accommodate different types of resource snapshots, currently supporting opportunity summaries.

Sourcetype nonrec t = {
  1. opportunitySummary : OpportunitySummaryView.t option;
    (*

    An object that contains an opportunity's subset of fields.

    *)
  2. awsOpportunitySummaryFullView : AwsOpportunitySummaryFullView.t option;
    (*

    Provides a comprehensive view of AwsOpportunitySummaryFullView template.

    *)
}
Sourceval make : ?opportunitySummary:??? -> ?awsOpportunitySummaryFullView:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `Structure of (string * [> `Enum of string | `String of Email.t ]) list ] list | `String of OpportunityIdentifier.t | `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of AwsMarketplaceOfferIdentifier.t | `Structure of (string * [> `Enum of string | `String of Email.t | `Timestamp of DateTime.t ]) list ] list | `String of Date.t | `Structure of (string * [> `Enum of string | `String of AccountOtherIndustryString.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of MonetaryAmount.t ]) list | `String of AddressCityString.t ]) list ]) list ]) list ]) list ]) 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