@aws-sdk/client-rds 3.934.0 → 3.935.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 (123) hide show
  1. package/dist-cjs/index.js +193 -193
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +192 -0
  4. package/dist-es/models/errors.js +1741 -0
  5. package/dist-es/models/models_0.js +1 -1531
  6. package/dist-es/models/models_1.js +1 -403
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -2
  9. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -2
  10. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
  12. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -1
  59. package/dist-types/index.d.ts +4 -1
  60. package/dist-types/models/enums.d.ts +464 -0
  61. package/dist-types/models/errors.d.ts +1805 -0
  62. package/dist-types/models/models_0.d.ts +6098 -1781
  63. package/dist-types/models/models_1.d.ts +2 -6588
  64. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +1 -2
  66. package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -2
  70. package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -4
  115. package/dist-types/ts3.4/index.d.ts +4 -1
  116. package/dist-types/ts3.4/models/enums.d.ts +250 -0
  117. package/dist-types/ts3.4/models/errors.d.ts +1214 -0
  118. package/dist-types/ts3.4/models/models_0.d.ts +892 -1163
  119. package/dist-types/ts3.4/models/models_1.d.ts +20 -1178
  120. package/package.json +13 -13
  121. package/dist-es/models/index.js +0 -2
  122. package/dist-types/models/index.d.ts +0 -2
  123. package/dist-types/ts3.4/models/index.d.ts +0 -2
package/dist-cjs/index.js CHANGED
@@ -119,22 +119,6 @@ let RDSServiceException$1 = class RDSServiceException extends smithyClient.Servi
119
119
  }
120
120
  };
121
121
 
122
- const ActivityStreamMode = {
123
- async: "async",
124
- sync: "sync",
125
- };
126
- const ActivityStreamPolicyStatus = {
127
- locked: "locked",
128
- locking_policy: "locking-policy",
129
- unlocked: "unlocked",
130
- unlocking_policy: "unlocking-policy",
131
- };
132
- const ActivityStreamStatus = {
133
- started: "started",
134
- starting: "starting",
135
- stopped: "stopped",
136
- stopping: "stopping",
137
- };
138
122
  let DBClusterNotFoundFault$1 = class DBClusterNotFoundFault extends RDSServiceException$1 {
139
123
  name = "DBClusterNotFoundFault";
140
124
  $fault = "client";
@@ -435,10 +419,6 @@ let InvalidDBSecurityGroupStateFault$1 = class InvalidDBSecurityGroupStateFault
435
419
  Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);
436
420
  }
437
421
  };
438
- const ExportSourceType = {
439
- CLUSTER: "CLUSTER",
440
- SNAPSHOT: "SNAPSHOT",
441
- };
442
422
  let ExportTaskNotFoundFault$1 = class ExportTaskNotFoundFault extends RDSServiceException$1 {
443
423
  name = "ExportTaskNotFoundFault";
444
424
  $fault = "client";
@@ -787,46 +767,6 @@ let InvalidCustomDBEngineVersionStateFault$1 = class InvalidCustomDBEngineVersio
787
767
  Object.setPrototypeOf(this, InvalidCustomDBEngineVersionStateFault.prototype);
788
768
  }
789
769
  };
790
- const ClusterScalabilityType = {
791
- LIMITLESS: "limitless",
792
- STANDARD: "standard",
793
- };
794
- const DatabaseInsightsMode = {
795
- ADVANCED: "advanced",
796
- STANDARD: "standard",
797
- };
798
- const MasterUserAuthenticationType = {
799
- IAM_DB_AUTH: "iam-db-auth",
800
- PASSWORD: "password",
801
- };
802
- const ReplicaMode = {
803
- MOUNTED: "mounted",
804
- OPEN_READ_ONLY: "open-read-only",
805
- };
806
- const WriteForwardingStatus = {
807
- DISABLED: "disabled",
808
- DISABLING: "disabling",
809
- ENABLED: "enabled",
810
- ENABLING: "enabling",
811
- UNKNOWN: "unknown",
812
- };
813
- const LimitlessDatabaseStatus = {
814
- ACTIVE: "active",
815
- DISABLED: "disabled",
816
- DISABLING: "disabling",
817
- ENABLED: "enabled",
818
- ENABLING: "enabling",
819
- ERROR: "error",
820
- MODIFYING_MAX_CAPACITY: "modifying-max-capacity",
821
- NOT_IN_USE: "not-in-use",
822
- };
823
- const LocalWriteForwardingStatus = {
824
- DISABLED: "disabled",
825
- DISABLING: "disabling",
826
- ENABLED: "enabled",
827
- ENABLING: "enabling",
828
- REQUESTED: "requested",
829
- };
830
770
  let DBClusterAlreadyExistsFault$1 = class DBClusterAlreadyExistsFault extends RDSServiceException$1 {
831
771
  name = "DBClusterAlreadyExistsFault";
832
772
  $fault = "client";
@@ -1055,10 +995,6 @@ let CertificateNotFoundFault$1 = class CertificateNotFoundFault extends RDSServi
1055
995
  Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
1056
996
  }
