Values.StandardsSubscriptionRequestSourceThe standard that you want to enable.
type nonrec t = {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.
*)standardsInput : StandardsInputParameterMap.t option;A key-value pair of input for the standard.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of NonEmptyString.t ])
list ]