Module Values.GetNetworkAnalyzerConfigurationResponseSource

Get network analyzer configuration.

Sourcetype nonrec t = {
  1. traceContent : TraceContent.t option;
  2. wirelessDevices : WirelessDeviceList.t option;
    (*

    List of wireless device resources that have been added to the network analyzer configuration.

    *)
  3. wirelessGateways : WirelessGatewayList.t option;
    (*

    List of wireless gateway resources that have been added to the network analyzer configuration.

    *)
  4. description : Description.t option;
  5. arn : NetworkAnalyzerConfigurationArn.t option;
    (*

    The Amazon Resource Name of the new resource.

    *)
  6. name : NetworkAnalyzerConfigurationName.t option;
  7. multicastGroups : NetworkAnalyzerMulticastGroupList.t option;
    (*

    List of multicast group resources that have been added to the network analyzer configuration.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?traceContent:??? -> ?wirelessDevices:??? -> ?wirelessGateways:??? -> ?description:??? -> ?arn:??? -> ?name:??? -> ?multicastGroups:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t