Module Values.GetSecurityControlDefinitionRequestSource

Retrieves the definition of a security control. The definition includes the control title, description, Region availability, parameter definitions, and other details.

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

    The ID of the security control to retrieve the definition for. This field doesn’t accept an Amazon Resource Name (ARN).

    *)
}
Sourceval context_ : string
Sourceval make : securityControlId:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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