Values.AwsApiCallActionSourceContains information about the API action.
type nonrec t = {api : String_.t option;The Amazon Web Services API name.
*)callerType : String_.t option;The Amazon Web Services API caller type.
*)domainDetails : DomainDetails.t option;The domain information for the Amazon Web Services API call.
*)errorCode : String_.t option;The error code of the failed Amazon Web Services API action.
*)userAgent : String_.t option;The agent through which the API request was made.
*)remoteIpDetails : RemoteIpDetails.t option;The remote IP information of the connection that initiated the Amazon Web Services API call.
*)serviceName : String_.t option;The Amazon Web Services service name whose API was invoked.
*)remoteAccountDetails : RemoteAccountDetails.t option;The details of the Amazon Web Services account that made the API call. This field appears if the call was made from outside your account.
*)affectedResources : AffectedResources.t option;The details of the Amazon Web Services account that made the API call. This field identifies the resources that were affected by this API call.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of String_.t
| `Structure of
(string * [> `Double of Double.t | `String of String_.t ])
list ])
list ])
list ]