@aws-sdk/client-rds 3.37.0 → 3.41.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 (200) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist-cjs/RDS.js +45 -0
  3. package/dist-cjs/commands/CreateCustomDBEngineVersionCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteCustomDBEngineVersionCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +2 -1
  6. package/dist-cjs/commands/ModifyCustomDBEngineVersionCommand.js +37 -0
  7. package/dist-cjs/commands/index.js +143 -0
  8. package/dist-cjs/endpoints.js +166 -27
  9. package/dist-cjs/index.js +5 -181
  10. package/dist-cjs/models/models_0.js +70 -73
  11. package/dist-cjs/models/models_1.js +60 -4
  12. package/dist-cjs/pagination/index.js +39 -0
  13. package/dist-cjs/protocols/Aws_query.js +426 -6
  14. package/dist-cjs/runtimeConfig.browser.js +6 -3
  15. package/dist-cjs/runtimeConfig.js +5 -3
  16. package/dist-cjs/waiters/index.js +9 -0
  17. package/dist-es/RDS.js +45 -0
  18. package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +39 -0
  19. package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +39 -0
  20. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +2 -1
  21. package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +40 -0
  22. package/dist-es/commands/index.js +140 -0
  23. package/dist-es/endpoints.js +166 -27
  24. package/dist-es/index.js +5 -181
  25. package/dist-es/models/models_0.js +45 -54
  26. package/dist-es/models/models_1.js +48 -0
  27. package/dist-es/pagination/index.js +36 -0
  28. package/dist-es/protocols/Aws_query.js +431 -0
  29. package/dist-es/runtimeConfig.browser.js +3 -2
  30. package/dist-es/runtimeConfig.js +3 -3
  31. package/dist-es/waiters/index.js +6 -0
  32. package/dist-types/RDS.d.ts +103 -13
  33. package/dist-types/RDSClient.d.ts +13 -2
  34. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -1
  35. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -1
  36. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
  37. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
  39. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +1 -1
  40. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
  41. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
  42. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -1
  43. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -3
  44. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
  45. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -1
  46. package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +62 -0
  49. package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +5 -4
  56. package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateOptionGroupCommand.d.ts +2 -1
  64. package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +55 -0
  66. package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
  68. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
  77. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
  80. package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
  81. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  85. package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
  86. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  90. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -1
  97. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  102. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +3 -2
  103. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  104. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  105. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  107. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  108. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  110. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  122. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +4 -5
  123. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +2 -1
  124. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
  125. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
  126. package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
  127. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  128. package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
  129. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
  130. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +46 -0
  131. package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -1
  132. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
  133. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -1
  134. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -1
  135. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
  136. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
  137. package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
  138. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
  139. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
  140. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
  141. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -2
  142. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
  143. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  144. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -1
  145. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
  146. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -2
  147. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
  149. package/dist-types/commands/RebootDBInstanceCommand.d.ts +3 -1
  150. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
  151. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
  152. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +1 -1
  153. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
  154. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
  155. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  156. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +1 -1
  157. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
  158. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -1
  159. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -1
  160. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -1
  161. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
  162. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -1
  163. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
  164. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
  165. package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
  166. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
  167. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
  168. package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -2
  169. package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
  170. package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
  171. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
  172. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
  173. package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -2
  174. package/dist-types/commands/index.d.ts +140 -0
  175. package/dist-types/index.d.ts +5 -181
  176. package/dist-types/models/models_0.d.ts +697 -410
  177. package/dist-types/models/models_1.d.ts +468 -137
  178. package/dist-types/pagination/index.d.ts +36 -0
  179. package/dist-types/protocols/Aws_query.d.ts +9 -0
  180. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  181. package/dist-types/runtimeConfig.d.ts +2 -0
  182. package/dist-types/runtimeConfig.native.d.ts +2 -0
  183. package/dist-types/ts3.4/RDS.d.ts +15 -0
  184. package/dist-types/ts3.4/RDSClient.d.ts +9 -2
  185. package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
  188. package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +18 -0
  189. package/dist-types/ts3.4/commands/index.d.ts +140 -0
  190. package/dist-types/ts3.4/index.d.ts +5 -181
  191. package/dist-types/ts3.4/models/models_0.d.ts +190 -154
  192. package/dist-types/ts3.4/models/models_1.d.ts +97 -2
  193. package/dist-types/ts3.4/pagination/index.d.ts +36 -0
  194. package/dist-types/ts3.4/protocols/Aws_query.d.ts +9 -0
  195. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  196. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  197. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  198. package/dist-types/ts3.4/waiters/index.d.ts +6 -0
  199. package/dist-types/waiters/index.d.ts +6 -0
  200. package/package.json +28 -28
@@ -161,7 +161,7 @@ export interface AddRoleToDBClusterMessage {
161
161
  RoleArn: string | undefined;
162
162
  /**
163
163
  * <p>The name of the feature for the DB cluster that the IAM role is to be associated with.
164
- * For the list of supported feature names, see <a>DBEngineVersion</a>.</p>
164
+ * For information about supported feature names, see <a>DBEngineVersion</a>.</p>
165
165
  */
166
166
  FeatureName?: string;
167
167
  }