1057
997
  };
1058
- const AutomationMode = {
1059
- ALL_PAUSED: "all-paused",
1060
- FULL: "full",
1061
- };
1062
998
  let DBInstanceAlreadyExistsFault$1 = class DBInstanceAlreadyExistsFault extends RDSServiceException$1 {
1063
999
  name = "DBInstanceAlreadyExistsFault";
1064
1000
  $fault = "client";
@@ -1107,50 +1043,6 @@ let DBSubnetGroupNotAllowedFault$1 = class DBSubnetGroupNotAllowedFault extends
1107
1043
  Object.setPrototypeOf(this, DBSubnetGroupNotAllowedFault.prototype);
1108
1044
  }
1109
1045
  };
1110
- const AuthScheme = {
1111
- SECRETS: "SECRETS",
1112
- };
1113
- const ClientPasswordAuthType = {
1114
- MYSQL_CACHING_SHA2_PASSWORD: "MYSQL_CACHING_SHA2_PASSWORD",
1115
- MYSQL_NATIVE_PASSWORD: "MYSQL_NATIVE_PASSWORD",
1116
- POSTGRES_MD5: "POSTGRES_MD5",
1117
- POSTGRES_SCRAM_SHA_256: "POSTGRES_SCRAM_SHA_256",
1118
- SQL_SERVER_AUTHENTICATION: "SQL_SERVER_AUTHENTICATION",
1119
- };
1120
- const IAMAuthMode = {
1121
- DISABLED: "DISABLED",
1122
- ENABLED: "ENABLED",
1123
- REQUIRED: "REQUIRED",
1124
- };
1125
- const DefaultAuthScheme = {
1126
- IAM_AUTH: "IAM_AUTH",
1127
- NONE: "NONE",
1128
- };
1129
- const EndpointNetworkType = {
1130
- DUAL: "DUAL",
1131
- IPV4: "IPV4",
1132
- IPV6: "IPV6",
1133
- };
1134
- const EngineFamily = {
1135
- MYSQL: "MYSQL",
1136
- POSTGRESQL: "POSTGRESQL",
1137
- SQLSERVER: "SQLSERVER",
1138
- };
1139
- const TargetConnectionNetworkType = {
1140
- IPV4: "IPV4",
1141
- IPV6: "IPV6",
1142
- };
1143
- const DBProxyStatus = {
1144
- AVAILABLE: "available",
1145
- CREATING: "creating",
1146
- DELETING: "deleting",
1147
- INCOMPATIBLE_NETWORK: "incompatible-network",
1148
- INSUFFICIENT_RESOURCE_LIMITS: "insufficient-resource-limits",
1149
- MODIFYING: "modifying",
1150
- REACTIVATING: "reactivating",
1151
- SUSPENDED: "suspended",
1152
- SUSPENDING: "suspending",
1153
- };
1154
1046
  let DBProxyAlreadyExistsFault$1 = class DBProxyAlreadyExistsFault extends RDSServiceException$1 {
1155
1047
  name = "DBProxyAlreadyExistsFault";
1156
1048
  $fault = "client";
@@ -1175,18 +1067,6 @@ let DBProxyQuotaExceededFault$1 = class DBProxyQuotaExceededFault extends RDSSer
1175
1067
  Object.setPrototypeOf(this, DBProxyQuotaExceededFault.prototype);
1176
1068
  }
1177
1069
  };
