@aws-sdk/client-rds 3.776.0 → 3.777.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/dist-types/commands/AddRoleToDBClusterCommand.d.ts +8 -5
  2. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +9 -6
  3. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +16 -16
  4. package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -7
  5. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +13 -13
  6. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +6 -6
  7. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -0
  8. package/dist-types/commands/CancelExportTaskCommand.d.ts +14 -14
  9. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -11
  10. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +26 -26
  11. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +11 -11
  12. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +31 -31
  13. package/dist-types/commands/CopyOptionGroupCommand.d.ts +14 -14
  14. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +1 -127
  15. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateDBClusterCommand.d.ts +83 -84
  17. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +17 -17
  18. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -11
  19. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +25 -25
  20. package/dist-types/commands/CreateDBInstanceCommand.d.ts +72 -72
  21. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +11 -11
  22. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +11 -11
  23. package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -0
  25. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +6 -6
  26. package/dist-types/commands/CreateDBShardGroupCommand.d.ts +1 -0
  27. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +29 -29
  28. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +25 -25
  29. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +17 -17
  30. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +15 -15
  31. package/dist-types/commands/CreateIntegrationCommand.d.ts +14 -14
  32. package/dist-types/commands/CreateOptionGroupCommand.d.ts +15 -15
  33. package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +1 -140
  35. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -0
  36. package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -0
  37. package/dist-types/commands/DeleteDBClusterCommand.d.ts +14 -14
  38. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +14 -14
  39. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -4
  40. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +24 -24
  41. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +26 -26
  42. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +9 -9
  43. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +7 -4
  44. package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -0
  45. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -0
  46. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +7 -4
  47. package/dist-types/commands/DeleteDBShardGroupCommand.d.ts +1 -0
  48. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +29 -29
  49. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +7 -4
  50. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +15 -15
  51. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +14 -14
  52. package/dist-types/commands/DeleteIntegrationCommand.d.ts +12 -12
  53. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +7 -4
  54. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -0
  55. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -0
  56. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +50 -50
  57. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -215
  58. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -52
  59. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -0
  60. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +17 -17
  61. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +28 -29
  62. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +25 -25
  63. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +24 -24
  64. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +9 -9
  65. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +43 -43
  66. package/dist-types/commands/DescribeDBClustersCommand.d.ts +64 -64
  67. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +21 -21
  68. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +26 -26
  69. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +14 -14
  70. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +23 -23
  71. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +21 -21
  72. package/dist-types/commands/DescribeDBParametersCommand.d.ts +21 -21
  73. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -0
  74. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -0
  75. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -0
  76. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -0
  77. package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -0
  78. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +7 -4
  79. package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -0
  80. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +9 -9
  81. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -0
  82. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +27 -27
  83. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +27 -27
  84. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +13 -13
  85. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +13 -13
  86. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +18 -18
  87. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +14 -14
  88. package/dist-types/commands/DescribeEventsCommand.d.ts +18 -18
  89. package/dist-types/commands/DescribeExportTasksCommand.d.ts +27 -27
  90. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +14 -14
  91. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +13 -13
  92. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +31 -31
  93. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +13 -13
  94. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +21 -21
  95. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +9 -9
  96. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +23 -23
  97. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +17 -17
  98. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +89 -89
  99. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -0
  100. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +14 -14
  101. package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -0
  102. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +8 -5
  103. package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -0
  104. package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -6
  105. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -0
  106. package/dist-types/commands/ListTagsForResourceCommand.d.ts +9 -9
  107. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +1 -0
  108. package/dist-types/commands/ModifyCertificatesCommand.d.ts +13 -13
  109. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +10 -10
  110. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +1 -0
  111. package/dist-types/commands/ModifyDBClusterCommand.d.ts +50 -50
  112. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +15 -15
  113. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -12
  114. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +11 -11
  115. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +31 -31
  116. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +9 -9
  117. package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -0
  118. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -0
  119. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -0
  120. package/dist-types/commands/ModifyDBRecommendationCommand.d.ts +1 -0
  121. package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +1 -0
  122. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +20 -21
  123. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +28 -28
  124. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +29 -29
  125. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +15 -15
  126. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +15 -15
  127. package/dist-types/commands/ModifyIntegrationCommand.d.ts +14 -14
  128. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +9 -9
  129. package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +1 -0
  130. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +9 -9
  131. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -0
  132. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +23 -23
  133. package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -0
  134. package/dist-types/commands/RebootDBInstanceCommand.d.ts +14 -14
  135. package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -0
  136. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -0
  137. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +22 -22
  138. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +8 -5
  139. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -0
  140. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +16 -16
  141. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +8 -5
  142. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -6
  143. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -6
  144. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +47 -47
  145. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +44 -44
  146. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +44 -44
  147. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +23 -23
  148. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -0
  149. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +62 -62
  150. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +6 -6
  151. package/dist-types/commands/StartActivityStreamCommand.d.ts +12 -12
  152. package/dist-types/commands/StartDBClusterCommand.d.ts +10 -10
  153. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +25 -25
  154. package/dist-types/commands/StartDBInstanceCommand.d.ts +6 -6
  155. package/dist-types/commands/StartExportTaskCommand.d.ts +17 -17
  156. package/dist-types/commands/StopActivityStreamCommand.d.ts +8 -8
  157. package/dist-types/commands/StopDBClusterCommand.d.ts +10 -10
  158. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +26 -26
  159. package/dist-types/commands/StopDBInstanceCommand.d.ts +6 -6
  160. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +1 -138
  161. package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +1 -0
  162. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +1 -0
  163. package/package.json +2 -2
