@aws-sdk/client-rds 3.968.0 → 3.970.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 (163) hide show
  1. package/README.md +1 -53
  2. package/dist-cjs/index.js +184 -178
  3. package/dist-es/pagination/DescribeEngineDefaultClusterParametersPaginator.js +4 -0
  4. package/dist-es/pagination/index.js +1 -0
  5. package/dist-es/schemas/schemas_0.js +161 -158
  6. package/dist-es/waiters/waitForDBClusterAvailable.js +2 -2
  7. package/dist-es/waiters/waitForDBClusterDeleted.js +2 -2
  8. package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +2 -2
  9. package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +2 -2
  10. package/dist-es/waiters/waitForDBInstanceAvailable.js +2 -2
  11. package/dist-es/waiters/waitForDBInstanceDeleted.js +2 -2
  12. package/dist-es/waiters/waitForDBSnapshotAvailable.js +2 -2
  13. package/dist-es/waiters/waitForDBSnapshotDeleted.js +2 -2
  14. package/dist-es/waiters/waitForTenantDatabaseAvailable.js +2 -2
  15. package/dist-es/waiters/waitForTenantDatabaseDeleted.js +2 -2
  16. package/dist-types/RDS.d.ts +1 -53
  17. package/dist-types/RDSClient.d.ts +1 -53
  18. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -2
  19. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -7
  20. package/dist-types/commands/AddTagsToResourceCommand.d.ts +5 -13
  21. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +3 -20
  22. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +2 -10
  23. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -2
  24. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -10
  25. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -41
  26. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +3 -10
  27. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +6 -17
  28. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +133 -31
  29. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +7 -7
  30. package/dist-types/commands/CreateDBClusterCommand.d.ts +13 -41
  31. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -32
  33. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -10
  34. package/dist-types/commands/CreateDBInstanceCommand.d.ts +25 -50
  35. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +26 -57
  36. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +2 -11
  37. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -3
  38. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +3 -13
  39. package/dist-types/commands/CreateDBShardGroupCommand.d.ts +3 -6
  40. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +5 -9
  41. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +3 -6
  42. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -24
  43. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -17
  44. package/dist-types/commands/CreateIntegrationCommand.d.ts +3 -7
  45. package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -2
  46. package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +4 -8
  47. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +141 -10
  48. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +5 -25
  49. package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +2 -4
  50. package/dist-types/commands/DeleteDBClusterCommand.d.ts +4 -17
  51. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -4
  52. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -13
  53. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -13
  54. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -2
  55. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +5 -32
  56. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +2 -6
  57. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -3
  58. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +2 -11
  59. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -6
  61. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -5
  62. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -3
  63. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +3 -8
  64. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
  65. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +214 -8
  66. package/dist-types/commands/DescribeCertificatesCommand.d.ts +53 -9
  67. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -4
  68. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +3 -11
  69. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +2 -6
  70. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -12
  71. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -10
  72. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -10
  73. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -9
  74. package/dist-types/commands/DescribeDBClustersCommand.d.ts +2 -10
  75. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +4 -4
  76. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -7
  77. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -6
  78. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -4
  79. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +2 -5
  80. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -3
  81. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +2 -11
  82. package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -2
  83. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -10
  84. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +2 -8
  85. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -3
  86. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -5
  87. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -4
  88. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -7
  89. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -3
  90. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -8
  91. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -2
  92. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -6
  93. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -6
  95. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -8
  96. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +2 -4
  97. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -5
  98. package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -7
  99. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +3 -11
  100. package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -11
  101. package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -21
  102. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +2 -38
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -12
  104. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +2 -7
  105. package/dist-types/commands/ModifyCertificatesCommand.d.ts +2 -28
  106. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +3 -24
  107. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +5 -15
  108. package/dist-types/commands/ModifyDBClusterCommand.d.ts +10 -30
  109. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -6
  110. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -24
  111. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -21
  112. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +25 -45
  113. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +3 -20
  114. package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +1 -2
  115. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +2 -19
  116. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -9
  117. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -4
  118. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -5
  119. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -9
  120. package/dist-types/commands/ModifyIntegrationCommand.d.ts +1 -3
  121. package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +3 -7
  122. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -20
  123. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -2
  124. package/dist-types/commands/RebootDBClusterCommand.d.ts +2 -13
  125. package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -12
  126. package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -3
  127. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +3 -7
  128. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -8
  129. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +2 -11
  130. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +2 -4
  131. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +5 -12
  132. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -22
  133. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +3 -14
  134. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +10 -38
  135. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -44
  136. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -48
  137. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +26 -60
  138. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +23 -46
  139. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +26 -55
  140. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +3 -16
  141. package/dist-types/commands/StartActivityStreamCommand.d.ts +3 -12
  142. package/dist-types/commands/StartDBClusterCommand.d.ts +3 -13
  143. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -12
  144. package/dist-types/commands/StartDBInstanceCommand.d.ts +8 -27
  145. package/dist-types/commands/StartExportTaskCommand.d.ts +5 -21
  146. package/dist-types/commands/StopActivityStreamCommand.d.ts +3 -13
  147. package/dist-types/commands/StopDBClusterCommand.d.ts +2 -11
  148. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -7
  149. package/dist-types/commands/StopDBInstanceCommand.d.ts +4 -19
  150. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +139 -12
  151. package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +2 -13
  152. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -4
  153. package/dist-types/index.d.ts +1 -53
  154. package/dist-types/models/errors.d.ts +53 -116
  155. package/dist-types/models/models_0.d.ts +982 -8429
  156. package/dist-types/models/models_1.d.ts +557 -4868
  157. package/dist-types/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +7 -0
  158. package/dist-types/pagination/index.d.ts +1 -0
  159. package/dist-types/ts3.4/models/models_0.d.ts +7 -7
  160. package/dist-types/ts3.4/models/models_1.d.ts +4 -4
  161. package/dist-types/ts3.4/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +11 -0
  162. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  163. package/package.json +35 -35
