Values.GetCodeSigningConfigResponseSourceReturns information about the specified code signing configuration.
type nonrec t = {codeSigningConfig : CodeSigningConfig.t option;The code signing configuration
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceException of ServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of CodeSigningConfigId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of Arn.t ] list ])
list ])
list ])
list ]