@@ -104,222 +104,8 @@ declare const DescribeBlueGreenDeploymentsCommand_base: {
104
104
  * @throws {@link RDSServiceException}
105
105
  * <p>Base exception class for all service exceptions from RDS service.</p>
106
106
  *
107
- * @public
108
- * @example To describe a blue/green deployment of an RDS DB instance after creation completes
109
- * ```javascript
110
- * // The following example retrieves the details of a blue/green deployment after creation completes.
111
- * const input = {
112
- * "BlueGreenDeploymentIdentifier": "bgd-v53303651eexfake"
113
- * };
114
- * const command = new DescribeBlueGreenDeploymentsCommand(input);
115
- * const response = await client.send(command);
116
- * /* response ==
117
- * {
118
- * "BlueGreenDeployments": [
119
- * {
120
- * "BlueGreenDeploymentIdentifier": "bgd-v53303651eexfake",
121
- * "BlueGreenDeploymentName": "bgd-cli-test-instance",
122
- * "CreateTime": "2022-02-25T21:18:51.183000+00:00",
123
- * "Source": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
124
- * "Status": "AVAILABLE",
125
- * "SwitchoverDetails": [
126
- * {
127
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
128
- * "Status": "AVAILABLE",
129
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-green-rkfbpe"
130
- * },
131
- * {
132
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-1",
133
- * "Status": "AVAILABLE",
134
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-1-green-j382ha"
135
- * },
136
- * {
137
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-2",
138
- * "Status": "AVAILABLE",
139
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-2-green-ejv4ao"
140
- * },
141
- * {
142
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-3",
143
- * "Status": "AVAILABLE",
144
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-3-green-vlpz3t"
145
- * }
146
- * ],
147
- * "Target": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-green-rkfbpe",
148
- * "Tasks": [
149
- * {
150
- * "Name": "CREATING_READ_REPLICA_OF_SOURCE",
151
- * "Status": "COMPLETED"
152
- * },
153
- * {
154
- * "Name": "DB_ENGINE_VERSION_UPGRADE",
155
- * "Status": "COMPLETED"
156
- * },
157
- * {
158
- * "Name": "CONFIGURE_BACKUPS",
159
- * "Status": "COMPLETED"
160
- * },
161
- * {
162
- * "Name": "CREATING_TOPOLOGY_OF_SOURCE",
163
- * "Status": "COMPLETED"
164
- * }
165
- * ]
166
- * }
167
- * ]
168
- * }
169
- * *\/
170
- * // example id: to-describe-a-bluegreen-deployment-of-an-rds-db-instance-after-creation-completes-1680211143527
171
- * ```
172
- *
173
- * @example To describe a blue/green deployment for an Aurora MySQL DB cluster
174
- * ```javascript
175
- * // The following example retrieves the details of a blue/green deployment.
176
- * const input = {
177
- * "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake"
178
- * };
179
- * const command = new DescribeBlueGreenDeploymentsCommand(input);
180
- * const response = await client.send(command);
181
- * /* response ==
182
- * {
183
- * "BlueGreenDeployments": [
184
- * {
185
- * "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake",
186
- * "BlueGreenDeploymentName": "my-blue-green-deployment",
187
- * "CreateTime": "2022-02-25T21:12:00.288000+00:00",
188
- * "Source": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
189
- * "Status": "AVAILABLE",
190
- * "SwitchoverDetails": [
191
- * {
192
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
193
- * "Status": "AVAILABLE",
194
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-green-3rnukl"
195
- * },
196
- * {
197
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1",
198
- * "Status": "AVAILABLE",
199
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1-green-gpmaxf"
200
- * },
201
- * {
202
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2",
203
- * "Status": "AVAILABLE",
204
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2-green-j2oajq"
205
- * },
206
- * {
207
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3",
208
- * "Status": "AVAILABLE",
209
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3-green-mkxies"
210
- * },
211
- * {
212
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint",
213
- * "Status": "AVAILABLE",
214
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint-green-4sqjrq"
215
- * },
216
- * {
217
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint",
218
- * "Status": "AVAILABLE",
219
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint-green-gwwzlg"
220
- * }
221
- * ],
222
- * "Target": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-green-3rnukl",
223
- * "Tasks": [
224
- * {
225
- * "Name": "CREATING_READ_REPLICA_OF_SOURCE",
226
- * "Status": "COMPLETED"
227
- * },
228
- * {
229
- * "Name": "DB_ENGINE_VERSION_UPGRADE",
230
- * "Status": "COMPLETED"
231
- * },
232
- * {
233
- * "Name": "CREATE_DB_INSTANCES_FOR_CLUSTER",
234
- * "Status": "COMPLETED"
235
- * },
236
- * {
237
- * "Name": "CREATE_CUSTOM_ENDPOINTS",
238
- * "Status": "COMPLETED"
239
- * }
240
- * ]
241
- * }
242
- * ]
243
- * }
244
- * *\/
245
- * // example id: to-describe-a-bluegreen-deployment-for-an-aurora-mysql-db-cluster-1680211228214
246
- * ```
247
- *
248
- * @example To describe a blue/green deployment for an Aurora MySQL cluster after switchover
249
- * ```javascript
250
- * // The following example retrieves the details about a blue/green deployment after the green environment is promoted to be the production environment.
251
- * const input = {
252
- * "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake"
253
- * };
254
- * const command = new DescribeBlueGreenDeploymentsCommand(input);
255
- * const response = await client.send(command);
256
- * /* response ==
257
- * {
258
- * "BlueGreenDeployments": [
259
- * {
260
- * "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake",
261
- * "BlueGreenDeploymentName": "my-blue-green-deployment",
262
- * "CreateTime": "2022-02-25T22:38:49.522000+00:00",
263
- * "Source": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-old1",
264
- * "Status": "SWITCHOVER_COMPLETED",
265
- * "SwitchoverDetails": [
266
- * {
267
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-old1",
268
- * "Status": "SWITCHOVER_COMPLETED",
269
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster"
270
- * },
271
- * {
272
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1-old1",
273
- * "Status": "SWITCHOVER_COMPLETED",
274
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1"
275
- * },
276
- * {
277
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2-old1",
278
- * "Status": "SWITCHOVER_COMPLETED",
279
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2"
280
- * },
281
- * {
282
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3-old1",
283
- * "Status": "SWITCHOVER_COMPLETED",
284
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3"
285
- * },
286
- * {
287
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint-old1",
288
- * "Status": "SWITCHOVER_COMPLETED",
289
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint"
290
- * },
291
- * {
292
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint-old1",
293
- * "Status": "SWITCHOVER_COMPLETED",
294
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint"
295
- * }
296
- * ],
297
- * "Target": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
298
- * "Tasks": [
299
- * {
300
- * "Name": "CREATING_READ_REPLICA_OF_SOURCE",
301
- * "Status": "COMPLETED"
302
- * },
303
- * {
304
- * "Name": "DB_ENGINE_VERSION_UPGRADE",
305
- * "Status": "COMPLETED"
306
- * },
307
- * {
308
- * "Name": "CREATE_DB_INSTANCES_FOR_CLUSTER",
309
- * "Status": "COMPLETED"
310
- * },
311
- * {
312
- * "Name": "CREATE_CUSTOM_ENDPOINTS",
313
- * "Status": "COMPLETED"
314
- * }
315
- * ]
316
- * }
317
- * ]
318
- * }
319
- * *\/
320
- * // example id: to-describe-a-bluegreen-deployment-for-an-aurora-mysql-cluster-after-switchover-1680211583831
321
- * ```
322
107
  *
108
+ * @public
323
109
  */
324
110
  export declare class DescribeBlueGreenDeploymentsCommand extends DescribeBlueGreenDeploymentsCommand_base {
325
111
  /** @internal type navigation helper, not in runtime. */
@@ -87,59 +87,8 @@ declare const DescribeCertificatesCommand_base: {
87
87
  * @throws {@link RDSServiceException}
88
88
  * <p>Base exception class for all service exceptions from RDS service.</p>
89
89
  *
90
- * @public
91
- * @example To describe certificates
92
- * ```javascript
93
- * // The following example retrieves the details of the certificate associated with the user's default region.
94
- * const input = {};
95
- * const command = new DescribeCertificatesCommand(input);
96
- * const response = await client.send(command);
97
- * /* response ==
98
- * {
99
- * "Certificates": [
100
- * {
101
- * "CertificateArn": "arn:aws:rds:us-east-1::cert:rds-ca-ecc384-g1",
102
- * "CertificateIdentifier": "rds-ca-ecc384-g1",
103
- * "CertificateType": "CA",
104
- * "CustomerOverride": false,
105
- * "Thumbprint": "24a97b91cbe86911190576c35c36aab4fEXAMPLE",
106
- * "ValidFrom": "2021-05-25T22:41:55+00:00",
107
- * "ValidTill": "2121-05-25T23:41:55+00:00"
108
- * },
109
- * {
110
- * "CertificateArn": "arn:aws:rds:us-east-1::cert:rds-ca-rsa4096-g1",
111
- * "CertificateIdentifier": "rds-ca-rsa4096-g1",
112
- * "CertificateType": "CA",
113
- * "CustomerOverride": false,
114
- * "Thumbprint": "9da6fa7fd2ec09c569a400d876b01b0c1EXAMPLE",
115
- * "ValidFrom": "2021-05-25T22:38:35+00:00",
116
- * "ValidTill": "2121-05-25T23:38:35+00:00"
117
- * },
118
- * {
119
- * "CertificateArn": "arn:aws:rds:us-east-1::cert:rds-ca-rsa2048-g1",
120
- * "CertificateIdentifier": "rds-ca-rsa2048-g1",
121
- * "CertificateType": "CA",
122
- * "CustomerOverride": true,
123
- * "CustomerOverrideValidTill": "2061-05-25T23:34:57+00:00",
124
- * "Thumbprint": "2fa77ef894d983ba9d37ad699c84ab0f6EXAMPLE",
125
- * "ValidFrom": "2021-05-25T22:34:57+00:00",
126
- * "ValidTill": "2061-05-25T23:34:57+00:00"
127
- * },
128
- * {
129
- * "CertificateArn": "arn:aws:rds:us-east-1::cert:rds-ca-2019",
130
- * "CertificateIdentifier": "rds-ca-2019",
131
- * "CertificateType": "CA",
132
- * "CustomerOverride": false,
133
- * "Thumbprint": "f0ed823ed14447bab557fdf3e49274669EXAMPLE",
134
- * "ValidFrom": "2019-09-19T18:16:53+00:00",
135
- * "ValidTill": "2024-08-22T17:08:50+00:00"
136
- * }
137
- * ]
138
- * }
139
- * *\/
140
- * // example id: to-describe-certificates-1680211777663
141
- * ```
142
90
  *
91
+ * @public
143
92
  */
144
93
  export declare class DescribeCertificatesCommand extends DescribeCertificatesCommand_base {
145
94
  /** @internal type navigation helper, not in runtime. */
@@ -105,6 +105,7 @@ declare const DescribeDBClusterAutomatedBackupsCommand_base: {
105
105
  * @throws {@link RDSServiceException}
106
106
  * <p>Base exception class for all service exceptions from RDS service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class DescribeDBClusterAutomatedBackupsCommand extends DescribeDBClusterAutomatedBackupsCommand_base {
@@ -89,40 +89,40 @@ declare const DescribeDBClusterBacktracksCommand_base: {
89
89
  * @throws {@link RDSServiceException}
90
90
  * <p>Base exception class for all service exceptions from RDS service.</p>
91
91
  *
92
- * @public
92
+ *
93
93
  * @example To describe backtracks for a DB cluster
94
94
  * ```javascript
95
95
  * // The following example retrieves details about the specified DB cluster.
96
96
  * const input = {
97
- * "DBClusterIdentifier": "mydbcluster"
97
+ * DBClusterIdentifier: "mydbcluster"
98
98
  * };
99
99
  * const command = new DescribeDBClusterBacktracksCommand(input);
100
100
  * const response = await client.send(command);
101
- * /* response ==
101
+ * /* response is
102
102
  * {
103
- * "DBClusterBacktracks": [
103
+ * DBClusterBacktracks: [
104
104
  * {
105
- * "BacktrackIdentifier": "2f5f5294-0dd2-44c9-9f50-EXAMPLE",
106
- * "BacktrackRequestCreationTime": "2021-02-12T14:36:18.819Z",
107
- * "BacktrackTo": "2021-02-12T04:59:22Z",
108
- * "BacktrackedFrom": "2021-02-12T14:37:31.640Z",
109
- * "DBClusterIdentifier": "mydbcluster",
110
- * "Status": "COMPLETED"
105
+ * BacktrackIdentifier: "2f5f5294-0dd2-44c9-9f50-EXAMPLE",
106
+ * BacktrackRequestCreationTime: "2021-02-12T14:36:18.819Z",
107
+ * BacktrackTo: "2021-02-12T04:59:22Z",
108
+ * BacktrackedFrom: "2021-02-12T14:37:31.640Z",
109
+ * DBClusterIdentifier: "mydbcluster",
110
+ * Status: "COMPLETED"
111
111
  * },
112
112
  * {
113
- * "BacktrackIdentifier": "3c7a6421-af2a-4ea3-ae95-EXAMPLE",
114
- * "BacktrackRequestCreationTime": "2021-02-12T00:07:53.487Z",
115
- * "BacktrackTo": "2021-02-11T22:53:46Z",
116
- * "BacktrackedFrom": "2021-02-12T00:09:27.006Z",
117
- * "DBClusterIdentifier": "mydbcluster",
118
- * "Status": "COMPLETED"
113
+ * BacktrackIdentifier: "3c7a6421-af2a-4ea3-ae95-EXAMPLE",
114
+ * BacktrackRequestCreationTime: "2021-02-12T00:07:53.487Z",
115
+ * BacktrackTo: "2021-02-11T22:53:46Z",
116
+ * BacktrackedFrom: "2021-02-12T00:09:27.006Z",
117
+ * DBClusterIdentifier: "mydbcluster",
118
+ * Status: "COMPLETED"
119
119
  * }
120
120
  * ]
121
121
  * }
122
122
  * *\/
123
- * // example id: to-describe-backtracks-for-a-db-cluster-1680212191454
124
123
  * ```
125
124
  *
125
+ * @public
126
126
  */
127
127
  export declare class DescribeDBClusterBacktracksCommand extends DescribeDBClusterBacktracksCommand_base {
128
128
  /** @internal type navigation helper, not in runtime. */
@@ -90,69 +90,68 @@ declare const DescribeDBClusterEndpointsCommand_base: {
90
90
  * @throws {@link RDSServiceException}
91
91
  * <p>Base exception class for all service exceptions from RDS service.</p>
92
92
  *
93
- * @public
93
+ *
94
94
  * @example To describe DB cluster endpoints
95
95
  * ```javascript
96
96
  * // The following example retrieves details for your DB cluster endpoints. The most common kinds of Aurora clusters have two endpoints. One endpoint has type WRITER. You can use this endpoint for all SQL statements. The other endpoint has type READER. You can use this endpoint only for SELECT and other read-only SQL statements.
97
- * const input = {};
97
+ * const input = { /* empty *\/ };
98
98
  * const command = new DescribeDBClusterEndpointsCommand(input);
99
99
  * const response = await client.send(command);
100
- * /* response ==
100
+ * /* response is
101
101
  * {
102
- * "DBClusterEndpoints": [
102
+ * DBClusterEndpoints: [
103
103
  * {
104
- * "DBClusterIdentifier": "my-database-1",
105
- * "Endpoint": "my-database-1.cluster-cnpexample.us-east-1.rds.amazonaws.com",
106
- * "EndpointType": "WRITER",
107
- * "Status": "creating"
104
+ * DBClusterIdentifier: "my-database-1",
105
+ * Endpoint: "my-database-1.cluster-cnpexample.us-east-1.rds.amazonaws.com",
106
+ * EndpointType: "WRITER",
107
+ * Status: "creating"
108
108
  * },
109
109
  * {
110
- * "DBClusterIdentifier": "my-database-1",
111
- * "Endpoint": "my-database-1.cluster-ro-cnpexample.us-east-1.rds.amazonaws.com",
112
- * "EndpointType": "READER",
113
- * "Status": "creating"
110
+ * DBClusterIdentifier: "my-database-1",
111
+ * Endpoint: "my-database-1.cluster-ro-cnpexample.us-east-1.rds.amazonaws.com",
112
+ * EndpointType: "READER",
113
+ * Status: "creating"
114
114
  * },
115
115
  * {
116
- * "DBClusterIdentifier": "mydbcluster",
117
- * "Endpoint": "mydbcluster.cluster-cnpexamle.us-east-1.rds.amazonaws.com",
118
- * "EndpointType": "WRITER",
119
- * "Status": "available"
116
+ * DBClusterIdentifier: "mydbcluster",
117
+ * Endpoint: "mydbcluster.cluster-cnpexamle.us-east-1.rds.amazonaws.com",
118
+ * EndpointType: "WRITER",
119
+ * Status: "available"
120
120
  * },
121
121
  * {
122
- * "DBClusterIdentifier": "mydbcluster",
123
- * "Endpoint": "mydbcluster.cluster-ro-cnpexample.us-east-1.rds.amazonaws.com",
124
- * "EndpointType": "READER",
125
- * "Status": "available"
122
+ * DBClusterIdentifier: "mydbcluster",
123
+ * Endpoint: "mydbcluster.cluster-ro-cnpexample.us-east-1.rds.amazonaws.com",
124
+ * EndpointType: "READER",
125
+ * Status: "available"
126
126
  * }
127
127
  * ]
128
128
  * }
129
129
  * *\/
130
- * // example id: to-describe-db-cluster-endpoints-1680212701970
131
130
  * ```
132
131
  *
133
132
  * @example To describe DB cluster endpoints of a single DB cluster
134
133
  * ```javascript
135
134
  * // The following example retrieves details for the DB cluster endpoints of a single specified DB cluster. Aurora Serverless clusters have only a single endpoint with a type of WRITER.
136
135
  * const input = {
137
- * "DBClusterIdentifier": "serverless-cluster"
136
+ * DBClusterIdentifier: "serverless-cluster"
138
137
  * };
139
138
  * const command = new DescribeDBClusterEndpointsCommand(input);
140
139
  * const response = await client.send(command);
141
- * /* response ==
140
+ * /* response is
142
141
  * {
143
- * "DBClusterEndpoints": [
142
+ * DBClusterEndpoints: [
144
143
  * {
145
- * "DBClusterIdentifier": "serverless-cluster",
146
- * "Endpoint": "serverless-cluster.cluster-cnpexample.us-east-1.rds.amazonaws.com",
147
- * "EndpointType": "WRITER",
148
- * "Status": "available"
144
+ * DBClusterIdentifier: "serverless-cluster",
145
+ * Endpoint: "serverless-cluster.cluster-cnpexample.us-east-1.rds.amazonaws.com",
146
+ * EndpointType: "WRITER",
147
+ * Status: "available"
149
148
  * }
150
149
  * ]
151
150
  * }
152
151
  * *\/
153
- * // example id: to-describe-db-cluster-endpoints-of-a-single-db-cluster-1680212863842
154
152
  * ```
155
153
  *
154
+ * @public
156
155
  */
157
156
  export declare class DescribeDBClusterEndpointsCommand extends DescribeDBClusterEndpointsCommand_base {
158
157
  /** @internal type navigation helper, not in runtime. */
@@ -85,52 +85,52 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
85
85
  * @throws {@link RDSServiceException}
86
86
  * <p>Base exception class for all service exceptions from RDS service.</p>
87
87
  *
88
- * @public
88
+ *
89
89
  * @example To describe DB cluster parameter groups
90
90
  * ```javascript
91
91
  * // The following example retrieves details for your DB cluster parameter groups.
92
- * const input = {};
92
+ * const input = { /* empty *\/ };
93
93
  * const command = new DescribeDBClusterParameterGroupsCommand(input);
94
94
  * const response = await client.send(command);
95
- * /* response ==
95
+ * /* response is
96
96
  * {
97
- * "DBClusterParameterGroups": [
97
+ * DBClusterParameterGroups: [
98
98
  * {
99
- * "DBClusterParameterGroupArn": "arn:aws:rds:us-east-1:123456789012:cluster-pg:default.aurora-mysql5.7",
100
- * "DBClusterParameterGroupName": "default.aurora-mysql5.7",
101
- * "DBParameterGroupFamily": "aurora-mysql5.7",
102
- * "Description": "Default cluster parameter group for aurora-mysql5.7"
99
+ * DBClusterParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:cluster-pg:default.aurora-mysql5.7",
100
+ * DBClusterParameterGroupName: "default.aurora-mysql5.7",
101
+ * DBParameterGroupFamily: "aurora-mysql5.7",
102
+ * Description: "Default cluster parameter group for aurora-mysql5.7"
103
103
  * },
104
104
  * {
105
- * "DBClusterParameterGroupArn": "arn:aws:rds:us-east-1:123456789012:cluster-pg:default.aurora-postgresql9.6",
106
- * "DBClusterParameterGroupName": "default.aurora-postgresql9.6",
107
- * "DBParameterGroupFamily": "aurora-postgresql9.6",
108
- * "Description": "Default cluster parameter group for aurora-postgresql9.6"
105
+ * DBClusterParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:cluster-pg:default.aurora-postgresql9.6",
106
+ * DBClusterParameterGroupName: "default.aurora-postgresql9.6",
107
+ * DBParameterGroupFamily: "aurora-postgresql9.6",
108
+ * Description: "Default cluster parameter group for aurora-postgresql9.6"
109
109
  * },
110
110
  * {
111
- * "DBClusterParameterGroupArn": "arn:aws:rds:us-east-1:123456789012:cluster-pg:default.aurora5.6",
112
- * "DBClusterParameterGroupName": "default.aurora5.6",
113
- * "DBParameterGroupFamily": "aurora5.6",
114
- * "Description": "Default cluster parameter group for aurora5.6"
111
+ * DBClusterParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:cluster-pg:default.aurora5.6",
112
+ * DBClusterParameterGroupName: "default.aurora5.6",
113
+ * DBParameterGroupFamily: "aurora5.6",
114
+ * Description: "Default cluster parameter group for aurora5.6"
115
115
  * },
116
116
  * {
117
- * "DBClusterParameterGroupArn": "arn:aws:rds:us-east-1:123456789012:cluster-pg:mydbclusterpg",
118
- * "DBClusterParameterGroupName": "mydbclusterpg",
119
- * "DBParameterGroupFamily": "aurora-mysql5.7",
120
- * "Description": "My DB cluster parameter group"
117
+ * DBClusterParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:cluster-pg:mydbclusterpg",
118
+ * DBClusterParameterGroupName: "mydbclusterpg",
119
+ * DBParameterGroupFamily: "aurora-mysql5.7",
120
+ * Description: "My DB cluster parameter group"
121
121
  * },
122
122
  * {
123
- * "DBClusterParameterGroupArn": "arn:aws:rds:us-east-1:123456789012:cluster-pg:mydbclusterpgcopy",
124
- * "DBClusterParameterGroupName": "mydbclusterpgcopy",
125
- * "DBParameterGroupFamily": "aurora-mysql5.7",
126
- * "Description": "Copy of mydbclusterpg parameter group"
123
+ * DBClusterParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:cluster-pg:mydbclusterpgcopy",
124
+ * DBClusterParameterGroupName: "mydbclusterpgcopy",
125
+ * DBParameterGroupFamily: "aurora-mysql5.7",
126
+ * Description: "Copy of mydbclusterpg parameter group"
127
127
  * }
128
128
  * ]
129
129
  * }
130
130
  * *\/
131
- * // example id: to-describe-db-cluster-parameter-groups-1680213090883
132
131
  * ```
133
132
  *
133
+ * @public
134
134
  */
135
135
  export declare class DescribeDBClusterParameterGroupsCommand extends DescribeDBClusterParameterGroupsCommand_base {
136
136
  /** @internal type navigation helper, not in runtime. */
@@ -93,51 +93,51 @@ declare const DescribeDBClusterParametersCommand_base: {
93
93
  * @throws {@link RDSServiceException}
94
94
  * <p>Base exception class for all service exceptions from RDS service.</p>
95
95
  *
96
- * @public
96
+ *
97
97
  * @example To describe the parameters in a DB cluster parameter group
98
98
  * ```javascript
99
99
  * // The following example retrieves details about the parameters in a DB cluster parameter group.
100
100
  * const input = {
101
- * "DBClusterParameterGroupName": "mydbclusterpg"
101
+ * DBClusterParameterGroupName: "mydbclusterpg"
102
102
  * };
103
103
  * const command = new DescribeDBClusterParametersCommand(input);
104
104
  * const response = await client.send(command);
105
- * /* response ==
105
+ * /* response is
106
106
  * {
107
- * "Parameters": [
107
+ * Parameters: [
108
108
  * {
109
- * "AllowedValues": "0,1",
110
- * "ApplyMethod": "pending-reboot",
111
- * "ApplyType": "static",
112
- * "DataType": "boolean",
113
- * "Description": "Controls whether user-defined functions that have only an xxx symbol for the main function can be loaded",
114
- * "IsModifiable": false,
115
- * "ParameterName": "allow-suspicious-udfs",
116
- * "Source": "engine-default",
117
- * "SupportedEngineModes": [
109
+ * AllowedValues: "0,1",
110
+ * ApplyMethod: "pending-reboot",
111
+ * ApplyType: "static",
112
+ * DataType: "boolean",
113
+ * Description: "Controls whether user-defined functions that have only an xxx symbol for the main function can be loaded",
114
+ * IsModifiable: false,
115
+ * ParameterName: "allow-suspicious-udfs",
116
+ * Source: "engine-default",
117
+ * SupportedEngineModes: [
118
118
  * "provisioned"
119
119
  * ]
120
120
  * },
121
121
  * {
122
- * "AllowedValues": "0,1",
123
- * "ApplyMethod": "pending-reboot",
124
- * "ApplyType": "static",
125
- * "DataType": "boolean",
126
- * "Description": "Enables new features in the Aurora engine.",
127
- * "IsModifiable": true,
128
- * "ParameterName": "aurora_lab_mode",
129
- * "ParameterValue": "0",
130
- * "Source": "engine-default",
131
- * "SupportedEngineModes": [
122
+ * AllowedValues: "0,1",
123
+ * ApplyMethod: "pending-reboot",
124
+ * ApplyType: "static",
125
+ * DataType: "boolean",
126
+ * Description: "Enables new features in the Aurora engine.",
127
+ * IsModifiable: true,
128
+ * ParameterName: "aurora_lab_mode",
129
+ * ParameterValue: "0",
130
+ * Source: "engine-default",
131
+ * SupportedEngineModes: [
132
132
  * "provisioned"
133
133
  * ]
134
134
  * }
135
135
  * ]
136
136
  * }
137
137
  * *\/
138
- * // example id: to-describe-the-parameters-in-a-db-cluster-parameter-group-1680213275624
139
138
  * ```
140
139
  *
140
+ * @public
141
141
  */
142
142
  export declare class DescribeDBClusterParametersCommand extends DescribeDBClusterParametersCommand_base {
143
143
  /** @internal type navigation helper, not in runtime. */
@@ -75,33 +75,33 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
75
75
  * @throws {@link RDSServiceException}
76
76
  * <p>Base exception class for all service exceptions from RDS service.</p>
77
77
  *
78
- * @public
78
+ *
79
79
  * @example To describe the attribute names and values for a DB cluster snapshot
80
80
  * ```javascript
81
81
  * // The following example retrieves details of the attribute names and values for the specified DB cluster snapshot.
82
82
  * const input = {
83
- * "DBClusterSnapshotIdentifier": "myclustersnapshot"
83
+ * DBClusterSnapshotIdentifier: "myclustersnapshot"
84
84
  * };
85
85
  * const command = new DescribeDBClusterSnapshotAttributesCommand(input);
86
86
  * const response = await client.send(command);
87
- * /* response ==
87
+ * /* response is
88
88
  * {
89
- * "DBClusterSnapshotAttributesResult": {
90
- * "DBClusterSnapshotAttributes": [
89
+ * DBClusterSnapshotAttributesResult: {
90
+ * DBClusterSnapshotAttributes: [
91
91
  * {
92
- * "AttributeName": "restore",
93
- * "AttributeValues": [
92
+ * AttributeName: "restore",
93
+ * AttributeValues: [
94
94
  * "123456789012"
95
95
  * ]
96
96
  * }
97
97
  * ],
98
- * "DBClusterSnapshotIdentifier": "myclustersnapshot"
98
+ * DBClusterSnapshotIdentifier: "myclustersnapshot"
99
99
  * }
100
100
  * }
101
101
  * *\/
102
- * // example id: to-describe-the-attribute-names-and-values-for-a-db-cluster-snapshot-1680216238905
103
102
  * ```
104
103
  *
104
+ * @public
105
105
  */
106
106
  export declare class DescribeDBClusterSnapshotAttributesCommand extends DescribeDBClusterSnapshotAttributesCommand_base {
107
107
  /** @internal type navigation helper, not in runtime. */