@effect-aws/client-rds 1.2.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/Errors/package.json +6 -0
  2. package/LICENSE +1 -1
  3. package/RDSClientInstance/package.json +6 -0
  4. package/RDSService/package.json +6 -0
  5. package/RDSServiceConfig/package.json +6 -0
  6. package/{lib → dist/cjs}/Errors.d.ts +7 -12
  7. package/dist/cjs/Errors.d.ts.map +1 -0
  8. package/dist/cjs/Errors.js +153 -0
  9. package/dist/cjs/Errors.js.map +1 -0
  10. package/dist/cjs/RDSClientInstance.d.ts +24 -0
  11. package/dist/cjs/RDSClientInstance.d.ts.map +1 -0
  12. package/dist/cjs/RDSClientInstance.js +50 -0
  13. package/dist/cjs/RDSClientInstance.js.map +1 -0
  14. package/{lib → dist/cjs}/RDSService.d.ts +16 -38
  15. package/dist/cjs/RDSService.d.ts.map +1 -0
  16. package/dist/cjs/RDSService.js +218 -0
  17. package/dist/cjs/RDSService.js.map +1 -0
  18. package/dist/cjs/RDSServiceConfig.d.ts +25 -0
  19. package/dist/cjs/RDSServiceConfig.d.ts.map +1 -0
  20. package/dist/cjs/RDSServiceConfig.js +35 -0
  21. package/dist/cjs/RDSServiceConfig.js.map +1 -0
  22. package/dist/cjs/index.d.ts +39 -0
  23. package/dist/cjs/index.d.ts.map +1 -0
  24. package/dist/cjs/index.js +56 -0
  25. package/dist/cjs/index.js.map +1 -0
  26. package/dist/dts/Errors.d.ts +152 -0
  27. package/dist/dts/Errors.d.ts.map +1 -0
  28. package/dist/dts/RDSClientInstance.d.ts +24 -0
  29. package/dist/dts/RDSClientInstance.d.ts.map +1 -0
  30. package/dist/dts/RDSService.d.ts +853 -0
  31. package/dist/dts/RDSService.d.ts.map +1 -0
  32. package/dist/dts/RDSServiceConfig.d.ts +25 -0
  33. package/dist/dts/RDSServiceConfig.d.ts.map +1 -0
  34. package/dist/dts/index.d.ts +39 -0
  35. package/dist/dts/index.d.ts.map +1 -0
  36. package/dist/esm/Errors.js +150 -0
  37. package/dist/esm/Errors.js.map +1 -0
  38. package/dist/esm/RDSClientInstance.js +23 -0
  39. package/dist/esm/RDSClientInstance.js.map +1 -0
  40. package/dist/esm/RDSService.js +191 -0
  41. package/dist/esm/RDSService.js.map +1 -0
  42. package/dist/esm/RDSServiceConfig.js +31 -0
  43. package/dist/esm/RDSServiceConfig.js.map +1 -0
  44. package/dist/esm/index.js +27 -0
  45. package/dist/esm/index.js.map +1 -0
  46. package/dist/esm/package.json +4 -0
  47. package/package.json +60 -43
  48. package/src/Errors.ts +452 -0
  49. package/src/RDSClientInstance.ts +33 -0
  50. package/src/RDSService.ts +3127 -0
  51. package/src/RDSServiceConfig.ts +51 -0
  52. package/src/index.ts +44 -0
  53. package/CHANGELOG.md +0 -35
  54. package/docgen.json +0 -8
  55. package/lib/Errors.js +0 -153
  56. package/lib/RDSClientInstance.d.ts +0 -31
  57. package/lib/RDSClientInstance.js +0 -57
  58. package/lib/RDSClientInstanceConfig.d.ts +0 -23
  59. package/lib/RDSClientInstanceConfig.js +0 -44
  60. package/lib/RDSService.js +0 -250
  61. package/lib/esm/Errors.js +0 -150
  62. package/lib/esm/RDSClientInstance.js +0 -30
  63. package/lib/esm/RDSClientInstanceConfig.js +0 -40
  64. package/lib/esm/RDSService.js +0 -246
  65. package/lib/esm/index.js +0 -5
  66. package/lib/index.d.ts +0 -4
  67. package/lib/index.js +0 -21
  68. package/project.json +0 -77
  69. package/vitest.config.ts +0 -3