1178
- const DBProxyEndpointTargetRole = {
1179
- READ_ONLY: "READ_ONLY",
1180
- READ_WRITE: "READ_WRITE",
1181
- };
1182
- const DBProxyEndpointStatus = {
1183
- AVAILABLE: "available",
1184
- CREATING: "creating",
1185
- DELETING: "deleting",
1186
- INCOMPATIBLE_NETWORK: "incompatible-network",
1187
- INSUFFICIENT_RESOURCE_LIMITS: "insufficient-resource-limits",
1188
- MODIFYING: "modifying",
1189
- };
1190
1070
  let DBProxyEndpointAlreadyExistsFault$1 = class DBProxyEndpointAlreadyExistsFault extends RDSServiceException$1 {
1191
1071
  name = "DBProxyEndpointAlreadyExistsFault";
1192
1072
  $fault = "client";
@@ -1403,15 +1283,6 @@ let SubscriptionCategoryNotFoundFault$1 = class SubscriptionCategoryNotFoundFaul
1403
1283
  Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
1404
1284
  }
1405
1285
  };
1406
- const FailoverStatus = {
1407
- CANCELLING: "cancelling",
1408
- FAILING_OVER: "failing-over",
1409
- PENDING: "pending",
1410
- };
1411
- const GlobalClusterMemberSynchronizationStatus = {
1412
- CONNECTED: "connected",
1413
- PENDING_RESYNC: "pending-resync",
1414
- };
1415
1286
  let GlobalClusterAlreadyExistsFault$1 = class GlobalClusterAlreadyExistsFault extends RDSServiceException$1 {
1416
1287
  name = "GlobalClusterAlreadyExistsFault";
1417
1288
  $fault = "client";
@@ -1448,15 +1319,6 @@ let InvalidDBShardGroupStateFault$1 = class InvalidDBShardGroupStateFault extend
1448
1319
  Object.setPrototypeOf(this, InvalidDBShardGroupStateFault.prototype);
1449
1320
  }
1450
1321
  };
1451
- const IntegrationStatus = {
1452
- ACTIVE: "active",
1453
- CREATING: "creating",
1454
- DELETING: "deleting",
1455
- FAILED: "failed",
1456
- MODIFYING: "modifying",
1457
- NEEDS_ATTENTION: "needs_attention",
1458
- SYNCING: "syncing",
1459
- };
1460
1322
  let IntegrationAlreadyExistsFault$1 = class IntegrationAlreadyExistsFault extends RDSServiceException$1 {
1461
1323
  name = "IntegrationAlreadyExistsFault";
1462
1324
  $fault = "client";
@@ -1649,7 +1511,6 @@ let InvalidEventSubscriptionStateFault$1 = class InvalidEventSubscriptionStateFa
1649
1511
  Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
1650
1512
  }
1651
1513
  };
1652
-
1653
1514
  let InvalidIntegrationStateFault$1 = class InvalidIntegrationStateFault extends RDSServiceException$1 {
1654
1515
  name = "InvalidIntegrationStateFault";
1655
1516
  $fault = "client";
@@ -1698,10 +1559,6 @@ let DBClusterBacktrackNotFoundFault$1 = class DBClusterBacktrackNotFoundFault ex
1698
1559
  Object.setPrototypeOf(this, DBClusterBacktrackNotFoundFault.prototype);
1699
1560
  }
1700
1561
  };
1701
- const ApplyMethod = {
1702
- immediate: "immediate",
1703
- pending_reboot: "pending-reboot",
1704
- };
1705
1562
  let DBInstanceNotReadyFault$1 = class DBInstanceNotReadyFault extends RDSServiceException$1 {
1706
1563
  name = "DBInstanceNotReadyFault";
1707
1564
  $fault = "client";
@@ -1714,47 +1571,6 @@ let DBInstanceNotReadyFault$1 = class DBInstanceNotReadyFault extends RDSService
1714
1571
  Object.setPrototypeOf(this, DBInstanceNotReadyFault.prototype);
1715
1572
  }
1716
1573
  };