@@ -241,7 +241,7 @@ export interface AddRoleToDBInstanceMessage {
241
241
  RoleArn: string | undefined;
242
242
  /**
243
243
  * <p>The name of the feature for the DB instance that the IAM role is to be associated with.
244
- * For the list of supported feature names, see <a>DBEngineVersion</a>.
244
+ * For information about supported feature names, see <a>DBEngineVersion</a>.
245
245
  * </p>
246
246
  */
247
247
  FeatureName: string | undefined;
@@ -1104,9 +1104,9 @@ export interface ExportTask {
1104
1104
  */
1105
1105
  IamRoleArn?: string;
1106
1106
  /**
1107
- * <p>The key identifier of the Amazon Web Services KMS customer master key (CMK) that is used to encrypt the snapshot when it's exported to
1108
- * Amazon S3. The Amazon Web Services KMS CMK identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the snapshot export
1109
- * must have encryption and decryption permissions to use this Amazon Web Services KMS CMK. </p>
1107
+ * <p>The key identifier of the Amazon Web Services KMS key that is used to encrypt the snapshot when it's exported to
1108
+ * Amazon S3. The KMS key identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the snapshot export
1109
+ * must have encryption and decryption permissions to use this KMS key. </p>
1110
1110
  */
1111
1111
  KmsKeyId?: string;
1112
1112
  /**
@@ -1356,16 +1356,17 @@ export interface CopyDBClusterSnapshotMessage {
1356
1356
  TargetDBClusterSnapshotIdentifier: string | undefined;
1357
1357
  /**
1358
1358
  * <p>The Amazon Web Services KMS key identifier for an encrypted DB cluster snapshot.
1359
- * The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).</p>
1359
+ * The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS key.</p>
1360
1360
  *
1361
- * <p>If you copy an encrypted DB cluster snapshot from your Amazon Web Services account, you can specify a value for <code>KmsKeyId</code> to encrypt the copy with a new Amazon Web Services KMS CMK.
1362
- * If you don't specify a value for <code>KmsKeyId</code>, then the copy of the DB cluster snapshot is encrypted with the same Amazon Web Services KMS key as the source DB cluster snapshot.
1361
+ * <p>If you copy an encrypted DB cluster snapshot from your Amazon Web Services account, you can specify a value for <code>KmsKeyId</code> to encrypt the copy with a new KMS key.
1362
+ * If you don't specify a value for <code>KmsKeyId</code>, then the copy of the DB cluster snapshot is encrypted with the same KMS key as the source DB cluster snapshot.
1363
1363
  * </p>
1364
1364
  *
1365
1365
  * <p>If you copy an encrypted DB cluster snapshot that is shared from another Amazon Web Services account, then you must specify a value for <code>KmsKeyId</code>. </p>
1366
1366
  *
1367
- * <p>To copy an encrypted DB cluster snapshot to another Amazon Web Services Region, you must set <code>KmsKeyId</code> to the Amazon Web Services KMS key identifier you want to use to encrypt the copy of the DB cluster snapshot
1368
- * in the destination Amazon Web Services Region. Amazon Web Services KMS CMKs are specific to the Amazon Web Services Region that they are created in, and you can't use CMKs from one Amazon Web Services Region
1367
+ * <p>To copy an encrypted DB cluster snapshot to another Amazon Web Services Region, you must set <code>KmsKeyId</code> to the Amazon Web Services KMS key identifier
1368
+ * you want to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region. KMS keys are specific to the Amazon Web Services
1369
+ * Region that they are created in, and you can't use KMS keys from one Amazon Web Services Region
1369
1370
  * in another Amazon Web Services Region.</p>
1370
1371
  *
1371
1372
  * <p>If you copy an unencrypted DB cluster snapshot and specify a value for the <code>KmsKeyId</code> parameter,
@@ -1383,7 +1384,7 @@ export interface CopyDBClusterSnapshotMessage {
1383
1384
  * <ul>
1384
1385
  * <li>
1385
1386
  * <p>
1386
- * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the customer master key (CMK) to use to encrypt the copy of the DB
1387
+ * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the KMS key to use to encrypt the copy of the DB
1387
1388
  * cluster snapshot in the destination Amazon Web Services Region. This is the same identifier for both the <code>CopyDBClusterSnapshot</code>
1388
1389
  * action that is called in the destination Amazon Web Services Region, and the action contained in the pre-signed URL.</p>
1389
1390
  * </li>
@@ -1510,7 +1511,7 @@ export interface DBClusterSnapshot {
1510
1511
  StorageEncrypted?: boolean;
1511
1512
  /**
1512
1513
  * <p>If <code>StorageEncrypted</code> is true, the Amazon Web Services KMS key identifier for the encrypted DB cluster snapshot.</p>
1513
- * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).</p>
1514
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
1514
1515
  */
1515
1516
  KmsKeyId?: string;
1516
1517
  /**
@@ -1796,11 +1797,11 @@ export interface CopyDBSnapshotMessage {
1796
1797
  TargetDBSnapshotIdentifier: string | undefined;
1797
1798
  /**
1798
1799
  * <p>The Amazon Web Services KMS key identifier for an encrypted DB snapshot.
1799
- * The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
1800
+ * The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
1800
1801
  * </p>
1801
1802
  *
1802
1803
  * <p>If you copy an encrypted DB snapshot from your Amazon Web Services account,
1803
- * you can specify a value for this parameter to encrypt the copy with a new Amazon Web Services KMS CMK.
1804
+ * you can specify a value for this parameter to encrypt the copy with a new KMS key.
1804
1805
  * If you don't specify a value for this parameter,
1805
1806
  * then the copy of the DB snapshot is encrypted with the same Amazon Web Services KMS key as the source DB snapshot.
1806
1807
  * </p>
@@ -1814,8 +1815,8 @@ export interface CopyDBSnapshotMessage {
1814
1815
  * </p>
1815
1816
  *
1816
1817
  * <p>If you copy an encrypted snapshot to a different Amazon Web Services Region, then you must specify
1817
- * a Amazon Web Services KMS key identifier for the destination Amazon Web Services Region. Amazon Web Services KMS CMKs are specific to the Amazon Web Services Region
1818
- * that they are created in, and you can't use CMKs from one Amazon Web Services Region in another
1818
+ * an Amazon Web Services KMS key identifier for the destination Amazon Web Services Region. KMS keys are specific to the Amazon Web Services Region
1819
+ * that they are created in, and you can't use KMS keys from one Amazon Web Services Region in another
1819
1820
  * Amazon Web Services Region.
1820
1821
  * </p>
1821
1822
  */
@@ -1860,7 +1861,7 @@ export interface CopyDBSnapshotMessage {
1860
1861
  * </li>
1861
1862
  * <li>
1862
1863
  * <p>
1863
- * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the customer master key (CMK) to use to encrypt the copy of the DB snapshot in the destination Amazon Web Services Region.
1864
+ * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the KMS key to use to encrypt the copy of the DB snapshot in the destination Amazon Web Services Region.
1864
1865
  * This is the same identifier for both the <code>CopyDBSnapshot</code> action that is called in the destination Amazon Web Services Region,
1865
1866
  * and the action contained in the presigned URL.
1866
1867
  * </p>
@@ -2102,7 +2103,7 @@ export interface DBSnapshot {
2102
2103
  * If <code>Encrypted</code> is true, the Amazon Web Services KMS key identifier
2103
2104
  * for the encrypted DB snapshot.
2104
2105
  * </p>
2105
- * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).</p>
2106
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
2106
2107
  */
2107
2108
  KmsKeyId?: string;
2108
2109
  /**
@@ -2671,6 +2672,343 @@ export declare namespace CustomAvailabilityZoneQuotaExceededFault {
2671
2672
  */
2672
2673
  const filterSensitiveLog: (obj: CustomAvailabilityZoneQuotaExceededFault) => any;
2673
2674
  }
2675
+ export interface CreateCustomDBEngineVersionMessage {
2676
+ /**
2677
+ * <p>The database engine to use for your custom engine version (CEV). The only supported value is
2678
+ * <code>custom-oracle-ee</code>.</p>
2679
+ */
2680
+ Engine: string | undefined;
2681
+ /**
2682
+ * <p>The name of your CEV. The name format is <code>19.<i>customized_string</i>
2683
+ * </code>. For example,
2684
+ * a valid name is <code>19.my_cev1</code>. This setting is required for RDS Custom, but optional for Amazon RDS.
2685
+ * The combination of <code>Engine</code> and <code>EngineVersion</code> is unique per customer per Region.</p>
2686
+ */
2687
+ EngineVersion: string | undefined;
2688
+ /**
2689
+ * <p>The name of an Amazon S3 bucket that contains database installation files for your CEV. For example, a valid
2690
+ * bucket name is <code>my-custom-installation-files</code>.</p>
2691
+ */
2692
+ DatabaseInstallationFilesS3BucketName: string | undefined;
2693
+ /**
2694
+ * <p>The Amazon S3 directory that contains the database installation files for your CEV. For example, a valid
2695
+ * bucket name is <code>123456789012/cev1</code>. If this setting isn't specified, no prefix is assumed.</p>
2696
+ */
2697
+ DatabaseInstallationFilesS3Prefix?: string;
2698
+ /**
2699
+ * <p>The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric KMS key is required for
2700
+ * RDS Custom, but optional for Amazon RDS.</p>
2701
+ * <p>If you have an existing symmetric KMS key in your account, you can use it with RDS Custom.
2702
+ * No further action is necessary. If you don't already have a symmetric KMS key in your account,
2703
+ * follow the instructions in <a href="https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html#create-symmetric-cmk">
2704
+ * Creating symmetric KMS keys</a> in the <i>Amazon Web Services Key Management Service
2705
+ * Developer Guide</i>.</p>
2706
+ * <p>You can choose the same symmetric key when you create a CEV and a DB instance, or choose different keys.</p>
2707
+ */
2708
+ KMSKeyId: string | undefined;
2709
+ /**
2710
+ * <p>An optional description of your CEV.</p>
2711
+ */
2712
+ Description?: string;
2713
+ /**
2714
+ * <p>The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3.
2715
+ * Specify the name/value pairs in a file or a quoted string. RDS Custom applies the patches in the order in which
2716
+ * they are listed.</p>
2717
+ * <p>The following JSON fields are valid:</p>
2718
+ * <dl>
2719
+ * <dt>MediaImportTemplateVersion</dt>
2720
+ * <dd>
2721
+ * <p>Version of the CEV manifest. The date is in the format <code>YYYY-MM-DD</code>.</p>
2722
+ * </dd>
2723
+ * <dt>databaseInstallationFileNames</dt>
2724
+ * <dd>
2725
+ * <p>Ordered list of installation files for the CEV.</p>
2726
+ * </dd>
2727
+ * <dt>opatchFileNames</dt>
2728
+ * <dd>
2729
+ * <p>Ordered list of OPatch installers used for the Oracle DB engine.</p>
2730
+ * </dd>
2731
+ * <dt>psuRuPatchFileNames</dt>
2732
+ * <dd>
2733
+ * <p>The PSU and RU patches for this CEV.</p>
2734
+ * </dd>
2735
+ * <dt>OtherPatchFileNames</dt>
2736
+ * <dd>
2737
+ * <p>The patches that are not in the list of PSU and RU patches.
2738
+ * Amazon RDS applies these patches after applying the PSU and RU patches. </p>
2739
+ * </dd>
2740
+ * </dl>
2741
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.preparing.manifest">
2742
+ * Creating the CEV manifest</a> in the <i>Amazon RDS User Guide</i>.</p>
2743
+ */
2744
+ Manifest: string | undefined;
2745
+ /**
2746
+ * <p>A list of tags.
2747
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide.</i>
2748
+ * </p>
2749
+ */
2750
+ Tags?: Tag[];
2751
+ }
2752
+ export declare namespace CreateCustomDBEngineVersionMessage {
2753
+ /**
2754
+ * @internal
2755
+ */
2756
+ const filterSensitiveLog: (obj: CreateCustomDBEngineVersionMessage) => any;
2757
+ }
2758
+ /**
2759
+ * <p>A CEV with the specified name already exists.</p>
2760
+ */
2761
+ export interface CustomDBEngineVersionAlreadyExistsFault extends __SmithyException, $MetadataBearer {
2762
+ name: "CustomDBEngineVersionAlreadyExistsFault";
2763
+ $fault: "client";
2764
+ message?: string;
2765
+ }
2766
+ export declare namespace CustomDBEngineVersionAlreadyExistsFault {
2767
+ /**
2768
+ * @internal
2769
+ */
2770
+ const filterSensitiveLog: (obj: CustomDBEngineVersionAlreadyExistsFault) => any;
2771
+ }
2772
+ /**
2773
+ * <p>You have exceeded your CEV quota.</p>
2774
+ */
2775
+ export interface CustomDBEngineVersionQuotaExceededFault extends __SmithyException, $MetadataBearer {
2776
+ name: "CustomDBEngineVersionQuotaExceededFault";
2777
+ $fault: "client";
2778
+ message?: string;
2779
+ }
2780
+ export declare namespace CustomDBEngineVersionQuotaExceededFault {
2781
+ /**
2782
+ * @internal
2783
+ */
2784
+ const filterSensitiveLog: (obj: CustomDBEngineVersionQuotaExceededFault) => any;
2785
+ }
2786
+ /**
2787
+ * <p>
2788
+ * This data type is used as a response element in the action <code>DescribeDBEngineVersions</code>.
2789
+ * </p>
2790
+ */
2791
+ export interface CharacterSet {
2792
+ /**
2793
+ * <p>The name of the character set.</p>
2794
+ */
2795
+ CharacterSetName?: string;
2796
+ /**
2797
+ * <p>The description of the character set.</p>
2798
+ */
2799
+ CharacterSetDescription?: string;
2800
+ }
2801
+ export declare namespace CharacterSet {
2802
+ /**
2803
+ * @internal
2804
+ */
2805
+ const filterSensitiveLog: (obj: CharacterSet) => any;
2806
+ }
2807
+ /**
2808
+ * <p>A time zone associated with a
2809
+ * <code>DBInstance</code>
2810
+ * or a <code>DBSnapshot</code>.
2811
+ * This data type is an element in the response to
2812
+ * the <code>DescribeDBInstances</code>,
2813
+ * the <code>DescribeDBSnapshots</code>,
2814
+ * and the <code>DescribeDBEngineVersions</code>
2815
+ * actions.
2816
+ * </p>
2817
+ */
2818
+ export interface Timezone {
2819
+ /**
2820
+ * <p>The name of the time zone.</p>
2821
+ */
2822
+ TimezoneName?: string;
2823
+ }
2824
+ export declare namespace Timezone {
2825
+ /**
2826
+ * @internal
2827
+ */
2828
+ const filterSensitiveLog: (obj: Timezone) => any;
2829
+ }
2830
+ /**
2831
+ * <p>The version of the database engine that a DB instance can be upgraded to.</p>
2832
+ */
2833
+ export interface UpgradeTarget {
2834
+ /**
2835
+ * <p>The name of the upgrade target database engine.</p>
2836
+ */
2837
+ Engine?: string;
2838
+ /**
2839
+ * <p>The version number of the upgrade target database engine.</p>
2840
+ */
2841
+ EngineVersion?: string;
2842
+ /**
2843
+ * <p>The version of the database engine that a DB instance can be upgraded to.</p>
2844
+ */
2845
+ Description?: string;
2846
+ /**
2847
+ * <p>A value that indicates whether the target version is applied to any source DB instances that have <code>AutoMinorVersionUpgrade</code> set to true.</p>
2848
+ */
2849
+ AutoUpgrade?: boolean;
2850
+ /**
2851
+ * <p>A value that indicates whether upgrading to the target version requires upgrading the major version of the database engine.</p>
2852
+ */
2853
+ IsMajorVersionUpgrade?: boolean;
2854
+ /**
2855
+ * <p>A list of the supported DB engine modes for the target engine version.</p>
2856
+ */
2857
+ SupportedEngineModes?: string[];
2858
+ /**
2859
+ * <p>A value that indicates whether you can use Aurora parallel query with the target engine version.</p>
2860
+ */
2861
+ SupportsParallelQuery?: boolean;
2862
+ /**
2863
+ * <p>A value that indicates whether you can use Aurora global databases with the target engine version.</p>
2864
+ */
2865
+ SupportsGlobalDatabases?: boolean;
2866
+ }
2867
+ export declare namespace UpgradeTarget {
2868
+ /**
2869
+ * @internal
2870
+ */
2871
+ const filterSensitiveLog: (obj: UpgradeTarget) => any;
2872
+ }
2873
+ /**
2874
+ * <p>
2875
+ * This data type is used as a response element in the action <code>DescribeDBEngineVersions</code>.
2876
+ * </p>
2877
+ */
2878
+ export interface DBEngineVersion {
2879
+ /**
2880
+ * <p>The name of the database engine.</p>
2881
+ */
2882
+ Engine?: string;
2883
+ /**
2884
+ * <p>The version number of the database engine.</p>
2885
+ */
2886
+ EngineVersion?: string;
2887
+ /**
2888
+ * <p>The name of the DB parameter group family for the database engine.</p>
2889
+ */
2890
+ DBParameterGroupFamily?: string;
2891
+ /**
2892
+ * <p>The description of the database engine.</p>
2893
+ */
2894
+ DBEngineDescription?: string;
2895
+ /**
2896
+ * <p>The description of the database engine version.</p>
2897
+ */
2898
+ DBEngineVersionDescription?: string;
2899
+ /**
2900
+ * <p>
2901
+ * The default character set for new instances of this engine version,
2902
+ * if the <code>CharacterSetName</code> parameter of the CreateDBInstance API
2903
+ * isn't specified.
2904
+ * </p>
2905
+ */
2906
+ DefaultCharacterSet?: CharacterSet;
2907
+ /**
2908
+ * <p>A list of the character sets supported by this engine for the <code>CharacterSetName</code> parameter of the <code>CreateDBInstance</code> operation.
2909
+ * </p>
2910
+ */
2911
+ SupportedCharacterSets?: CharacterSet[];
2912
+ /**
2913
+ * <p>A list of the character sets supported by the Oracle DB engine for the <code>NcharCharacterSetName</code> parameter of the <code>CreateDBInstance</code> operation.
2914
+ * </p>
2915
+ */
2916
+ SupportedNcharCharacterSets?: CharacterSet[];
2917
+ /**
2918
+ * <p>A list of engine versions that this database engine version can be upgraded to.</p>
2919
+ */
2920
+ ValidUpgradeTarget?: UpgradeTarget[];
2921
+ /**
2922
+ * <p>A list of the time zones supported by this engine for the
2923
+ * <code>Timezone</code> parameter of the <code>CreateDBInstance</code> action.
2924
+ * </p>
2925
+ */
2926
+ SupportedTimezones?: Timezone[];
2927
+ /**
2928
+ * <p>The types of logs that the database engine has available for export to CloudWatch Logs.</p>
2929
+ */
2930
+ ExportableLogTypes?: string[];
2931
+ /**
2932
+ * <p>A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.</p>
2933
+ */
2934
+ SupportsLogExportsToCloudwatchLogs?: boolean;
2935
+ /**
2936
+ * <p>Indicates whether the database engine version supports read replicas.</p>
2937
+ */
2938
+ SupportsReadReplica?: boolean;
2939
+ /**
2940
+ * <p>A list of the supported DB engine modes.</p>
2941
+ */
2942
+ SupportedEngineModes?: string[];
2943
+ /**
2944
+ * <p>
2945
+ * A list of features supported by the DB engine.
2946
+ * </p>
2947
+ * <p>The supported features vary by DB engine and DB engine version.</p>
2948
+ * <p>To determine the supported features for a specific DB engine and DB engine version using the CLI,
2949
+ * use the following command:</p>
2950
+ * <p>
2951
+ * <code>aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version></code>
2952
+ * </p>
2953
+ * <p>For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI,
2954
+ * use the following command:</p>
2955
+ * <p>
2956
+ * <code>aws rds describe-db-engine-versions --engine postgres --engine-version 13.3</code>
2957
+ * </p>
2958
+ * <p>The supported features are listed under <code>SupportedFeatureNames</code> in the output.</p>
2959
+ */
2960
+ SupportedFeatureNames?: string[];
2961
+ /**
2962
+ * <p>The status of the DB engine version, either <code>available</code> or <code>deprecated</code>.</p>
2963
+ */
2964
+ Status?: string;
2965
+ /**
2966
+ * <p>A value that indicates whether you can use Aurora parallel query with a specific DB engine version.</p>
2967
+ */
2968
+ SupportsParallelQuery?: boolean;
2969
+ /**
2970
+ * <p>A value that indicates whether you can use Aurora global databases with a specific DB engine version.</p>
2971
+ */
2972
+ SupportsGlobalDatabases?: boolean;
2973
+ /**
2974
+ * <p>The major engine version of the CEV.</p>
2975
+ */
2976
+ MajorEngineVersion?: string;
2977
+ /**
2978
+ * <p>The name of the Amazon S3 bucket that contains your database installation files.</p>
2979
+ */
2980
+ DatabaseInstallationFilesS3BucketName?: string;
2981
+ /**
2982
+ * <p>The Amazon S3 directory that contains the database installation files.
2983
+ * If not specified, then no prefix is assumed.</p>
2984
+ */
2985
+ DatabaseInstallationFilesS3Prefix?: string;
2986
+ /**
2987
+ * <p>The ARN of the custom engine version.</p>
2988
+ */
2989
+ DBEngineVersionArn?: string;
2990
+ /**
2991
+ * <p>The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for
2992
+ * RDS Custom, but optional for Amazon RDS.</p>
2993
+ */
2994
+ KMSKeyId?: string;
2995
+ /**
2996
+ * <p>The creation time of the DB engine version.</p>
2997
+ */
2998
+ CreateTime?: Date;
2999
+ /**
3000
+ * <p>A list of tags.
3001
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide.</i>
3002
+ * </p>
3003
+ */
3004
+ TagList?: Tag[];
3005
+ }
3006
+ export declare namespace DBEngineVersion {
3007
+ /**
3008
+ * @internal
3009
+ */
3010
+ const filterSensitiveLog: (obj: DBEngineVersion) => any;
3011
+ }
2674
3012
  /**
2675
3013
  * <p>Contains the scaling configuration of an Aurora Serverless DB cluster.</p>
2676
3014
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html">Using Amazon Aurora Serverless</a> in the
@@ -2930,26 +3268,26 @@ export interface CreateDBClusterMessage {
2930
3268
  StorageEncrypted?: boolean;
2931
3269
  /**
2932
3270
  * <p>The Amazon Web Services KMS key identifier for an encrypted DB cluster.</p>
2933
- * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
2934
- * To use a CMK in a different Amazon Web Services account, specify the key ARN or alias ARN.</p>
2935
- * <p>When a CMK isn't specified in <code>KmsKeyId</code>:</p>
3271
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
3272
+ * To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.</p>
3273
+ * <p>When a KMS key isn't specified in <code>KmsKeyId</code>:</p>
2936
3274
  * <ul>
2937
3275
  * <li>
2938
3276
  * <p>If <code>ReplicationSourceIdentifier</code> identifies an encrypted
2939
- * source, then Amazon RDS will use the CMK used to encrypt the
2940
- * source. Otherwise, Amazon RDS will use your default CMK. </p>
3277
+ * source, then Amazon RDS will use the KMS key used to encrypt the
3278
+ * source. Otherwise, Amazon RDS will use your default KMS key. </p>
2941
3279
  * </li>
2942
3280
  * <li>
2943
3281
  * <p>If the <code>StorageEncrypted</code> parameter is enabled and
2944
3282
  * <code>ReplicationSourceIdentifier</code> isn't specified, then Amazon RDS
2945
- * will use your default CMK.</p>
3283
+ * will use your default KMS key.</p>
2946
3284
  * </li>
2947
3285
  * </ul>
2948
- * <p>There is a default CMK for your Amazon Web Services account. Your Amazon Web Services account
2949
- * has a different default CMK for each Amazon Web Services Region.</p>
3286
+ * <p>There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account
3287
+ * has a different default KMS key for each Amazon Web Services Region.</p>
2950
3288
  * <p>If you create a read replica of an encrypted DB cluster in another Amazon Web Services Region, you
2951
- * must set <code>KmsKeyId</code> to a Amazon Web Services KMS key identifier that is valid in the destination Amazon Web Services
2952
- * Region. This CMK is used to encrypt the read replica in that Amazon Web Services Region.</p>
3289
+ * must set <code>KmsKeyId</code> to a KMS key identifier that is valid in the destination Amazon Web Services
3290
+ * Region. This KMS key is used to encrypt the read replica in that Amazon Web Services Region.</p>
2953
3291
  */
2954
3292
  KmsKeyId?: string;
2955
3293
  /**
@@ -2963,8 +3301,8 @@ export interface CreateDBClusterMessage {
2963
3301
  * <ul>
2964
3302
  * <li>
2965
3303
  * <p>
2966
- * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the key to use to encrypt the copy of
2967
- * the DB cluster in the destination Amazon Web Services Region. This should refer to the same Amazon Web Services KMS CMK for both the <code>CreateDBCluster</code>
3304
+ * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the KMS key to use to encrypt the copy of
3305
+ * the DB cluster in the destination Amazon Web Services Region. This should refer to the same KMS key for both the <code>CreateDBCluster</code>
2968
3306
  * action that is called in the destination Amazon Web Services Region, and the action contained in the pre-signed URL.</p>
2969
3307
  * </li>
2970
3308
  * <li>
@@ -3168,7 +3506,7 @@ export interface DBClusterRole {
3168
3506
  Status?: string;
3169
3507
  /**
3170
3508
  * <p>The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role.
3171
- * For the list of supported feature names, see <a>DBEngineVersion</a>.
3509
+ * For information about supported feature names, see <a>DBEngineVersion</a>.
3172
3510
  * </p>
3173
3511
  */
3174
3512
  FeatureName?: string;
@@ -3508,12 +3846,12 @@ export interface DBCluster {
3508
3846
  StorageEncrypted?: boolean;
3509
3847
  /**
3510
3848
  * <p>If <code>StorageEncrypted</code> is enabled, the Amazon Web Services KMS key identifier for the encrypted DB cluster.</p>
3511
- * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).</p>
3849
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
3512
3850
  */
3513
3851
  KmsKeyId?: string;
3514
3852
  /**
3515
3853
  * <p>The Amazon Web Services Region-unique, immutable identifier for the DB cluster. This identifier is found in Amazon Web Services CloudTrail log entries whenever
3516
- * the Amazon Web Services KMS CMK for the DB cluster is accessed.</p>
3854
+ * the KMS key for the DB cluster is accessed.</p>
3517
3855
  */
3518
3856
  DbClusterResourceId?: string;
3519
3857
  /**
@@ -3606,7 +3944,7 @@ export interface DBCluster {
3606
3944
  ActivityStreamStatus?: ActivityStreamStatus | string;
3607
3945
  /**
3608
3946
  * <p>The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.</p>
3609
- * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).</p>
3947
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
3610
3948
  */
3611
3949
  ActivityStreamKmsKeyId?: string;
3612
3950
  /**
@@ -4257,6 +4595,26 @@ export interface CreateDBInstanceMessage {
4257
4595
  * </li>
4258
4596
  * </ul>
4259
4597
  * <p>
4598
+ * <b>Amazon RDS Custom</b>
4599
+ * </p>
4600
+ * <p>The Oracle System ID (SID) of the created RDS Custom DB instance.
4601
+ * If you don't specify a value, the default value is <code>ORCL</code>.
4602
+ * </p>
4603
+ * <p>Default: <code>ORCL</code>
4604
+ * </p>
4605
+ * <p>Constraints:</p>
4606
+ * <ul>
4607
+ * <li>
4608
+ * <p>It must contain 1 to 8 alphanumeric characters.</p>
4609
+ * </li>
4610
+ * <li>
4611
+ * <p>It must contain a letter.</p>
4612
+ * </li>
4613
+ * <li>
4614
+ * <p>It can't be a word reserved by the database engine.</p>
4615
+ * </li>
4616
+ * </ul>
4617
+ * <p>
4260
4618
  * <b>SQL Server</b>
4261
4619
  * </p>
4262
4620
  * <p>Not applicable. Must be null.</p>
@@ -4326,6 +4684,20 @@ export interface CreateDBInstanceMessage {
4326
4684
  * database increases, though you are only charged for the space that you use in an Aurora cluster volume.</p>
4327
4685
  *
4328
4686
  * <p>
4687
+ * <b>Amazon RDS Custom</b>
4688
+ * </p>
4689
+ * <p>Constraints to the amount of storage for each storage type are the following:
4690
+ * </p>
4691
+ * <ul>
4692
+ * <li>
4693
+ * <p>General Purpose (SSD) storage (gp2): Must be an integer from 40 to 65536.</p>
4694
+ * </li>
4695
+ * <li>
4696
+ * <p>Provisioned IOPS storage (io1): Must be an integer from 40 to 65536.</p>
4697
+ * </li>
4698
+ * </ul>
4699
+ *
4700
+ * <p>
4329
4701
  * <b>MySQL</b>
4330
4702
  * </p>
4331
4703
  * <p>Constraints to the amount of storage for each storage type are the following:
@@ -4469,6 +4841,11 @@ export interface CreateDBInstanceMessage {
4469
4841
  * </li>
4470
4842
  * <li>
4471
4843
  * <p>
4844
+ * <code>custom-oracle-ee (for RDS Custom instances)</code>
4845
+ * </p>
4846
+ * </li>
4847
+ * <li>
4848
+ * <p>
4472
4849
  * <code>mariadb</code>
4473
4850
  * </p>
4474
4851
  * </li>
@@ -4729,6 +5106,7 @@ export interface CreateDBInstanceMessage {
4729
5106
  /**
4730
5107
  * <p>The name of the DB parameter group to associate with this DB instance. If you do not specify a value, then
4731
5108
  * the default DB parameter group for the specified DB engine and version is used.</p>
5109
+ * <p>This setting doesn't apply to RDS Custom.</p>
4732
5110
  * <p>Constraints:</p>
4733
5111
  * <ul>
4734
5112
  * <li>
@@ -4744,12 +5122,12 @@ export interface CreateDBInstanceMessage {
4744
5122
  */
4745
5123
  DBParameterGroupName?: string;
4746
5124
  /**
4747
- * <p>The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.</p>
5125
+ * <p>The number of days for which automated backups are retained. Setting this parameter to a positive number enables
5126
+ * backups. Setting this parameter to 0 disables automated backups.</p>
4748
5127
  * <p>
4749
5128
  * <b>Amazon Aurora</b>
4750
5129
  * </p>
4751
- * <p>Not applicable. The retention period for automated backups is managed by the DB
4752
- * cluster.</p>
5130
+ * <p>Not applicable. The retention period for automated backups is managed by the DB cluster.</p>
4753
5131
  * <p>Default: 1</p>
4754
5132
  * <p>Constraints:</p>
4755
5133
  * <ul>
@@ -4759,6 +5137,9 @@ export interface CreateDBInstanceMessage {
4759
5137
  * <li>
4760
5138
  * <p>Can't be set to 0 if the DB instance is a source to read replicas</p>
4761
5139
  * </li>
5140
+ * <li>
5141
+ * <p>Can't be set to 0 or 35 for an RDS Custom DB instance</p>
5142
+ * </li>
4762
5143
  * </ul>
4763
5144
  */
4764
5145
  BackupRetentionPeriod?: number;
@@ -4854,6 +5235,7 @@ export interface CreateDBInstanceMessage {
4854
5235
  /**
4855
5236
  * <p>A value that indicates whether the DB instance is a Multi-AZ deployment. You can't set
4856
5237
  * the <code>AvailabilityZone</code> parameter if the DB instance is a Multi-AZ deployment.</p>
5238
+ * <p>This setting doesn't apply to RDS Custom.</p>
4857
5239
  */
4858
5240
  MultiAZ?: boolean;
4859
5241
  /**
@@ -4869,6 +5251,15 @@ export interface CreateDBInstanceMessage {
4869
5251
  * instance is managed by the DB cluster.</p>
4870
5252
  *
4871
5253
  * <p>
5254
+ * <b>Amazon RDS Custom</b>
5255
+ * </p>
5256
+ * <p>A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom. The CEV
5257
+ * name has the following format: <code>19.<i>customized_string</i>
5258
+ * </code>. An example identifier is
5259
+ * <code>19.my_cev1</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-creating.html#custom-creating.create">
5260
+ * Creating an RDS Custom DB instance</a> in the <i>Amazon RDS User Guide.</i>.</p>
5261
+ *
5262
+ * <p>
4872
5263
  * <b>MariaDB</b>
4873
5264
  * </p>
4874
5265
  *
@@ -4912,6 +5303,8 @@ export interface CreateDBInstanceMessage {
4912
5303
  /**
4913
5304
  * <p>A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window.
4914
5305
  * By default, minor engine upgrades are applied automatically.</p>
5306
+ * <p>If you create an RDS Custom DB instance, you must set <code>AutoMinorVersionUpgrade</code> to
5307
+ * <code>false</code>.</p>
4915
5308
  */
4916
5309
  AutoMinorVersionUpgrade?: boolean;
4917
5310
  /**
@@ -4919,6 +5312,7 @@ export interface CreateDBInstanceMessage {
4919
5312
  * <p>
4920
5313
  * Valid values: <code>license-included</code> | <code>bring-your-own-license</code> | <code>general-public-license</code>
4921
5314
  * </p>
5315
+ * <p>This setting doesn't apply to RDS Custom.</p>
4922
5316
  */
4923
5317
  LicenseModel?: string;
4924
5318
  /**
@@ -4932,12 +5326,17 @@ export interface CreateDBInstanceMessage {
4932
5326
  Iops?: number;
4933
5327
  /**
4934
5328
  * <p>A value that indicates that the DB instance should be associated with the specified option group.</p>
4935
- * <p>Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group. Also, that option group can't be removed from a DB instance once it is associated with a DB instance</p>
5329
+ * <p>Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed
5330
+ * from an option group. Also, that option group can't be removed from a DB instance after it is
5331
+ * associated with a DB instance.</p>
5332
+ * <p>This setting doesn't apply to RDS Custom.</p>
4936
5333
  */
4937
5334
  OptionGroupName?: string;
4938
5335
  /**
4939
- * <p>For supported engines, indicates that the DB instance should be associated with the specified CharacterSet.</p>
4940
- *
5336
+ * <p>For supported engines, this value indicates that the DB instance should be associated with the
5337
+ * specified <code>CharacterSet</code>.</p>
5338
+ * <p>This setting doesn't apply to RDS Custom. However, if you need to change the character set,
5339
+ * you can change it on the database itself.</p>
4941
5340
  * <p>
4942
5341
  * <b>Amazon Aurora</b>
4943
5342
  * </p>
@@ -4947,6 +5346,7 @@ export interface CreateDBInstanceMessage {
4947
5346
  CharacterSetName?: string;
4948
5347
  /**
4949
5348
  * <p>The name of the NCHAR character set for the Oracle DB instance.</p>
5349
+ * <p>This parameter doesn't apply to RDS Custom.</p>
4950
5350
  */
4951
5351
  NcharCharacterSetName?: string;
4952
5352
  /**
@@ -4982,6 +5382,7 @@ export interface CreateDBInstanceMessage {
4982
5382
  Tags?: Tag[];
4983
5383
  /**
4984
5384
  * <p>The identifier of the DB cluster that the instance will belong to.</p>
5385
+ * <p>This setting doesn't apply to RDS Custom.</p>
4985
5386
  */
4986
5387
  DBClusterIdentifier?: string;
4987
5388
  /**
@@ -5001,26 +5402,28 @@ export interface CreateDBInstanceMessage {
5001
5402
  StorageType?: string;
5002
5403
  /**
5003
5404
  * <p>The ARN from the key store with which to associate the instance for TDE encryption.</p>
5405
+ * <p>This setting doesn't apply to RDS Custom.</p>
5004
5406
  */
5005
5407
  TdeCredentialArn?: string;
5006
5408
  /**
5007
5409
  * <p>The password for the given ARN from the key store in order to access the device.</p>
5410
+ * <p>This setting doesn't apply to RDS Custom.</p>
5008
5411
  */
5009
5412
  TdeCredentialPassword?: string;
5010
5413
  /**
5011
5414
  * <p>A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.</p>
5012
- *
5415
+ * <p>For RDS Custom Oracle instances, either set this parameter to <code>true</code> or leave it unset.
5416
+ * If you set this parameter to <code>false</code>, RDS reports an error.</p>
5013
5417
  * <p>
5014
5418
  * <b>Amazon Aurora</b>
5015
5419
  * </p>
5016
- * <p>Not applicable. The encryption for DB instances is managed by
5017
- * the DB cluster.</p>
5420
+ * <p>Not applicable. The encryption for DB instances is managed by the DB cluster.</p>
5018
5421
  */
5019
5422
  StorageEncrypted?: boolean;
5020
5423
  /**
5021
5424
  * <p>The Amazon Web Services KMS key identifier for an encrypted DB instance.</p>
5022
- * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
5023
- * To use a CMK in a different Amazon Web Services account, specify the key ARN or alias ARN.</p>
5425
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
5426
+ * To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.</p>
5024
5427
  * <p>
5025
5428
  * <b>Amazon Aurora</b>
5026
5429
  * </p>
@@ -5028,9 +5431,15 @@ export interface CreateDBInstanceMessage {
5028
5431
  * the DB cluster. For more information, see <code>CreateDBCluster</code>.</p>
5029
5432
  * <p>If <code>StorageEncrypted</code> is enabled, and you do
5030
5433
  * not specify a value for the <code>KmsKeyId</code> parameter, then
5031
- * Amazon RDS uses your default CMK. There is a
5032
- * default CMK for your Amazon Web Services account. Your Amazon Web Services account has a different
5033
- * default CMK for each Amazon Web Services Region.</p>
5434
+ * Amazon RDS uses your default KMS key. There is a
5435
+ * default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different
5436
+ * default KMS key for each Amazon Web Services Region.</p>
5437
+ * <p>
5438
+ * <b>Amazon RDS Custom</b>
5439
+ * </p>
5440
+ * <p>A KMS key is required for RDS Custom Oracle instances. For most RDS engines, if you leave this parameter empty
5441
+ * while enabling <code>StorageEncrypted</code>, the engine uses the default KMS key. However, RDS Custom for Oracle
5442
+ * doesn't use the default key when this parameter is empty. You must explicitly specify a key.</p>
5034
5443
  */
5035
5444
  KmsKeyId?: string;
5036
5445
  /**
@@ -5038,6 +5447,7 @@ export interface CreateDBInstanceMessage {
5038
5447
  * Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.</p>
5039
5448
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html">
5040
5449
  * Kerberos Authentication</a> in the <i>Amazon RDS User Guide</i>.</p>
5450
+ * <p>This setting doesn't apply to RDS Custom.</p>
5041
5451
  */
5042
5452
  Domain?: string;
5043
5453
  /**
@@ -5050,31 +5460,36 @@ export interface CreateDBInstanceMessage {
5050
5460
  */
5051
5461
  CopyTagsToSnapshot?: boolean;
5052
5462
  /**
5053
- * <p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.</p>
5054
- * <p>If <code>MonitoringRoleArn</code> is specified, then you must also set <code>MonitoringInterval</code>
5463
+ * <p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected for
5464
+ * the DB instance. To disable collection of Enhanced Monitoring metrics, specify 0. The default is 0.</p>
5465
+ * <p>If <code>MonitoringRoleArn</code> is specified, then you must set <code>MonitoringInterval</code>
5055
5466
  * to a value other than 0.</p>
5467
+ * <p>This setting doesn't apply to RDS Custom.</p>
5056
5468
  * <p>Valid Values: <code>0, 1, 5, 10, 15, 30, 60</code>
5057
5469
  * </p>
5058
5470
  */
5059
5471
  MonitoringInterval?: number;
5060
5472
  /**
5061
5473
  * <p>The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For
5062
- * example, <code>arn:aws:iam:123456789012:role/emaccess</code>. For information on creating a monitoring role,
5063
- * go to <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling">Setting Up and Enabling Enhanced Monitoring</a>
5474
+ * example, <code>arn:aws:iam:123456789012:role/emaccess</code>. For information on creating a monitoring role,
5475
+ * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling">Setting Up and Enabling Enhanced Monitoring</a>
5064
5476
  * in the <i>Amazon RDS User Guide</i>.</p>
5065
5477
  * <p>If <code>MonitoringInterval</code> is set to a value other than 0, then you must supply a <code>MonitoringRoleArn</code> value.</p>
5478
+ * <p>This setting doesn't apply to RDS Custom.</p>
5066
5479
  */
5067
5480
  MonitoringRoleArn?: string;
5068
5481
  /**
5069
5482
  * <p>Specify the name of the IAM role to be used when making API calls to the Directory Service.</p>
5483
+ * <p>This setting doesn't apply to RDS Custom.</p>
5070
5484
  */
5071
5485
  DomainIAMRoleName?: string;
5072
5486
  /**
5073
5487
  * <p>A value that specifies the order in which an Aurora Replica is promoted to the primary instance
5074
- * after a failure of the existing primary instance. For more information,
5488
+ * after a failure of the existing primary instance. For more information,
5075
5489
  * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance">
5076
5490
  * Fault Tolerance for an Aurora DB Cluster</a> in the <i>Amazon Aurora User Guide</i>.
5077
- * </p>
5491
+ * </p>
5492
+ * <p>This setting doesn't apply to RDS Custom.</p>
5078
5493
  * <p>Default: 1</p>
5079
5494
  * <p>Valid Values: 0 - 15</p>
5080
5495
  */
@@ -5089,10 +5504,8 @@ export interface CreateDBInstanceMessage {
5089
5504
  /**
5090
5505
  * <p>A value that indicates whether to enable mapping of Amazon Web Services Identity and Access
5091
5506
  * Management (IAM) accounts to database accounts. By default, mapping is disabled.</p>
5092
- *
5093
- * <p>This setting doesn't apply to Amazon Aurora. Mapping Amazon Web Services IAM accounts to database accounts is managed by the DB
5094
- * cluster.</p>
5095
- *
5507
+ * <p>This setting doesn't apply to RDS Custom or Amazon Aurora. In Aurora, mapping Amazon Web Services IAM accounts
5508
+ * to database accounts is managed by the DB cluster.</p>
5096
5509
  * <p>For more information, see
5097
5510
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html">
5098
5511
  * IAM Database Authentication for MySQL and PostgreSQL</a> in the <i>Amazon RDS User Guide.</i>
@@ -5100,30 +5513,31 @@ export interface CreateDBInstanceMessage {
5100
5513
  */
5101
5514
  EnableIAMDatabaseAuthentication?: boolean;
5102
5515
  /**
5103
- * <p>A value that indicates whether to enable Performance Insights for the DB instance.
5104
- * </p>
5105
- * <p>For more information, see
5516
+ * <p>A value that indicates whether to enable Performance Insights for the DB instance. For more information, see
5106
5517
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">Using Amazon Performance Insights</a> in the <i>Amazon Relational Database Service
5107
5518
  * User Guide</i>.
5108
5519
  * </p>
5520
+ * <p>This setting doesn't apply to RDS Custom.</p>
5109
5521
  */
5110
5522
  EnablePerformanceInsights?: boolean;
5111
5523
  /**
5112
5524
  * <p>The Amazon Web Services KMS key identifier for encryption of Performance Insights data.</p>
5113
- * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).</p>
5525
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
5114
5526
  * <p>If you do not specify a value for <code>PerformanceInsightsKMSKeyId</code>, then Amazon RDS
5115
- * uses your default CMK. There is a default CMK for your Amazon Web Services account.
5116
- * Your Amazon Web Services account has a different default CMK for each Amazon Web Services Region.</p>
5527
+ * uses your default KMS key. There is a default KMS key for your Amazon Web Services account.
5528
+ * Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.</p>
5529
+ * <p>This setting doesn't apply to RDS Custom.</p>
5117
5530
  */
5118
5531
  PerformanceInsightsKMSKeyId?: string;
5119
5532
  /**
5120
- * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years). </p>
5533
+ * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
5534
+ * <p>This setting doesn't apply to RDS Custom.</p>
5121
5535
  */
5122
5536
  PerformanceInsightsRetentionPeriod?: number;
5123
5537
  /**
5124
5538
  * <p>The list of log types that need to be enabled for exporting to CloudWatch Logs. The values
5125
- * in the list depend on the DB engine being used. For more information, see
5126
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs </a> in the <i>Amazon Relational Database
5539
+ * in the list depend on the DB engine. For more information, see
5540
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Relational Database
5127
5541
  * Service User Guide</i>.</p>
5128
5542
  * <p>
5129
5543
  * <b>Amazon Aurora</b>
@@ -5131,6 +5545,11 @@ export interface CreateDBInstanceMessage {
5131
5545
  * <p>Not applicable. CloudWatch Logs exports are managed by the DB cluster.
5132
5546
  * </p>
5133
5547
  * <p>
5548
+ * <b>RDS Custom</b>
5549
+ * </p>
5550
+ * <p>Not applicable.
5551
+ * </p>
5552
+ * <p>
5134
5553
  * <b>MariaDB</b>
5135
5554
  * </p>
5136
5555
  * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>.
@@ -5160,6 +5579,7 @@ export interface CreateDBInstanceMessage {
5160
5579
  EnableCloudwatchLogsExports?: string[];
5161
5580
  /**
5162
5581
  * <p>The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.</p>
5582
+ * <p>This setting doesn't apply to RDS Custom.</p>
5163
5583
  */
5164
5584
  ProcessorFeatures?: ProcessorFeature[];
5165
5585
  /**
@@ -5184,6 +5604,7 @@ export interface CreateDBInstanceMessage {
5184
5604
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling">
5185
5605
  * Managing capacity automatically with Amazon RDS storage autoscaling</a>
5186
5606
  * in the <i>Amazon RDS User Guide</i>.</p>
5607
+ * <p>This setting doesn't apply to RDS Custom.</p>
5187
5608
  */
5188
5609
  MaxAllocatedStorage?: number;
5189
5610
  /**
@@ -5199,6 +5620,27 @@ export interface CreateDBInstanceMessage {
5199
5620
  * in the <i>Amazon Web Services Outposts User Guide</i>.</p>
5200
5621
  */
5201
5622
  EnableCustomerOwnedIp?: boolean;
5623
+ /**
5624
+ * <p>The instance profile associated with the underlying Amazon EC2 instance of an
5625
+ * RDS Custom DB instance. The instance profile must meet the following requirements:</p>
5626
+ * <ul>
5627
+ * <li>
5628
+ * <p>The profile must exist in your account.</p>
5629
+ * </li>
5630
+ * <li>
5631
+ * <p>The profile must have an IAM role that Amazon EC2 has permissions to assume.</p>
5632
+ * </li>
5633
+ * <li>
5634
+ * <p>The instance profile name and the associated IAM role name must start with the prefix <code>AWSRDSCustom</code>.</p>
5635
+ * </li>
5636
+ * </ul>
5637
+ * <p>For the list of permissions required for the IAM role, see
5638
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
5639
+ * Configure IAM and your VPC</a> in the <i>Amazon Relational Database Service
5640
+ * User Guide</i>.</p>
5641
+ * <p>This setting is required for RDS Custom.</p>
5642
+ */
5643
+ CustomIamInstanceProfile?: string;
5202
5644
  }
5203
5645
  export declare namespace CreateDBInstanceMessage {
5204
5646
  /**
@@ -5217,7 +5659,7 @@ export interface DBInstanceRole {
5217
5659
  RoleArn?: string;
5218
5660
  /**
5219
5661
  * <p>The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role.
5220
- * For the list of supported feature names, see <code>DBEngineVersion</code>.
5662
+ * For information about supported feature names, see <code>DBEngineVersion</code>.
5221
5663
  * </p>
5222
5664
  */
5223
5665
  FeatureName?: string;
@@ -5249,6 +5691,10 @@ export declare namespace DBInstanceRole {
5249
5691
  */
5250
5692
  const filterSensitiveLog: (obj: DBInstanceRole) => any;
5251
5693
  }
5694
+ export declare enum AutomationMode {
5695
+ ALL_PAUSED = "all-paused",
5696
+ FULL = "full"
5697
+ }
5252
5698
  /**
5253
5699
  * <p>Automated backups of a DB instance replicated to another Amazon Web Services Region. They consist of system backups, transaction logs, and database instance properties.</p>
5254
5700
  */
@@ -5572,6 +6018,19 @@ export interface PendingModifiedValues {
5572
6018
  * <p>Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.</p>
5573
6019
  */
5574
6020
  IAMDatabaseAuthenticationEnabled?: boolean;
6021
+ /**
6022
+ * <p>The automation mode of the RDS Custom DB instance: <code>full</code> or <code>all-paused</code>.
6023
+ * If <code>full</code>, the DB instance automates monitoring and instance recovery. If
6024
+ * <code>all-paused</code>, the instance pauses automation for the duration set by
6025
+ * <code>--resume-full-automation-mode-minutes</code>.</p>
6026
+ */
6027
+ AutomationMode?: AutomationMode | string;
6028
+ /**
6029
+ * <p>The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation.
6030
+ * The minimum value is 60 (default). The maximum value is 1,440.
6031
+ * </p>
6032
+ */
6033
+ ResumeFullAutomationModeTime?: Date;
5575
6034
  }
5576
6035
  export declare namespace PendingModifiedValues {
5577
6036
  /**
@@ -5723,7 +6182,7 @@ export interface DBInstance {
5723
6182
  */
5724
6183
  LatestRestorableTime?: Date;
5725
6184
  /**
5726
- * <p>Specifies if the DB instance is a Multi-AZ deployment.</p>
6185
+ * <p>Specifies if the DB instance is a Multi-AZ deployment. This setting doesn't apply to RDS Custom.</p>
5727
6186
  */
5728
6187
  MultiAZ?: boolean;
5729
6188
  /**
@@ -5765,7 +6224,7 @@ export interface DBInstance {
5765
6224
  */
5766
6225
  ReplicaMode?: ReplicaMode | string;
5767
6226
  /**
5768
- * <p>License model information for this DB instance.</p>
6227
+ * <p>License model information for this DB instance. This setting doesn't apply to RDS Custom.</p>
5769
6228
  */
5770
6229
  LicenseModel?: string;
5771
6230
  /**
@@ -5829,12 +6288,12 @@ export interface DBInstance {
5829
6288
  * If <code>StorageEncrypted</code> is true, the Amazon Web Services KMS key identifier
5830
6289
  * for the encrypted DB instance.
5831
6290
  * </p>
5832
- * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).</p>
6291
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
5833
6292
  */
5834
6293
  KmsKeyId?: string;
5835
6294
  /**
5836
6295
  * <p>The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found in Amazon Web Services CloudTrail log
5837
- * entries whenever the Amazon Web Services KMS customer master key (CMK) for the DB instance is accessed.</p>
6296
+ * entries whenever the Amazon Web Services KMS key for the DB instance is accessed.</p>
5838
6297
  */
5839
6298
  DbiResourceId?: string;
5840
6299
  /**
@@ -5911,7 +6370,7 @@ export interface DBInstance {
5911
6370
  PerformanceInsightsEnabled?: boolean;
5912
6371
  /**
5913
6372
  * <p>The Amazon Web Services KMS key identifier for encryption of Performance Insights data.</p>
5914
- * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).</p>
6373
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
5915
6374
  */
5916
6375
  PerformanceInsightsKMSKeyId?: string;
5917
6376
  /**
@@ -5984,8 +6443,7 @@ export interface DBInstance {
5984
6443
  ActivityStreamStatus?: ActivityStreamStatus | string;
5985
6444
  /**
5986
6445
  * <p>The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.
5987
- * The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS
5988
- * customer master key (CMK).</p>
6446
+ * The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
5989
6447
  */
5990
6448
  ActivityStreamKmsKeyId?: string;
5991
6449
  /**
@@ -6001,6 +6459,39 @@ export interface DBInstance {
6001
6459
  * <p>Indicates whether engine-native audit fields are included in the database activity stream.</p>
6002
6460
  */
6003
6461
  ActivityStreamEngineNativeAuditFieldsIncluded?: boolean;
6462
+ /**
6463
+ * <p>The automation mode of the RDS Custom DB instance: <code>full</code> or <code>all paused</code>.
6464
+ * If <code>full</code>, the DB instance automates monitoring and instance recovery. If
6465
+ * <code>all paused</code>, the instance pauses automation for the duration set by
6466
+ * <code>--resume-full-automation-mode-minutes</code>.</p>
6467
+ */
6468
+ AutomationMode?: AutomationMode | string;
6469
+ /**
6470
+ * <p>The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation.
6471
+ * The minimum value is 60 (default). The maximum value is 1,440.
6472
+ * </p>
6473
+ */
6474
+ ResumeFullAutomationModeTime?: Date;
6475
+ /**
6476
+ * <p>The instance profile associated with the underlying Amazon EC2 instance of an
6477
+ * RDS Custom DB instance. The instance profile must meet the following requirements:</p>
6478
+ * <ul>
6479
+ * <li>
6480
+ * <p>The profile must exist in your account.</p>
6481
+ * </li>
6482
+ * <li>
6483
+ * <p>The profile must have an IAM role that Amazon EC2 has permissions to assume.</p>
6484
+ * </li>
6485
+ * <li>
6486
+ * <p>The instance profile name and the associated IAM role name must start with the prefix <code>AWSRDSCustom</code>.</p>
6487
+ * </li>
6488
+ * </ul>
6489
+ * <p>For the list of permissions required for the IAM role, see
6490
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
6491
+ * Configure IAM and your VPC</a> in the <i>Amazon Relational Database Service
6492
+ * User Guide</i>.</p>
6493
+ */
6494
+ CustomIamInstanceProfile?: string;
6004
6495
  }
6005
6496
  export declare namespace DBInstance {
6006
6497
  /**
@@ -6138,7 +6629,8 @@ export interface CreateDBInstanceReadReplicaMessage {
6138
6629
  * <li>
6139
6630
  * <p>If the source DB instance is in a different Amazon Web Services Region from the read replica, specify a valid DB instance ARN.
6140
6631
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing">Constructing an ARN for Amazon RDS</a>
6141
- * in the <i>Amazon RDS User Guide</i>. This doesn't apply to SQL Server, which doesn't support cross-region replicas.</p>
6632
+ * in the <i>Amazon RDS User Guide</i>. This doesn't apply to SQL Server or RDS Custom, which don't support
6633
+ * cross-Region replicas.</p>
6142
6634
  * </li>
6143
6635
  * </ul>
6144
6636
  */
@@ -6174,12 +6666,14 @@ export interface CreateDBInstanceReadReplicaMessage {
6174
6666
  * <p>You can create a read replica as a Multi-AZ DB instance. RDS creates a standby of
6175
6667
  * your replica in another Availability Zone for failover support for the replica. Creating
6176
6668
  * your read replica as a Multi-AZ DB instance is independent of whether the source
6177
- * database is a Multi-AZ DB instance. </p>
6669
+ * database is a Multi-AZ DB instance.</p>
6670
+ * <p>This setting doesn't apply to RDS Custom.</p>
6178
6671
  */
6179
6672
  MultiAZ?: boolean;
6180
6673
  /**
6181
6674
  * <p>A value that indicates whether minor engine upgrades are applied automatically to the
6182
6675
  * read replica during the maintenance window.</p>
6676
+ * <p>This setting doesn't apply to RDS Custom.</p>
6183
6677
  * <p>Default: Inherits from the source DB instance</p>
6184
6678
  */
6185
6679
  AutoMinorVersionUpgrade?: boolean;
@@ -6193,6 +6687,7 @@ export interface CreateDBInstanceReadReplicaMessage {
6193
6687
  * <p>For SQL Server, you must use the option group associated with the source
6194
6688
  * instance.</p>
6195
6689
  * </note>
6690
+ * <p>This setting doesn't apply to RDS Custom.</p>
6196
6691
  */
6197
6692
  OptionGroupName?: string;
6198
6693
  /**
@@ -6201,9 +6696,8 @@ export interface CreateDBInstanceReadReplicaMessage {
6201
6696
  * uses the <code>DBParameterGroup</code> of source DB instance for a same region read
6202
6697
  * replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a
6203
6698
  * cross region read replica.</p>
6204
- * <note>
6205
- * <p>Currently, specifying a parameter group for this operation is only supported for Oracle DB instances.</p>
6206
- * </note>
6699
+ * <p>Specifying a parameter group for this operation is only supported for Oracle DB instances. It
6700
+ * isn't supported for RDS Custom.</p>
6207
6701
  * <p>Constraints:</p>
6208
6702
  * <ul>
6209
6703
  * <li>
@@ -6266,7 +6760,8 @@ export interface CreateDBInstanceReadReplicaMessage {
6266
6760
  */
6267
6761
  DBSubnetGroupName?: string;
6268
6762
  /**
6269
- * <p> A list of EC2 VPC security groups to associate with the read replica. </p>
6763
+ * <p> A list of Amazon EC2 VPC security groups to associate with the read replica. </p>
6764
+ * <p>This setting doesn't apply to RDS Custom.</p>
6270
6765
  * <p>
6271
6766
  * Default: The default EC2 VPC security group for the DB subnet group's VPC.
6272
6767
  * </p>
@@ -6298,6 +6793,7 @@ export interface CreateDBInstanceReadReplicaMessage {
6298
6793
  * specify 0. The default is 0.</p>
6299
6794
  * <p>If <code>MonitoringRoleArn</code> is specified, then you must also set <code>MonitoringInterval</code>
6300
6795
  * to a value other than 0.</p>
6796
+ * <p>This setting doesn't apply to RDS Custom.</p>
6301
6797
  * <p>Valid Values: <code>0, 1, 5, 10, 15, 30, 60</code>
6302
6798
  * </p>
6303
6799
  */
@@ -6307,20 +6803,24 @@ export interface CreateDBInstanceReadReplicaMessage {
6307
6803
  * example, <code>arn:aws:iam:123456789012:role/emaccess</code>. For information on creating a monitoring role,
6308
6804
  * go to <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole">To
6309
6805
  * create an IAM role for Amazon RDS Enhanced Monitoring</a> in the <i>Amazon RDS User Guide</i>.</p>
6310
- * <p>If <code>MonitoringInterval</code> is set to a value other than 0, then you must supply a <code>MonitoringRoleArn</code> value.</p>
6806
+ * <p>If <code>MonitoringInterval</code> is set to a value other than 0, then you must
6807
+ * supply a <code>MonitoringRoleArn</code> value.</p>
6808
+ * <p>This setting doesn't apply to RDS Custom.</p>
6311
6809
  */
6312
6810
  MonitoringRoleArn?: string;
6313
6811
  /**
6314
6812
  * <p>The Amazon Web Services KMS key identifier for an encrypted read replica.</p>
6315
- * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS CMK.</p>
6813
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
6316
6814
  * <p>If you create an encrypted read replica in the same Amazon Web Services Region as the source DB
6317
- * instance, then do not specify a value for this parameter. A read replica in the same Region
6318
- * is always encrypted with the same Amazon Web Services KMS CMK as the source DB instance.</p>
6815
+ * instance, then do not specify a value for this parameter. A read replica in the same Amazon Web Services Region
6816
+ * is always encrypted with the same KMS key as the source DB instance.</p>
6319
6817
  * <p>If you create an encrypted read replica in a different Amazon Web Services Region, then you must
6320
- * specify a Amazon Web Services KMS key identifier for the destination Amazon Web Services Region. Amazon Web Services KMS CMKs are specific to
6321
- * the Amazon Web Services Region that they are created in, and you can't use CMKs from one
6818
+ * specify a KMS key identifier for the destination Amazon Web Services Region. KMS keys are specific to
6819
+ * the Amazon Web Services Region that they are created in, and you can't use KMS keys from one
6322
6820
  * Amazon Web Services Region in another Amazon Web Services Region.</p>
6323
6821
  * <p>You can't create an encrypted read replica from an unencrypted DB instance.</p>
6822
+ * <p>This setting doesn't apply to RDS Custom, which uses the same KMS key as the primary
6823
+ * replica.</p>
6324
6824
  */
6325
6825
  KmsKeyId?: string;
6326
6826
  /**
@@ -6389,6 +6889,7 @@ export interface CreateDBInstanceReadReplicaMessage {
6389
6889
  * <code>SourceRegion</code> isn't supported for SQL Server, because SQL Server on Amazon RDS
6390
6890
  * doesn't support cross-region read replicas.</p>
6391
6891
  * </note>
6892
+ * <p>This setting doesn't apply to RDS Custom.</p>
6392
6893
  */
6393
6894
  PreSignedUrl?: string;
6394
6895
  /**
@@ -6399,25 +6900,29 @@ export interface CreateDBInstanceReadReplicaMessage {
6399
6900
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html">
6400
6901
  * IAM Database Authentication for MySQL and PostgreSQL</a> in the <i>Amazon RDS User Guide.</i>
6401
6902
  * </p>
6903
+ * <p>This setting doesn't apply to RDS Custom.</p>
6402
6904
  */
6403
6905
  EnableIAMDatabaseAuthentication?: boolean;
6404
6906
  /**
6405
- * <p>A value that indicates whether to enable Performance Insights for the read replica. </p>
6907
+ * <p>A value that indicates whether to enable Performance Insights for the read replica.</p>
6406
6908
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">Using
6407
6909
  * Amazon Performance Insights</a> in the <i>Amazon RDS User Guide</i>.
6408
6910
  * </p>
6911
+ * <p>This setting doesn't apply to RDS Custom.</p>
6409
6912
  */
6410
6913
  EnablePerformanceInsights?: boolean;
6411
6914
  /**
6412
6915
  * <p>The Amazon Web Services KMS key identifier for encryption of Performance Insights data.</p>
6413
- * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).</p>
6916
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
6414
6917
  * <p>If you do not specify a value for <code>PerformanceInsightsKMSKeyId</code>, then Amazon RDS
6415
- * uses your default CMK. There is a default CMK for your Amazon Web Services account.
6416
- * Your Amazon Web Services account has a different default CMK for each Amazon Web Services Region.</p>
6918
+ * uses your default KMS key. There is a default KMS key for your Amazon Web Services account.
6919
+ * Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.</p>
6920
+ * <p>This setting doesn't apply to RDS Custom.</p>
6417
6921
  */
6418
6922
  PerformanceInsightsKMSKeyId?: string;
6419
6923
  /**
6420
6924
  * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years). </p>
6925
+ * <p>This setting doesn't apply to RDS Custom.</p>
6421
6926
  */
6422
6927
  PerformanceInsightsRetentionPeriod?: number;
6423
6928
  /**
@@ -6425,15 +6930,18 @@ export interface CreateDBInstanceReadReplicaMessage {
6425
6930
  * in the list depend on the DB engine being used. For more information, see
6426
6931
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing
6427
6932
  * Database Logs to Amazon CloudWatch Logs </a> in the <i>Amazon RDS User Guide</i>.</p>
6933
+ * <p>This setting doesn't apply to RDS Custom.</p>
6428
6934
  */
6429
6935
  EnableCloudwatchLogsExports?: string[];
6430
6936
  /**
6431
6937
  * <p>The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.</p>
6938
+ * <p>This setting doesn't apply to RDS Custom.</p>
6432
6939
  */
6433
6940
  ProcessorFeatures?: ProcessorFeature[];
6434
6941
  /**
6435
6942
  * <p>A value that indicates whether the DB instance class of the DB instance uses its default
6436
6943
  * processor features.</p>
6944
+ * <p>This setting doesn't apply to RDS Custom.</p>
6437
6945
  */
6438
6946
  UseDefaultProcessorFeatures?: boolean;
6439
6947
  /**
@@ -6450,10 +6958,12 @@ export interface CreateDBInstanceReadReplicaMessage {
6450
6958
  * Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.</p>
6451
6959
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html">
6452
6960
  * Kerberos Authentication</a> in the <i>Amazon RDS User Guide</i>.</p>
6961
+ * <p>This setting doesn't apply to RDS Custom.</p>
6453
6962
  */
6454
6963
  Domain?: string;
6455
6964
  /**
6456
6965
  * <p>Specify the name of the IAM role to be used when making API calls to the Directory Service.</p>
6966
+ * <p>This setting doesn't apply to RDS Custom.</p>
6457
6967
  */
6458
6968
  DomainIAMRoleName?: string;
6459
6969
  /**
@@ -6461,13 +6971,15 @@ export interface CreateDBInstanceReadReplicaMessage {
6461
6971
  * <note>
6462
6972
  * <p>This parameter is only supported for Oracle DB instances.</p>
6463
6973
  * </note>
6464
- * <p>Mounted DB replicas are included in Oracle Enterprise Edition. The main use case for
6974
+ * <p>Mounted DB replicas are included in Oracle Database Enterprise Edition. The main use case for
6465
6975
  * mounted replicas is cross-Region disaster recovery. The primary database doesn't use Active
6466
6976
  * Data Guard to transmit information to the mounted replica. Because it doesn't accept
6467
6977
  * user connections, a mounted replica can't serve a read-only workload.</p>
6468
6978
  * <p>You can create a combination of mounted and read-only DB replicas for the same primary DB instance.
6469
6979
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html">Working with Oracle Read Replicas for Amazon RDS</a>
6470
6980
  * in the <i>Amazon RDS User Guide</i>.</p>
6981
+ * <p>For RDS Custom, you must specify this parameter and set it to <code>mounted</code>. The value won't be set by default.
6982
+ * After replica creation, you can manage the open mode manually.</p>
6471
6983
  */
6472
6984
  ReplicaMode?: ReplicaMode | string;
6473
6985
  /**
@@ -6478,6 +6990,27 @@ export interface CreateDBInstanceReadReplicaMessage {
6478
6990
  * in the <i>Amazon RDS User Guide</i>.</p>
6479
6991
  */
6480
6992
  MaxAllocatedStorage?: number;
6993
+ /**
6994
+ * <p>The instance profile associated with the underlying Amazon EC2 instance of an
6995
+ * RDS Custom DB instance. The instance profile must meet the following requirements:</p>
6996
+ * <ul>
6997
+ * <li>
6998
+ * <p>The profile must exist in your account.</p>
6999
+ * </li>
7000
+ * <li>
7001
+ * <p>The profile must have an IAM role that Amazon EC2 has permissions to assume.</p>
7002
+ * </li>
7003
+ * <li>
7004
+ * <p>The instance profile name and the associated IAM role name must start with the prefix <code>AWSRDSCustom</code>.</p>
7005
+ * </li>
7006
+ * </ul>
7007
+ * <p>For the list of permissions required for the IAM role, see
7008
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
7009
+ * Configure IAM and your VPC</a> in the <i>Amazon Relational Database Service
7010
+ * User Guide</i>.</p>
7011
+ * <p>This setting is required for RDS Custom.</p>
7012
+ */
7013
+ CustomIamInstanceProfile?: string;
6481
7014
  }
6482
7015
  export declare namespace CreateDBInstanceReadReplicaMessage {
6483
7016
  /**
@@ -7691,7 +8224,7 @@ export interface GlobalCluster {
7691
8224
  /**
7692
8225
  * <p>
7693
8226
  * The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in
7694
- * Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS customer master key (CMK) for the DB cluster is accessed.
8227
+ * Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB cluster is accessed.
7695
8228
  * </p>
7696
8229
  */
7697
8230
  GlobalClusterResourceId?: string;
@@ -7927,13 +8460,59 @@ export interface DeleteCustomAvailabilityZoneResult {
7927
8460
  * RDS on VMware User Guide.</a>
7928
8461
  * </p>
7929
8462
  */
7930
- CustomAvailabilityZone?: CustomAvailabilityZone;
8463
+ CustomAvailabilityZone?: CustomAvailabilityZone;
8464
+ }
8465
+ export declare namespace DeleteCustomAvailabilityZoneResult {
8466
+ /**
8467
+ * @internal
8468
+ */
8469
+ const filterSensitiveLog: (obj: DeleteCustomAvailabilityZoneResult) => any;
8470
+ }
8471
+ /**
8472
+ * <p>The specified CEV was not found.</p>
8473
+ */
8474
+ export interface CustomDBEngineVersionNotFoundFault extends __SmithyException, $MetadataBearer {
8475
+ name: "CustomDBEngineVersionNotFoundFault";
8476
+ $fault: "client";
8477
+ message?: string;
8478
+ }
8479
+ export declare namespace CustomDBEngineVersionNotFoundFault {
8480
+ /**
8481
+ * @internal
8482
+ */
8483
+ const filterSensitiveLog: (obj: CustomDBEngineVersionNotFoundFault) => any;
8484
+ }
8485
+ export interface DeleteCustomDBEngineVersionMessage {
8486
+ /**
8487
+ * <p>The database engine. The only supported engine is <code>custom-oracle-ee</code>.</p>
8488
+ */
8489
+ Engine: string | undefined;
8490
+ /**
8491
+ * <p>The custom engine version (CEV) for your DB instance. This option is required for
8492
+ * RDS Custom, but optional for Amazon RDS. The combination of <code>Engine</code> and
8493
+ * <code>EngineVersion</code> is unique per customer per Amazon Web Services Region.</p>
8494
+ */
8495
+ EngineVersion: string | undefined;
8496
+ }
8497
+ export declare namespace DeleteCustomDBEngineVersionMessage {
8498
+ /**
8499
+ * @internal
8500
+ */
8501
+ const filterSensitiveLog: (obj: DeleteCustomDBEngineVersionMessage) => any;
7931
8502
  }
7932
- export declare namespace DeleteCustomAvailabilityZoneResult {
8503
+ /**
8504
+ * <p>You can't delete the CEV.</p>
8505
+ */
8506
+ export interface InvalidCustomDBEngineVersionStateFault extends __SmithyException, $MetadataBearer {
8507
+ name: "InvalidCustomDBEngineVersionStateFault";
8508
+ $fault: "client";
8509
+ message?: string;
8510
+ }
8511
+ export declare namespace InvalidCustomDBEngineVersionStateFault {
7933
8512
  /**
7934
8513
  * @internal
7935
8514
  */
7936
- const filterSensitiveLog: (obj: DeleteCustomAvailabilityZoneResult) => any;
8515
+ const filterSensitiveLog: (obj: InvalidCustomDBEngineVersionStateFault) => any;
7937
8516
  }
7938
8517
  /**
7939
8518
  * <p></p>
@@ -8152,14 +8731,17 @@ export interface DeleteDBInstanceMessage {
8152
8731
  */
8153
8732
  DBInstanceIdentifier: string | undefined;
8154
8733
  /**
8155
- * <p>A value that indicates whether to skip the creation of a final DB snapshot before the DB instance is deleted.
8156
- * If skip is specified, no DB snapshot is created. If skip isn't specified, a DB snapshot
8157
- * is created before the DB instance is deleted. By default, skip isn't specified, and the DB snapshot is created.</p>
8158
- * <p>When a DB instance is in a failure state and has a status of 'failed', 'incompatible-restore', or 'incompatible-network', it can only be deleted when skip is specified.</p>
8159
- * <p>Specify skip when deleting a read replica.</p>
8734
+ * <p>A value that indicates whether to skip the creation of a final DB snapshot before deleting the instance.
8735
+ * If you enable this parameter, RDS doesn't create a DB snapshot. If you don't enable this parameter,
8736
+ * RDS creates a DB snapshot before the DB instance is deleted. By default, skip isn't enabled,
8737
+ * and the DB snapshot is created.</p>
8160
8738
  * <note>
8161
- * <p>The FinalDBSnapshotIdentifier parameter must be specified if skip isn't specified.</p>
8739
+ * <p>If you don't enable this parameter, you must specify the <code>FinalDBSnapshotIdentifier</code> parameter.</p>
8162
8740
  * </note>
8741
+ * <p>When a DB instance is in a failure state and has a status of <code>failed</code>, <code>incompatible-restore</code>,
8742
+ * or <code>incompatible-network</code>, RDS can delete the instance only if you enable this parameter.</p>
8743
+ * <p>If you delete a read replica or an RDS Custom instance, you must enable this setting.</p>
8744
+ * <p>This setting is required for RDS Custom.</p>
8163
8745
  */
8164
8746
  SkipFinalSnapshot?: boolean;
8165
8747
  /**
@@ -8168,8 +8750,9 @@ export interface DeleteDBInstanceMessage {
8168
8750
  * parameter is disabled.
8169
8751
  * </p>
8170
8752
  * <note>
8171
- * <p>Specifying this parameter and also specifying to skip final DB snapshot creation in SkipFinalShapshot results in an error.</p>
8753
+ * <p>If you enable this parameter and also enable SkipFinalShapshot, the command results in an error.</p>
8172
8754
  * </note>
8755
+ * <p>This setting doesn't apply to RDS Custom.</p>
8173
8756
  * <p>Constraints:</p>
8174
8757
  * <ul>
8175
8758
  * <li>
@@ -8240,6 +8823,7 @@ export interface DeleteDBInstanceAutomatedBackupMessage {
8240
8823
  /**
8241
8824
  * <p>The Amazon Resource Name (ARN) of the automated backups to delete, for example,
8242
8825
  * <code>arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE</code>.</p>
8826
+ * <p>This setting doesn't apply to RDS Custom.</p>
8243
8827
  */
8244
8828
  DBInstanceAutomatedBackupsArn?: string;
8245
8829
  }
@@ -8378,7 +8962,7 @@ export interface DBInstanceAutomatedBackup {
8378
8962
  StorageType?: string;
8379
8963
  /**
8380
8964
  * <p>The Amazon Web Services KMS key ID for an automated backup.</p>
8381
- * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).</p>
8965
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
8382
8966
  */
8383
8967
  KmsKeyId?: string;
8384
8968
  /**
@@ -9880,193 +10464,6 @@ export declare namespace DescribeDBClusterSnapshotsMessage {
9880
10464
  */
9881
10465
  const filterSensitiveLog: (obj: DescribeDBClusterSnapshotsMessage) => any;
9882
10466
  }
9883
- /**
9884
- * <p>
9885
- * This data type is used as a response element in the action <code>DescribeDBEngineVersions</code>.
9886
- * </p>
9887
- */
9888
- export interface CharacterSet {
9889
- /**
9890
- * <p>The name of the character set.</p>
9891
- */
9892
- CharacterSetName?: string;
9893
- /**
9894
- * <p>The description of the character set.</p>
9895
- */
9896
- CharacterSetDescription?: string;
9897
- }
9898
- export declare namespace CharacterSet {
9899
- /**
9900
- * @internal
9901
- */
9902
- const filterSensitiveLog: (obj: CharacterSet) => any;
9903
- }
9904
- /**
9905
- * <p>A time zone associated with a
9906
- * <code>DBInstance</code>
9907
- * or a <code>DBSnapshot</code>.
9908
- * This data type is an element in the response to
9909
- * the <code>DescribeDBInstances</code>,
9910
- * the <code>DescribeDBSnapshots</code>,
9911
- * and the <code>DescribeDBEngineVersions</code>
9912
- * actions.
9913
- * </p>
9914
- */
9915
- export interface Timezone {
9916
- /**
9917
- * <p>The name of the time zone.</p>
9918
- */
9919
- TimezoneName?: string;
9920
- }
9921
- export declare namespace Timezone {
9922
- /**
9923
- * @internal
9924
- */
9925
- const filterSensitiveLog: (obj: Timezone) => any;
9926
- }
9927
- /**
9928
- * <p>The version of the database engine that a DB instance can be upgraded to.</p>
9929
- */
9930
- export interface UpgradeTarget {
9931
- /**
9932
- * <p>The name of the upgrade target database engine.</p>
9933
- */
9934
- Engine?: string;
9935
- /**
9936
- * <p>The version number of the upgrade target database engine.</p>
9937
- */
9938
- EngineVersion?: string;
9939
- /**
9940
- * <p>The version of the database engine that a DB instance can be upgraded to.</p>
9941
- */
9942
- Description?: string;
9943
- /**
9944
- * <p>A value that indicates whether the target version is applied to any source DB instances that have <code>AutoMinorVersionUpgrade</code> set to true.</p>
9945
- */
9946
- AutoUpgrade?: boolean;
9947
- /**
9948
- * <p>A value that indicates whether upgrading to the target version requires upgrading the major version of the database engine.</p>
9949
- */
9950
- IsMajorVersionUpgrade?: boolean;
9951
- /**
9952
- * <p>A list of the supported DB engine modes for the target engine version.</p>
9953
- */
9954
- SupportedEngineModes?: string[];
9955
- /**
9956
- * <p>A value that indicates whether you can use Aurora parallel query with the target engine version.</p>
9957
- */
9958
- SupportsParallelQuery?: boolean;
9959
- /**
9960
- * <p>A value that indicates whether you can use Aurora global databases with the target engine version.</p>
9961
- */
9962
- SupportsGlobalDatabases?: boolean;
9963
- }
9964
- export declare namespace UpgradeTarget {
9965
- /**
9966
- * @internal
9967
- */
9968
- const filterSensitiveLog: (obj: UpgradeTarget) => any;
9969
- }
9970
- /**
9971
- * <p>
9972
- * This data type is used as a response element in the action <code>DescribeDBEngineVersions</code>.
9973
- * </p>
9974
- */
9975
- export interface DBEngineVersion {
9976
- /**
9977
- * <p>The name of the database engine.</p>
9978
- */
9979
- Engine?: string;
9980
- /**
9981
- * <p>The version number of the database engine.</p>
9982
- */
9983
- EngineVersion?: string;
9984
- /**
9985
- * <p>The name of the DB parameter group family for the database engine.</p>
9986
- */
9987
- DBParameterGroupFamily?: string;
9988
- /**
9989
- * <p>The description of the database engine.</p>
9990
- */
9991
- DBEngineDescription?: string;
9992
- /**
9993
- * <p>The description of the database engine version.</p>
9994
- */
9995
- DBEngineVersionDescription?: string;
9996
- /**
9997
- * <p>
9998
- * The default character set for new instances of this engine version,
9999
- * if the <code>CharacterSetName</code> parameter of the CreateDBInstance API
10000
- * isn't specified.
10001
- * </p>
10002
- */
10003
- DefaultCharacterSet?: CharacterSet;
10004
- /**
10005
- * <p>A list of the character sets supported by this engine for the <code>CharacterSetName</code> parameter of the <code>CreateDBInstance</code> operation.
10006
- * </p>
10007
- */
10008
- SupportedCharacterSets?: CharacterSet[];
10009
- /**
10010
- * <p>A list of the character sets supported by the Oracle DB engine for the <code>NcharCharacterSetName</code> parameter of the <code>CreateDBInstance</code> operation.
10011
- * </p>
10012
- */
10013
- SupportedNcharCharacterSets?: CharacterSet[];
10014
- /**
10015
- * <p>A list of engine versions that this database engine version can be upgraded to.</p>
10016
- */
10017
- ValidUpgradeTarget?: UpgradeTarget[];
10018
- /**
10019
- * <p>A list of the time zones supported by this engine for the
10020
- * <code>Timezone</code> parameter of the <code>CreateDBInstance</code> action.
10021
- * </p>
10022
- */
10023
- SupportedTimezones?: Timezone[];
10024
- /**
10025
- * <p>The types of logs that the database engine has available for export to CloudWatch Logs.</p>
10026
- */
10027
- ExportableLogTypes?: string[];
10028
- /**
10029
- * <p>A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.</p>
10030
- */
10031
- SupportsLogExportsToCloudwatchLogs?: boolean;
10032
- /**
10033
- * <p>Indicates whether the database engine version supports read replicas.</p>
10034
- */
10035
- SupportsReadReplica?: boolean;
10036
- /**
10037
- * <p>A list of the supported DB engine modes.</p>
10038
- */
10039
- SupportedEngineModes?: string[];
10040
- /**
10041
- * <p>
10042
- * A list of features supported by the DB engine. Supported feature names include the following.
10043
- * </p>
10044
- * <ul>
10045
- * <li>
10046
- * <p>s3Import</p>
10047
- * </li>
10048
- * </ul>
10049
- */
10050
- SupportedFeatureNames?: string[];
10051
- /**
10052
- * <p>The status of the DB engine version, either <code>available</code> or <code>deprecated</code>.</p>
10053
- */
10054
- Status?: string;
10055
- /**
10056
- * <p>A value that indicates whether you can use Aurora parallel query with a specific DB engine version.</p>
10057
- */
10058
- SupportsParallelQuery?: boolean;
10059
- /**
10060
- * <p>A value that indicates whether you can use Aurora global databases with a specific DB engine version.</p>
10061
- */
10062
- SupportsGlobalDatabases?: boolean;
10063
- }
10064
- export declare namespace DBEngineVersion {
10065
- /**
10066
- * @internal
10067
- */
10068
- const filterSensitiveLog: (obj: DBEngineVersion) => any;
10069
- }
10070
10467
  /**
10071
10468
  * <p>
10072
10469
  * Contains the result of a successful invocation of the <code>DescribeDBEngineVersions</code> action.
@@ -10217,8 +10614,11 @@ export interface DescribeDBEngineVersionsMessage {
10217
10614
  DefaultOnly?: boolean;
10218
10615
  /**
10219
10616
  * <p>A value that indicates whether to list the supported character sets for each engine version.</p>
10220
- * <p>If this parameter is enabled and the requested engine supports the <code>CharacterSetName</code> parameter for <code>CreateDBInstance</code>,
10221
- * the response includes a list of supported character sets for each engine version.
10617
+ * <p>If this parameter is enabled and the requested engine supports the <code>CharacterSetName</code> parameter for
10618
+ * <code>CreateDBInstance</code>, the response includes a list of supported character sets for each engine
10619
+ * version.</p>
10620
+ * <p>For RDS Custom, the default is not to list supported character sets. If you set <code>ListSupportedCharacterSets</code>
10621
+ * to <code>true</code>, RDS Custom returns no results.
10222
10622
  * </p>
10223
10623
  */
10224
10624
  ListSupportedCharacterSets?: boolean;
@@ -10227,6 +10627,9 @@ export interface DescribeDBEngineVersionsMessage {
10227
10627
  * <p>If this parameter is enabled and the requested engine supports the <code>TimeZone</code> parameter for <code>CreateDBInstance</code>,
10228
10628
  * the response includes a list of supported time zones for each engine version.
10229
10629
  * </p>
10630
+ * <p>For RDS Custom, the default is not to list supported time zones. If you set <code>ListSupportedTimezones</code>
10631
+ * to <code>true</code>, RDS Custom returns no results.
10632
+ * </p>
10230
10633
  */
10231
10634
  ListSupportedTimezones?: boolean;
10232
10635
  /**
@@ -10334,6 +10737,7 @@ export interface DescribeDBInstanceAutomatedBackupsMessage {
10334
10737
  /**
10335
10738
  * <p>The Amazon Resource Name (ARN) of the replicated automated backups, for example,
10336
10739
  * <code>arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE</code>.</p>
10740
+ * <p>This setting doesn't apply to RDS Custom.</p>
10337
10741
  */
10338
10742
  DBInstanceAutomatedBackupsArn?: string;
10339
10743
  }
@@ -10997,120 +11401,3 @@ export declare namespace DescribeDBProxyTargetsRequest {
10997
11401
  */
10998
11402
  const filterSensitiveLog: (obj: DescribeDBProxyTargetsRequest) => any;
10999
11403
  }
11000
- export declare enum TargetRole {
11001
- READ_ONLY = "READ_ONLY",
11002
- READ_WRITE = "READ_WRITE",
11003
- UNKNOWN = "UNKNOWN"
11004
- }
11005
- export declare enum TargetHealthReason {
11006
- AUTH_FAILURE = "AUTH_FAILURE",
11007
- CONNECTION_FAILED = "CONNECTION_FAILED",
11008
- INVALID_REPLICATION_STATE = "INVALID_REPLICATION_STATE",
11009
- PENDING_PROXY_CAPACITY = "PENDING_PROXY_CAPACITY",
11010
- UNREACHABLE = "UNREACHABLE"
11011
- }
11012
- export declare enum TargetState {
11013
- available = "AVAILABLE",
11014
- registering = "REGISTERING",
11015
- unavailable = "UNAVAILABLE"
11016
- }
11017
- /**
11018
- * <p>Information about the connection health of an RDS Proxy target.</p>
11019
- */
11020
- export interface TargetHealth {
11021
- /**
11022
- * <p>The current state of the connection health lifecycle for the RDS Proxy target.
11023
- * The following is a typical lifecycle example for the states of an RDS Proxy target:
11024
- * </p>
11025
- * <p>
11026
- * <code>registering</code> > <code>unavailable</code> > <code>available</code> > <code>unavailable</code> > <code>available</code>
11027
- * </p>
11028
- */
11029
- State?: TargetState | string;
11030
- /**
11031
- * <p>The reason for the current health <code>State</code> of the RDS Proxy target.</p>
11032
- */
11033
- Reason?: TargetHealthReason | string;
11034
- /**
11035
- * <p>A description of the health of the RDS Proxy target.
11036
- * If the <code>State</code> is <code>AVAILABLE</code>, a description is not included.</p>
11037
- */
11038
- Description?: string;
11039
- }
11040
- export declare namespace TargetHealth {
11041
- /**
11042
- * @internal
11043
- */
11044
- const filterSensitiveLog: (obj: TargetHealth) => any;
11045
- }
11046
- export declare enum TargetType {
11047
- RDS_INSTANCE = "RDS_INSTANCE",
11048
- RDS_SERVERLESS_ENDPOINT = "RDS_SERVERLESS_ENDPOINT",
11049
- TRACKED_CLUSTER = "TRACKED_CLUSTER"
11050
- }
11051
- /**
11052
- * <p>Contains the details for an RDS Proxy target. It represents an RDS DB instance or Aurora DB cluster
11053
- * that the proxy can connect to. One or more targets are associated with an RDS Proxy target group.</p>
11054
- * <p>This data type is used as a response element in the <code>DescribeDBProxyTargets</code> action.</p>
11055
- */
11056
- export interface DBProxyTarget {
11057
- /**
11058
- * <p>The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster.</p>
11059
- */
11060
- TargetArn?: string;
11061
- /**
11062
- * <p>The writer endpoint for the RDS DB instance or Aurora DB cluster.</p>
11063
- */
11064
- Endpoint?: string;
11065
- /**
11066
- * <p>The DB cluster identifier when the target represents an Aurora DB cluster. This field is blank when the target represents an RDS DB instance.</p>
11067
- */
11068
- TrackedClusterId?: string;
11069
- /**
11070
- * <p>The identifier representing the target. It can be the instance identifier for an RDS DB instance,
11071
- * or the cluster identifier for an Aurora DB cluster.</p>
11072
- */
11073
- RdsResourceId?: string;
11074
- /**
11075
- * <p>The port that the RDS Proxy uses to connect to the target RDS DB instance or Aurora DB cluster.</p>
11076
- */
11077
- Port?: number;
11078
- /**
11079
- * <p>Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.</p>
11080
- */
11081
- Type?: TargetType | string;
11082
- /**
11083
- * <p>A value that indicates whether the target of the proxy can be used for read/write or read-only operations.</p>
11084
- */
11085
- Role?: TargetRole | string;
11086
- /**
11087
- * <p>Information about the connection health of the RDS Proxy target.</p>
11088
- */
11089
- TargetHealth?: TargetHealth;
11090
- }
11091
- export declare namespace DBProxyTarget {
11092
- /**
11093
- * @internal
11094
- */
11095
- const filterSensitiveLog: (obj: DBProxyTarget) => any;
11096
- }
11097
- export interface DescribeDBProxyTargetsResponse {
11098
- /**
11099
- * <p>An arbitrary number of <code>DBProxyTarget</code> objects, containing details of the corresponding targets.</p>
11100
- */
11101
- Targets?: DBProxyTarget[];
11102
- /**
11103
- * <p>
11104
- * An optional pagination token provided by a previous request.
11105
- * If this parameter is specified, the response includes only records beyond the marker,
11106
- * up to the value specified by <code>MaxRecords</code>.
11107
- * </p>
11108
- */
11109
- Marker?: string;
11110
- }
11111
- export declare namespace DescribeDBProxyTargetsResponse {
11112
- /**
11113
- * @internal
11114
- */
11115
- const filterSensitiveLog: (obj: DescribeDBProxyTargetsResponse) => any;
11116
- }