@@ -0,0 +1,152 @@
1
+ import type { AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault, AuthorizationQuotaExceededFault, BackupPolicyNotFoundFault, BlueGreenDeploymentAlreadyExistsFault, BlueGreenDeploymentNotFoundFault, CertificateNotFoundFault, CreateCustomDBEngineVersionFault, CustomAvailabilityZoneNotFoundFault, CustomDBEngineVersionAlreadyExistsFault, CustomDBEngineVersionNotFoundFault, CustomDBEngineVersionQuotaExceededFault, DBClusterAlreadyExistsFault, DBClusterAutomatedBackupNotFoundFault, DBClusterAutomatedBackupQuotaExceededFault, DBClusterBacktrackNotFoundFault, DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault, DBClusterRoleNotFoundFault, DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault, DBInstanceAutomatedBackupNotFoundFault, DBInstanceAutomatedBackupQuotaExceededFault, DBInstanceNotFoundFault, DBInstanceNotReadyFault, DBInstanceRoleAlreadyExistsFault, DBInstanceRoleNotFoundFault, DBInstanceRoleQuotaExceededFault, DBLogFileNotFoundFault, DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault, DBProxyAlreadyExistsFault, DBProxyEndpointAlreadyExistsFault, DBProxyEndpointNotFoundFault, DBProxyEndpointQuotaExceededFault, DBProxyNotFoundFault, DBProxyQuotaExceededFault, DBProxyTargetAlreadyRegisteredFault, DBProxyTargetGroupNotFoundFault, DBProxyTargetNotFoundFault, DBSecurityGroupAlreadyExistsFault, DBSecurityGroupNotFoundFault, DBSecurityGroupNotSupportedFault, DBSecurityGroupQuotaExceededFault, DBShardGroupAlreadyExistsFault, DBShardGroupNotFoundFault, DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault, DBSnapshotTenantDatabaseNotFoundFault, DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotAllowedFault, DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault, DBUpgradeDependencyFailureFault, DomainNotFoundFault, Ec2ImagePropertiesNotSupportedFault, EventSubscriptionQuotaExceededFault, ExportTaskAlreadyExistsFault, ExportTaskNotFoundFault, GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault, IamRoleMissingPermissionsFault, IamRoleNotFoundFault, InstanceQuotaExceededFault, InsufficientAvailableIPsInSubnetFault, InsufficientDBClusterCapacityFault, InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault, IntegrationAlreadyExistsFault, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InvalidBlueGreenDeploymentStateFault, InvalidCustomDBEngineVersionStateFault, InvalidDBClusterAutomatedBackupStateFault, InvalidDBClusterCapacityFault, InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault, InvalidDBInstanceAutomatedBackupStateFault, InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault, InvalidDBProxyEndpointStateFault, InvalidDBProxyStateFault, InvalidDBSecurityGroupStateFault, InvalidDBShardGroupStateFault, InvalidDBSnapshotStateFault, InvalidDBSubnetGroupFault, InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault, InvalidExportOnlyFault, InvalidExportSourceStateFault, InvalidExportTaskStateFault, InvalidGlobalClusterStateFault, InvalidIntegrationStateFault, InvalidOptionGroupStateFault, InvalidResourceStateFault, InvalidRestoreFault, InvalidS3BucketFault, InvalidSubnet, InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault, MaxDBShardGroupLimitReached, NetworkTypeNotSupported, OptionGroupAlreadyExistsFault, OptionGroupNotFoundFault, OptionGroupQuotaExceededFault, PointInTimeRestoreNotEnabledFault, ProvisionedIopsNotAvailableInAZFault, ReservedDBInstanceAlreadyExistsFault, ReservedDBInstanceNotFoundFault, ReservedDBInstanceQuotaExceededFault, ReservedDBInstancesOfferingNotFoundFault, ResourceNotFoundFault, SharedSnapshotQuotaExceededFault, SnapshotQuotaExceededFault, SNSInvalidTopicFault, SNSNoAuthorizationFault, SNSTopicArnNotFoundFault, SourceClusterNotSupportedFault, SourceDatabaseNotSupportedFault, SourceNotFoundFault, StorageQuotaExceededFault, StorageTypeNotAvailableFault, StorageTypeNotSupportedFault, SubnetAlreadyInUse, SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault, TenantDatabaseAlreadyExistsFault, TenantDatabaseNotFoundFault, TenantDatabaseQuotaExceededFault, UnsupportedDBEngineVersionFault } from "@aws-sdk/client-rds";
2
+ import type { TaggedException } from "@effect-aws/commons";
3
+ import { SdkError as CommonSdkError } from "@effect-aws/commons";
4
+ export declare const AllServiceErrors: readonly ["AuthorizationAlreadyExistsFault", "AuthorizationNotFoundFault", "AuthorizationQuotaExceededFault", "BackupPolicyNotFoundFault", "BlueGreenDeploymentAlreadyExistsFault", "BlueGreenDeploymentNotFoundFault", "CertificateNotFoundFault", "CreateCustomDBEngineVersionFault", "CustomAvailabilityZoneNotFoundFault", "CustomDBEngineVersionAlreadyExistsFault", "CustomDBEngineVersionNotFoundFault", "CustomDBEngineVersionQuotaExceededFault", "DBClusterAlreadyExistsFault", "DBClusterAutomatedBackupNotFoundFault", "DBClusterAutomatedBackupQuotaExceededFault", "DBClusterBacktrackNotFoundFault", "DBClusterEndpointAlreadyExistsFault", "DBClusterEndpointNotFoundFault", "DBClusterEndpointQuotaExceededFault", "DBClusterNotFoundFault", "DBClusterParameterGroupNotFoundFault", "DBClusterQuotaExceededFault", "DBClusterRoleAlreadyExistsFault", "DBClusterRoleNotFoundFault", "DBClusterRoleQuotaExceededFault", "DBClusterSnapshotAlreadyExistsFault", "DBClusterSnapshotNotFoundFault", "DBInstanceAlreadyExistsFault", "DBInstanceAutomatedBackupNotFoundFault", "DBInstanceAutomatedBackupQuotaExceededFault", "DBInstanceNotFoundFault", "DBInstanceNotReadyFault", "DBInstanceRoleAlreadyExistsFault", "DBInstanceRoleNotFoundFault", "DBInstanceRoleQuotaExceededFault", "DBLogFileNotFoundFault", "DBParameterGroupAlreadyExistsFault", "DBParameterGroupNotFoundFault", "DBParameterGroupQuotaExceededFault", "DBProxyAlreadyExistsFault", "DBProxyEndpointAlreadyExistsFault", "DBProxyEndpointNotFoundFault", "DBProxyEndpointQuotaExceededFault", "DBProxyNotFoundFault", "DBProxyQuotaExceededFault", "DBProxyTargetAlreadyRegisteredFault", "DBProxyTargetGroupNotFoundFault", "DBProxyTargetNotFoundFault", "DBSecurityGroupAlreadyExistsFault", "DBSecurityGroupNotFoundFault", "DBSecurityGroupNotSupportedFault", "DBSecurityGroupQuotaExceededFault", "DBShardGroupAlreadyExistsFault", "DBShardGroupNotFoundFault", "DBSnapshotAlreadyExistsFault", "DBSnapshotNotFoundFault", "DBSnapshotTenantDatabaseNotFoundFault", "DBSubnetGroupAlreadyExistsFault", "DBSubnetGroupDoesNotCoverEnoughAZs", "DBSubnetGroupNotAllowedFault", "DBSubnetGroupNotFoundFault", "DBSubnetGroupQuotaExceededFault", "DBSubnetQuotaExceededFault", "DBUpgradeDependencyFailureFault", "DomainNotFoundFault", "Ec2ImagePropertiesNotSupportedFault", "EventSubscriptionQuotaExceededFault", "ExportTaskAlreadyExistsFault", "ExportTaskNotFoundFault", "GlobalClusterAlreadyExistsFault", "GlobalClusterNotFoundFault", "GlobalClusterQuotaExceededFault", "IamRoleMissingPermissionsFault", "IamRoleNotFoundFault", "InstanceQuotaExceededFault", "InsufficientAvailableIPsInSubnetFault", "InsufficientDBClusterCapacityFault", "InsufficientDBInstanceCapacityFault", "InsufficientStorageClusterCapacityFault", "IntegrationAlreadyExistsFault", "IntegrationConflictOperationFault", "IntegrationNotFoundFault", "IntegrationQuotaExceededFault", "InvalidBlueGreenDeploymentStateFault", "InvalidCustomDBEngineVersionStateFault", "InvalidDBClusterAutomatedBackupStateFault", "InvalidDBClusterCapacityFault", "InvalidDBClusterEndpointStateFault", "InvalidDBClusterSnapshotStateFault", "InvalidDBClusterStateFault", "InvalidDBInstanceAutomatedBackupStateFault", "InvalidDBInstanceStateFault", "InvalidDBParameterGroupStateFault", "InvalidDBProxyEndpointStateFault", "InvalidDBProxyStateFault", "InvalidDBSecurityGroupStateFault", "InvalidDBShardGroupStateFault", "InvalidDBSnapshotStateFault", "InvalidDBSubnetGroupFault", "InvalidDBSubnetGroupStateFault", "InvalidDBSubnetStateFault", "InvalidEventSubscriptionStateFault", "InvalidExportOnlyFault", "InvalidExportSourceStateFault", "InvalidExportTaskStateFault", "InvalidGlobalClusterStateFault", "InvalidIntegrationStateFault", "InvalidOptionGroupStateFault", "InvalidResourceStateFault", "InvalidRestoreFault", "InvalidS3BucketFault", "InvalidSubnet", "InvalidVPCNetworkStateFault", "KMSKeyNotAccessibleFault", "MaxDBShardGroupLimitReached", "NetworkTypeNotSupported", "OptionGroupAlreadyExistsFault", "OptionGroupNotFoundFault", "OptionGroupQuotaExceededFault", "PointInTimeRestoreNotEnabledFault", "ProvisionedIopsNotAvailableInAZFault", "ReservedDBInstanceAlreadyExistsFault", "ReservedDBInstanceNotFoundFault", "ReservedDBInstanceQuotaExceededFault", "ReservedDBInstancesOfferingNotFoundFault", "ResourceNotFoundFault", "SNSInvalidTopicFault", "SNSNoAuthorizationFault", "SNSTopicArnNotFoundFault", "SharedSnapshotQuotaExceededFault", "SnapshotQuotaExceededFault", "SourceClusterNotSupportedFault", "SourceDatabaseNotSupportedFault", "SourceNotFoundFault", "StorageQuotaExceededFault", "StorageTypeNotAvailableFault", "StorageTypeNotSupportedFault", "SubnetAlreadyInUse", "SubscriptionAlreadyExistFault", "SubscriptionCategoryNotFoundFault", "SubscriptionNotFoundFault", "TenantDatabaseAlreadyExistsFault", "TenantDatabaseNotFoundFault", "TenantDatabaseQuotaExceededFault", "UnsupportedDBEngineVersionFault"];
5
+ export type AuthorizationAlreadyExistsFaultError = TaggedException<AuthorizationAlreadyExistsFault>;
6
+ export type AuthorizationNotFoundFaultError = TaggedException<AuthorizationNotFoundFault>;
7
+ export type AuthorizationQuotaExceededFaultError = TaggedException<AuthorizationQuotaExceededFault>;
8
+ export type BackupPolicyNotFoundFaultError = TaggedException<BackupPolicyNotFoundFault>;
9
+ export type BlueGreenDeploymentAlreadyExistsFaultError = TaggedException<BlueGreenDeploymentAlreadyExistsFault>;
10
+ export type BlueGreenDeploymentNotFoundFaultError = TaggedException<BlueGreenDeploymentNotFoundFault>;
11
+ export type CertificateNotFoundFaultError = TaggedException<CertificateNotFoundFault>;
12
+ export type CreateCustomDBEngineVersionFaultError = TaggedException<CreateCustomDBEngineVersionFault>;
13
+ export type CustomAvailabilityZoneNotFoundFaultError = TaggedException<CustomAvailabilityZoneNotFoundFault>;
14
+ export type CustomDBEngineVersionAlreadyExistsFaultError = TaggedException<CustomDBEngineVersionAlreadyExistsFault>;
15
+ export type CustomDBEngineVersionNotFoundFaultError = TaggedException<CustomDBEngineVersionNotFoundFault>;
16
+ export type CustomDBEngineVersionQuotaExceededFaultError = TaggedException<CustomDBEngineVersionQuotaExceededFault>;
17
+ export type DBClusterAlreadyExistsFaultError = TaggedException<DBClusterAlreadyExistsFault>;
18
+ export type DBClusterAutomatedBackupNotFoundFaultError = TaggedException<DBClusterAutomatedBackupNotFoundFault>;
19
+ export type DBClusterAutomatedBackupQuotaExceededFaultError = TaggedException<DBClusterAutomatedBackupQuotaExceededFault>;
20
+ export type DBClusterBacktrackNotFoundFaultError = TaggedException<DBClusterBacktrackNotFoundFault>;
21
+ export type DBClusterEndpointAlreadyExistsFaultError = TaggedException<DBClusterEndpointAlreadyExistsFault>;
22
+ export type DBClusterEndpointNotFoundFaultError = TaggedException<DBClusterEndpointNotFoundFault>;
23
+ export type DBClusterEndpointQuotaExceededFaultError = TaggedException<DBClusterEndpointQuotaExceededFault>;
24
+ export type DBClusterNotFoundFaultError = TaggedException<DBClusterNotFoundFault>;
25
+ export type DBClusterParameterGroupNotFoundFaultError = TaggedException<DBClusterParameterGroupNotFoundFault>;
26
+ export type DBClusterQuotaExceededFaultError = TaggedException<DBClusterQuotaExceededFault>;
27
+ export type DBClusterRoleAlreadyExistsFaultError = TaggedException<DBClusterRoleAlreadyExistsFault>;
28
+ export type DBClusterRoleNotFoundFaultError = TaggedException<DBClusterRoleNotFoundFault>;
29
+ export type DBClusterRoleQuotaExceededFaultError = TaggedException<DBClusterRoleQuotaExceededFault>;
30
+ export type DBClusterSnapshotAlreadyExistsFaultError = TaggedException<DBClusterSnapshotAlreadyExistsFault>;
31
+ export type DBClusterSnapshotNotFoundFaultError = TaggedException<DBClusterSnapshotNotFoundFault>;
32
+ export type DBInstanceAlreadyExistsFaultError = TaggedException<DBInstanceAlreadyExistsFault>;
33
+ export type DBInstanceAutomatedBackupNotFoundFaultError = TaggedException<DBInstanceAutomatedBackupNotFoundFault>;
34
+ export type DBInstanceAutomatedBackupQuotaExceededFaultError = TaggedException<DBInstanceAutomatedBackupQuotaExceededFault>;
35
+ export type DBInstanceNotFoundFaultError = TaggedException<DBInstanceNotFoundFault>;
36
+ export type DBInstanceNotReadyFaultError = TaggedException<DBInstanceNotReadyFault>;
37
+ export type DBInstanceRoleAlreadyExistsFaultError = TaggedException<DBInstanceRoleAlreadyExistsFault>;
38
+ export type DBInstanceRoleNotFoundFaultError = TaggedException<DBInstanceRoleNotFoundFault>;
39
+ export type DBInstanceRoleQuotaExceededFaultError = TaggedException<DBInstanceRoleQuotaExceededFault>;
40
+ export type DBLogFileNotFoundFaultError = TaggedException<DBLogFileNotFoundFault>;
41
+ export type DBParameterGroupAlreadyExistsFaultError = TaggedException<DBParameterGroupAlreadyExistsFault>;
42
+ export type DBParameterGroupNotFoundFaultError = TaggedException<DBParameterGroupNotFoundFault>;
43
+ export type DBParameterGroupQuotaExceededFaultError = TaggedException<DBParameterGroupQuotaExceededFault>;
44
+ export type DBProxyAlreadyExistsFaultError = TaggedException<DBProxyAlreadyExistsFault>;
45
+ export type DBProxyEndpointAlreadyExistsFaultError = TaggedException<DBProxyEndpointAlreadyExistsFault>;
46
+ export type DBProxyEndpointNotFoundFaultError = TaggedException<DBProxyEndpointNotFoundFault>;
47
+ export type DBProxyEndpointQuotaExceededFaultError = TaggedException<DBProxyEndpointQuotaExceededFault>;
48
+ export type DBProxyNotFoundFaultError = TaggedException<DBProxyNotFoundFault>;
49
+ export type DBProxyQuotaExceededFaultError = TaggedException<DBProxyQuotaExceededFault>;
50
+ export type DBProxyTargetAlreadyRegisteredFaultError = TaggedException<DBProxyTargetAlreadyRegisteredFault>;
51
+ export type DBProxyTargetGroupNotFoundFaultError = TaggedException<DBProxyTargetGroupNotFoundFault>;
52
+ export type DBProxyTargetNotFoundFaultError = TaggedException<DBProxyTargetNotFoundFault>;
53
+ export type DBSecurityGroupAlreadyExistsFaultError = TaggedException<DBSecurityGroupAlreadyExistsFault>;
54
+ export type DBSecurityGroupNotFoundFaultError = TaggedException<DBSecurityGroupNotFoundFault>;
55
+ export type DBSecurityGroupNotSupportedFaultError = TaggedException<DBSecurityGroupNotSupportedFault>;
56
+ export type DBSecurityGroupQuotaExceededFaultError = TaggedException<DBSecurityGroupQuotaExceededFault>;
57
+ export type DBShardGroupAlreadyExistsFaultError = TaggedException<DBShardGroupAlreadyExistsFault>;
58
+ export type DBShardGroupNotFoundFaultError = TaggedException<DBShardGroupNotFoundFault>;
59
+ export type DBSnapshotAlreadyExistsFaultError = TaggedException<DBSnapshotAlreadyExistsFault>;
60
+ export type DBSnapshotNotFoundFaultError = TaggedException<DBSnapshotNotFoundFault>;
61
+ export type DBSnapshotTenantDatabaseNotFoundFaultError = TaggedException<DBSnapshotTenantDatabaseNotFoundFault>;
62
+ export type DBSubnetGroupAlreadyExistsFaultError = TaggedException<DBSubnetGroupAlreadyExistsFault>;
63
+ export type DBSubnetGroupDoesNotCoverEnoughAZsError = TaggedException<DBSubnetGroupDoesNotCoverEnoughAZs>;
64
+ export type DBSubnetGroupNotAllowedFaultError = TaggedException<DBSubnetGroupNotAllowedFault>;
65
+ export type DBSubnetGroupNotFoundFaultError = TaggedException<DBSubnetGroupNotFoundFault>;
66
+ export type DBSubnetGroupQuotaExceededFaultError = TaggedException<DBSubnetGroupQuotaExceededFault>;
67
+ export type DBSubnetQuotaExceededFaultError = TaggedException<DBSubnetQuotaExceededFault>;
68
+ export type DBUpgradeDependencyFailureFaultError = TaggedException<DBUpgradeDependencyFailureFault>;
69
+ export type DomainNotFoundFaultError = TaggedException<DomainNotFoundFault>;
70
+ export type Ec2ImagePropertiesNotSupportedFaultError = TaggedException<Ec2ImagePropertiesNotSupportedFault>;
71
+ export type EventSubscriptionQuotaExceededFaultError = TaggedException<EventSubscriptionQuotaExceededFault>;
72
+ export type ExportTaskAlreadyExistsFaultError = TaggedException<ExportTaskAlreadyExistsFault>;
73
+ export type ExportTaskNotFoundFaultError = TaggedException<ExportTaskNotFoundFault>;
74
+ export type GlobalClusterAlreadyExistsFaultError = TaggedException<GlobalClusterAlreadyExistsFault>;
75
+ export type GlobalClusterNotFoundFaultError = TaggedException<GlobalClusterNotFoundFault>;
76
+ export type GlobalClusterQuotaExceededFaultError = TaggedException<GlobalClusterQuotaExceededFault>;
77
+ export type IamRoleMissingPermissionsFaultError = TaggedException<IamRoleMissingPermissionsFault>;
78
+ export type IamRoleNotFoundFaultError = TaggedException<IamRoleNotFoundFault>;
79
+ export type InstanceQuotaExceededFaultError = TaggedException<InstanceQuotaExceededFault>;
80
+ export type InsufficientAvailableIPsInSubnetFaultError = TaggedException<InsufficientAvailableIPsInSubnetFault>;
81
+ export type InsufficientDBClusterCapacityFaultError = TaggedException<InsufficientDBClusterCapacityFault>;
82
+ export type InsufficientDBInstanceCapacityFaultError = TaggedException<InsufficientDBInstanceCapacityFault>;
83
+ export type InsufficientStorageClusterCapacityFaultError = TaggedException<InsufficientStorageClusterCapacityFault>;
84
+ export type IntegrationAlreadyExistsFaultError = TaggedException<IntegrationAlreadyExistsFault>;
85
+ export type IntegrationConflictOperationFaultError = TaggedException<IntegrationConflictOperationFault>;
86
+ export type IntegrationNotFoundFaultError = TaggedException<IntegrationNotFoundFault>;
87
+ export type IntegrationQuotaExceededFaultError = TaggedException<IntegrationQuotaExceededFault>;
88
+ export type InvalidBlueGreenDeploymentStateFaultError = TaggedException<InvalidBlueGreenDeploymentStateFault>;
89
+ export type InvalidCustomDBEngineVersionStateFaultError = TaggedException<InvalidCustomDBEngineVersionStateFault>;
90
+ export type InvalidDBClusterAutomatedBackupStateFaultError = TaggedException<InvalidDBClusterAutomatedBackupStateFault>;
91
+ export type InvalidDBClusterCapacityFaultError = TaggedException<InvalidDBClusterCapacityFault>;
92
+ export type InvalidDBClusterEndpointStateFaultError = TaggedException<InvalidDBClusterEndpointStateFault>;
93
+ export type InvalidDBClusterSnapshotStateFaultError = TaggedException<InvalidDBClusterSnapshotStateFault>;
94
+ export type InvalidDBClusterStateFaultError = TaggedException<InvalidDBClusterStateFault>;
95
+ export type InvalidDBInstanceAutomatedBackupStateFaultError = TaggedException<InvalidDBInstanceAutomatedBackupStateFault>;
96
+ export type InvalidDBInstanceStateFaultError = TaggedException<InvalidDBInstanceStateFault>;
97
+ export type InvalidDBParameterGroupStateFaultError = TaggedException<InvalidDBParameterGroupStateFault>;
98
+ export type InvalidDBProxyEndpointStateFaultError = TaggedException<InvalidDBProxyEndpointStateFault>;
99
+ export type InvalidDBProxyStateFaultError = TaggedException<InvalidDBProxyStateFault>;
100
+ export type InvalidDBSecurityGroupStateFaultError = TaggedException<InvalidDBSecurityGroupStateFault>;
101
+ export type InvalidDBShardGroupStateFaultError = TaggedException<InvalidDBShardGroupStateFault>;
102
+ export type InvalidDBSnapshotStateFaultError = TaggedException<InvalidDBSnapshotStateFault>;
103
+ export type InvalidDBSubnetGroupFaultError = TaggedException<InvalidDBSubnetGroupFault>;
104
+ export type InvalidDBSubnetGroupStateFaultError = TaggedException<InvalidDBSubnetGroupStateFault>;
105
+ export type InvalidDBSubnetStateFaultError = TaggedException<InvalidDBSubnetStateFault>;
106
+ export type InvalidEventSubscriptionStateFaultError = TaggedException<InvalidEventSubscriptionStateFault>;
107
+ export type InvalidExportOnlyFaultError = TaggedException<InvalidExportOnlyFault>;
108
+ export type InvalidExportSourceStateFaultError = TaggedException<InvalidExportSourceStateFault>;
109
+ export type InvalidExportTaskStateFaultError = TaggedException<InvalidExportTaskStateFault>;
110
+ export type InvalidGlobalClusterStateFaultError = TaggedException<InvalidGlobalClusterStateFault>;
111
+ export type InvalidIntegrationStateFaultError = TaggedException<InvalidIntegrationStateFault>;
112
+ export type InvalidOptionGroupStateFaultError = TaggedException<InvalidOptionGroupStateFault>;
113
+ export type InvalidResourceStateFaultError = TaggedException<InvalidResourceStateFault>;
114
+ export type InvalidRestoreFaultError = TaggedException<InvalidRestoreFault>;
115
+ export type InvalidS3BucketFaultError = TaggedException<InvalidS3BucketFault>;
116
+ export type InvalidSubnetError = TaggedException<InvalidSubnet>;
117
+ export type InvalidVPCNetworkStateFaultError = TaggedException<InvalidVPCNetworkStateFault>;
118
+ export type KMSKeyNotAccessibleFaultError = TaggedException<KMSKeyNotAccessibleFault>;
119
+ export type MaxDBShardGroupLimitReachedError = TaggedException<MaxDBShardGroupLimitReached>;
120
+ export type NetworkTypeNotSupportedError = TaggedException<NetworkTypeNotSupported>;
121
+ export type OptionGroupAlreadyExistsFaultError = TaggedException<OptionGroupAlreadyExistsFault>;
122
+ export type OptionGroupNotFoundFaultError = TaggedException<OptionGroupNotFoundFault>;
123
+ export type OptionGroupQuotaExceededFaultError = TaggedException<OptionGroupQuotaExceededFault>;
124
+ export type PointInTimeRestoreNotEnabledFaultError = TaggedException<PointInTimeRestoreNotEnabledFault>;
125
+ export type ProvisionedIopsNotAvailableInAZFaultError = TaggedException<ProvisionedIopsNotAvailableInAZFault>;
126
+ export type ReservedDBInstanceAlreadyExistsFaultError = TaggedException<ReservedDBInstanceAlreadyExistsFault>;
127
+ export type ReservedDBInstanceNotFoundFaultError = TaggedException<ReservedDBInstanceNotFoundFault>;
128
+ export type ReservedDBInstanceQuotaExceededFaultError = TaggedException<ReservedDBInstanceQuotaExceededFault>;
129
+ export type ReservedDBInstancesOfferingNotFoundFaultError = TaggedException<ReservedDBInstancesOfferingNotFoundFault>;
130
+ export type ResourceNotFoundFaultError = TaggedException<ResourceNotFoundFault>;
131
+ export type SNSInvalidTopicFaultError = TaggedException<SNSInvalidTopicFault>;
132
+ export type SNSNoAuthorizationFaultError = TaggedException<SNSNoAuthorizationFault>;
133
+ export type SNSTopicArnNotFoundFaultError = TaggedException<SNSTopicArnNotFoundFault>;
134
+ export type SharedSnapshotQuotaExceededFaultError = TaggedException<SharedSnapshotQuotaExceededFault>;
135
+ export type SnapshotQuotaExceededFaultError = TaggedException<SnapshotQuotaExceededFault>;
136
+ export type SourceClusterNotSupportedFaultError = TaggedException<SourceClusterNotSupportedFault>;
137
+ export type SourceDatabaseNotSupportedFaultError = TaggedException<SourceDatabaseNotSupportedFault>;
138
+ export type SourceNotFoundFaultError = TaggedException<SourceNotFoundFault>;
139
+ export type StorageQuotaExceededFaultError = TaggedException<StorageQuotaExceededFault>;
140
+ export type StorageTypeNotAvailableFaultError = TaggedException<StorageTypeNotAvailableFault>;
141
+ export type StorageTypeNotSupportedFaultError = TaggedException<StorageTypeNotSupportedFault>;
142
+ export type SubnetAlreadyInUseError = TaggedException<SubnetAlreadyInUse>;
143
+ export type SubscriptionAlreadyExistFaultError = TaggedException<SubscriptionAlreadyExistFault>;
144
+ export type SubscriptionCategoryNotFoundFaultError = TaggedException<SubscriptionCategoryNotFoundFault>;
145
+ export type SubscriptionNotFoundFaultError = TaggedException<SubscriptionNotFoundFault>;
146
+ export type TenantDatabaseAlreadyExistsFaultError = TaggedException<TenantDatabaseAlreadyExistsFault>;
147
+ export type TenantDatabaseNotFoundFaultError = TaggedException<TenantDatabaseNotFoundFault>;
148
+ export type TenantDatabaseQuotaExceededFaultError = TaggedException<TenantDatabaseQuotaExceededFault>;
149
+ export type UnsupportedDBEngineVersionFaultError = TaggedException<UnsupportedDBEngineVersionFault>;
150
+ export type SdkError = CommonSdkError;
151
+ export declare const SdkError: import("effect/Data").Case.Constructor<CommonSdkError, "_tag">;
152
+ //# sourceMappingURL=Errors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Errors.d.ts","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @since 1.0.0
3
+ */
4
+ import { RDSClient } from "@aws-sdk/client-rds";
5
+ import { Context, Effect, Layer } from "effect";
6
+ declare const RDSClientInstance_base: Context.TagClass<RDSClientInstance, "@effect-aws/client-rds/RDSClientInstance", RDSClient>;
7
+ /**
8
+ * @since 1.0.0
9
+ * @category tags
10
+ */
11
+ export declare class RDSClientInstance extends RDSClientInstance_base {
12
+ }
13
+ /**
14
+ * @since 1.0.0
15
+ * @category constructors
16
+ */
17
+ export declare const make: Effect.Effect<RDSClient, never, import("effect/Scope").Scope>;
18
+ /**
19
+ * @since 1.0.0
20
+ * @category layers
21
+ */
22
+ export declare const layer: Layer.Layer<RDSClientInstance, never, never>;
23
+ export {};
24
+ //# sourceMappingURL=RDSClientInstance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RDSClientInstance.d.ts","sourceRoot":"","sources":["../../src/RDSClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;;AAGhD;;;GAGG;AACH,qBAAa,iBAAkB,SAAQ,sBAEN;CAAG;AAEpC;;;GAGG;AACH,eAAO,MAAM,IAAI,+DAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,8CAAwC,CAAC"}