Values.GetNetworkMigrationMapperSegmentConstructResponseSourceRetrieves detailed information about a specific construct within a mapper segment, including its properties and configuration data.
type nonrec t = {construct : NetworkMigrationMapperSegmentConstruct.t option;The construct metadata including type, name, and configuration.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of ConstructPropertyKey.t ]
* [> `String of MarshalledResourceDefinition.t ])
list
| `String of ConstructID.t
| `Timestamp of Timestamp.t ])
list ])
list ]