Module Values.DescribeMetadataModelMessageSource

Gets detailed information about the specified metadata model, including its definition and corresponding converted objects in the target database if applicable.

Sourcetype nonrec t = {
  1. selectionRules : String_.t;
    (*

    The JSON string that specifies which metadata model to retrieve. Only one selection rule with "rule-action": "explicit" can be provided. For more information, see Selection Rules in the DMS User Guide.

    *)
  2. migrationProjectIdentifier : MigrationProjectIdentifier.t;
    (*

    The migration project name or Amazon Resource Name (ARN).

    *)
  3. origin : OriginTypeValue.t;
    (*

    Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET

    *)
}
Sourceval context_ : string
Sourceval make : selectionRules:String_.t -> migrationProjectIdentifier:MigrationProjectIdentifier.t -> origin:OriginTypeValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.t ]) 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