Values.ConfigIdResponseSourceResponse containing the ARN, ID, and type of a Config.
type nonrec t = {configId : String_.t option;UUID of a Config.
*)configType : ConfigCapabilityType.t option;Type of a Config.
*)configArn : ConfigArn.t option;ARN of a Config.
*)}type nonrec error = [ | `DependencyException of DependencyException.t| `InvalidParameterException of InvalidParameterException.t| `ResourceLimitExceededException of ResourceLimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DependencyException of DependencyException.t
| `InvalidParameterException of InvalidParameterException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DependencyException of DependencyException.t
| `InvalidParameterException of InvalidParameterException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]