Values.GetResourceOutputSourceReturns information about the current state of the specified resource. For details, see Reading a resource's current state. You can use this action to return information about an existing resource in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.
type nonrec t = {typeName : TypeName.t option;The name of the resource type.
*)resourceDescription : ResourceDescription.t option;}type nonrec error = [ | `AlreadyExistsException of AlreadyExistsException.t| `GeneralServiceException of GeneralServiceException.t| `HandlerFailureException of HandlerFailureException.t| `HandlerInternalFailureException of HandlerInternalFailureException.t| `InvalidCredentialsException of InvalidCredentialsException.t| `InvalidRequestException of InvalidRequestException.t| `NetworkFailureException of NetworkFailureException.t| `NotStabilizedException of NotStabilizedException.t| `NotUpdatableException of NotUpdatableException.t| `PrivateTypeException of PrivateTypeException.t| `ResourceConflictException of ResourceConflictException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceInternalErrorException of ServiceInternalErrorException.t| `ServiceLimitExceededException of ServiceLimitExceededException.t| `ThrottlingException of ThrottlingException.t| `TypeNotFoundException of TypeNotFoundException.t| `UnsupportedActionException of UnsupportedActionException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AlreadyExistsException of AlreadyExistsException.t
| `GeneralServiceException of GeneralServiceException.t
| `HandlerFailureException of HandlerFailureException.t
| `HandlerInternalFailureException of HandlerInternalFailureException.t
| `InvalidCredentialsException of InvalidCredentialsException.t
| `InvalidRequestException of InvalidRequestException.t
| `NetworkFailureException of NetworkFailureException.t
| `NotStabilizedException of NotStabilizedException.t
| `NotUpdatableException of NotUpdatableException.t
| `PrivateTypeException of PrivateTypeException.t
| `ResourceConflictException of ResourceConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceInternalErrorException of ServiceInternalErrorException.t
| `ServiceLimitExceededException of ServiceLimitExceededException.t
| `ThrottlingException of ThrottlingException.t
| `TypeNotFoundException of TypeNotFoundException.t
| `Unknown_operation_error of string * string option
| `UnsupportedActionException of UnsupportedActionException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AlreadyExistsException of AlreadyExistsException.t
| `GeneralServiceException of GeneralServiceException.t
| `HandlerFailureException of HandlerFailureException.t
| `HandlerInternalFailureException of HandlerInternalFailureException.t
| `InvalidCredentialsException of InvalidCredentialsException.t
| `InvalidRequestException of InvalidRequestException.t
| `NetworkFailureException of NetworkFailureException.t
| `NotStabilizedException of NotStabilizedException.t
| `NotUpdatableException of NotUpdatableException.t
| `PrivateTypeException of PrivateTypeException.t
| `ResourceConflictException of ResourceConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceInternalErrorException of ServiceInternalErrorException.t
| `ServiceLimitExceededException of ServiceLimitExceededException.t
| `ThrottlingException of ThrottlingException.t
| `TypeNotFoundException of TypeNotFoundException.t
| `Unknown_operation_error of string * string option
| `UnsupportedActionException of UnsupportedActionException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `String of TypeName.t
| `Structure of (string * [> `String of Identifier.t ]) list ])
list ]