Values.GetNetworkAnalyzerConfigurationResponseSourceGet network analyzer configuration.
type nonrec t = {traceContent : TraceContent.t option;wirelessDevices : WirelessDeviceList.t option;List of wireless device resources that have been added to the network analyzer configuration.
*)wirelessGateways : WirelessGatewayList.t option;List of wireless gateway resources that have been added to the network analyzer configuration.
*)description : Description.t option;arn : NetworkAnalyzerConfigurationArn.t option;The Amazon Resource Name of the new resource.
*)name : NetworkAnalyzerConfigurationName.t option;multicastGroups : NetworkAnalyzerMulticastGroupList.t option;List of multicast group resources that have been added to the network analyzer configuration.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of WirelessDeviceId.t ] list
| `String of Description.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]