@aws-sdk/client-rds 3.50.0 → 3.53.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 (215) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/RDSServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +1281 -4
  5. package/dist-cjs/models/models_1.js +303 -3
  6. package/dist-cjs/protocols/Aws_query.js +1480 -5262
  7. package/dist-es/index.js +1 -0
  8. package/dist-es/models/RDSServiceException.js +12 -0
  9. package/dist-es/models/models_0.js +1178 -1
  10. package/dist-es/models/models_1.js +278 -1
  11. package/dist-es/protocols/Aws_query.js +3113 -5521
  12. package/dist-types/index.d.ts +1 -0
  13. package/dist-types/models/RDSServiceException.d.ts +10 -0
  14. package/dist-types/models/models_0.d.ts +785 -403
  15. package/dist-types/models/models_1.d.ts +170 -100
  16. package/dist-types/ts3.4/RDS.d.ts +710 -0
  17. package/dist-types/ts3.4/RDSClient.d.ts +214 -0
  18. package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +18 -0
  87. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +18 -0
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +18 -0
  115. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +18 -0
  117. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +18 -0
  155. package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/index.d.ts +141 -0
  160. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  161. package/dist-types/ts3.4/index.d.ts +7 -0
  162. package/dist-types/ts3.4/models/RDSServiceException.d.ts +6 -0
  163. package/dist-types/ts3.4/models/index.d.ts +2 -0
  164. package/dist-types/ts3.4/models/models_0.d.ts +4007 -0
  165. package/dist-types/ts3.4/models/models_1.d.ts +2737 -0
  166. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +4 -0
  167. package/dist-types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +4 -0
  168. package/dist-types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +4 -0
  169. package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +4 -0
  170. package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +4 -0
  171. package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +4 -0
  172. package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +4 -0
  173. package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +4 -0
  174. package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +4 -0
  175. package/dist-types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +4 -0
  176. package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +4 -0
  177. package/dist-types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +4 -0
  178. package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +4 -0
  179. package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +4 -0
  180. package/dist-types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +4 -0
  181. package/dist-types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +4 -0
  182. package/dist-types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +4 -0
  183. package/dist-types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +4 -0
  184. package/dist-types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +4 -0
  185. package/dist-types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +4 -0
  186. package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +4 -0
  187. package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +4 -0
  188. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  189. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
  190. package/dist-types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +4 -0
  191. package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +4 -0
  192. package/dist-types/ts3.4/pagination/DescribeInstallationMediaPaginator.d.ts +4 -0
  193. package/dist-types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +4 -0
  194. package/dist-types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +4 -0
  195. package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +4 -0
  196. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
  197. package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +4 -0
  198. package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +4 -0
  199. package/dist-types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +4 -0
  200. package/dist-types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +4 -0
  201. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  202. package/dist-types/ts3.4/pagination/index.d.ts +36 -0
  203. package/dist-types/ts3.4/protocols/Aws_query.d.ts +425 -0
  204. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  205. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  206. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  207. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  208. package/dist-types/ts3.4/waiters/index.d.ts +6 -0
  209. package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +7 -0
  210. package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +7 -0
  211. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +7 -0
  212. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +7 -0
  213. package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +7 -0
  214. package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +7 -0
  215. package/package.json +35 -35
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { RDSServiceException as __BaseException } from "./RDSServiceException";
2
3
  /**
3
4
  * <p>Describes a quota for an Amazon Web Services account.</p>
4
5
  * <p>The following are account quotas:</p>
@@ -176,34 +177,46 @@ export declare namespace AddRoleToDBClusterMessage {
176
177
  * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.
177
178
  * </p>
178
179
  */
