Module Values_1.DescribeParametersResultSource

Lists the parameters in your Amazon Web Services account or the parameters shared with you when you enable the Shared option. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.

Sourcetype nonrec t = {
  1. parameters : ParameterMetadataList.t option;
    (*

    Parameters returned by the request.

    *)
  2. nextToken : Values_0.NextToken.t option;
    (*

    The token to use when requesting the next set of items.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of Values_0.InternalServerError.t
  2. | `InvalidFilterKey of Values_0.InvalidFilterKey.t
  3. | `InvalidFilterOption of InvalidFilterOption.t
  4. | `InvalidFilterValue of Values_0.InvalidFilterValue.t
  5. | `InvalidNextToken of Values_0.InvalidNextToken.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?parameters:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerError of Values_0.InternalServerError.t | `InvalidFilterKey of unit | `InvalidFilterOption of InvalidFilterOption.t | `InvalidFilterValue of Values_0.InvalidFilterValue.t | `InvalidNextToken of Values_0.InvalidNextToken.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerError of Values_0.InternalServerError.t | `InvalidFilterKey of unit | `InvalidFilterOption of InvalidFilterOption.t | `InvalidFilterValue of Values_0.InvalidFilterValue.t | `InvalidNextToken of Values_0.InvalidNextToken.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of Values_0.String_.t ]) list ] list | `Long of PSParameterVersion.t | `String of Values_0.PSParameterName.t | `Timestamp of Values_0.DateTime.t ]) list ] list | `String of Values_0.NextToken.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