Module Values.DeployAsApplicationConfigurationUpdateSource

Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.

Sourcetype nonrec t = {
  1. s3ContentLocationUpdate : S3ContentBaseLocationUpdate.t option;
    (*

    Updates to the location that holds the data required to specify an Amazon Data Analytics application.

    *)
}
Sourceval make : ?s3ContentLocationUpdate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of BucketARN.t ]) 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