Module Values.StandardsSubscriptionRequestSource

The standard that you want to enable.

Sourcetype nonrec t = {
  1. standardsArn : NonEmptyString.t;
    (*

    The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the DescribeStandards operation.

    *)
  2. standardsInput : StandardsInputParameterMap.t option;
    (*

    A key-value pair of input for the standard.

    *)
}
Sourceval context_ : string
Sourceval make : ?standardsInput:??? -> standardsArn:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of NonEmptyString.t ] * [> `String of NonEmptyString.t ]) list | `String of NonEmptyString.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