179
- export interface DBClusterNotFoundFault extends __SmithyException, $MetadataBearer {
180
- name: "DBClusterNotFoundFault";
181
- $fault: "client";
182
- message?: string;
180
+ export declare class DBClusterNotFoundFault extends __BaseException {
181
+ readonly name: "DBClusterNotFoundFault";
182
+ readonly $fault: "client";
183
+ /**
184
+ * @internal
185
+ */
186
+ constructor(opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>);
183
187
  }
184
188
  /**
185
189
  * <p>The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.</p>
186
190
  */
187
- export interface DBClusterRoleAlreadyExistsFault extends __SmithyException, $MetadataBearer {
188
- name: "DBClusterRoleAlreadyExistsFault";
189
- $fault: "client";
190
- message?: string;
191
+ export declare class DBClusterRoleAlreadyExistsFault extends __BaseException {
192
+ readonly name: "DBClusterRoleAlreadyExistsFault";
193
+ readonly $fault: "client";
194
+ /**
195
+ * @internal
196
+ */
197
+ constructor(opts: __ExceptionOptionType<DBClusterRoleAlreadyExistsFault, __BaseException>);
191
198
  }
192
199
  /**
193
200
  * <p>You have exceeded the maximum number of IAM roles that can be associated with the specified DB cluster.</p>
194
201
  */
195
- export interface DBClusterRoleQuotaExceededFault extends __SmithyException, $MetadataBearer {
196
- name: "DBClusterRoleQuotaExceededFault";
197
- $fault: "client";
198
- message?: string;
202
+ export declare class DBClusterRoleQuotaExceededFault extends __BaseException {
203
+ readonly name: "DBClusterRoleQuotaExceededFault";
204
+ readonly $fault: "client";
205
+ /**
206
+ * @internal
207
+ */
208
+ constructor(opts: __ExceptionOptionType<DBClusterRoleQuotaExceededFault, __BaseException>);
199
209
  }
200
210
  /**
201
211
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
202
212
  */
203
- export interface InvalidDBClusterStateFault extends __SmithyException, $MetadataBearer {
204
- name: "InvalidDBClusterStateFault";
205
- $fault: "client";
206
- message?: string;
213
+ export declare class InvalidDBClusterStateFault extends __BaseException {
214
+ readonly name: "InvalidDBClusterStateFault";
215
+ readonly $fault: "client";
216
+ /**
217
+ * @internal
218
+ */
219
+ constructor(opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>);
207
220
  }
208
221
  export interface AddRoleToDBInstanceMessage {
209
222
  /**
@@ -233,34 +246,46 @@ export declare namespace AddRoleToDBInstanceMessage {
233
246
  * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.
234
247
  * </p>
235
248
  */
236
- export interface DBInstanceNotFoundFault extends __SmithyException, $MetadataBearer {
237
- name: "DBInstanceNotFoundFault";
238
- $fault: "client";
239
- message?: string;
249
+ export declare class DBInstanceNotFoundFault extends __BaseException {
250
+ readonly name: "DBInstanceNotFoundFault";
251
+ readonly $fault: "client";
252
+ /**
253
+ * @internal
254
+ */
255
+ constructor(opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>);
240
256
  }
241
257
  /**
242
258
  * <p>The specified <code>RoleArn</code> or <code>FeatureName</code> value is already associated with the DB instance.</p>
243
259
  */
244
- export interface DBInstanceRoleAlreadyExistsFault extends __SmithyException, $MetadataBearer {
245
- name: "DBInstanceRoleAlreadyExistsFault";
246
- $fault: "client";
247
- message?: string;
260
+ export declare class DBInstanceRoleAlreadyExistsFault extends __BaseException {
261
+ readonly name: "DBInstanceRoleAlreadyExistsFault";
262
+ readonly $fault: "client";
263
+ /**
264
+ * @internal
265
+ */
266
+ constructor(opts: __ExceptionOptionType<DBInstanceRoleAlreadyExistsFault, __BaseException>);
248
267
  }
249
268
  /**
250
269
  * <p>You can't associate any more Amazon Web Services Identity and Access Management (IAM) roles with the DB instance because the quota has been reached.</p>
251
270
  */
252
- export interface DBInstanceRoleQuotaExceededFault extends __SmithyException, $MetadataBearer {
253
- name: "DBInstanceRoleQuotaExceededFault";
254
- $fault: "client";
255
- message?: string;
271
+ export declare class DBInstanceRoleQuotaExceededFault extends __BaseException {
272
+ readonly name: "DBInstanceRoleQuotaExceededFault";
273
+ readonly $fault: "client";
274
+ /**
275
+ * @internal
276
+ */
277
+ constructor(opts: __ExceptionOptionType<DBInstanceRoleQuotaExceededFault, __BaseException>);
256
278
  }
257
279
  /**
258
280
  * <p>The DB instance isn't in a valid state.</p>
259
281
  */
260
- export interface InvalidDBInstanceStateFault extends __SmithyException, $MetadataBearer {
261
- name: "InvalidDBInstanceStateFault";
262
- $fault: "client";
263
- message?: string;
282
+ export declare class InvalidDBInstanceStateFault extends __BaseException {
283
+ readonly name: "InvalidDBInstanceStateFault";
284
+ readonly $fault: "client";
285
+ /**
286
+ * @internal
287
+ */
288
+ constructor(opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>);
264
289
  }
265
290
  /**
266
291
  * <p></p>
@@ -374,18 +399,24 @@ export declare namespace AddSourceIdentifierToSubscriptionResult {
374
399
  /**
375
400
  * <p>The requested source could not be found.</p>
376
401
  */
377
- export interface SourceNotFoundFault extends __SmithyException, $MetadataBearer {
378
- name: "SourceNotFoundFault";
379
- $fault: "client";
380
- message?: string;
402
+ export declare class SourceNotFoundFault extends __BaseException {
403
+ readonly name: "SourceNotFoundFault";
404
+ readonly $fault: "client";
405
+ /**
406
+ * @internal
407
+ */
408
+ constructor(opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>);
381
409
  }
382
410
  /**
383
411
  * <p>The subscription name does not exist.</p>
384
412
  */
385
- export interface SubscriptionNotFoundFault extends __SmithyException, $MetadataBearer {
386
- name: "SubscriptionNotFoundFault";
387
- $fault: "client";
388
- message?: string;
413
+ export declare class SubscriptionNotFoundFault extends __BaseException {
414
+ readonly name: "SubscriptionNotFoundFault";
415
+ readonly $fault: "client";
416
+ /**
417
+ * @internal
418
+ */
419
+ constructor(opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>);
389
420
  }
390
421
  /**
391
422
  * <p>Metadata assigned to an Amazon RDS resource consisting of a key-value pair.</p>
@@ -431,28 +462,37 @@ export declare namespace AddTagsToResourceMessage {
431
462
  /**
432
463
  * <p>The specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
433
464
  */
434
- export interface DBProxyNotFoundFault extends __SmithyException, $MetadataBearer {
435
- name: "DBProxyNotFoundFault";
436
- $fault: "client";
437
- message?: string;
465
+ export declare class DBProxyNotFoundFault extends __BaseException {
466
+ readonly name: "DBProxyNotFoundFault";
467
+ readonly $fault: "client";
468
+ /**
469
+ * @internal
470
+ */
471
+ constructor(opts: __ExceptionOptionType<DBProxyNotFoundFault, __BaseException>);
438
472
  }
439
473
  /**
440
474
  * <p>The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
441
475
  */
442
- export interface DBProxyTargetGroupNotFoundFault extends __SmithyException, $MetadataBearer {
443
- name: "DBProxyTargetGroupNotFoundFault";
444
- $fault: "client";
445
- message?: string;
476
+ export declare class DBProxyTargetGroupNotFoundFault extends __BaseException {
477
+ readonly name: "DBProxyTargetGroupNotFoundFault";
478
+ readonly $fault: "client";
479
+ /**
480
+ * @internal
481
+ */
482
+ constructor(opts: __ExceptionOptionType<DBProxyTargetGroupNotFoundFault, __BaseException>);
446
483
  }
447
484
  /**
448
485
  * <p>
449
486
  * <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.
450
487
  * </p>
451
488
  */
452
- export interface DBSnapshotNotFoundFault extends __SmithyException, $MetadataBearer {
453
- name: "DBSnapshotNotFoundFault";
454
- $fault: "client";
455
- message?: string;
489
+ export declare class DBSnapshotNotFoundFault extends __BaseException {
490
+ readonly name: "DBSnapshotNotFoundFault";
491
+ readonly $fault: "client";
492
+ /**
493
+ * @internal
494
+ */
495
+ constructor(opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>);
456
496
  }
457
497
  /**
458
498
  * <p></p>
@@ -583,27 +623,36 @@ export declare namespace ApplyPendingMaintenanceActionResult {
583
623
  /**
584
624
  * <p>The specified resource ID was not found.</p>
585
625
  */
586
- export interface ResourceNotFoundFault extends __SmithyException, $MetadataBearer {
587
- name: "ResourceNotFoundFault";
588
- $fault: "client";
589
- message?: string;
626
+ export declare class ResourceNotFoundFault extends __BaseException {
627
+ readonly name: "ResourceNotFoundFault";
628
+ readonly $fault: "client";
629
+ /**
630
+ * @internal
631
+ */
632
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
590
633
  }
591
634
  /**
592
635
  * <p>The specified CIDR IP range or Amazon EC2 security group is already authorized for
593
636
  * the specified DB security group.</p>
594
637
  */
595
- export interface AuthorizationAlreadyExistsFault extends __SmithyException, $MetadataBearer {
596
- name: "AuthorizationAlreadyExistsFault";
597
- $fault: "client";
598
- message?: string;
638
+ export declare class AuthorizationAlreadyExistsFault extends __BaseException {
639
+ readonly name: "AuthorizationAlreadyExistsFault";
640
+ readonly $fault: "client";
641
+ /**
642
+ * @internal
643
+ */
644
+ constructor(opts: __ExceptionOptionType<AuthorizationAlreadyExistsFault, __BaseException>);
599
645
  }
600
646
  /**
601
647
  * <p>The DB security group authorization quota has been reached.</p>
602
648
  */
603
- export interface AuthorizationQuotaExceededFault extends __SmithyException, $MetadataBearer {
604
- name: "AuthorizationQuotaExceededFault";
605
- $fault: "client";
606
- message?: string;
649
+ export declare class AuthorizationQuotaExceededFault extends __BaseException {
650
+ readonly name: "AuthorizationQuotaExceededFault";
651
+ readonly $fault: "client";
652
+ /**
653
+ * @internal
654
+ */
655
+ constructor(opts: __ExceptionOptionType<AuthorizationQuotaExceededFault, __BaseException>);
607
656
  }
608
657
  /**
609
658
  * <p></p>
@@ -787,18 +836,24 @@ export declare namespace AuthorizeDBSecurityGroupIngressResult {
787
836
  * <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.
788
837
  * </p>
789
838
  */
790
- export interface DBSecurityGroupNotFoundFault extends __SmithyException, $MetadataBearer {
791
- name: "DBSecurityGroupNotFoundFault";
792
- $fault: "client";
793
- message?: string;
839
+ export declare class DBSecurityGroupNotFoundFault extends __BaseException {
840
+ readonly name: "DBSecurityGroupNotFoundFault";
841
+ readonly $fault: "client";
842
+ /**
843
+ * @internal
844
+ */
845
+ constructor(opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>);
794
846
  }
795
847
  /**
796
848
  * <p>The state of the DB security group doesn't allow deletion.</p>
797
849
  */
798
- export interface InvalidDBSecurityGroupStateFault extends __SmithyException, $MetadataBearer {
799
- name: "InvalidDBSecurityGroupStateFault";
800
- $fault: "client";
801
- message?: string;
850
+ export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
851
+ readonly name: "InvalidDBSecurityGroupStateFault";
852
+ readonly $fault: "client";
853
+ /**
854
+ * @internal
855
+ */
856
+ constructor(opts: __ExceptionOptionType<InvalidDBSecurityGroupStateFault, __BaseException>);
802
857
  }
803
858
  /**
804
859
  * <p></p>
@@ -1034,18 +1089,24 @@ export declare namespace ExportTask {
1034
1089
  /**
1035
1090
  * <p>The export task doesn't exist.</p>
1036
1091
  */
1037
- export interface ExportTaskNotFoundFault extends __SmithyException, $MetadataBearer {
1038
- name: "ExportTaskNotFoundFault";
1039
- $fault: "client";
1040
- message?: string;
1092
+ export declare class ExportTaskNotFoundFault extends __BaseException {
1093
+ readonly name: "ExportTaskNotFoundFault";
1094
+ readonly $fault: "client";
1095
+ /**
1096
+ * @internal
1097
+ */
1098
+ constructor(opts: __ExceptionOptionType<ExportTaskNotFoundFault, __BaseException>);
1041
1099
  }
1042
1100
  /**
1043
1101
  * <p>You can't cancel an export task that has completed.</p>
1044
1102
  */
1045
- export interface InvalidExportTaskStateFault extends __SmithyException, $MetadataBearer {
1046
- name: "InvalidExportTaskStateFault";
1047
- $fault: "client";
1048
- message?: string;
1103
+ export declare class InvalidExportTaskStateFault extends __BaseException {
1104
+ readonly name: "InvalidExportTaskStateFault";
1105
+ readonly $fault: "client";
1106
+ /**
1107
+ * @internal
1108
+ */
1109
+ constructor(opts: __ExceptionOptionType<InvalidExportTaskStateFault, __BaseException>);
1049
1110
  }
1050
1111
  export interface CopyDBClusterParameterGroupMessage {
1051
1112
  /**
@@ -1149,10 +1210,13 @@ export declare namespace CopyDBClusterParameterGroupResult {
1149
1210
  /**
1150
1211
  * <p>A DB parameter group with the same name exists.</p>
1151
1212
  */
1152
- export interface DBParameterGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
1153
- name: "DBParameterGroupAlreadyExistsFault";
1154
- $fault: "client";
1155
- message?: string;
1213
+ export declare class DBParameterGroupAlreadyExistsFault extends __BaseException {
1214
+ readonly name: "DBParameterGroupAlreadyExistsFault";
1215
+ readonly $fault: "client";
1216
+ /**
1217
+ * @internal
1218
+ */
1219
+ constructor(opts: __ExceptionOptionType<DBParameterGroupAlreadyExistsFault, __BaseException>);
1156
1220
  }
1157
1221
  /**
1158
1222
  * <p>
@@ -1160,19 +1224,25 @@ export interface DBParameterGroupAlreadyExistsFault extends __SmithyException, $
1160
1224
  * existing DB parameter group.
1161
1225
  * </p>
1162
1226
  */
1163
- export interface DBParameterGroupNotFoundFault extends __SmithyException, $MetadataBearer {
1164
- name: "DBParameterGroupNotFoundFault";
1165
- $fault: "client";
1166
- message?: string;
1227
+ export declare class DBParameterGroupNotFoundFault extends __BaseException {
1228
+ readonly name: "DBParameterGroupNotFoundFault";
1229
+ readonly $fault: "client";
1230
+ /**
1231
+ * @internal
1232
+ */
1233
+ constructor(opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>);
1167
1234
  }
1168
1235
  /**
1169
1236
  * <p>The request would result in the user exceeding the allowed number of DB parameter
1170
1237
  * groups.</p>
1171
1238
  */
1172
- export interface DBParameterGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
1173
- name: "DBParameterGroupQuotaExceededFault";
1174
- $fault: "client";
1175
- message?: string;
1239
+ export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
1240
+ readonly name: "DBParameterGroupQuotaExceededFault";
1241
+ readonly $fault: "client";
1242
+ /**
1243
+ * @internal
1244
+ */
1245
+ constructor(opts: __ExceptionOptionType<DBParameterGroupQuotaExceededFault, __BaseException>);
1176
1246
  }
1177
1247
  /**
1178
1248
  * <p></p>
@@ -1441,45 +1511,60 @@ export declare namespace CopyDBClusterSnapshotResult {
1441
1511
  /**
1442
1512
  * <p>The user already has a DB cluster snapshot with the given identifier.</p>
1443
1513
  */
1444
- export interface DBClusterSnapshotAlreadyExistsFault extends __SmithyException, $MetadataBearer {
1445
- name: "DBClusterSnapshotAlreadyExistsFault";
1446
- $fault: "client";
1447
- message?: string;
1514
+ export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
1515
+ readonly name: "DBClusterSnapshotAlreadyExistsFault";
1516
+ readonly $fault: "client";
1517
+ /**
1518
+ * @internal
1519
+ */
1520
+ constructor(opts: __ExceptionOptionType<DBClusterSnapshotAlreadyExistsFault, __BaseException>);
1448
1521
  }
1449
1522
  /**
1450
1523
  * <p>
1451
1524
  * <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.
1452
1525
  * </p>
1453
1526
  */
1454
- export interface DBClusterSnapshotNotFoundFault extends __SmithyException, $MetadataBearer {
1455
- name: "DBClusterSnapshotNotFoundFault";
1456
- $fault: "client";
1457
- message?: string;
1527
+ export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
1528
+ readonly name: "DBClusterSnapshotNotFoundFault";
1529
+ readonly $fault: "client";
1530
+ /**
1531
+ * @internal
1532
+ */
1533
+ constructor(opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>);
1458
1534
  }
1459
1535
  /**
1460
1536
  * <p>The supplied value isn't a valid DB cluster snapshot state.</p>
1461
1537
  */
1462
- export interface InvalidDBClusterSnapshotStateFault extends __SmithyException, $MetadataBearer {
1463
- name: "InvalidDBClusterSnapshotStateFault";
1464
- $fault: "client";
1465
- message?: string;
1538
+ export declare class InvalidDBClusterSnapshotStateFault extends __BaseException {
1539
+ readonly name: "InvalidDBClusterSnapshotStateFault";
1540
+ readonly $fault: "client";
1541
+ /**
1542
+ * @internal
1543
+ */
1544
+ constructor(opts: __ExceptionOptionType<InvalidDBClusterSnapshotStateFault, __BaseException>);
1466
1545
  }
1467
1546
  /**
1468
1547
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
1469
1548
  */
1470
- export interface KMSKeyNotAccessibleFault extends __SmithyException, $MetadataBearer {
1471
- name: "KMSKeyNotAccessibleFault";
1472
- $fault: "client";
1473
- message?: string;
1549
+ export declare class KMSKeyNotAccessibleFault extends __BaseException {
1550
+ readonly name: "KMSKeyNotAccessibleFault";
1551
+ readonly $fault: "client";
1552
+ /**
1553
+ * @internal
1554
+ */
1555
+ constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
1474
1556
  }
1475
1557
  /**
1476
1558
  * <p>The request would result in the user exceeding the allowed number of DB
1477
1559
  * snapshots.</p>
1478
1560
  */
1479
- export interface SnapshotQuotaExceededFault extends __SmithyException, $MetadataBearer {
1480
- name: "SnapshotQuotaExceededFault";
1481
- $fault: "client";
1482
- message?: string;
1561
+ export declare class SnapshotQuotaExceededFault extends __BaseException {
1562
+ readonly name: "SnapshotQuotaExceededFault";
1563
+ readonly $fault: "client";
1564
+ /**
1565
+ * @internal
1566
+ */
1567
+ constructor(opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>);
1483
1568
  }
1484
1569
  /**
1485
1570
  * <p></p>
@@ -2027,28 +2112,37 @@ export declare namespace CopyDBSnapshotResult {
2027
2112
  * <code>CustomAvailabilityZoneId</code> doesn't refer to an existing custom
2028
2113
  * Availability Zone identifier.</p>
2029
2114
  */
2030
- export interface CustomAvailabilityZoneNotFoundFault extends __SmithyException, $MetadataBearer {
2031
- name: "CustomAvailabilityZoneNotFoundFault";
2032
- $fault: "client";
2033
- message?: string;
2115
+ export declare class CustomAvailabilityZoneNotFoundFault extends __BaseException {
2116
+ readonly name: "CustomAvailabilityZoneNotFoundFault";
2117
+ readonly $fault: "client";
2118
+ /**
2119
+ * @internal
2120
+ */
2121
+ constructor(opts: __ExceptionOptionType<CustomAvailabilityZoneNotFoundFault, __BaseException>);
2034
2122
  }
2035
2123
  /**
2036
2124
  * <p>
2037
2125
  * <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.
2038
2126
  * </p>
2039
2127
  */
2040
- export interface DBSnapshotAlreadyExistsFault extends __SmithyException, $MetadataBearer {
2041
- name: "DBSnapshotAlreadyExistsFault";
2042
- $fault: "client";
2043
- message?: string;
2128
+ export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
2129
+ readonly name: "DBSnapshotAlreadyExistsFault";
2130
+ readonly $fault: "client";
2131
+ /**
2132
+ * @internal
2133
+ */
2134
+ constructor(opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>);
2044
2135
  }
2045
2136
  /**
2046
2137
  * <p>The state of the DB snapshot doesn't allow deletion.</p>
2047
2138
  */
2048
- export interface InvalidDBSnapshotStateFault extends __SmithyException, $MetadataBearer {
2049
- name: "InvalidDBSnapshotStateFault";
2050
- $fault: "client";
2051
- message?: string;
2139
+ export declare class InvalidDBSnapshotStateFault extends __BaseException {
2140
+ readonly name: "InvalidDBSnapshotStateFault";
2141
+ readonly $fault: "client";
2142
+ /**
2143
+ * @internal
2144
+ */
2145
+ constructor(opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>);
2052
2146
  }
2053
2147
  /**
2054
2148
  * <p></p>
@@ -2323,26 +2417,35 @@ export declare namespace CopyOptionGroupResult {
2323
2417
  /**
2324
2418
  * <p>The option group you are trying to create already exists.</p>
2325
2419
  */
2326
- export interface OptionGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
2327
- name: "OptionGroupAlreadyExistsFault";
2328
- $fault: "client";
2329
- message?: string;
2420
+ export declare class OptionGroupAlreadyExistsFault extends __BaseException {
2421
+ readonly name: "OptionGroupAlreadyExistsFault";
2422
+ readonly $fault: "client";
2423
+ /**
2424
+ * @internal
2425
+ */
2426
+ constructor(opts: __ExceptionOptionType<OptionGroupAlreadyExistsFault, __BaseException>);
2330
2427
  }
2331
2428
  /**
2332
2429
  * <p>The specified option group could not be found.</p>
2333
2430
  */
2334
- export interface OptionGroupNotFoundFault extends __SmithyException, $MetadataBearer {
2335
- name: "OptionGroupNotFoundFault";
2336
- $fault: "client";
2337
- message?: string;
2431
+ export declare class OptionGroupNotFoundFault extends __BaseException {
2432
+ readonly name: "OptionGroupNotFoundFault";
2433
+ readonly $fault: "client";
2434
+ /**
2435
+ * @internal
2436
+ */
2437
+ constructor(opts: __ExceptionOptionType<OptionGroupNotFoundFault, __BaseException>);
2338
2438
  }
2339
2439
  /**
2340
2440
  * <p>The quota of 20 option groups was exceeded for this Amazon Web Services account.</p>
2341
2441
  */
2342
- export interface OptionGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
2343
- name: "OptionGroupQuotaExceededFault";
2344
- $fault: "client";
2345
- message?: string;
2442
+ export declare class OptionGroupQuotaExceededFault extends __BaseException {
2443
+ readonly name: "OptionGroupQuotaExceededFault";
2444
+ readonly $fault: "client";
2445
+ /**
2446
+ * @internal
2447
+ */
2448
+ constructor(opts: __ExceptionOptionType<OptionGroupQuotaExceededFault, __BaseException>);
2346
2449
  }
2347
2450
  /**
2348
2451
  * <p></p>
@@ -2467,18 +2570,24 @@ export declare namespace CreateCustomAvailabilityZoneResult {
2467
2570
  * <code>CustomAvailabilityZoneName</code> is already used by an existing custom
2468
2571
  * Availability Zone.</p>
2469
2572
  */
2470
- export interface CustomAvailabilityZoneAlreadyExistsFault extends __SmithyException, $MetadataBearer {
2471
- name: "CustomAvailabilityZoneAlreadyExistsFault";
2472
- $fault: "client";
2473
- message?: string;
2573
+ export declare class CustomAvailabilityZoneAlreadyExistsFault extends __BaseException {
2574
+ readonly name: "CustomAvailabilityZoneAlreadyExistsFault";
2575
+ readonly $fault: "client";
2576
+ /**
2577
+ * @internal
2578
+ */
2579
+ constructor(opts: __ExceptionOptionType<CustomAvailabilityZoneAlreadyExistsFault, __BaseException>);
2474
2580
  }
2475
2581
  /**
2476
2582
  * <p>You have exceeded the maximum number of custom Availability Zones.</p>
2477
2583
  */
2478
- export interface CustomAvailabilityZoneQuotaExceededFault extends __SmithyException, $MetadataBearer {
2479
- name: "CustomAvailabilityZoneQuotaExceededFault";
2480
- $fault: "client";
2481
- message?: string;
2584
+ export declare class CustomAvailabilityZoneQuotaExceededFault extends __BaseException {
2585
+ readonly name: "CustomAvailabilityZoneQuotaExceededFault";
2586
+ readonly $fault: "client";
2587
+ /**
2588
+ * @internal
2589
+ */
2590
+ constructor(opts: __ExceptionOptionType<CustomAvailabilityZoneQuotaExceededFault, __BaseException>);
2482
2591
  }
2483
2592
  export interface CreateCustomDBEngineVersionMessage {
2484
2593
  /**
@@ -2566,18 +2675,24 @@ export declare namespace CreateCustomDBEngineVersionMessage {
2566
2675
  /**
2567
2676
  * <p>A CEV with the specified name already exists.</p>
2568
2677
  */
2569
- export interface CustomDBEngineVersionAlreadyExistsFault extends __SmithyException, $MetadataBearer {
2570
- name: "CustomDBEngineVersionAlreadyExistsFault";
2571
- $fault: "client";
2572
- message?: string;
2678
+ export declare class CustomDBEngineVersionAlreadyExistsFault extends __BaseException {
2679
+ readonly name: "CustomDBEngineVersionAlreadyExistsFault";
2680
+ readonly $fault: "client";
2681
+ /**
2682
+ * @internal
2683
+ */
2684
+ constructor(opts: __ExceptionOptionType<CustomDBEngineVersionAlreadyExistsFault, __BaseException>);
2573
2685
  }
2574
2686
  /**
2575
2687
  * <p>You have exceeded your CEV quota.</p>
2576
2688
  */
2577
- export interface CustomDBEngineVersionQuotaExceededFault extends __SmithyException, $MetadataBearer {
2578
- name: "CustomDBEngineVersionQuotaExceededFault";
2579
- $fault: "client";
2580
- message?: string;
2689
+ export declare class CustomDBEngineVersionQuotaExceededFault extends __BaseException {
2690
+ readonly name: "CustomDBEngineVersionQuotaExceededFault";
2691
+ readonly $fault: "client";
2692
+ /**
2693
+ * @internal
2694
+ */
2695
+ constructor(opts: __ExceptionOptionType<CustomDBEngineVersionQuotaExceededFault, __BaseException>);
2581
2696
  }
2582
2697
  /**
2583
2698
  * <p>
@@ -2659,6 +2774,10 @@ export interface UpgradeTarget {
2659
2774
  * <p>A value that indicates whether you can use Aurora global databases with the target engine version.</p>
2660
2775
  */
2661
2776
  SupportsGlobalDatabases?: boolean;
2777
+ /**
2778
+ * <p>A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.</p>
2779
+ */
2780
+ SupportsBabelfish?: boolean;
2662
2781
  }
2663
2782
  export declare namespace UpgradeTarget {
2664
2783
  /**
@@ -2798,6 +2917,10 @@ export interface DBEngineVersion {
2798
2917
  * </p>
2799
2918
  */
2800
2919
  TagList?: Tag[];
2920
+ /**
2921
+ * <p>A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.</p>
2922
+ */
2923
+ SupportsBabelfish?: boolean;
2801
2924
  }
2802
2925
  export declare namespace DBEngineVersion {
2803
2926
  /**
@@ -4106,117 +4229,156 @@ export declare namespace CreateDBClusterResult {
4106
4229
  /**
4107
4230
  * <p>The user already has a DB cluster with the given identifier.</p>
4108
4231
  */
4109
- export interface DBClusterAlreadyExistsFault extends __SmithyException, $MetadataBearer {
4110
- name: "DBClusterAlreadyExistsFault";
4111
- $fault: "client";
4112
- message?: string;
4232
+ export declare class DBClusterAlreadyExistsFault extends __BaseException {
4233
+ readonly name: "DBClusterAlreadyExistsFault";
4234
+ readonly $fault: "client";
4235
+ /**
4236
+ * @internal
4237
+ */
4238
+ constructor(opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>);
4113
4239
  }
4114
4240
  /**
4115
4241
  * <p>
4116
4242
  * <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
4117
4243
  * cluster parameter group. </p>
4118
4244
  */
4119
- export interface DBClusterParameterGroupNotFoundFault extends __SmithyException, $MetadataBearer {
4120
- name: "DBClusterParameterGroupNotFoundFault";
4121
- $fault: "client";
4122
- message?: string;
4245
+ export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
4246
+ readonly name: "DBClusterParameterGroupNotFoundFault";
4247
+ readonly $fault: "client";
4248
+ /**
4249
+ * @internal
4250
+ */
4251
+ constructor(opts: __ExceptionOptionType<DBClusterParameterGroupNotFoundFault, __BaseException>);
4123
4252
  }
4124
4253
  /**
4125
4254
  * <p>The user attempted to create a new DB cluster and the user has already reached the
4126
4255
  * maximum allowed DB cluster quota.</p>
4127
4256
  */
4128
- export interface DBClusterQuotaExceededFault extends __SmithyException, $MetadataBearer {
4129
- name: "DBClusterQuotaExceededFault";
4130
- $fault: "client";
4131
- message?: string;
4257
+ export declare class DBClusterQuotaExceededFault extends __BaseException {
4258
+ readonly name: "DBClusterQuotaExceededFault";
4259
+ readonly $fault: "client";
4260
+ /**
4261
+ * @internal
4262
+ */
4263
+ constructor(opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>);
4132
4264
  }
4133
4265
  /**
4134
4266
  * <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
4135
4267
  */
4136
- export interface DBSubnetGroupDoesNotCoverEnoughAZs extends __SmithyException, $MetadataBearer {
4137
- name: "DBSubnetGroupDoesNotCoverEnoughAZs";
4138
- $fault: "client";
4139
- message?: string;
4268
+ export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
4269
+ readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs";
4270
+ readonly $fault: "client";
4271
+ /**
4272
+ * @internal
4273
+ */
4274
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
4140
4275
  }
4141
4276
  /**
4142
4277
  * <p>
4143
4278
  * <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.
4144
4279
  * </p>
4145
4280
  */
4146
- export interface DBSubnetGroupNotFoundFault extends __SmithyException, $MetadataBearer {
4147
- name: "DBSubnetGroupNotFoundFault";
4148
- $fault: "client";
4149
- message?: string;
4281
+ export declare class DBSubnetGroupNotFoundFault extends __BaseException {
4282
+ readonly name: "DBSubnetGroupNotFoundFault";
4283
+ readonly $fault: "client";
4284
+ /**
4285
+ * @internal
4286
+ */
4287
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>);
4150
4288
  }
4151
4289
  /**
4152
4290
  * <p>
4153
4291
  * <code>Domain</code> doesn't refer to an existing Active Directory domain.
4154
4292
  * </p>
4155
4293
  */
4156
- export interface DomainNotFoundFault extends __SmithyException, $MetadataBearer {
4157
- name: "DomainNotFoundFault";
4158
- $fault: "client";
4159
- message?: string;
4294
+ export declare class DomainNotFoundFault extends __BaseException {
4295
+ readonly name: "DomainNotFoundFault";
4296
+ readonly $fault: "client";
4297
+ /**
4298
+ * @internal
4299
+ */
4300
+ constructor(opts: __ExceptionOptionType<DomainNotFoundFault, __BaseException>);
4160
4301
  }
4161
4302
  /**
4162
4303
  * <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster. </p>
4163
4304
  */
4164
- export interface GlobalClusterNotFoundFault extends __SmithyException, $MetadataBearer {
4165
- name: "GlobalClusterNotFoundFault";
4166
- $fault: "client";
4167
- message?: string;
4305
+ export declare class GlobalClusterNotFoundFault extends __BaseException {
4306
+ readonly name: "GlobalClusterNotFoundFault";
4307
+ readonly $fault: "client";
4308
+ /**
4309
+ * @internal
4310
+ */
4311
+ constructor(opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>);
4168
4312
  }
4169
4313
  /**
4170
4314
  * <p>There is insufficient storage available for the current action. You might be able to
4171
4315
  * resolve this error by updating your subnet group to use different Availability Zones
4172
4316
  * that have more storage available.</p>
4173
4317
  */
4174
- export interface InsufficientStorageClusterCapacityFault extends __SmithyException, $MetadataBearer {
4175
- name: "InsufficientStorageClusterCapacityFault";
4176
- $fault: "client";
4177
- message?: string;
4318
+ export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
4319
+ readonly name: "InsufficientStorageClusterCapacityFault";
4320
+ readonly $fault: "client";
4321
+ /**
4322
+ * @internal
4323
+ */
4324
+ constructor(opts: __ExceptionOptionType<InsufficientStorageClusterCapacityFault, __BaseException>);
4178
4325
  }
4179
4326
  /**
4180
4327
  * <p>The DB subnet group cannot be deleted because it's in use.</p>
4181
4328
  */
4182
- export interface InvalidDBSubnetGroupStateFault extends __SmithyException, $MetadataBearer {
4183
- name: "InvalidDBSubnetGroupStateFault";
4184
- $fault: "client";
4185
- message?: string;
4329
+ export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
4330
+ readonly name: "InvalidDBSubnetGroupStateFault";
4331
+ readonly $fault: "client";
4332
+ /**
4333
+ * @internal
4334
+ */
4335
+ constructor(opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>);
4186
4336
  }
4187
4337
  /**
4188
4338
  * <p>The global cluster is in an invalid state and can't perform the requested operation. </p>
4189
4339
  */
4190
- export interface InvalidGlobalClusterStateFault extends __SmithyException, $MetadataBearer {
4191
- name: "InvalidGlobalClusterStateFault";
4192
- $fault: "client";
4193
- message?: string;
4340
+ export declare class InvalidGlobalClusterStateFault extends __BaseException {
4341
+ readonly name: "InvalidGlobalClusterStateFault";
4342
+ readonly $fault: "client";
4343
+ /**
4344
+ * @internal
4345
+ */
4346
+ constructor(opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>);
4194
4347
  }
4195
4348
  /**
4196
4349
  * <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
4197
4350
  */
4198
- export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
4199
- name: "InvalidSubnet";
4200
- $fault: "client";
4201
- message?: string;
4351
+ export declare class InvalidSubnet extends __BaseException {
4352
+ readonly name: "InvalidSubnet";
4353
+ readonly $fault: "client";
4354
+ /**
4355
+ * @internal
4356
+ */
4357
+ constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
4202
4358
  }
4203
4359
  /**
4204
4360
  * <p>The DB subnet group doesn't cover all Availability Zones after it's
4205
4361
  * created because of users' change.</p>
4206
4362
  */
4207
- export interface InvalidVPCNetworkStateFault extends __SmithyException, $MetadataBearer {
4208
- name: "InvalidVPCNetworkStateFault";
4209
- $fault: "client";
4210
- message?: string;
4363
+ export declare class InvalidVPCNetworkStateFault extends __BaseException {
4364
+ readonly name: "InvalidVPCNetworkStateFault";
4365
+ readonly $fault: "client";
4366
+ /**
4367
+ * @internal
4368
+ */
4369
+ constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
4211
4370
  }
4212
4371
  /**
4213
4372
  * <p>The request would result in the user exceeding the allowed amount of storage
4214
4373
  * available across all DB instances.</p>
4215
4374
  */
4216
- export interface StorageQuotaExceededFault extends __SmithyException, $MetadataBearer {
4217
- name: "StorageQuotaExceededFault";
4218
- $fault: "client";
4219
- message?: string;
4375
+ export declare class StorageQuotaExceededFault extends __BaseException {
4376
+ readonly name: "StorageQuotaExceededFault";
4377
+ readonly $fault: "client";
4378
+ /**
4379
+ * @internal
4380
+ */
4381
+ constructor(opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>);
4220
4382
  }
4221
4383
  export interface CreateDBClusterEndpointMessage {
4222
4384
  /**
@@ -4337,18 +4499,24 @@ export declare namespace DBClusterEndpoint {
4337
4499
  /**
4338
4500
  * <p>The specified custom endpoint can't be created because it already exists.</p>
4339
4501
  */
4340
- export interface DBClusterEndpointAlreadyExistsFault extends __SmithyException, $MetadataBearer {
4341
- name: "DBClusterEndpointAlreadyExistsFault";
4342
- $fault: "client";
4343
- message?: string;
4502
+ export declare class DBClusterEndpointAlreadyExistsFault extends __BaseException {
4503
+ readonly name: "DBClusterEndpointAlreadyExistsFault";
4504
+ readonly $fault: "client";
4505
+ /**
4506
+ * @internal
4507
+ */
4508
+ constructor(opts: __ExceptionOptionType<DBClusterEndpointAlreadyExistsFault, __BaseException>);
4344
4509
  }
4345
4510
  /**
4346
4511
  * <p>The cluster already has the maximum number of custom endpoints.</p>
4347
4512
  */
4348
- export interface DBClusterEndpointQuotaExceededFault extends __SmithyException, $MetadataBearer {
4349
- name: "DBClusterEndpointQuotaExceededFault";
4350
- $fault: "client";
4351
- message?: string;
4513
+ export declare class DBClusterEndpointQuotaExceededFault extends __BaseException {
4514
+ readonly name: "DBClusterEndpointQuotaExceededFault";
4515
+ readonly $fault: "client";
4516
+ /**
4517
+ * @internal
4518
+ */
4519
+ constructor(opts: __ExceptionOptionType<DBClusterEndpointQuotaExceededFault, __BaseException>);
4352
4520
  }
4353
4521
  /**
4354
4522
  * <p></p>
@@ -4526,15 +4694,21 @@ export declare namespace CreateDBClusterSnapshotResult {
4526
4694
  * <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
4527
4695
  * behalf.</p>
4528
4696
  */
4529
- export interface AuthorizationNotFoundFault extends __SmithyException, $MetadataBearer {
4530
- name: "AuthorizationNotFoundFault";
4531
- $fault: "client";
4532
- message?: string;
4697
+ export declare class AuthorizationNotFoundFault extends __BaseException {
4698
+ readonly name: "AuthorizationNotFoundFault";
4699
+ readonly $fault: "client";
4700
+ /**
4701
+ * @internal
4702
+ */
4703
+ constructor(opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>);
4533
4704
  }
4534
- export interface BackupPolicyNotFoundFault extends __SmithyException, $MetadataBearer {
4535
- name: "BackupPolicyNotFoundFault";
4536
- $fault: "client";
4537
- message?: string;
4705
+ export declare class BackupPolicyNotFoundFault extends __BaseException {
4706
+ readonly name: "BackupPolicyNotFoundFault";
4707
+ readonly $fault: "client";
4708
+ /**
4709
+ * @internal
4710
+ */
4711
+ constructor(opts: __ExceptionOptionType<BackupPolicyNotFoundFault, __BaseException>);
4538
4712
  }
4539
4713
  /**
4540
4714
  * <p></p>
@@ -6510,45 +6684,60 @@ export declare namespace CreateDBInstanceResult {
6510
6684
  /**
6511
6685
  * <p>The user already has a DB instance with the given identifier.</p>
6512
6686
  */
6513
- export interface DBInstanceAlreadyExistsFault extends __SmithyException, $MetadataBearer {
6514
- name: "DBInstanceAlreadyExistsFault";
6515
- $fault: "client";
6516
- message?: string;
6687
+ export declare class DBInstanceAlreadyExistsFault extends __BaseException {
6688
+ readonly name: "DBInstanceAlreadyExistsFault";
6689
+ readonly $fault: "client";
6690
+ /**
6691
+ * @internal
6692
+ */
6693
+ constructor(opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>);
6517
6694
  }
6518
6695
  /**
6519
6696
  * <p>The request would result in the user exceeding the allowed number of DB
6520
6697
  * instances.</p>
6521
6698
  */
6522
- export interface InstanceQuotaExceededFault extends __SmithyException, $MetadataBearer {
6523
- name: "InstanceQuotaExceededFault";
6524
- $fault: "client";
6525
- message?: string;
6699
+ export declare class InstanceQuotaExceededFault extends __BaseException {
6700
+ readonly name: "InstanceQuotaExceededFault";
6701
+ readonly $fault: "client";
6702
+ /**
6703
+ * @internal
6704
+ */
6705
+ constructor(opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>);
6526
6706
  }
6527
6707
  /**
6528
6708
  * <p>The specified DB instance class isn't available in the specified Availability
6529
6709
  * Zone.</p>
6530
6710
  */
6531
- export interface InsufficientDBInstanceCapacityFault extends __SmithyException, $MetadataBearer {
6532
- name: "InsufficientDBInstanceCapacityFault";
6533
- $fault: "client";
6534
- message?: string;
6711
+ export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
6712
+ readonly name: "InsufficientDBInstanceCapacityFault";
6713
+ readonly $fault: "client";
6714
+ /**
6715
+ * @internal
6716
+ */
6717
+ constructor(opts: __ExceptionOptionType<InsufficientDBInstanceCapacityFault, __BaseException>);
6535
6718
  }
6536
6719
  /**
6537
6720
  * <p>Provisioned IOPS not available in the specified Availability Zone.</p>
6538
6721
  */
6539
- export interface ProvisionedIopsNotAvailableInAZFault extends __SmithyException, $MetadataBearer {
6540
- name: "ProvisionedIopsNotAvailableInAZFault";
6541
- $fault: "client";
6542
- message?: string;
6722
+ export declare class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
6723
+ readonly name: "ProvisionedIopsNotAvailableInAZFault";
6724
+ readonly $fault: "client";
6725
+ /**
6726
+ * @internal
6727
+ */
6728
+ constructor(opts: __ExceptionOptionType<ProvisionedIopsNotAvailableInAZFault, __BaseException>);
6543
6729
  }
6544
6730
  /**
6545
6731
  * <p>Storage of the <code>StorageType</code> specified can't be associated
6546
6732
  * with the DB instance. </p>
6547
6733
  */
6548
- export interface StorageTypeNotSupportedFault extends __SmithyException, $MetadataBearer {
6549
- name: "StorageTypeNotSupportedFault";
6550
- $fault: "client";
6551
- message?: string;
6734
+ export declare class StorageTypeNotSupportedFault extends __BaseException {
6735
+ readonly name: "StorageTypeNotSupportedFault";
6736
+ readonly $fault: "client";
6737
+ /**
6738
+ * @internal
6739
+ */
6740
+ constructor(opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>);
6552
6741
  }
6553
6742
  export interface CreateDBInstanceReadReplicaMessage {
6554
6743
  /**
@@ -7007,19 +7196,25 @@ export declare namespace CreateDBInstanceReadReplicaResult {
7007
7196
  * <p>The DBSubnetGroup shouldn't be specified while creating read replicas that lie
7008
7197
  * in the same region as the source instance.</p>
7009
7198
  */
7010
- export interface DBSubnetGroupNotAllowedFault extends __SmithyException, $MetadataBearer {
7011
- name: "DBSubnetGroupNotAllowedFault";
7012
- $fault: "client";
7013
- message?: string;
7199
+ export declare class DBSubnetGroupNotAllowedFault extends __BaseException {
7200
+ readonly name: "DBSubnetGroupNotAllowedFault";
7201
+ readonly $fault: "client";
7202
+ /**
7203
+ * @internal
7204
+ */
7205
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupNotAllowedFault, __BaseException>);
7014
7206
  }
7015
7207
  /**
7016
7208
  * <p>The DBSubnetGroup doesn't belong to the same VPC as that of an existing
7017
7209
  * cross-region read replica of the same source instance.</p>
7018
7210
  */
7019
- export interface InvalidDBSubnetGroupFault extends __SmithyException, $MetadataBearer {
7020
- name: "InvalidDBSubnetGroupFault";
7021
- $fault: "client";
7022
- message?: string;
7211
+ export declare class InvalidDBSubnetGroupFault extends __BaseException {
7212
+ readonly name: "InvalidDBSubnetGroupFault";
7213
+ readonly $fault: "client";
7214
+ /**
7215
+ * @internal
7216
+ */
7217
+ constructor(opts: __ExceptionOptionType<InvalidDBSubnetGroupFault, __BaseException>);
7023
7218
  }
7024
7219
  /**
7025
7220
  * <p></p>
@@ -7404,18 +7599,24 @@ export declare namespace CreateDBProxyResponse {
7404
7599
  /**
7405
7600
  * <p>The specified proxy name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
7406
7601
  */
7407
- export interface DBProxyAlreadyExistsFault extends __SmithyException, $MetadataBearer {
7408
- name: "DBProxyAlreadyExistsFault";
7409
- $fault: "client";
7410
- message?: string;
7602
+ export declare class DBProxyAlreadyExistsFault extends __BaseException {
7603
+ readonly name: "DBProxyAlreadyExistsFault";
7604
+ readonly $fault: "client";
7605
+ /**
7606
+ * @internal
7607
+ */
7608
+ constructor(opts: __ExceptionOptionType<DBProxyAlreadyExistsFault, __BaseException>);
7411
7609
  }
7412
7610
  /**
7413
7611
  * <p>Your Amazon Web Services account already has the maximum number of proxies in the specified Amazon Web Services Region.</p>
7414
7612
  */
7415
- export interface DBProxyQuotaExceededFault extends __SmithyException, $MetadataBearer {
7416
- name: "DBProxyQuotaExceededFault";
7417
- $fault: "client";
7418
- message?: string;
7613
+ export declare class DBProxyQuotaExceededFault extends __BaseException {
7614
+ readonly name: "DBProxyQuotaExceededFault";
7615
+ readonly $fault: "client";
7616
+ /**
7617
+ * @internal
7618
+ */
7619
+ constructor(opts: __ExceptionOptionType<DBProxyQuotaExceededFault, __BaseException>);
7419
7620
  }
7420
7621
  export declare enum DBProxyEndpointTargetRole {
7421
7622
  READ_ONLY = "READ_ONLY",
@@ -7550,26 +7751,35 @@ export declare namespace CreateDBProxyEndpointResponse {
7550
7751
  /**
7551
7752
  * <p>The specified DB proxy endpoint name must be unique for all DB proxy endpoints owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
7552
7753
  */
7553
- export interface DBProxyEndpointAlreadyExistsFault extends __SmithyException, $MetadataBearer {
7554
- name: "DBProxyEndpointAlreadyExistsFault";
7555
- $fault: "client";
7556
- message?: string;
7754
+ export declare class DBProxyEndpointAlreadyExistsFault extends __BaseException {
7755
+ readonly name: "DBProxyEndpointAlreadyExistsFault";
7756
+ readonly $fault: "client";
7757
+ /**
7758
+ * @internal
7759
+ */
7760
+ constructor(opts: __ExceptionOptionType<DBProxyEndpointAlreadyExistsFault, __BaseException>);
7557
7761
  }
7558
7762
  /**
7559
7763
  * <p>The DB proxy already has the maximum number of endpoints.</p>
7560
7764
  */
7561
- export interface DBProxyEndpointQuotaExceededFault extends __SmithyException, $MetadataBearer {
7562
- name: "DBProxyEndpointQuotaExceededFault";
7563
- $fault: "client";
7564
- message?: string;
7765
+ export declare class DBProxyEndpointQuotaExceededFault extends __BaseException {
7766
+ readonly name: "DBProxyEndpointQuotaExceededFault";
7767
+ readonly $fault: "client";
7768
+ /**
7769
+ * @internal
7770
+ */
7771
+ constructor(opts: __ExceptionOptionType<DBProxyEndpointQuotaExceededFault, __BaseException>);
7565
7772
  }
7566
7773
  /**
7567
7774
  * <p>The requested operation can't be performed while the proxy is in this state.</p>
7568
7775
  */
7569
- export interface InvalidDBProxyStateFault extends __SmithyException, $MetadataBearer {
7570
- name: "InvalidDBProxyStateFault";
7571
- $fault: "client";
7572
- message?: string;
7776
+ export declare class InvalidDBProxyStateFault extends __BaseException {
7777
+ readonly name: "InvalidDBProxyStateFault";
7778
+ readonly $fault: "client";
7779
+ /**
7780
+ * @internal
7781
+ */
7782
+ constructor(opts: __ExceptionOptionType<InvalidDBProxyStateFault, __BaseException>);
7573
7783
  }
7574
7784
  /**
7575
7785
  * <p></p>
@@ -7633,27 +7843,36 @@ export declare namespace CreateDBSecurityGroupResult {
7633
7843
  * <code>DBSecurityGroupName</code> already exists.
7634
7844
  * </p>
7635
7845
  */
7636
- export interface DBSecurityGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
7637
- name: "DBSecurityGroupAlreadyExistsFault";
7638
- $fault: "client";
7639
- message?: string;
7846
+ export declare class DBSecurityGroupAlreadyExistsFault extends __BaseException {
7847
+ readonly name: "DBSecurityGroupAlreadyExistsFault";
7848
+ readonly $fault: "client";
7849
+ /**
7850
+ * @internal
7851
+ */
7852
+ constructor(opts: __ExceptionOptionType<DBSecurityGroupAlreadyExistsFault, __BaseException>);
7640
7853
  }
7641
7854
  /**
7642
7855
  * <p>A DB security group isn't allowed for this action.</p>
7643
7856
  */
7644
- export interface DBSecurityGroupNotSupportedFault extends __SmithyException, $MetadataBearer {
7645
- name: "DBSecurityGroupNotSupportedFault";
7646
- $fault: "client";
7647
- message?: string;
7857
+ export declare class DBSecurityGroupNotSupportedFault extends __BaseException {
7858
+ readonly name: "DBSecurityGroupNotSupportedFault";
7859
+ readonly $fault: "client";
7860
+ /**
7861
+ * @internal
7862
+ */
7863
+ constructor(opts: __ExceptionOptionType<DBSecurityGroupNotSupportedFault, __BaseException>);
7648
7864
  }
7649
7865
  /**
7650
7866
  * <p>The request would result in the user exceeding the allowed number of DB security
7651
7867
  * groups.</p>
7652
7868
  */
7653
- export interface DBSecurityGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
7654
- name: "DBSecurityGroupQuotaExceededFault";
7655
- $fault: "client";
7656
- message?: string;
7869
+ export declare class DBSecurityGroupQuotaExceededFault extends __BaseException {
7870
+ readonly name: "DBSecurityGroupQuotaExceededFault";
7871
+ readonly $fault: "client";
7872
+ /**
7873
+ * @internal
7874
+ */
7875
+ constructor(opts: __ExceptionOptionType<DBSecurityGroupQuotaExceededFault, __BaseException>);
7657
7876
  }
7658
7877
  /**
7659
7878
  * <p></p>
@@ -7781,28 +8000,37 @@ export declare namespace CreateDBSubnetGroupResult {
7781
8000
  * <code>DBSubnetGroupName</code> is already used by an existing DB subnet group.
7782
8001
  * </p>
7783
8002
  */
7784
- export interface DBSubnetGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
7785
- name: "DBSubnetGroupAlreadyExistsFault";
7786
- $fault: "client";
7787
- message?: string;
8003
+ export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
8004
+ readonly name: "DBSubnetGroupAlreadyExistsFault";
8005
+ readonly $fault: "client";
8006
+ /**
8007
+ * @internal
8008
+ */
8009
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupAlreadyExistsFault, __BaseException>);
7788
8010
  }
7789
8011
  /**
7790
8012
  * <p>The request would result in the user exceeding the allowed number of DB subnet
7791
8013
  * groups.</p>
7792
8014
  */
7793
- export interface DBSubnetGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
7794
- name: "DBSubnetGroupQuotaExceededFault";
7795
- $fault: "client";
7796
- message?: string;
8015
+ export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
8016
+ readonly name: "DBSubnetGroupQuotaExceededFault";
8017
+ readonly $fault: "client";
8018
+ /**
8019
+ * @internal
8020
+ */
8021
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupQuotaExceededFault, __BaseException>);
7797
8022
  }
7798
8023
  /**
7799
8024
  * <p>The request would result in the user exceeding the allowed number of subnets in a
7800
8025
  * DB subnet groups.</p>
7801
8026
  */
7802
- export interface DBSubnetQuotaExceededFault extends __SmithyException, $MetadataBearer {
7803
- name: "DBSubnetQuotaExceededFault";
7804
- $fault: "client";
7805
- message?: string;
8027
+ export declare class DBSubnetQuotaExceededFault extends __BaseException {
8028
+ readonly name: "DBSubnetQuotaExceededFault";
8029
+ readonly $fault: "client";
8030
+ /**
8031
+ * @internal
8032
+ */
8033
+ constructor(opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>);
7806
8034
  }
7807
8035
  /**
7808
8036
  * <p></p>
@@ -7904,50 +8132,68 @@ export declare namespace CreateEventSubscriptionResult {
7904
8132
  /**
7905
8133
  * <p>You have reached the maximum number of event subscriptions.</p>
7906
8134
  */
7907
- export interface EventSubscriptionQuotaExceededFault extends __SmithyException, $MetadataBearer {
7908
- name: "EventSubscriptionQuotaExceededFault";
7909
- $fault: "client";
7910
- message?: string;
8135
+ export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
8136
+ readonly name: "EventSubscriptionQuotaExceededFault";
8137
+ readonly $fault: "client";
8138
+ /**
8139
+ * @internal
8140
+ */
8141
+ constructor(opts: __ExceptionOptionType<EventSubscriptionQuotaExceededFault, __BaseException>);
7911
8142
  }
7912
8143
  /**
7913
8144
  * <p>SNS has responded that there is a problem with the SNS topic specified.</p>
7914
8145
  */
7915
- export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer {
7916
- name: "SNSInvalidTopicFault";
7917
- $fault: "client";
7918
- message?: string;
8146
+ export declare class SNSInvalidTopicFault extends __BaseException {
8147
+ readonly name: "SNSInvalidTopicFault";
8148
+ readonly $fault: "client";
8149
+ /**
8150
+ * @internal
8151
+ */
8152
+ constructor(opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>);
7919
8153
  }
7920
8154
  /**
7921
8155
  * <p>You do not have permission to publish to the SNS topic ARN.</p>
7922
8156
  */
7923
- export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBearer {
7924
- name: "SNSNoAuthorizationFault";
7925
- $fault: "client";
7926
- message?: string;
8157
+ export declare class SNSNoAuthorizationFault extends __BaseException {
8158
+ readonly name: "SNSNoAuthorizationFault";
8159
+ readonly $fault: "client";
8160
+ /**
8161
+ * @internal
8162
+ */
8163
+ constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
7927
8164
  }
7928
8165
  /**
7929
8166
  * <p>The SNS topic ARN does not exist.</p>
7930
8167
  */
7931
- export interface SNSTopicArnNotFoundFault extends __SmithyException, $MetadataBearer {
7932
- name: "SNSTopicArnNotFoundFault";
7933
- $fault: "client";
7934
- message?: string;
8168
+ export declare class SNSTopicArnNotFoundFault extends __BaseException {
8169
+ readonly name: "SNSTopicArnNotFoundFault";
8170
+ readonly $fault: "client";
8171
+ /**
8172
+ * @internal
8173
+ */
8174
+ constructor(opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>);
7935
8175
  }
7936
8176
  /**
7937
8177
  * <p>The supplied subscription name already exists.</p>
7938
8178
  */
7939
- export interface SubscriptionAlreadyExistFault extends __SmithyException, $MetadataBearer {
7940
- name: "SubscriptionAlreadyExistFault";
7941
- $fault: "client";
7942
- message?: string;
8179
+ export declare class SubscriptionAlreadyExistFault extends __BaseException {
8180
+ readonly name: "SubscriptionAlreadyExistFault";
8181
+ readonly $fault: "client";
8182
+ /**
8183
+ * @internal
8184
+ */
8185
+ constructor(opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>);
7943
8186
  }
7944
8187
  /**
7945
8188
  * <p>The supplied category does not exist.</p>
7946
8189
  */
7947
- export interface SubscriptionCategoryNotFoundFault extends __SmithyException, $MetadataBearer {
7948
- name: "SubscriptionCategoryNotFoundFault";
7949
- $fault: "client";
7950
- message?: string;
8190
+ export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
8191
+ readonly name: "SubscriptionCategoryNotFoundFault";
8192
+ readonly $fault: "client";
8193
+ /**
8194
+ * @internal
8195
+ */
8196
+ constructor(opts: __ExceptionOptionType<SubscriptionCategoryNotFoundFault, __BaseException>);
7951
8197
  }
7952
8198
  export interface CreateGlobalClusterMessage {
7953
8199
  /**
@@ -8174,18 +8420,24 @@ export declare namespace CreateGlobalClusterResult {
8174
8420
  /**
8175
8421
  * <p>The <code>GlobalClusterIdentifier</code> already exists. Choose a new global database identifier (unique name) to create a new global database cluster.</p>
8176
8422
  */
8177
- export interface GlobalClusterAlreadyExistsFault extends __SmithyException, $MetadataBearer {
8178
- name: "GlobalClusterAlreadyExistsFault";
8179
- $fault: "client";
8180
- message?: string;
8423
+ export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
8424
+ readonly name: "GlobalClusterAlreadyExistsFault";
8425
+ readonly $fault: "client";
8426
+ /**
8427
+ * @internal
8428
+ */
8429
+ constructor(opts: __ExceptionOptionType<GlobalClusterAlreadyExistsFault, __BaseException>);
8181
8430
  }
8182
8431
  /**
8183
8432
  * <p>The number of global database clusters for this account is already at the maximum allowed.</p>
8184
8433
  */
8185
- export interface GlobalClusterQuotaExceededFault extends __SmithyException, $MetadataBearer {
8186
- name: "GlobalClusterQuotaExceededFault";
8187
- $fault: "client";
8188
- message?: string;
8434
+ export declare class GlobalClusterQuotaExceededFault extends __BaseException {
8435
+ readonly name: "GlobalClusterQuotaExceededFault";
8436
+ readonly $fault: "client";
8437
+ /**
8438
+ * @internal
8439
+ */
8440
+ constructor(opts: __ExceptionOptionType<GlobalClusterQuotaExceededFault, __BaseException>);
8189
8441
  }
8190
8442
  /**
8191
8443
  * <p></p>
@@ -8334,10 +8586,13 @@ export declare namespace DeleteCustomAvailabilityZoneResult {
8334
8586
  /**
8335
8587
  * <p>The specified CEV was not found.</p>
8336
8588
  */
8337
- export interface CustomDBEngineVersionNotFoundFault extends __SmithyException, $MetadataBearer {
8338
- name: "CustomDBEngineVersionNotFoundFault";
8339
- $fault: "client";
8340
- message?: string;
8589
+ export declare class CustomDBEngineVersionNotFoundFault extends __BaseException {
8590
+ readonly name: "CustomDBEngineVersionNotFoundFault";
8591
+ readonly $fault: "client";
8592
+ /**
8593
+ * @internal
8594
+ */
8595
+ constructor(opts: __ExceptionOptionType<CustomDBEngineVersionNotFoundFault, __BaseException>);
8341
8596
  }
8342
8597
  export interface DeleteCustomDBEngineVersionMessage {
8343
8598
  /**
@@ -8360,10 +8615,13 @@ export declare namespace DeleteCustomDBEngineVersionMessage {
8360
8615
  /**
8361
8616
  * <p>You can't delete the CEV.</p>
8362
8617
  */
8363
- export interface InvalidCustomDBEngineVersionStateFault extends __SmithyException, $MetadataBearer {
8364
- name: "InvalidCustomDBEngineVersionStateFault";
8365
- $fault: "client";
8366
- message?: string;
8618
+ export declare class InvalidCustomDBEngineVersionStateFault extends __BaseException {
8619
+ readonly name: "InvalidCustomDBEngineVersionStateFault";
8620
+ readonly $fault: "client";
8621
+ /**
8622
+ * @internal
8623
+ */
8624
+ constructor(opts: __ExceptionOptionType<InvalidCustomDBEngineVersionStateFault, __BaseException>);
8367
8625
  }
8368
8626
  /**
8369
8627
  * <p></p>
@@ -8456,10 +8714,13 @@ export declare namespace DeleteDBClusterResult {
8456
8714
  /**
8457
8715
  * <p>The specified custom endpoint doesn't exist.</p>
8458
8716
  */
8459
- export interface DBClusterEndpointNotFoundFault extends __SmithyException, $MetadataBearer {
8460
- name: "DBClusterEndpointNotFoundFault";
8461
- $fault: "client";
8462
- message?: string;
8717
+ export declare class DBClusterEndpointNotFoundFault extends __BaseException {
8718
+ readonly name: "DBClusterEndpointNotFoundFault";
8719
+ readonly $fault: "client";
8720
+ /**
8721
+ * @internal
8722
+ */
8723
+ constructor(opts: __ExceptionOptionType<DBClusterEndpointNotFoundFault, __BaseException>);
8463
8724
  }
8464
8725
  export interface DeleteDBClusterEndpointMessage {
8465
8726
  /**
@@ -8476,10 +8737,13 @@ export declare namespace DeleteDBClusterEndpointMessage {
8476
8737
  /**
8477
8738
  * <p>The requested operation can't be performed on the endpoint while the endpoint is in this state.</p>
8478
8739
  */
8479
- export interface InvalidDBClusterEndpointStateFault extends __SmithyException, $MetadataBearer {
8480
- name: "InvalidDBClusterEndpointStateFault";
8481
- $fault: "client";
8482
- message?: string;
8740
+ export declare class InvalidDBClusterEndpointStateFault extends __BaseException {
8741
+ readonly name: "InvalidDBClusterEndpointStateFault";
8742
+ readonly $fault: "client";
8743
+ /**
8744
+ * @internal
8745
+ */
8746
+ constructor(opts: __ExceptionOptionType<InvalidDBClusterEndpointStateFault, __BaseException>);
8483
8747
  }
8484
8748
  /**
8485
8749
  * <p></p>
@@ -8513,10 +8777,13 @@ export declare namespace DeleteDBClusterParameterGroupMessage {
8513
8777
  * to delete the parameter group, you can't delete it when the parameter group is in
8514
8778
  * this state.</p>
8515
8779
  */
8516
- export interface InvalidDBParameterGroupStateFault extends __SmithyException, $MetadataBearer {
8517
- name: "InvalidDBParameterGroupStateFault";
8518
- $fault: "client";
8519
- message?: string;
8780
+ export declare class InvalidDBParameterGroupStateFault extends __BaseException {
8781
+ readonly name: "InvalidDBParameterGroupStateFault";
8782
+ readonly $fault: "client";
8783
+ /**
8784
+ * @internal
8785
+ */
8786
+ constructor(opts: __ExceptionOptionType<InvalidDBParameterGroupStateFault, __BaseException>);
8520
8787
  }
8521
8788
  /**
8522
8789
  * <p></p>
@@ -8555,10 +8822,13 @@ export declare namespace DeleteDBClusterSnapshotResult {
8555
8822
  * from retaining any additional automated backups. The retained automated backups
8556
8823
  * quota is the same as your DB Instance quota.</p>
8557
8824
  */
8558
- export interface DBInstanceAutomatedBackupQuotaExceededFault extends __SmithyException, $MetadataBearer {
8559
- name: "DBInstanceAutomatedBackupQuotaExceededFault";
8560
- $fault: "client";
8561
- message?: string;
8825
+ export declare class DBInstanceAutomatedBackupQuotaExceededFault extends __BaseException {
8826
+ readonly name: "DBInstanceAutomatedBackupQuotaExceededFault";
8827
+ readonly $fault: "client";
8828
+ /**
8829
+ * @internal
8830
+ */
8831
+ constructor(opts: __ExceptionOptionType<DBInstanceAutomatedBackupQuotaExceededFault, __BaseException>);
8562
8832
  }
8563
8833
  /**
8564
8834
  * <p></p>
@@ -8649,10 +8919,13 @@ export declare namespace DeleteDBInstanceResult {
8649
8919
  /**
8650
8920
  * <p>No automated backup for this DB instance was found.</p>
8651
8921
  */
8652
- export interface DBInstanceAutomatedBackupNotFoundFault extends __SmithyException, $MetadataBearer {
8653
- name: "DBInstanceAutomatedBackupNotFoundFault";
8654
- $fault: "client";
8655
- message?: string;
8922
+ export declare class DBInstanceAutomatedBackupNotFoundFault extends __BaseException {
8923
+ readonly name: "DBInstanceAutomatedBackupNotFoundFault";
8924
+ readonly $fault: "client";
8925
+ /**
8926
+ * @internal
8927
+ */
8928
+ constructor(opts: __ExceptionOptionType<DBInstanceAutomatedBackupNotFoundFault, __BaseException>);
8656
8929
  }
8657
8930
  /**
8658
8931
  * <p>Parameter input for the <code>DeleteDBInstanceAutomatedBackup</code> operation.</p>
@@ -8858,10 +9131,13 @@ export declare namespace DeleteDBInstanceAutomatedBackupResult {
8858
9131
  * <p>The automated backup is in an invalid state.
8859
9132
  * For example, this automated backup is associated with an active instance. </p>
8860
9133
  */
8861
- export interface InvalidDBInstanceAutomatedBackupStateFault extends __SmithyException, $MetadataBearer {
8862
- name: "InvalidDBInstanceAutomatedBackupStateFault";
8863
- $fault: "client";
8864
- message?: string;
9134
+ export declare class InvalidDBInstanceAutomatedBackupStateFault extends __BaseException {
9135
+ readonly name: "InvalidDBInstanceAutomatedBackupStateFault";
9136
+ readonly $fault: "client";
9137
+ /**
9138
+ * @internal
9139
+ */
9140
+ constructor(opts: __ExceptionOptionType<InvalidDBInstanceAutomatedBackupStateFault, __BaseException>);
8865
9141
  }
8866
9142
  /**
8867
9143
  * <p></p>
@@ -8917,10 +9193,13 @@ export declare namespace DeleteDBProxyResponse {
8917
9193
  /**
8918
9194
  * <p>The DB proxy endpoint doesn't exist.</p>
8919
9195
  */
8920
- export interface DBProxyEndpointNotFoundFault extends __SmithyException, $MetadataBearer {
8921
- name: "DBProxyEndpointNotFoundFault";
8922
- $fault: "client";
8923
- message?: string;
9196
+ export declare class DBProxyEndpointNotFoundFault extends __BaseException {
9197
+ readonly name: "DBProxyEndpointNotFoundFault";
9198
+ readonly $fault: "client";
9199
+ /**
9200
+ * @internal
9201
+ */
9202
+ constructor(opts: __ExceptionOptionType<DBProxyEndpointNotFoundFault, __BaseException>);
8924
9203
  }
8925
9204
  export interface DeleteDBProxyEndpointRequest {
8926
9205
  /**
@@ -8949,10 +9228,13 @@ export declare namespace DeleteDBProxyEndpointResponse {
8949
9228
  /**
8950
9229
  * <p>You can't perform this operation while the DB proxy endpoint is in a particular state.</p>
8951
9230
  */
8952
- export interface InvalidDBProxyEndpointStateFault extends __SmithyException, $MetadataBearer {
8953
- name: "InvalidDBProxyEndpointStateFault";
8954
- $fault: "client";
8955
- message?: string;
9231
+ export declare class InvalidDBProxyEndpointStateFault extends __BaseException {
9232
+ readonly name: "InvalidDBProxyEndpointStateFault";
9233
+ readonly $fault: "client";
9234
+ /**
9235
+ * @internal
9236
+ */
9237
+ constructor(opts: __ExceptionOptionType<InvalidDBProxyEndpointStateFault, __BaseException>);
8956
9238
  }
8957
9239
  /**
8958
9240
  * <p></p>
@@ -9045,10 +9327,13 @@ export declare namespace DeleteDBSubnetGroupMessage {
9045
9327
  * The DB subnet isn't in the <i>available</i> state.
9046
9328
  * </p>
9047
9329
  */
9048
- export interface InvalidDBSubnetStateFault extends __SmithyException, $MetadataBearer {
9049
- name: "InvalidDBSubnetStateFault";
9050
- $fault: "client";
9051
- message?: string;
9330
+ export declare class InvalidDBSubnetStateFault extends __BaseException {
9331
+ readonly name: "InvalidDBSubnetStateFault";
9332
+ readonly $fault: "client";
9333
+ /**
9334
+ * @internal
9335
+ */
9336
+ constructor(opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>);
9052
9337
  }
9053
9338
  /**
9054
9339
  * <p></p>
@@ -9080,10 +9365,13 @@ export declare namespace DeleteEventSubscriptionResult {
9080
9365
  /**
9081
9366
  * <p>This error can occur if someone else is modifying a subscription. You should retry the action.</p>
9082
9367
  */
9083
- export interface InvalidEventSubscriptionStateFault extends __SmithyException, $MetadataBearer {
9084
- name: "InvalidEventSubscriptionStateFault";
9085
- $fault: "client";
9086
- message?: string;
9368
+ export declare class InvalidEventSubscriptionStateFault extends __BaseException {
9369
+ readonly name: "InvalidEventSubscriptionStateFault";
9370
+ readonly $fault: "client";
9371
+ /**
9372
+ * @internal
9373
+ */
9374
+ constructor(opts: __ExceptionOptionType<InvalidEventSubscriptionStateFault, __BaseException>);
9087
9375
  }
9088
9376
  export interface DeleteGlobalClusterMessage {
9089
9377
  /**
@@ -9188,10 +9476,13 @@ export declare namespace InstallationMedia {
9188
9476
  * <p>
9189
9477
  * <code>InstallationMediaID</code> doesn't refer to an existing installation medium.</p>
9190
9478
  */
9191
- export interface InstallationMediaNotFoundFault extends __SmithyException, $MetadataBearer {
9192
- name: "InstallationMediaNotFoundFault";
9193
- $fault: "client";
9194
- message?: string;
9479
+ export declare class InstallationMediaNotFoundFault extends __BaseException {
9480
+ readonly name: "InstallationMediaNotFoundFault";
9481
+ readonly $fault: "client";
9482
+ /**
9483
+ * @internal
9484
+ */
9485
+ constructor(opts: __ExceptionOptionType<InstallationMediaNotFoundFault, __BaseException>);
9195
9486
  }
9196
9487
  /**
9197
9488
  * <p></p>
@@ -9216,18 +9507,24 @@ export declare namespace DeleteOptionGroupMessage {
9216
9507
  * The option group isn't in the <i>available</i> state.
9217
9508
  * </p>
9218
9509
  */
9219
- export interface InvalidOptionGroupStateFault extends __SmithyException, $MetadataBearer {
9220
- name: "InvalidOptionGroupStateFault";
9221
- $fault: "client";
9222
- message?: string;
9510
+ export declare class InvalidOptionGroupStateFault extends __BaseException {
9511
+ readonly name: "InvalidOptionGroupStateFault";
9512
+ readonly $fault: "client";
9513
+ /**
9514
+ * @internal
9515
+ */
9516
+ constructor(opts: __ExceptionOptionType<InvalidOptionGroupStateFault, __BaseException>);
9223
9517
  }
9224
9518
  /**
9225
9519
  * <p>The specified RDS DB instance or Aurora DB cluster isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
9226
9520
  */
9227
- export interface DBProxyTargetNotFoundFault extends __SmithyException, $MetadataBearer {
9228
- name: "DBProxyTargetNotFoundFault";
9229
- $fault: "client";
9230
- message?: string;
9521
+ export declare class DBProxyTargetNotFoundFault extends __BaseException {
9522
+ readonly name: "DBProxyTargetNotFoundFault";
9523
+ readonly $fault: "client";
9524
+ /**
9525
+ * @internal
9526
+ */
9527
+ constructor(opts: __ExceptionOptionType<DBProxyTargetNotFoundFault, __BaseException>);
9231
9528
  }
9232
9529
  export interface DeregisterDBProxyTargetsRequest {
9233
9530
  /**
@@ -9347,10 +9644,13 @@ export declare namespace CertificateMessage {
9347
9644
  * existing certificate.
9348
9645
  * </p>
9349
9646
  */
9350
- export interface CertificateNotFoundFault extends __SmithyException, $MetadataBearer {
9351
- name: "CertificateNotFoundFault";
9352
- $fault: "client";
9353
- message?: string;
9647
+ export declare class CertificateNotFoundFault extends __BaseException {
9648
+ readonly name: "CertificateNotFoundFault";
9649
+ readonly $fault: "client";
9650
+ /**
9651
+ * @internal
9652
+ */
9653
+ constructor(opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>);
9354
9654
  }
9355
9655
  /**
9356
9656
  * <p>A filter name and value pair that is used to return a more specific list of results
@@ -9525,10 +9825,13 @@ export declare namespace DBClusterBacktrackMessage {
9525
9825
  * <p>
9526
9826
  * <code>BacktrackIdentifier</code> doesn't refer to an existing backtrack. </p>
9527
9827
  */
9528
- export interface DBClusterBacktrackNotFoundFault extends __SmithyException, $MetadataBearer {
9529
- name: "DBClusterBacktrackNotFoundFault";
9530
- $fault: "client";
9531
- message?: string;
9828
+ export declare class DBClusterBacktrackNotFoundFault extends __BaseException {
9829
+ readonly name: "DBClusterBacktrackNotFoundFault";
9830
+ readonly $fault: "client";
9831
+ /**
9832
+ * @internal
9833
+ */
9834
+ constructor(opts: __ExceptionOptionType<DBClusterBacktrackNotFoundFault, __BaseException>);
9532
9835
  }
9533
9836
  /**
9534
9837
  * <p></p>
@@ -9955,25 +10258,25 @@ export interface DescribeDBClustersMessage {
9955
10258
  * <li>
9956
10259
  * <p>
9957
10260
  * <code>clone-group-id</code> - Accepts clone group identifiers.
9958
- * The results list will only include information about
10261
+ * The results list only includes information about
9959
10262
  * the DB clusters associated with these clone groups.</p>
9960
10263
  * </li>
9961
10264
  * <li>
9962
10265
  * <p>
9963
10266
  * <code>db-cluster-id</code> - Accepts DB cluster identifiers and DB
9964
- * cluster Amazon Resource Names (ARNs). The results list will only include information about
10267
+ * cluster Amazon Resource Names (ARNs). The results list only includes information about
9965
10268
  * the DB clusters identified by these ARNs.</p>
9966
10269
  * </li>
9967
10270
  * <li>
9968
10271
  * <p>
9969
10272
  * <code>domain</code> - Accepts Active Directory directory IDs.
9970
- * The results list will only include information about
10273
+ * The results list only includes information about
9971
10274
  * the DB clusters associated with these domains.</p>
9972
10275
  * </li>
9973
10276
  * <li>
9974
10277
  * <p>
9975
10278
  * <code>engine</code> - Accepts engine names.
9976
- * The results list will only include information about
10279
+ * The results list only includes information about
9977
10280
  * the DB clusters for these engines.</p>
9978
10281
  * </li>
9979
10282
  * </ul>
@@ -10371,7 +10674,86 @@ export interface DescribeDBEngineVersionsMessage {
10371
10674
  */
10372
10675
  DBParameterGroupFamily?: string;
10373
10676
  /**
10374
- * <p>This parameter isn't currently supported.</p>
10677
+ * <p>A filter that specifies one or more DB engine versions to describe.</p>
10678
+ * <p>Supported filters:</p>
10679
+ * <ul>
10680
+ * <li>
10681
+ * <p>
10682
+ * <code>db-parameter-group-family</code> - Accepts parameter groups family names.
10683
+ * The results list only includes information about
10684
+ * the DB engine versions for these parameter group families.
10685
+ * </p>
10686
+ * </li>
10687
+ * <li>
10688
+ * <p>
10689
+ * <code>engine</code> - Accepts engine names.
10690
+ * The results list only includes information about
10691
+ * the DB engine versions for these engines.
10692
+ * </p>
10693
+ * </li>
10694
+ * <li>
10695
+ * <p>
10696
+ * <code>engine-mode</code> - Accepts DB engine modes.
10697
+ * The results list only includes information about
10698
+ * the DB engine versions for these engine modes. Valid
10699
+ * DB engine modes are the following:
10700
+ * </p>
10701
+ * <ul>
10702
+ * <li>
10703
+ * <p>
10704
+ * <code>global</code>
10705
+ * </p>
10706
+ * </li>
10707
+ * <li>
10708
+ * <p>
10709
+ * <code>multimaster</code>
10710
+ * </p>
10711
+ * </li>
10712
+ * <li>
10713
+ * <p>
10714
+ * <code>parallelquery</code>
10715
+ * </p>
10716
+ * </li>
10717
+ * <li>
10718
+ * <p>
10719
+ * <code>provisioned</code>
10720
+ * </p>
10721
+ * </li>
10722
+ * <li>
10723
+ * <p>
10724
+ * <code>serverless</code>
10725
+ * </p>
10726
+ * </li>
10727
+ * </ul>
10728
+ * </li>
10729
+ * <li>
10730
+ * <p>
10731
+ * <code>engine-version</code> - Accepts engine versions.
10732
+ * The results list only includes information about
10733
+ * the DB engine versions for these engine versions.
10734
+ * </p>
10735
+ * </li>
10736
+ * <li>
10737
+ * <p>
10738
+ * <code>status</code> - Accepts engine version statuses.
10739
+ * The results list only includes information about
10740
+ * the DB engine versions for these statuses. Valid statuses
10741
+ * are the following:
10742
+ * </p>
10743
+ * <ul>
10744
+ * <li>
10745
+ * <p>
10746
+ * <code>available</code>
10747
+ * </p>
10748
+ * </li>
10749
+ * <li>
10750
+ * <p>
10751
+ * <code>deprecated</code>
10752
+ * </p>
10753
+ * </li>
10754
+ * </ul>
10755
+ * </li>
10756
+ * </ul>
10375
10757
  */
10376
10758
  Filters?: Filter[];
10377
10759
  /**
@@ -10581,13 +10963,13 @@ export interface DescribeDBInstancesMessage {
10581
10963
  * <li>
10582
10964
  * <p>
10583
10965
  * <code>db-cluster-id</code> - Accepts DB cluster identifiers and DB
10584
- * cluster Amazon Resource Names (ARNs). The results list will only include information about
10966
+ * cluster Amazon Resource Names (ARNs). The results list only includes information about
10585
10967
  * the DB instances associated with the DB clusters identified by these ARNs.</p>
10586
10968
  * </li>
10587
10969
  * <li>
10588
10970
  * <p>
10589
10971
  * <code>db-instance-id</code> - Accepts DB instance identifiers and DB
10590
- * instance Amazon Resource Names (ARNs). The results list will only include information about
10972
+ * instance Amazon Resource Names (ARNs). The results list only includes information about
10591
10973
  * the DB instances identified by these ARNs.</p>
10592
10974
  * </li>
10593
10975
  * <li>
@@ -10597,12 +10979,12 @@ export interface DescribeDBInstancesMessage {
10597
10979
  * </li>
10598
10980
  * <li>
10599
10981
  * <p>
10600
- * <code>domain</code> - Accepts Active Directory directory IDs. The results list will only
10601
- * include information about the DB instances associated with these domains.</p>
10982
+ * <code>domain</code> - Accepts Active Directory directory IDs. The results list only includes
10983
+ * information about the DB instances associated with these domains.</p>
10602
10984
  * </li>
10603
10985
  * <li>
10604
10986
  * <p>
10605
- * <code>engine</code> - Accepts engine names. The results list will only include information
10987
+ * <code>engine</code> - Accepts engine names. The results list only includes information
10606
10988
  * about the DB instances for these engines.</p>
10607
10989
  * </li>
10608
10990
  * </ul>