Module Values.DescribeAppBlockBuilderAppBlockAssociationsRequestSource

Retrieves a list that describes one or more app block builder associations.

Sourcetype nonrec t = {
  1. appBlockArn : Arn.t option;
    (*

    The ARN of the app block.

    *)
  2. appBlockBuilderName : Name.t option;
    (*

    The name of the app block builder.

    *)
  3. maxResults : Integer.t option;
    (*

    The maximum size of each page of results.

    *)
  4. nextToken : String_.t option;
    (*

    The pagination token used to retrieve the next page of results for this operation.

    *)
}
Sourceval make : ?appBlockArn:??? -> ?appBlockBuilderName:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `String of Arn.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