@@ -27,13 +27,7 @@ declare const CopyDBSnapshotCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Copies the specified DB snapshot. The source DB snapshot must be in the <code>available</code> state.</p>
31
- * <p>You can copy a snapshot from one Amazon Web Services Region to another. In that case, the
32
- * Amazon Web Services Region where you call the <code>CopyDBSnapshot</code> operation is the destination
33
- * Amazon Web Services Region for the DB snapshot copy.</p>
34
- * <p>This command doesn't apply to RDS Custom.</p>
35
- * <p>For more information about copying snapshots, see
36
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot">Copying a DB Snapshot</a> in the <i>Amazon RDS User Guide</i>.</p>
30
+ * <p>Copies the specified DB snapshot. The source DB snapshot must be in the <code>available</code> state.</p> <p>You can copy a snapshot from one Amazon Web Services Region to another. In that case, the Amazon Web Services Region where you call the <code>CopyDBSnapshot</code> operation is the destination Amazon Web Services Region for the DB snapshot copy.</p> <p>This command doesn't apply to RDS Custom.</p> <p>For more information about copying snapshots, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot">Copying a DB Snapshot</a> in the <i>Amazon RDS User Guide</i>.</p>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -110,7 +104,6 @@ declare const CopyDBSnapshotCommand_base: {
110
104
  * // DBSystemId: "STRING_VALUE",
111
105
  * // MultiTenant: true || false,
112
106
  * // DedicatedLogVolume: true || false,
113
- * // SnapshotAvailabilityZone: "STRING_VALUE",
114
107
  * // AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
115
108
  * // { // AdditionalStorageVolume
116
109
  * // VolumeName: "STRING_VALUE", // required