1717
- const LifecycleSupportName = {
1718
- OPEN_SOURCE_RDS_EXTENDED_SUPPORT: "open-source-rds-extended-support",
1719
- OPEN_SOURCE_RDS_STANDARD_SUPPORT: "open-source-rds-standard-support",
1720
- };
1721
- const TargetRole = {
1722
- READ_ONLY: "READ_ONLY",
1723
- READ_WRITE: "READ_WRITE",
1724
- UNKNOWN: "UNKNOWN",
1725
- };
1726
- const TargetHealthReason = {
1727
- AUTH_FAILURE: "AUTH_FAILURE",
1728
- CONNECTION_FAILED: "CONNECTION_FAILED",
1729
- INVALID_REPLICATION_STATE: "INVALID_REPLICATION_STATE",
1730
- PENDING_PROXY_CAPACITY: "PENDING_PROXY_CAPACITY",
1731
- PROMOTED: "PROMOTED",
1732
- UNREACHABLE: "UNREACHABLE",
1733
- };
1734
- const TargetState = {
1735
- available: "AVAILABLE",
1736
- registering: "REGISTERING",
1737
- unavailable: "UNAVAILABLE",
1738
- unused: "UNUSED",
1739
- };
1740
- const TargetType = {
1741
- RDS_INSTANCE: "RDS_INSTANCE",
1742
- RDS_SERVERLESS_ENDPOINT: "RDS_SERVERLESS_ENDPOINT",
1743
- TRACKED_CLUSTER: "TRACKED_CLUSTER",
1744
- };
1745
- const SourceType = {
1746
- blue_green_deployment: "blue-green-deployment",
1747
- custom_engine_version: "custom-engine-version",
1748
- db_cluster: "db-cluster",
1749
- db_cluster_snapshot: "db-cluster-snapshot",
1750
- db_instance: "db-instance",
1751
- db_parameter_group: "db-parameter-group",
1752
- db_proxy: "db-proxy",
1753
- db_security_group: "db-security-group",
1754
- db_shard_group: "db-shard-group",
1755
- db_snapshot: "db-snapshot",
1756
- zero_etl: "zero-etl",
1757
- };
1758
1574
  let ReservedDBInstanceNotFoundFault$1 = class ReservedDBInstanceNotFoundFault extends RDSServiceException$1 {
1759
1575
  name = "ReservedDBInstanceNotFoundFault";
1760
1576
  $fault = "client";
@@ -1803,10 +1619,6 @@ let DBLogFileNotFoundFault$1 = class DBLogFileNotFoundFault extends RDSServiceEx
1803
1619
  Object.setPrototypeOf(this, DBLogFileNotFoundFault.prototype);
1804
1620
  }
1805
1621
  };
1806
- const AuditPolicyState = {
1807
- LOCKED_POLICY: "locked",
1808
- UNLOCKED_POLICY: "unlocked",
1809
- };
1810
1622
  let InvalidDBClusterCapacityFault$1 = class InvalidDBClusterCapacityFault extends RDSServiceException$1 {
1811
1623
  name = "InvalidDBClusterCapacityFault";
1812
1624
  $fault = "client";
@@ -1819,11 +1631,6 @@ let InvalidDBClusterCapacityFault$1 = class InvalidDBClusterCapacityFault extend
1819
1631
  Object.setPrototypeOf(this, InvalidDBClusterCapacityFault.prototype);
1820
1632
  }
1821
1633
  };
