Module Values.DeleteEventDataStoreResponseSource

Disables the event data store specified by EventDataStore, which accepts an event data store ARN. After you run DeleteEventDataStore, the event data store enters a PENDING_DELETION state, and is automatically deleted after a wait period of seven days. TerminationProtectionEnabled must be set to False on the event data store and the FederationStatus must be DISABLED. You cannot delete an event data store if TerminationProtectionEnabled is True or the FederationStatus is ENABLED. After you run DeleteEventDataStore on an event data store, you cannot run ListQueries, DescribeQuery, or GetQueryResults on queries that are using an event data store in a PENDING_DELETION state. An event data store in the PENDING_DELETION state does not incur costs.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `ChannelExistsForEDSException of ChannelExistsForEDSException.t
  2. | `ConflictException of ConflictException.t
  3. | `EventDataStoreARNInvalidException of EventDataStoreARNInvalidException.t
  4. | `EventDataStoreFederationEnabledException of EventDataStoreFederationEnabledException.t
  5. | `EventDataStoreHasOngoingImportException of EventDataStoreHasOngoingImportException.t
  6. | `EventDataStoreNotFoundException of EventDataStoreNotFoundException.t
  7. | `EventDataStoreTerminationProtectedException of EventDataStoreTerminationProtectedException.t
  8. | `InactiveEventDataStoreException of InactiveEventDataStoreException.t
  9. | `InsufficientDependencyServiceAccessPermissionException of InsufficientDependencyServiceAccessPermissionException.t
  10. | `InvalidParameterException of InvalidParameterException.t
  11. | `NoManagementAccountSLRExistsException of NoManagementAccountSLRExistsException.t
  12. | `NotOrganizationMasterAccountException of NotOrganizationMasterAccountException.t
  13. | `OperationNotPermittedException of OperationNotPermittedException.t
  14. | `UnsupportedOperationException of UnsupportedOperationException.t
  15. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ChannelExistsForEDSException of unit | `ConflictException of unit | `EventDataStoreARNInvalidException of unit | `EventDataStoreFederationEnabledException of unit | `EventDataStoreHasOngoingImportException of unit | `EventDataStoreNotFoundException of unit | `EventDataStoreTerminationProtectedException of unit | `InactiveEventDataStoreException of unit | `InsufficientDependencyServiceAccessPermissionException of unit | `InvalidParameterException of unit | `NoManagementAccountSLRExistsException of unit | `NotOrganizationMasterAccountException of unit | `OperationNotPermittedException of unit | `Unknown_operation_error of string * string option | `UnsupportedOperationException of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ChannelExistsForEDSException of unit | `ConflictException of unit | `EventDataStoreARNInvalidException of unit | `EventDataStoreFederationEnabledException of unit | `EventDataStoreHasOngoingImportException of unit | `EventDataStoreNotFoundException of unit | `EventDataStoreTerminationProtectedException of unit | `InactiveEventDataStoreException of unit | `InsufficientDependencyServiceAccessPermissionException of unit | `InvalidParameterException of unit | `NoManagementAccountSLRExistsException of unit | `NotOrganizationMasterAccountException of unit | `OperationNotPermittedException of unit | `Unknown_operation_error of string * string option | `UnsupportedOperationException of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t