@@ -121,6 +114,7 @@ declare const CopyDBSnapshotCommand_base: {
121
114
  * // StorageType: "STRING_VALUE",
122
115
  * // },
123
116
  * // ],
117
+ * // SnapshotAvailabilityZone: "STRING_VALUE",
124
118
  * // },
125
119
  * // };
126
120
  *
@@ -133,17 +127,13 @@ declare const CopyDBSnapshotCommand_base: {
133
127
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
134
128
  *
135
129
  * @throws {@link CustomAvailabilityZoneNotFoundFault} (client fault)
136
- * <p>
137
- * <code>CustomAvailabilityZoneId</code> doesn't refer to an existing custom
138
- * Availability Zone identifier.</p>
130
+ * <p> <code>CustomAvailabilityZoneId</code> doesn't refer to an existing custom Availability Zone identifier.</p>
139
131
  *
140
132
  * @throws {@link DBSnapshotAlreadyExistsFault} (client fault)
141
- * <p>
142
- * <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
133
+ * <p> <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
143
134
  *
144
135
  * @throws {@link DBSnapshotNotFoundFault} (client fault)
145
- * <p>
146
- * <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
136
+ * <p> <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
147
137
  *
148
138
  * @throws {@link InvalidDBSnapshotStateFault} (client fault)
149
139
  * <p>The state of the DB snapshot doesn't allow deletion.</p>
@@ -152,8 +142,7 @@ declare const CopyDBSnapshotCommand_base: {
152
142
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
153
143
  *
154
144
  * @throws {@link SnapshotQuotaExceededFault} (client fault)
155
- * <p>The request would result in the user exceeding the allowed number of DB
156
- * snapshots.</p>
145
+ * <p>The request would result in the user exceeding the allowed number of DB snapshots.</p>
157
146
  *
158
147
  * @throws {@link RDSServiceException}
159
148
  * <p>Base exception class for all service exceptions from RDS service.</p>
@@ -27,21 +27,7 @@ declare const CreateBlueGreenDeploymentCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a blue/green deployment.</p>
31
- * <p>A blue/green deployment creates a staging environment that copies the production environment.
32
- * In a blue/green deployment, the blue environment is the current production environment.
33
- * The green environment is the staging environment, and it stays in sync
34
- * with the current production environment.</p>
35
- * <p>You can make changes to the databases in the green environment without affecting
36
- * production workloads. For example, you can upgrade the major or minor DB engine version, change
37
- * database parameters, or make schema changes in the staging environment. You can thoroughly test
38
- * changes in the green environment. When ready, you can switch over the environments to promote the
39
- * green environment to be the new production environment. The switchover typically takes under a minute.</p>
40
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
41
- * for database updates</a> in the <i>Amazon RDS User Guide</i> and
42
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
43
- * Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
44
- * User Guide</i>.</p>
30
+ * <p>Creates a blue/green deployment.</p> <p>A blue/green deployment creates a staging environment that copies the production environment. In a blue/green deployment, the blue environment is the current production environment. The green environment is the staging environment, and it stays in sync with the current production environment.</p> <p>You can make changes to the databases in the green environment without affecting production workloads. For example, you can upgrade the major or minor DB engine version, change database parameters, or make schema changes in the staging environment. You can thoroughly test changes in the green environment. When ready, you can switch over the environments to promote the green environment to be the new production environment. The switchover typically takes under a minute.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon RDS User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html"> Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora User Guide</i>.</p>
45
31
  * @example
46
32
  * Use a bare-bones client and the command you need to make an API call.
47
33
  * ```javascript
@@ -115,30 +101,22 @@ declare const CreateBlueGreenDeploymentCommand_base: {
115
101
  * <p>A blue/green deployment with the specified name already exists.</p>
116
102
  *
117
103
  * @throws {@link DBClusterNotFoundFault} (client fault)
118
- * <p>
119
- * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
104
+ * <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
120
105
  *
121
106
  * @throws {@link DBClusterParameterGroupNotFoundFault} (client fault)
122
- * <p>
123
- * <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
124
- * cluster parameter group.</p>
107
+ * <p> <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB cluster parameter group.</p>
125
108
  *
126
109
  * @throws {@link DBClusterQuotaExceededFault} (client fault)
127
- * <p>The user attempted to create a new DB cluster and the user has already reached the
128
- * maximum allowed DB cluster quota.</p>
110
+ * <p>The user attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.</p>
129
111
  *
130
112
  * @throws {@link DBInstanceNotFoundFault} (client fault)
131
- * <p>
132
- * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
113
+ * <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
133
114
  *
134
115
  * @throws {@link DBParameterGroupNotFoundFault} (client fault)
135
- * <p>
136
- * <code>DBParameterGroupName</code> doesn't refer to an
137
- * existing DB parameter group.</p>
116
+ * <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
138
117
  *
139
118
  * @throws {@link InstanceQuotaExceededFault} (client fault)
140
- * <p>The request would result in the user exceeding the allowed number of DB
141
- * instances.</p>
119
+ * <p>The request would result in the user exceeding the allowed number of DB instances.</p>
142
120
  *
143
121
  * @throws {@link InvalidDBClusterStateFault} (client fault)
144
122
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
@@ -153,13 +131,137 @@ declare const CreateBlueGreenDeploymentCommand_base: {
153
131
  * <p>The source DB instance isn't supported for a blue/green deployment.</p>
154
132
  *
155
133
  * @throws {@link StorageQuotaExceededFault} (client fault)
156
- * <p>The request would result in the user exceeding the allowed amount of storage
157
- * available across all DB instances.</p>
134
+ * <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
158
135
  *
159
136
  * @throws {@link RDSServiceException}
160
137
  * <p>Base exception class for all service exceptions from RDS service.</p>
161
138
  *
162
139
  *
140
+ * @example To create a blue/green deployment for an RDS for MySQL DB instance
141
+ * ```javascript
142
+ * // The following example creates a blue/green deployment for a MySQL DB instance.
143
+ * const input = {
144
+ * BlueGreenDeploymentName: "bgd-test-instance",
145
+ * Source: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
146
+ * TargetDBParameterGroupName: "mysql-80-group",
147
+ * TargetEngineVersion: "8.0"
148
+ * };
149
+ * const command = new CreateBlueGreenDeploymentCommand(input);
150
+ * const response = await client.send(command);
151
+ * /* response is
152
+ * {
153
+ * BlueGreenDeployment: {
154
+ * BlueGreenDeploymentIdentifier: "bgd-v53303651eexfake",
155
+ * BlueGreenDeploymentName: "bgd-cli-test-instance",
156
+ * CreateTime: "2022-02-25T21:18:51.183Z",
157
+ * Source: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
158
+ * Status: "PROVISIONING",
159
+ * SwitchoverDetails: [
160
+ * {
161
+ * SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance"
162
+ * },
163
+ * {
164
+ * SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-1"
165
+ * },
166
+ * {
167
+ * SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-2"
168
+ * },
169
+ * {
170
+ * SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-3"
171
+ * }
172
+ * ],
173
+ * Tasks: [
174
+ * {
175
+ * Name: "CREATING_READ_REPLICA_OF_SOURCE",
176
+ * Status: "PENDING"
177
+ * },
178
+ * {
179
+ * Name: "DB_ENGINE_VERSION_UPGRADE",
180
+ * Status: "PENDING"
181
+ * },
182
+ * {
183
+ * Name: "CONFIGURE_BACKUPS",
184
+ * Status: "PENDING"
185
+ * },
186
+ * {
187
+ * Name: "CREATING_TOPOLOGY_OF_SOURCE",
188
+ * Status: "PENDING"
189
+ * }
190
+ * ]
191
+ * }
192
+ * }
193
+ * *\/
194
+ * ```
195
+ *
196
+ * @example To create a blue/green deployment for an Aurora MySQL DB cluster
197
+ * ```javascript
198
+ * // The following example creates a blue/green deployment for an Aurora MySQL DB cluster.
199
+ * const input = {
200
+ * BlueGreenDeploymentName: "my-blue-green-deployment",
201
+ * Source: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
202
+ * TargetDBClusterParameterGroupName: "mysql-80-cluster-group",
203
+ * TargetDBParameterGroupName: "ams-80-binlog-enabled",
204
+ * TargetEngineVersion: "8.0"
205
+ * };
206
+ * const command = new CreateBlueGreenDeploymentCommand(input);
207
+ * const response = await client.send(command);
208
+ * /* response is
209
+ * {
210
+ * BlueGreenDeployment: {
211
+ * BlueGreenDeploymentIdentifier: "bgd-wi89nwzglccsfake",
212
+ * BlueGreenDeploymentName: "my-blue-green-deployment",
213
+ * CreateTime: "2022-02-25T21:12:00.288Z",
214
+ * Source: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
215
+ * Status: "PROVISIONING",
216
+ * SwitchoverDetails: [
217
+ * {
218
+ * SourceMember: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
219
+ * Status: "PROVISIONING"
220
+ * },
221
+ * {
222
+ * SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1",
223
+ * Status: "PROVISIONING"
224
+ * },
225
+ * {
226
+ * SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2",
227
+ * Status: "PROVISIONING"
228
+ * },
229
+ * {
230
+ * SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3",
231
+ * Status: "PROVISIONING"
232
+ * },
233
+ * {
234
+ * SourceMember: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint",
235
+ * Status: "PROVISIONING"
236
+ * },
237
+ * {
238
+ * SourceMember: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint",
239
+ * Status: "PROVISIONING"
240
+ * }
241
+ * ],
242
+ * Tasks: [
243
+ * {
244
+ * Name: "CREATING_READ_REPLICA_OF_SOURCE",
245
+ * Status: "PENDING"
246
+ * },
247
+ * {
248
+ * Name: "DB_ENGINE_VERSION_UPGRADE",
249
+ * Status: "PENDING"
250
+ * },
251
+ * {
252
+ * Name: "CREATE_DB_INSTANCES_FOR_CLUSTER",
253
+ * Status: "PENDING"
254
+ * },
255
+ * {
256
+ * Name: "CREATE_CUSTOM_ENDPOINTS",
257
+ * Status: "PENDING"
258
+ * }
259
+ * ]
260
+ * }
261
+ * }
262
+ * *\/
263
+ * ```
264
+ *
163
265
  * @public
164
266
  */
165
267
  export declare class CreateBlueGreenDeploymentCommand extends CreateBlueGreenDeploymentCommand_base {
@@ -41,6 +41,9 @@ declare const CreateCustomDBEngineVersionCommand_base: {
41
41
  * EngineVersion: "STRING_VALUE", // required
42
42
  * DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
43
43
  * DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
44
+ * DatabaseInstallationFiles: [ // StringList
45
+ * "STRING_VALUE",
46
+ * ],
44
47
  * ImageId: "STRING_VALUE",
45
48
  * KMSKeyId: "STRING_VALUE",
46
49
  * SourceCustomDbEngineVersionIdentifier: "STRING_VALUE",
@@ -53,9 +56,6 @@ declare const CreateCustomDBEngineVersionCommand_base: {
53
56
  * Value: "STRING_VALUE",
54
57
  * },
55
58
  * ],
56
- * DatabaseInstallationFiles: [ // StringList
57
- * "STRING_VALUE",
58
- * ],
59
59
  * };
60
60
  * const command = new CreateCustomDBEngineVersionCommand(input);
61
61
  * const response = await client.send(command);
@@ -65,6 +65,9 @@ declare const CreateCustomDBEngineVersionCommand_base: {
65
65
  * // EngineVersion: "STRING_VALUE",
66
66
  * // DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
67
67
  * // DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
68
+ * // DatabaseInstallationFiles: [ // StringList
69
+ * // "STRING_VALUE",
70
+ * // ],
68
71
  * // CustomDBEngineVersionManifest: "STRING_VALUE",
69
72
  * // DBParameterGroupFamily: "STRING_VALUE",
70
73
  * // DBEngineDescription: "STRING_VALUE",
@@ -74,6 +77,7 @@ declare const CreateCustomDBEngineVersionCommand_base: {
74
77
  * // CharacterSetName: "STRING_VALUE",
75
78
  * // CharacterSetDescription: "STRING_VALUE",
76
79
  * // },
80
+ * // FailureReason: "STRING_VALUE",
77
81
  * // Image: { // CustomDBEngineVersionAMI
78
82
  * // ImageId: "STRING_VALUE",
79
83
  * // Status: "STRING_VALUE",
@@ -148,10 +152,6 @@ declare const CreateCustomDBEngineVersionCommand_base: {
148
152
  * // MinCapacity: Number("double"),
149
153
  * // MaxCapacity: Number("double"),
150
154
  * // },
151
- * // DatabaseInstallationFiles: [ // StringList
152
- * // "STRING_VALUE",
153
- * // ],
154
- * // FailureReason: "STRING_VALUE",
155
155
  * // };
156
156
  *
157
157
  * ```
@@ -27,20 +27,7 @@ declare const CreateDBClusterCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
31
- * <p>If you create an Aurora DB cluster, the request creates an empty cluster. You must
32
- * explicitly create the writer instance for your DB cluster using the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html">CreateDBInstance</a> operation. If you create a Multi-AZ DB cluster, the
33
- * request creates a writer and two reader DB instances for you, each in a different
34
- * Availability Zone.</p>
35
- * <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create an Amazon
36
- * Aurora DB cluster as a read replica of another DB cluster or Amazon RDS for MySQL or
37
- * PostgreSQL DB instance. For more information about Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">What is Amazon Aurora?</a> in the <i>Amazon Aurora User
38
- * Guide</i>.</p>
39
- * <p>You can also use the <code>ReplicationSourceIdentifier</code> parameter to create a
40
- * Multi-AZ DB cluster read replica with an RDS for MySQL or PostgreSQL DB instance as the
41
- * source. For more information about Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">Multi-AZ DB
42
- * cluster deployments</a> in the <i>Amazon RDS User
43
- * Guide</i>.</p>
30
+ * <p>Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.</p> <p>If you create an Aurora DB cluster, the request creates an empty cluster. You must explicitly create the writer instance for your DB cluster using the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html">CreateDBInstance</a> operation. If you create a Multi-AZ DB cluster, the request creates a writer and two reader DB instances for you, each in a different Availability Zone.</p> <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create an Amazon Aurora DB cluster as a read replica of another DB cluster or Amazon RDS for MySQL or PostgreSQL DB instance. For more information about Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>You can also use the <code>ReplicationSourceIdentifier</code> parameter to create a Multi-AZ DB cluster read replica with an RDS for MySQL or PostgreSQL DB instance as the source. For more information about Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">Multi-AZ DB cluster deployments</a> in the <i>Amazon RDS User Guide</i>.</p>
44
31
  * @example
45
32
  * Use a bare-bones client and the command you need to make an API call.
46
33
  * ```javascript
@@ -355,44 +342,34 @@ declare const CreateDBClusterCommand_base: {
355
342
  * <p>The user already has a DB cluster with the given identifier.</p>
356
343
  *
357
344
  * @throws {@link DBClusterNotFoundFault} (client fault)
358
- * <p>
359
- * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
345
+ * <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
360
346
  *
361
347
  * @throws {@link DBClusterParameterGroupNotFoundFault} (client fault)
362
- * <p>
363
- * <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
364
- * cluster parameter group.</p>
348
+ * <p> <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB cluster parameter group.</p>
365
349
  *
366
350
  * @throws {@link DBClusterQuotaExceededFault} (client fault)
367
- * <p>The user attempted to create a new DB cluster and the user has already reached the
368
- * maximum allowed DB cluster quota.</p>
351
+ * <p>The user attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.</p>
369
352
  *
370
353
  * @throws {@link DBInstanceNotFoundFault} (client fault)
371
- * <p>
372
- * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
354
+ * <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
373
355
  *
374
356
  * @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
375
357
  * <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
376
358
  *
377
359
  * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
378
- * <p>
379
- * <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
360
+ * <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
380
361
  *
381
362
  * @throws {@link DomainNotFoundFault} (client fault)
382
- * <p>
383
- * <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
363
+ * <p> <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
384
364
  *
385
365
  * @throws {@link GlobalClusterNotFoundFault} (client fault)
386
366
  * <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
387
367
  *
388
368
  * @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
389
- * <p>The specified DB instance class isn't available in the specified Availability
390
- * Zone.</p>
369
+ * <p>The specified DB instance class isn't available in the specified Availability Zone.</p>
391
370
  *
392
371
  * @throws {@link InsufficientStorageClusterCapacityFault} (client fault)
393
- * <p>There is insufficient storage available for the current action. You might be able to
394
- * resolve this error by updating your subnet group to use different Availability Zones
395
- * that have more storage available.</p>
372
+ * <p>There is insufficient storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available.</p>
396
373
  *
397
374
  * @throws {@link InvalidDBClusterStateFault} (client fault)
398
375
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
@@ -401,8 +378,7 @@ declare const CreateDBClusterCommand_base: {
401
378
  * <p>The DB instance isn't in a valid state.</p>
402
379
  *
403
380
  * @throws {@link InvalidDBSubnetGroupFault} (client fault)
404
- * <p>The DBSubnetGroup doesn't belong to the same VPC as that of an existing
405
- * cross-region read replica of the same source instance.</p>
381
+ * <p>The DBSubnetGroup doesn't belong to the same VPC as that of an existing cross-region read replica of the same source instance.</p>
406
382
  *
407
383
  * @throws {@link InvalidDBSubnetGroupStateFault} (client fault)
408
384
  * <p>The DB subnet group cannot be deleted because it's in use.</p>
@@ -414,8 +390,7 @@ declare const CreateDBClusterCommand_base: {
414
390
  * <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
415
391
  *
416
392
  * @throws {@link InvalidVPCNetworkStateFault} (client fault)
417
- * <p>The DB subnet group doesn't cover all Availability Zones after it's
418
- * created because of users' change.</p>
393
+ * <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
419
394
  *
420
395
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
421
396
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
@@ -427,16 +402,13 @@ declare const CreateDBClusterCommand_base: {
427
402
  * <p>The specified option group could not be found.</p>
428
403
  *
429
404
  * @throws {@link StorageQuotaExceededFault} (client fault)
430
- * <p>The request would result in the user exceeding the allowed amount of storage
431
- * available across all DB instances.</p>
405
+ * <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
432
406
  *
433
407
  * @throws {@link StorageTypeNotSupportedFault} (client fault)
434
408
  * <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
435
409
  *
436
410
  * @throws {@link VpcEncryptionControlViolationException} (client fault)
437
- * <p>The operation violates VPC encryption control settings. Make sure that your DB
438
- * instance type supports the Nitro encryption-in-transit capability,
439
- * or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
411
+ * <p>The operation violates VPC encryption control settings. Make sure that your DB instance type supports the Nitro encryption-in-transit capability, or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
440
412
  *
441
413
  * @throws {@link RDSServiceException}
442
414
  * <p>Base exception class for all service exceptions from RDS service.</p>
@@ -27,10 +27,7 @@ declare const CreateDBClusterEndpointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.</p>
31
- * <note>
32
- * <p>This action applies only to Aurora DB clusters.</p>
33
- * </note>
30
+ * <p>Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.</p> <note> <p>This action applies only to Aurora DB clusters.</p> </note>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -90,12 +87,10 @@ declare const CreateDBClusterEndpointCommand_base: {
90
87
  * <p>The cluster already has the maximum number of custom endpoints.</p>
91
88
  *
92
89
  * @throws {@link DBClusterNotFoundFault} (client fault)
93
- * <p>
94
- * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
90
+ * <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
95
91
  *
96
92
  * @throws {@link DBInstanceNotFoundFault} (client fault)
97
- * <p>
98
- * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
93
+ * <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
99
94
  *
100
95
  * @throws {@link InvalidDBClusterStateFault} (client fault)
101
96
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
@@ -27,36 +27,7 @@ declare const CreateDBClusterParameterGroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new DB cluster parameter group.</p>
31
- * <p>Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.</p>
32
- * <p>A DB cluster parameter group is initially created with the default parameters for the
33
- * database engine used by instances in the DB cluster. To provide custom values for any of the
34
- * parameters, you must modify the group after creating it using
35
- * <code>ModifyDBClusterParameterGroup</code>. Once you've created a DB cluster parameter group, you need to
36
- * associate it with your DB cluster using <code>ModifyDBCluster</code>.</p>
37
- * <p>When you associate a new DB cluster parameter group with a running Aurora DB cluster, reboot the DB
38
- * instances in the DB cluster without failover for the new DB cluster parameter group and
39
- * associated settings to take effect.</p>
40
- * <p>When you associate a new DB cluster parameter group with a running Multi-AZ DB cluster, reboot the DB
41
- * cluster without failover for the new DB cluster parameter group and associated settings to take effect.</p>
42
- * <important>
43
- * <p>After you create a DB cluster parameter group, you should wait at least 5 minutes
44
- * before creating your first DB cluster that uses that DB cluster parameter group as
45
- * the default parameter group. This allows Amazon RDS to fully complete the create
46
- * action before the DB cluster parameter group is used as the default for a new DB
47
- * cluster. This is especially important for parameters that are critical when creating
48
- * the default database for a DB cluster, such as the character set for the default
49
- * database defined by the <code>character_set_database</code> parameter. You can use
50
- * the <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
51
- * <code>DescribeDBClusterParameters</code> operation to verify that your DB
52
- * cluster parameter group has been created or modified.</p>
53
- * </important>
54
- * <p>For more information on Amazon Aurora, see
55
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
56
- * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
57
- * <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
58
- * cluster deployments</a> in the <i>Amazon RDS User
59
- * Guide</i>.</p>
30
+ * <p>Creates a new DB cluster parameter group.</p> <p>Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.</p> <p>A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after creating it using <code>ModifyDBClusterParameterGroup</code>. Once you've created a DB cluster parameter group, you need to associate it with your DB cluster using <code>ModifyDBCluster</code>.</p> <p>When you associate a new DB cluster parameter group with a running Aurora DB cluster, reboot the DB instances in the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect.</p> <p>When you associate a new DB cluster parameter group with a running Multi-AZ DB cluster, reboot the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect.</p> <important> <p>After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the DB cluster parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the <code>character_set_database</code> parameter. You can use the <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the <code>DescribeDBClusterParameters</code> operation to verify that your DB cluster parameter group has been created or modified.</p> </important> <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB cluster deployments</a> in the <i>Amazon RDS User Guide</i>.</p>
60
31
  * @example
61
32
  * Use a bare-bones client and the command you need to make an API call.
62
33
  * ```javascript
@@ -99,8 +70,7 @@ declare const CreateDBClusterParameterGroupCommand_base: {
99
70
  * <p>A DB parameter group with the same name exists.</p>
100
71
  *
101
72
  * @throws {@link DBParameterGroupQuotaExceededFault} (client fault)
102
- * <p>The request would result in the user exceeding the allowed number of DB parameter
103
- * groups.</p>
73
+ * <p>The request would result in the user exceeding the allowed number of DB parameter groups.</p>
104
74
  *
105
75
  * @throws {@link RDSServiceException}
106
76
  * <p>Base exception class for all service exceptions from RDS service.</p>
@@ -27,12 +27,7 @@ declare const CreateDBClusterSnapshotCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a snapshot of a DB cluster.</p>
31
- * <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon
32
- * Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
33
- * <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
34
- * cluster deployments</a> in the <i>Amazon RDS User
35
- * Guide</i>.</p>
30
+ * <p>Creates a snapshot of a DB cluster.</p> <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB cluster deployments</a> in the <i>Amazon RDS User Guide</i>.</p>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -100,8 +95,7 @@ declare const CreateDBClusterSnapshotCommand_base: {
100
95
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
101
96
  *
102
97
  * @throws {@link DBClusterNotFoundFault} (client fault)
103
- * <p>
104
- * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
98
+ * <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
105
99
  *
106
100
  * @throws {@link DBClusterSnapshotAlreadyExistsFault} (client fault)
107
101
  * <p>The user already has a DB cluster snapshot with the given identifier.</p>
@@ -113,8 +107,7 @@ declare const CreateDBClusterSnapshotCommand_base: {
113
107
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
114
108
  *
115
109
  * @throws {@link SnapshotQuotaExceededFault} (client fault)
116
- * <p>The request would result in the user exceeding the allowed number of DB
117
- * snapshots.</p>
110
+ * <p>The request would result in the user exceeding the allowed number of DB snapshots.</p>
118
111
  *
119
112
  * @throws {@link RDSServiceException}
120
113
  * <p>Base exception class for all service exceptions from RDS service.</p>