Values.DisableFederationResponseSourceDisables Lake query federation on the specified event data store. When you disable federation, CloudTrail disables the integration with Glue, Lake Formation, and Amazon Athena. After disabling Lake query federation, you can no longer query your event data in Amazon Athena. No CloudTrail Lake data is deleted when you disable federation and you can continue to run queries in CloudTrail Lake.
type nonrec t = {eventDataStoreArn : EventDataStoreArn.t option;The ARN of the event data store for which you disabled Lake query federation.
*)federationStatus : FederationStatus.t option;The federation status.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `CloudTrailAccessNotEnabledException of CloudTrailAccessNotEnabledException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `EventDataStoreARNInvalidException of EventDataStoreARNInvalidException.t| `EventDataStoreNotFoundException of EventDataStoreNotFoundException.t| `InactiveEventDataStoreException of InactiveEventDataStoreException.t| `InsufficientDependencyServiceAccessPermissionException of
InsufficientDependencyServiceAccessPermissionException.t| `InvalidParameterException of InvalidParameterException.t| `NoManagementAccountSLRExistsException of
NoManagementAccountSLRExistsException.t| `NotOrganizationMasterAccountException of
NotOrganizationMasterAccountException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `OrganizationNotInAllFeaturesModeException of
OrganizationNotInAllFeaturesModeException.t| `OrganizationsNotInUseException of OrganizationsNotInUseException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `CloudTrailAccessNotEnabledException of unit
| `ConcurrentModificationException of unit
| `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InactiveEventDataStoreException of unit
| `InsufficientDependencyServiceAccessPermissionException of unit
| `InvalidParameterException of unit
| `NoManagementAccountSLRExistsException of unit
| `NotOrganizationMasterAccountException of unit
| `OperationNotPermittedException of unit
| `OrganizationNotInAllFeaturesModeException of unit
| `OrganizationsNotInUseException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `CloudTrailAccessNotEnabledException of unit
| `ConcurrentModificationException of unit
| `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InactiveEventDataStoreException of unit
| `InsufficientDependencyServiceAccessPermissionException of unit
| `InvalidParameterException of unit
| `NoManagementAccountSLRExistsException of unit
| `NotOrganizationMasterAccountException of unit
| `OperationNotPermittedException of unit
| `OrganizationNotInAllFeaturesModeException of unit
| `OrganizationsNotInUseException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of EventDataStoreArn.t ]) list ]