Values.StartEventDataStoreIngestionResponseSourceStarts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To start ingestion, the event data store Status must be STOPPED_INGESTION and the eventCategory must be Management, Data, NetworkActivity, or ConfigurationItem.
type nonrec error = [ | `ConflictException of ConflictException.t| `EventDataStoreARNInvalidException of EventDataStoreARNInvalidException.t| `EventDataStoreNotFoundException of EventDataStoreNotFoundException.t| `InsufficientDependencyServiceAccessPermissionException of
InsufficientDependencyServiceAccessPermissionException.t| `InvalidEventDataStoreCategoryException of
InvalidEventDataStoreCategoryException.t| `InvalidEventDataStoreStatusException of InvalidEventDataStoreStatusException.t| `InvalidParameterException of InvalidParameterException.t| `NoManagementAccountSLRExistsException of
NoManagementAccountSLRExistsException.t| `NotOrganizationMasterAccountException of
NotOrganizationMasterAccountException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of unit
| `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InsufficientDependencyServiceAccessPermissionException of unit
| `InvalidEventDataStoreCategoryException of unit
| `InvalidEventDataStoreStatusException of unit
| `InvalidParameterException of unit
| `NoManagementAccountSLRExistsException of unit
| `NotOrganizationMasterAccountException of unit
| `OperationNotPermittedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of unit
| `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InsufficientDependencyServiceAccessPermissionException of unit
| `InvalidEventDataStoreCategoryException of unit
| `InvalidEventDataStoreStatusException of unit
| `InvalidParameterException of unit
| `NoManagementAccountSLRExistsException of unit
| `NotOrganizationMasterAccountException of unit
| `OperationNotPermittedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]