package aws-rds

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | AuthFailure
  2. | AuthorizationAlreadyExists
  3. | AuthorizationNotFound
  4. | AuthorizationQuotaExceeded
  5. | BackupPolicyNotFoundFault
  6. | Blocked
  7. | CertificateNotFound
  8. | CustomAvailabilityZoneAlreadyExists
  9. | CustomAvailabilityZoneNotFound
  10. | CustomAvailabilityZoneQuotaExceeded
  11. | DBClusterAlreadyExistsFault
  12. | DBClusterBacktrackNotFoundFault
  13. | DBClusterEndpointAlreadyExistsFault
  14. | DBClusterEndpointNotFoundFault
  15. | DBClusterEndpointQuotaExceededFault
  16. | DBClusterNotFoundFault
  17. | DBClusterParameterGroupNotFound
  18. | DBClusterQuotaExceededFault
  19. | DBClusterRoleAlreadyExists
  20. | DBClusterRoleNotFound
  21. | DBClusterRoleQuotaExceeded
  22. | DBClusterSnapshotAlreadyExistsFault
  23. | DBClusterSnapshotNotFoundFault
  24. | DBInstanceAlreadyExists
  25. | DBInstanceAutomatedBackupNotFound
  26. | DBInstanceAutomatedBackupQuotaExceeded
  27. | DBInstanceNotFound
  28. | DBInstanceRoleAlreadyExists
  29. | DBInstanceRoleNotFound
  30. | DBInstanceRoleQuotaExceeded
  31. | DBLogFileNotFoundFault
  32. | DBParameterGroupAlreadyExists
  33. | DBParameterGroupNotFound
  34. | DBParameterGroupQuotaExceeded
  35. | DBProxyNotFoundFault
  36. | DBProxyQuotaExceededFault
  37. | DBProxyTargetAlreadyRegisteredFault
  38. | DBProxyTargetExistsFault
  39. | DBProxyTargetGroupNotFoundFault
  40. | DBProxyTargetNotFoundFault
  41. | DBSecurityGroupAlreadyExists
  42. | DBSecurityGroupNotFound
  43. | DBSecurityGroupNotSupported
  44. | DBSnapshotAlreadyExists
  45. | DBSnapshotNotFound
  46. | DBSubnetGroupAlreadyExists
  47. | DBSubnetGroupDoesNotCoverEnoughAZs
  48. | DBSubnetGroupNotAllowedFault
  49. | DBSubnetGroupNotFoundFault
  50. | DBSubnetGroupQuotaExceeded
  51. | DBSubnetQuotaExceededFault
  52. | DBUpgradeDependencyFailure
  53. | DomainNotFoundFault
  54. | DryRunOperation
  55. | EventSubscriptionQuotaExceeded
  56. | ExportTaskAlreadyExists
  57. | ExportTaskNotFound
  58. | GlobalClusterAlreadyExistsFault
  59. | GlobalClusterNotFoundFault
  60. | GlobalClusterQuotaExceededFault
  61. | IamRoleMissingPermissions
  62. | IamRoleNotFound
  63. | IdempotentParameterMismatch
  64. | IncompleteSignature
  65. | InstallationMediaAlreadyExists
  66. | InstallationMediaNotFound
  67. | InstanceQuotaExceeded
  68. | InsufficientAvailableIPsInSubnetFault
  69. | InsufficientDBClusterCapacityFault
  70. | InsufficientDBInstanceCapacity
  71. | InsufficientStorageClusterCapacity
  72. | InternalFailure
  73. | InvalidAction
  74. | InvalidClientTokenId
  75. | InvalidDBClusterCapacityFault
  76. | InvalidDBClusterEndpointStateFault
  77. | InvalidDBClusterSnapshotStateFault
  78. | InvalidDBClusterStateFault
  79. | InvalidDBInstanceAutomatedBackupState
  80. | InvalidDBInstanceState
  81. | InvalidDBParameterGroupState
  82. | InvalidDBProxyStateFault
  83. | InvalidDBSecurityGroupState
  84. | InvalidDBSnapshotState
  85. | InvalidDBSubnetGroupFault
  86. | InvalidDBSubnetGroupStateFault
  87. | InvalidDBSubnetStateFault
  88. | InvalidEventSubscriptionState
  89. | InvalidExportOnly
  90. | InvalidExportSourceState
  91. | InvalidExportTaskStateFault
  92. | InvalidGlobalClusterStateFault
  93. | InvalidOptionGroupStateFault
  94. | InvalidParameter
  95. | InvalidParameterCombination
  96. | InvalidParameterValue
  97. | InvalidQueryParameter
  98. | InvalidRestoreFault
  99. | InvalidS3BucketFault
  100. | InvalidSubnet
  101. | InvalidVPCNetworkStateFault
  102. | KMSKeyNotAccessibleFault
  103. | MalformedQueryString
  104. | MissingAction
  105. | MissingAuthenticationToken
  106. | MissingParameter
  107. | OptInRequired
  108. | OptionGroupAlreadyExistsFault
  109. | OptionGroupNotFoundFault
  110. | OptionGroupQuotaExceededFault
  111. | PendingVerification
  112. | PointInTimeRestoreNotEnabled
  113. | ProvisionedIopsNotAvailableInAZFault
  114. | QuotaExceeded_DBSecurityGroup
  115. | RequestExpired
  116. | RequestLimitExceeded
  117. | ReservedDBInstanceAlreadyExists
  118. | ReservedDBInstanceNotFound
  119. | ReservedDBInstanceQuotaExceeded
  120. | ReservedDBInstancesOfferingNotFound
  121. | ResourceNotFoundFault
  122. | SNSInvalidTopic
  123. | SNSNoAuthorization
  124. | SNSTopicArnNotFound
  125. | ServiceUnavailable
  126. | SharedSnapshotQuotaExceeded
  127. | SnapshotQuotaExceeded
  128. | SourceNotFound
  129. | StorageQuotaExceeded
  130. | StorageTypeNotSupported
  131. | SubnetAlreadyInUse
  132. | SubscriptionAlreadyExist
  133. | SubscriptionCategoryNotFound
  134. | SubscriptionNotFound
  135. | Throttling
  136. | UnauthorizedOperation
  137. | UnknownParameter
  138. | UnsupportedProtocol
  139. | ValidationError
  140. | Uninhabited
val common : t list
val to_http_code : t -> int option
val to_string : t -> string
val of_string : string -> t option