1822
- const CustomEngineVersionStatus = {
1823
- available: "available",
1824
- inactive: "inactive",
1825
- inactive_except_restore: "inactive-except-restore",
1826
- };
1827
1634
  let StorageTypeNotAvailableFault$1 = class StorageTypeNotAvailableFault extends RDSServiceException$1 {
1828
1635
  name = "StorageTypeNotAvailableFault";
1829
1636
  $fault = "client";
@@ -15113,6 +14920,199 @@ const waitUntilTenantDatabaseDeleted = async (params, input) => {
15113
14920
  return utilWaiter.checkExceptions(result);
15114
14921
  };
15115
14922
 
14923
+ const ActivityStreamMode = {
14924
+ async: "async",
14925
+ sync: "sync",
14926
+ };
14927
+ const ActivityStreamPolicyStatus = {
14928
+ locked: "locked",
14929
+ locking_policy: "locking-policy",
14930
+ unlocked: "unlocked",
14931
+ unlocking_policy: "unlocking-policy",
14932
+ };
14933
+ const ActivityStreamStatus = {
14934
+ started: "started",
14935
+ starting: "starting",
14936
+ stopped: "stopped",
14937
+ stopping: "stopping",
14938
+ };
14939
+ const ExportSourceType = {
14940
+ CLUSTER: "CLUSTER",
14941
+ SNAPSHOT: "SNAPSHOT",
14942
+ };
14943
+ const ClusterScalabilityType = {
14944
+ LIMITLESS: "limitless",
14945
+ STANDARD: "standard",
14946
+ };
14947
+ const DatabaseInsightsMode = {
14948
+ ADVANCED: "advanced",
14949
+ STANDARD: "standard",
14950
+ };
14951
+ const MasterUserAuthenticationType = {
14952
+ IAM_DB_AUTH: "iam-db-auth",
14953
+ PASSWORD: "password",
14954
+ };
14955
+ const ReplicaMode = {
14956
+ MOUNTED: "mounted",
14957
+ OPEN_READ_ONLY: "open-read-only",
14958
+ };
14959
+ const WriteForwardingStatus = {
14960
+ DISABLED: "disabled",
14961
+ DISABLING: "disabling",
14962
+ ENABLED: "enabled",
14963
+ ENABLING: "enabling",
14964
+ UNKNOWN: "unknown",
14965
+ };
14966
+ const LimitlessDatabaseStatus = {
14967
+ ACTIVE: "active",
14968
+ DISABLED: "disabled",
14969
+ DISABLING: "disabling",
14970
+ ENABLED: "enabled",
14971
+ ENABLING: "enabling",
14972
+ ERROR: "error",
14973
+ MODIFYING_MAX_CAPACITY: "modifying-max-capacity",
14974
+ NOT_IN_USE: "not-in-use",
14975
+ };
14976
+ const LocalWriteForwardingStatus = {
14977
+ DISABLED: "disabled",
14978
+ DISABLING: "disabling",
14979
+ ENABLED: "enabled",
14980
+ ENABLING: "enabling",
14981
+ REQUESTED: "requested",
14982
+ };
14983
+ const AutomationMode = {
14984
+ ALL_PAUSED: "all-paused",
14985
+ FULL: "full",
14986
+ };
14987
+ const AuthScheme = {
14988
+ SECRETS: "SECRETS",
14989
+ };
14990
+ const ClientPasswordAuthType = {
14991
+ MYSQL_CACHING_SHA2_PASSWORD: "MYSQL_CACHING_SHA2_PASSWORD",
14992
+ MYSQL_NATIVE_PASSWORD: "MYSQL_NATIVE_PASSWORD",
14993
+ POSTGRES_MD5: "POSTGRES_MD5",
14994
+ POSTGRES_SCRAM_SHA_256: "POSTGRES_SCRAM_SHA_256",
14995
+ SQL_SERVER_AUTHENTICATION: "SQL_SERVER_AUTHENTICATION",
14996
+ };
14997
+ const IAMAuthMode = {
14998
+ DISABLED: "DISABLED",
14999
+ ENABLED: "ENABLED",
15000
+ REQUIRED: "REQUIRED",
15001
+ };
15002
+ const DefaultAuthScheme = {
15003
+ IAM_AUTH: "IAM_AUTH",
15004
+ NONE: "NONE",
15005
+ };
15006
+ const EndpointNetworkType = {
15007
+ DUAL: "DUAL",
15008
+ IPV4: "IPV4",
15009
+ IPV6: "IPV6",
15010
+ };
15011
+ const EngineFamily = {
15012
+ MYSQL: "MYSQL",
15013
+ POSTGRESQL: "POSTGRESQL",
15014
+ SQLSERVER: "SQLSERVER",
15015
+ };
15016
+ const TargetConnectionNetworkType = {
15017
+ IPV4: "IPV4",
15018
+ IPV6: "IPV6",
15019
+ };
15020
+ const DBProxyStatus = {
15021
+ AVAILABLE: "available",
15022
+ CREATING: "creating",
15023
+ DELETING: "deleting",
15024
+ INCOMPATIBLE_NETWORK: "incompatible-network",
15025
+ INSUFFICIENT_RESOURCE_LIMITS: "insufficient-resource-limits",
15026
+ MODIFYING: "modifying",
15027
+ REACTIVATING: "reactivating",
15028
+ SUSPENDED: "suspended",
15029
+ SUSPENDING: "suspending",
15030
+ };
15031
+ const DBProxyEndpointTargetRole = {
15032
+ READ_ONLY: "READ_ONLY",
15033
+ READ_WRITE: "READ_WRITE",
15034
+ };
15035
+ const DBProxyEndpointStatus = {
15036
+ AVAILABLE: "available",
15037
+ CREATING: "creating",
15038
+ DELETING: "deleting",
15039
+ INCOMPATIBLE_NETWORK: "incompatible-network",
15040
+ INSUFFICIENT_RESOURCE_LIMITS: "insufficient-resource-limits",
15041
+ MODIFYING: "modifying",
15042
+ };
15043
+ const FailoverStatus = {
15044
+ CANCELLING: "cancelling",
15045
+ FAILING_OVER: "failing-over",
15046
+ PENDING: "pending",
15047
+ };
15048
+ const GlobalClusterMemberSynchronizationStatus = {
15049
+ CONNECTED: "connected",
15050
+ PENDING_RESYNC: "pending-resync",
15051
+ };
15052
+ const IntegrationStatus = {
15053
+ ACTIVE: "active",
15054
+ CREATING: "creating",
15055
+ DELETING: "deleting",
15056
+ FAILED: "failed",
15057
+ MODIFYING: "modifying",
15058
+ NEEDS_ATTENTION: "needs_attention",
15059
+ SYNCING: "syncing",
15060
+ };
15061
+ const ApplyMethod = {
15062
+ immediate: "immediate",
15063
+ pending_reboot: "pending-reboot",
15064
+ };
15065
+ const LifecycleSupportName = {
15066
+ OPEN_SOURCE_RDS_EXTENDED_SUPPORT: "open-source-rds-extended-support",
15067
+ OPEN_SOURCE_RDS_STANDARD_SUPPORT: "open-source-rds-standard-support",
15068
+ };
15069
+ const TargetRole = {
15070
+ READ_ONLY: "READ_ONLY",
15071
+ READ_WRITE: "READ_WRITE",
15072
+ UNKNOWN: "UNKNOWN",
15073
+ };
15074
+ const TargetHealthReason = {
15075
+ AUTH_FAILURE: "AUTH_FAILURE",
15076
+ CONNECTION_FAILED: "CONNECTION_FAILED",
15077
+ INVALID_REPLICATION_STATE: "INVALID_REPLICATION_STATE",
15078
+ PENDING_PROXY_CAPACITY: "PENDING_PROXY_CAPACITY",
15079
+ PROMOTED: "PROMOTED",
15080
+ UNREACHABLE: "UNREACHABLE",
15081
+ };
15082
+ const TargetState = {
15083
+ available: "AVAILABLE",
15084
+ registering: "REGISTERING",
15085
+ unavailable: "UNAVAILABLE",
15086
+ unused: "UNUSED",
15087
+ };
15088
+ const TargetType = {
15089
+ RDS_INSTANCE: "RDS_INSTANCE",
15090
+ RDS_SERVERLESS_ENDPOINT: "RDS_SERVERLESS_ENDPOINT",
15091
+ TRACKED_CLUSTER: "TRACKED_CLUSTER",
15092
+ };
15093
+ const SourceType = {
15094
+ blue_green_deployment: "blue-green-deployment",
15095
+ custom_engine_version: "custom-engine-version",
15096
+ db_cluster: "db-cluster",
15097
+ db_cluster_snapshot: "db-cluster-snapshot",
15098
+ db_instance: "db-instance",
15099
+ db_parameter_group: "db-parameter-group",
15100
+ db_proxy: "db-proxy",
15101
+ db_security_group: "db-security-group",
15102
+ db_shard_group: "db-shard-group",
15103
+ db_snapshot: "db-snapshot",
15104
+ zero_etl: "zero-etl",
15105
+ };
15106
+ const AuditPolicyState = {
15107
+ LOCKED_POLICY: "locked",
15108
+ UNLOCKED_POLICY: "unlocked",
15109
+ };
15110
+ const CustomEngineVersionStatus = {
15111
+ available: "available",
15112
+ inactive: "inactive",
15113
+ inactive_except_restore: "inactive-except-restore",
15114
+ };
15115
+
15116
15116
  Object.defineProperty(exports, "$Command", {
15117
15117
  enumerable: true,
15118
15118
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -3,5 +3,6 @@ export * from "./RDS";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
- export * from "./models";
6
+ export * from "./models/enums";
7
+ export * from "./models/errors";
7
8
  export { RDSServiceException } from "./models/RDSServiceException";
@@ -0,0 +1,192 @@
1
+ export const ActivityStreamMode = {
2
+ async: "async",
3
+ sync: "sync",
4
+ };
5
+ export const ActivityStreamPolicyStatus = {
6
+ locked: "locked",
7
+ locking_policy: "locking-policy",
8
+ unlocked: "unlocked",
9
+ unlocking_policy: "unlocking-policy",
10
+ };
11
+ export const ActivityStreamStatus = {
12
+ started: "started",
13
+ starting: "starting",
14
+ stopped: "stopped",
15
+ stopping: "stopping",
16
+ };
17
+ export const ExportSourceType = {
18
+ CLUSTER: "CLUSTER",
19
+ SNAPSHOT: "SNAPSHOT",
20
+ };
21
+ export const ClusterScalabilityType = {
22
+ LIMITLESS: "limitless",
23
+ STANDARD: "standard",
24
+ };
25
+ export const DatabaseInsightsMode = {
26
+ ADVANCED: "advanced",
27
+ STANDARD: "standard",
28
+ };
29
+ export const MasterUserAuthenticationType = {
30
+ IAM_DB_AUTH: "iam-db-auth",
31
+ PASSWORD: "password",
32
+ };
33
+ export const ReplicaMode = {
34
+ MOUNTED: "mounted",
35
+ OPEN_READ_ONLY: "open-read-only",
36
+ };
37
+ export const WriteForwardingStatus = {
38
+ DISABLED: "disabled",
39
+ DISABLING: "disabling",
40
+ ENABLED: "enabled",
41
+ ENABLING: "enabling",
42
+ UNKNOWN: "unknown",
43
+ };
44
+ export const LimitlessDatabaseStatus = {
45
+ ACTIVE: "active",
46
+ DISABLED: "disabled",
47
+ DISABLING: "disabling",
48
+ ENABLED: "enabled",
49
+ ENABLING: "enabling",
50
+ ERROR: "error",
51
+ MODIFYING_MAX_CAPACITY: "modifying-max-capacity",
52
+ NOT_IN_USE: "not-in-use",
53
+ };
54
+ export const LocalWriteForwardingStatus = {
55
+ DISABLED: "disabled",
56
+ DISABLING: "disabling",
57
+ ENABLED: "enabled",
58
+ ENABLING: "enabling",
59
+ REQUESTED: "requested",
60
+ };
61
+ export const AutomationMode = {
62
+ ALL_PAUSED: "all-paused",
63
+ FULL: "full",
64
+ };
65
+ export const AuthScheme = {
66
+ SECRETS: "SECRETS",
67
+ };
68
+ export const ClientPasswordAuthType = {
69
+ MYSQL_CACHING_SHA2_PASSWORD: "MYSQL_CACHING_SHA2_PASSWORD",
70
+ MYSQL_NATIVE_PASSWORD: "MYSQL_NATIVE_PASSWORD",
71
+ POSTGRES_MD5: "POSTGRES_MD5",
72
+ POSTGRES_SCRAM_SHA_256: "POSTGRES_SCRAM_SHA_256",
73
+ SQL_SERVER_AUTHENTICATION: "SQL_SERVER_AUTHENTICATION",
74
+ };
75
+ export const IAMAuthMode = {
76
+ DISABLED: "DISABLED",
77
+ ENABLED: "ENABLED",
78
+ REQUIRED: "REQUIRED",
79
+ };
80
+ export const DefaultAuthScheme = {
81
+ IAM_AUTH: "IAM_AUTH",
82
+ NONE: "NONE",
83
+ };
84
+ export const EndpointNetworkType = {
85
+ DUAL: "DUAL",
86
+ IPV4: "IPV4",
87
+ IPV6: "IPV6",
88
+ };
89
+ export const EngineFamily = {
90
+ MYSQL: "MYSQL",
91
+ POSTGRESQL: "POSTGRESQL",
92
+ SQLSERVER: "SQLSERVER",
93
+ };
94
+ export const TargetConnectionNetworkType = {
95
+ IPV4: "IPV4",
96
+ IPV6: "IPV6",
97
+ };
98
+ export const DBProxyStatus = {
99
+ AVAILABLE: "available",
100
+ CREATING: "creating",
101
+ DELETING: "deleting",
102
+ INCOMPATIBLE_NETWORK: "incompatible-network",
103
+ INSUFFICIENT_RESOURCE_LIMITS: "insufficient-resource-limits",
104
+ MODIFYING: "modifying",
105
+ REACTIVATING: "reactivating",
106
+ SUSPENDED: "suspended",
107
+ SUSPENDING: "suspending",
108
+ };
109
+ export const DBProxyEndpointTargetRole = {
110
+ READ_ONLY: "READ_ONLY",
111
+ READ_WRITE: "READ_WRITE",
112
+ };
113
+ export const DBProxyEndpointStatus = {
114
+ AVAILABLE: "available",
115
+ CREATING: "creating",
116
+ DELETING: "deleting",
117
+ INCOMPATIBLE_NETWORK: "incompatible-network",
118
+ INSUFFICIENT_RESOURCE_LIMITS: "insufficient-resource-limits",
119
+ MODIFYING: "modifying",
120
+ };
121
+ export const FailoverStatus = {
122
+ CANCELLING: "cancelling",
123
+ FAILING_OVER: "failing-over",
124
+ PENDING: "pending",
125
+ };
126
+ export const GlobalClusterMemberSynchronizationStatus = {
127
+ CONNECTED: "connected",
128
+ PENDING_RESYNC: "pending-resync",
129
+ };
130
+ export const IntegrationStatus = {
131
+ ACTIVE: "active",
132
+ CREATING: "creating",
133
+ DELETING: "deleting",
134
+ FAILED: "failed",
135
+ MODIFYING: "modifying",
136
+ NEEDS_ATTENTION: "needs_attention",
137
+ SYNCING: "syncing",
138
+ };
139
+ export const ApplyMethod = {
140
+ immediate: "immediate",
141
+ pending_reboot: "pending-reboot",
142
+ };
143
+ export const LifecycleSupportName = {
144
+ OPEN_SOURCE_RDS_EXTENDED_SUPPORT: "open-source-rds-extended-support",
145
+ OPEN_SOURCE_RDS_STANDARD_SUPPORT: "open-source-rds-standard-support",
146
+ };
147
+ export const TargetRole = {
148
+ READ_ONLY: "READ_ONLY",
149
+ READ_WRITE: "READ_WRITE",
150
+ UNKNOWN: "UNKNOWN",
151
+ };
152
+ export const TargetHealthReason = {
153
+ AUTH_FAILURE: "AUTH_FAILURE",
154
+ CONNECTION_FAILED: "CONNECTION_FAILED",
155
+ INVALID_REPLICATION_STATE: "INVALID_REPLICATION_STATE",
156
+ PENDING_PROXY_CAPACITY: "PENDING_PROXY_CAPACITY",
157
+ PROMOTED: "PROMOTED",
158
+ UNREACHABLE: "UNREACHABLE",
159
+ };
160
+ export const TargetState = {
161
+ available: "AVAILABLE",
162
+ registering: "REGISTERING",
163
+ unavailable: "UNAVAILABLE",
164
+ unused: "UNUSED",
165
+ };
166
+ export const TargetType = {
167
+ RDS_INSTANCE: "RDS_INSTANCE",
168
+ RDS_SERVERLESS_ENDPOINT: "RDS_SERVERLESS_ENDPOINT",
169
+ TRACKED_CLUSTER: "TRACKED_CLUSTER",
170
+ };
171
+ export const SourceType = {
172
+ blue_green_deployment: "blue-green-deployment",
173
+ custom_engine_version: "custom-engine-version",
174
+ db_cluster: "db-cluster",
175
+ db_cluster_snapshot: "db-cluster-snapshot",
176
+ db_instance: "db-instance",
177
+ db_parameter_group: "db-parameter-group",
178
+ db_proxy: "db-proxy",
179
+ db_security_group: "db-security-group",
180
+ db_shard_group: "db-shard-group",
181
+ db_snapshot: "db-snapshot",
182
+ zero_etl: "zero-etl",
183
+ };
184
+ export const AuditPolicyState = {
185
+ LOCKED_POLICY: "locked",
186
+ UNLOCKED_POLICY: "unlocked",
187
+ };
188
+ export const CustomEngineVersionStatus = {
189
+ available: "available",
190
+ inactive: "inactive",
191
+ inactive_except_restore: "inactive-except-restore",
192
+ };