Module Values_0.DeleteParametersRequestSource

Delete a list of parameters. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

Sourcetype nonrec t = {
  1. names : ParameterNameList.t;
    (*

    The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name. You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.

    *)
}
Sourceval context_ : string
Sourceval make : names:ParameterNameList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of PSParameterName.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