Module Values_0.InstanceAssociationOutputLocationSource

An S3 bucket where you want to store the results of this request. For the minimal permissions required to enable Amazon S3 output for an association, see Create an association (console) in the Systems Manager User Guide.

Sourcetype nonrec t = {
  1. s3Location : S3OutputLocation.t option;
    (*

    An S3 bucket where you want to store the results of this request.

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