@aws-sdk/client-rds 3.775.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 +48 -45
  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
@@ -116,74 +116,74 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
116
116
  * @throws {@link RDSServiceException}
117
117
  * <p>Base exception class for all service exceptions from RDS service.</p>
118
118
  *
119
- * @public
119
+ *
120
120
  * @example To describe a DB cluster snapshot for a DB cluster
121
121
  * ```javascript
122
122
  * // The following example retrieves the details for the DB cluster snapshots for the specified DB cluster.
123
123
  * const input = {
124
- * "DBClusterIdentifier": "mydbcluster"
124
+ * DBClusterIdentifier: "mydbcluster"
125
125
  * };
126
126
  * const command = new DescribeDBClusterSnapshotsCommand(input);
127
127
  * const response = await client.send(command);
128
- * /* response ==
128
+ * /* response is
129
129
  * {
130
- * "DBClusterSnapshots": [
130
+ * DBClusterSnapshots: [
131
131
  * {
132
- * "AllocatedStorage": 0,
133
- * "AvailabilityZones": [
132
+ * AllocatedStorage: 0,
133
+ * AvailabilityZones: [
134
134
  * "us-east-1a",
135
135
  * "us-east-1b",
136
136
  * "us-east-1e"
137
137
  * ],
138
- * "ClusterCreateTime": "2019-04-15T14:18:42.785Z",
139
- * "DBClusterIdentifier": "mydbcluster",
140
- * "DBClusterSnapshotArn": "arn:aws:rds:us-east-1:814387698303:cluster-snapshot:myclustersnapshotcopy",
141
- * "DBClusterSnapshotIdentifier": "myclustersnapshotcopy",
142
- * "Engine": "aurora-mysql",
143
- * "EngineVersion": "5.7.mysql_aurora.2.04.2",
144
- * "IAMDatabaseAuthenticationEnabled": false,
145
- * "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE",
146
- * "LicenseModel": "aurora-mysql",
147
- * "MasterUsername": "myadmin",
148
- * "PercentProgress": 100,
149
- * "Port": 0,
150
- * "SnapshotCreateTime": "2019-06-04T09:16:42.649Z",
151
- * "SnapshotType": "manual",
152
- * "Status": "available",
153
- * "StorageEncrypted": true,
154
- * "VpcId": "vpc-6594f31c"
138
+ * ClusterCreateTime: "2019-04-15T14:18:42.785Z",
139
+ * DBClusterIdentifier: "mydbcluster",
140
+ * DBClusterSnapshotArn: "arn:aws:rds:us-east-1:814387698303:cluster-snapshot:myclustersnapshotcopy",
141
+ * DBClusterSnapshotIdentifier: "myclustersnapshotcopy",
142
+ * Engine: "aurora-mysql",
143
+ * EngineVersion: "5.7.mysql_aurora.2.04.2",
144
+ * IAMDatabaseAuthenticationEnabled: false,
145
+ * KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE",
146
+ * LicenseModel: "aurora-mysql",
147
+ * MasterUsername: "myadmin",
148
+ * PercentProgress: 100,
149
+ * Port: 0,
150
+ * SnapshotCreateTime: "2019-06-04T09:16:42.649Z",
151
+ * SnapshotType: "manual",
152
+ * Status: "available",
153
+ * StorageEncrypted: true,
154
+ * VpcId: "vpc-6594f31c"
155
155
  * },
156
156
  * {
157
- * "AllocatedStorage": 0,
158
- * "AvailabilityZones": [
157
+ * AllocatedStorage: 0,
158
+ * AvailabilityZones: [
159
159
  * "us-east-1a",
160
160
  * "us-east-1b",
161
161
  * "us-east-1e"
162
162
  * ],
163
- * "ClusterCreateTime": "2019-04-15T14:18:42.785Z",
164
- * "DBClusterIdentifier": "mydbcluster",
165
- * "DBClusterSnapshotArn": "arn:aws:rds:us-east-1:123456789012:cluster-snapshot:rds:mydbcluster-2019-06-20-09-16",
166
- * "DBClusterSnapshotIdentifier": "rds:mydbcluster-2019-06-20-09-16",
167
- * "Engine": "aurora-mysql",
168
- * "EngineVersion": "5.7.mysql_aurora.2.04.2",
169
- * "IAMDatabaseAuthenticationEnabled": false,
170
- * "KmsKeyId": "arn:aws:kms:us-east-1:814387698303:key/AKIAIOSFODNN7EXAMPLE",
171
- * "LicenseModel": "aurora-mysql",
172
- * "MasterUsername": "myadmin",
173
- * "PercentProgress": 100,
174
- * "Port": 0,
175
- * "SnapshotCreateTime": "2019-06-20T09:16:26.569Z",
176
- * "SnapshotType": "automated",
177
- * "Status": "available",
178
- * "StorageEncrypted": true,
179
- * "VpcId": "vpc-6594f31c"
163
+ * ClusterCreateTime: "2019-04-15T14:18:42.785Z",
164
+ * DBClusterIdentifier: "mydbcluster",
165
+ * DBClusterSnapshotArn: "arn:aws:rds:us-east-1:123456789012:cluster-snapshot:rds:mydbcluster-2019-06-20-09-16",
166
+ * DBClusterSnapshotIdentifier: "rds:mydbcluster-2019-06-20-09-16",
167
+ * Engine: "aurora-mysql",
168
+ * EngineVersion: "5.7.mysql_aurora.2.04.2",
169
+ * IAMDatabaseAuthenticationEnabled: false,
170
+ * KmsKeyId: "arn:aws:kms:us-east-1:814387698303:key/AKIAIOSFODNN7EXAMPLE",
171
+ * LicenseModel: "aurora-mysql",
172
+ * MasterUsername: "myadmin",
173
+ * PercentProgress: 100,
174
+ * Port: 0,
175
+ * SnapshotCreateTime: "2019-06-20T09:16:26.569Z",
176
+ * SnapshotType: "automated",
177
+ * Status: "available",
178
+ * StorageEncrypted: true,
179
+ * VpcId: "vpc-6594f31c"
180
180
  * }
181
181
  * ]
182
182
  * }
183
183
  * *\/
184
- * // example id: to-describe-a-db-cluster-snapshot-for-a-db-cluster-1680216426182
185
184
  * ```
186
185
  *
186
+ * @public
187
187
  */
188
188
  export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base {
189
189
  /** @internal type navigation helper, not in runtime. */
@@ -268,105 +268,105 @@ declare const DescribeDBClustersCommand_base: {
268
268
  * @throws {@link RDSServiceException}
269
269
  * <p>Base exception class for all service exceptions from RDS service.</p>
270
270
  *
271
- * @public
271
+ *
272
272
  * @example To describe a DB cluster
273
273
  * ```javascript
274
274
  * // The following example retrieves the details of the specified DB cluster.
275
275
  * const input = {
276
- * "DBClusterIdentifier": "mydbcluster"
276
+ * DBClusterIdentifier: "mydbcluster"
277
277
  * };
278
278
  * const command = new DescribeDBClustersCommand(input);
279
279
  * const response = await client.send(command);
280
- * /* response ==
280
+ * /* response is
281
281
  * {
282
- * "DBClusters": [
282
+ * DBClusters: [
283
283
  * {
284
- * "AllocatedStorage": 1,
285
- * "AssociatedRoles": [],
286
- * "AvailabilityZones": [
284
+ * AllocatedStorage: 1,
285
+ * AssociatedRoles: [],
286
+ * AvailabilityZones: [
287
287
  * "us-east-1a",
288
288
  * "us-east-1b",
289
289
  * "us-east-1e"
290
290
  * ],
291
- * "BackupRetentionPeriod": 1,
292
- * "ClusterCreateTime": "2019-04-15T14:18:42.785Z",
293
- * "DBClusterArn": "arn:aws:rds:us-east-1:123456789012:cluster:mydbcluster",
294
- * "DBClusterIdentifier": "mydbcluster",
295
- * "DBClusterMembers": [
291
+ * BackupRetentionPeriod: 1,
292
+ * ClusterCreateTime: "2019-04-15T14:18:42.785Z",
293
+ * DBClusterArn: "arn:aws:rds:us-east-1:123456789012:cluster:mydbcluster",
294
+ * DBClusterIdentifier: "mydbcluster",
295
+ * DBClusterMembers: [
296
296
  * {
297
- * "DBClusterParameterGroupStatus": "in-sync",
298
- * "DBInstanceIdentifier": "dbinstance3",
299
- * "IsClusterWriter": false,
300
- * "PromotionTier": 1
297
+ * DBClusterParameterGroupStatus: "in-sync",
298
+ * DBInstanceIdentifier: "dbinstance3",
299
+ * IsClusterWriter: false,
300
+ * PromotionTier: 1
301
301
  * },
302
302
  * {
303
- * "DBClusterParameterGroupStatus": "in-sync",
304
- * "DBInstanceIdentifier": "dbinstance1",
305
- * "IsClusterWriter": false,
306
- * "PromotionTier": 1
303
+ * DBClusterParameterGroupStatus: "in-sync",
304
+ * DBInstanceIdentifier: "dbinstance1",
305
+ * IsClusterWriter: false,
306
+ * PromotionTier: 1
307
307
  * },
308
308
  * {
309
- * "DBClusterParameterGroupStatus": "in-sync",
310
- * "DBInstanceIdentifier": "dbinstance2",
311
- * "IsClusterWriter": false,
312
- * "PromotionTier": 1
309
+ * DBClusterParameterGroupStatus: "in-sync",
310
+ * DBInstanceIdentifier: "dbinstance2",
311
+ * IsClusterWriter: false,
312
+ * PromotionTier: 1
313
313
  * },
314
314
  * {
315
- * "DBClusterParameterGroupStatus": "in-sync",
316
- * "DBInstanceIdentifier": "mydbcluster",
317
- * "IsClusterWriter": false,
318
- * "PromotionTier": 1
315
+ * DBClusterParameterGroupStatus: "in-sync",
316
+ * DBInstanceIdentifier: "mydbcluster",
317
+ * IsClusterWriter: false,
318
+ * PromotionTier: 1
319
319
  * },
320
320
  * {
321
- * "DBClusterParameterGroupStatus": "in-sync",
322
- * "DBInstanceIdentifier": "mydbcluster-us-east-1b",
323
- * "IsClusterWriter": false,
324
- * "PromotionTier": 1
321
+ * DBClusterParameterGroupStatus: "in-sync",
322
+ * DBInstanceIdentifier: "mydbcluster-us-east-1b",
323
+ * IsClusterWriter: false,
324
+ * PromotionTier: 1
325
325
  * },
326
326
  * {
327
- * "DBClusterParameterGroupStatus": "in-sync",
328
- * "DBInstanceIdentifier": "mydbcluster",
329
- * "IsClusterWriter": true,
330
- * "PromotionTier": 1
327
+ * DBClusterParameterGroupStatus: "in-sync",
328
+ * DBInstanceIdentifier: "mydbcluster",
329
+ * IsClusterWriter: true,
330
+ * PromotionTier: 1
331
331
  * }
332
332
  * ],
333
- * "DBClusterParameterGroup": "default.aurora-mysql5.7",
334
- * "DBSubnetGroup": "default",
335
- * "DatabaseName": "mydbcluster",
336
- * "DbClusterResourceId": "cluster-AKIAIOSFODNN7EXAMPLE",
337
- * "DeletionProtection": false,
338
- * "EarliestRestorableTime": "2019-06-19T09:16:28.210Z",
339
- * "Endpoint": "mydbcluster.cluster-cnpexample.us-east-1.rds.amazonaws.com",
340
- * "Engine": "aurora-mysql",
341
- * "EngineMode": "provisioned",
342
- * "EngineVersion": "5.7.mysql_aurora.2.04.2",
343
- * "HostedZoneId": "Z2R2ITUGPM61AM",
344
- * "HttpEndpointEnabled": false,
345
- * "IAMDatabaseAuthenticationEnabled": false,
346
- * "KmsKeyId": "arn:aws:kms:us-east-1:814387698303:key/AKIAIOSFODNN7EXAMPLE",
347
- * "LatestRestorableTime": "2019-06-20T22:38:14.908Z",
348
- * "MasterUsername": "myadmin",
349
- * "MultiAZ": true,
350
- * "Port": 3306,
351
- * "PreferredBackupWindow": "09:09-09:39",
352
- * "PreferredMaintenanceWindow": "sat:04:09-sat:04:39",
353
- * "ReadReplicaIdentifiers": [],
354
- * "ReaderEndpoint": "mydbcluster.cluster-ro-cnpexample.us-east-1.rds.amazonaws.com",
355
- * "Status": "available",
356
- * "StorageEncrypted": true,
357
- * "VpcSecurityGroups": [
333
+ * DBClusterParameterGroup: "default.aurora-mysql5.7",
334
+ * DBSubnetGroup: "default",
335
+ * DatabaseName: "mydbcluster",
336
+ * DbClusterResourceId: "cluster-AKIAIOSFODNN7EXAMPLE",
337
+ * DeletionProtection: false,
338
+ * EarliestRestorableTime: "2019-06-19T09:16:28.210Z",
339
+ * Endpoint: "mydbcluster.cluster-cnpexample.us-east-1.rds.amazonaws.com",
340
+ * Engine: "aurora-mysql",
341
+ * EngineMode: "provisioned",
342
+ * EngineVersion: "5.7.mysql_aurora.2.04.2",
343
+ * HostedZoneId: "Z2R2ITUGPM61AM",
344
+ * HttpEndpointEnabled: false,
345
+ * IAMDatabaseAuthenticationEnabled: false,
346
+ * KmsKeyId: "arn:aws:kms:us-east-1:814387698303:key/AKIAIOSFODNN7EXAMPLE",
347
+ * LatestRestorableTime: "2019-06-20T22:38:14.908Z",
348
+ * MasterUsername: "myadmin",
349
+ * MultiAZ: true,
350
+ * Port: 3306,
351
+ * PreferredBackupWindow: "09:09-09:39",
352
+ * PreferredMaintenanceWindow: "sat:04:09-sat:04:39",
353
+ * ReadReplicaIdentifiers: [],
354
+ * ReaderEndpoint: "mydbcluster.cluster-ro-cnpexample.us-east-1.rds.amazonaws.com",
355
+ * Status: "available",
356
+ * StorageEncrypted: true,
357
+ * VpcSecurityGroups: [
358
358
  * {
359
- * "Status": "active",
360
- * "VpcSecurityGroupId": "sg-0b9130572daf3dc16"
359
+ * Status: "active",
360
+ * VpcSecurityGroupId: "sg-0b9130572daf3dc16"
361
361
  * }
362
362
  * ]
363
363
  * }
364
364
  * ]
365
365
  * }
366
366
  * *\/
367
- * // example id: to-describe-a-db-cluster-1680215000529
368
367
  * ```
369
368
  *
369
+ * @public
370
370
  */
371
371
  export declare class DescribeDBClustersCommand extends DescribeDBClustersCommand_base {
372
372
  /** @internal type navigation helper, not in runtime. */
@@ -162,47 +162,47 @@ declare const DescribeDBEngineVersionsCommand_base: {
162
162
  * @throws {@link RDSServiceException}
163
163
  * <p>Base exception class for all service exceptions from RDS service.</p>
164
164
  *
165
- * @public
165
+ *
166
166
  * @example To describe the DB engine versions for the MySQL DB engine
167
167
  * ```javascript
168
168
  * // The following example displays details about each of the DB engine versions for the specified DB engine.
169
169
  * const input = {
170
- * "Engine": "mysql"
170
+ * Engine: "mysql"
171
171
  * };
172
172
  * const command = new DescribeDBEngineVersionsCommand(input);
173
173
  * const response = await client.send(command);
174
- * /* response ==
174
+ * /* response is
175
175
  * {
176
- * "DBEngineVersions": [
176
+ * DBEngineVersions: [
177
177
  * {
178
- * "DBEngineDescription": "MySQL Community Edition",
179
- * "DBEngineVersionDescription": "MySQL 5.7.33",
180
- * "DBParameterGroupFamily": "mysql5.7",
181
- * "Engine": "mysql",
182
- * "EngineVersion": "5.7.33",
183
- * "ValidUpgradeTarget": [
178
+ * DBEngineDescription: "MySQL Community Edition",
179
+ * DBEngineVersionDescription: "MySQL 5.7.33",
180
+ * DBParameterGroupFamily: "mysql5.7",
181
+ * Engine: "mysql",
182
+ * EngineVersion: "5.7.33",
183
+ * ValidUpgradeTarget: [
184
184
  * {
185
- * "AutoUpgrade": false,
186
- * "Description": "MySQL 5.7.34",
187
- * "Engine": "mysql",
188
- * "EngineVersion": "5.7.34",
189
- * "IsMajorVersionUpgrade": false
185
+ * AutoUpgrade: false,
186
+ * Description: "MySQL 5.7.34",
187
+ * Engine: "mysql",
188
+ * EngineVersion: "5.7.34",
189
+ * IsMajorVersionUpgrade: false
190
190
  * },
191
191
  * {
192
- * "AutoUpgrade": false,
193
- * "Description": "MySQL 5.7.36",
194
- * "Engine": "mysql",
195
- * "EngineVersion": "5.7.36",
196
- * "IsMajorVersionUpgrade": false
192
+ * AutoUpgrade: false,
193
+ * Description: "MySQL 5.7.36",
194
+ * Engine: "mysql",
195
+ * EngineVersion: "5.7.36",
196
+ * IsMajorVersionUpgrade: false
197
197
  * }
198
198
  * ]
199
199
  * }
200
200
  * ]
201
201
  * }
202
202
  * *\/
203
- * // example id: to-describe-the-db-engine-versions-for-the-mysql-db-engine-1680216738909
204
203
  * ```
205
204
  *
205
+ * @public
206
206
  */
207
207
  export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {
208
208
  /** @internal type navigation helper, not in runtime. */
@@ -117,48 +117,48 @@ declare const DescribeDBInstanceAutomatedBackupsCommand_base: {
117
117
  * @throws {@link RDSServiceException}
118
118
  * <p>Base exception class for all service exceptions from RDS service.</p>
119
119
  *
120
- * @public
120
+ *
121
121
  * @example To describe the automated backups for a DB instance
122
122
  * ```javascript
123
123
  * // The following example displays details about the automated backups for the specified DB instance. The details include replicated automated backups in other AWS Regions.
124
124
  * const input = {
125
- * "DBInstanceIdentifier": "new-orcl-db"
125
+ * DBInstanceIdentifier: "new-orcl-db"
126
126
  * };
127
127
  * const command = new DescribeDBInstanceAutomatedBackupsCommand(input);
128
128
  * const response = await client.send(command);
129
- * /* response ==
129
+ * /* response is
130
130
  * {
131
- * "DBInstanceAutomatedBackups": [
131
+ * DBInstanceAutomatedBackups: [
132
132
  * {
133
- * "AllocatedStorage": 20,
134
- * "BackupRetentionPeriod": 14,
135
- * "DBInstanceArn": "arn:aws:rds:us-east-1:123456789012:db:new-orcl-db",
136
- * "DBInstanceAutomatedBackupsArn": "arn:aws:rds:us-west-2:123456789012:auto-backup:ab-jkib2gfq5rv7replzadausbrktni2bn4example",
137
- * "DBInstanceIdentifier": "new-orcl-db",
138
- * "DbiResourceId": "db-JKIB2GFQ5RV7REPLZA4EXAMPLE",
139
- * "Encrypted": false,
140
- * "Engine": "oracle-se2",
141
- * "EngineVersion": "12.1.0.2.v21",
142
- * "IAMDatabaseAuthenticationEnabled": false,
143
- * "InstanceCreateTime": "2020-12-04T15:28:31Z",
144
- * "LicenseModel": "bring-your-own-license",
145
- * "MasterUsername": "admin",
146
- * "OptionGroupName": "default:oracle-se2-12-1",
147
- * "Port": 1521,
148
- * "Region": "us-east-1",
149
- * "RestoreWindow": {
150
- * "EarliestTime": "2020-12-07T21:05:20.939Z",
151
- * "LatestTime": "2020-12-07T21:05:20.939Z"
133
+ * AllocatedStorage: 20,
134
+ * BackupRetentionPeriod: 14,
135
+ * DBInstanceArn: "arn:aws:rds:us-east-1:123456789012:db:new-orcl-db",
136
+ * DBInstanceAutomatedBackupsArn: "arn:aws:rds:us-west-2:123456789012:auto-backup:ab-jkib2gfq5rv7replzadausbrktni2bn4example",
137
+ * DBInstanceIdentifier: "new-orcl-db",
138
+ * DbiResourceId: "db-JKIB2GFQ5RV7REPLZA4EXAMPLE",
139
+ * Encrypted: false,
140
+ * Engine: "oracle-se2",
141
+ * EngineVersion: "12.1.0.2.v21",
142
+ * IAMDatabaseAuthenticationEnabled: false,
143
+ * InstanceCreateTime: "2020-12-04T15:28:31Z",
144
+ * LicenseModel: "bring-your-own-license",
145
+ * MasterUsername: "admin",
146
+ * OptionGroupName: "default:oracle-se2-12-1",
147
+ * Port: 1521,
148
+ * Region: "us-east-1",
149
+ * RestoreWindow: {
150
+ * EarliestTime: "2020-12-07T21:05:20.939Z",
151
+ * LatestTime: "2020-12-07T21:05:20.939Z"
152
152
  * },
153
- * "Status": "replicating",
154
- * "StorageType": "gp2"
153
+ * Status: "replicating",
154
+ * StorageType: "gp2"
155
155
  * }
156
156
  * ]
157
157
  * }
158
158
  * *\/
159
- * // example id: to-describe-the-automated-backups-for-a-db-instance-1680217198750
160
159
  * ```
161
160
  *
161
+ * @public
162
162
  */
163
163
  export declare class DescribeDBInstanceAutomatedBackupsCommand extends DescribeDBInstanceAutomatedBackupsCommand_base {
164
164
  /** @internal type navigation helper, not in runtime. */
@@ -298,36 +298,36 @@ declare const DescribeDBInstancesCommand_base: {
298
298
  * @throws {@link RDSServiceException}
299
299
  * <p>Base exception class for all service exceptions from RDS service.</p>
300
300
  *
301
- * @public
301
+ *
302
302
  * @example To describe a DB instance
303
303
  * ```javascript
304
304
  * // The following example retrieves details about the specified DB instance.
305
305
  * const input = {
306
- * "DBInstanceIdentifier": "mydbinstancecf"
306
+ * DBInstanceIdentifier: "mydbinstancecf"
307
307
  * };
308
308
  * const command = new DescribeDBInstancesCommand(input);
309
309
  * const response = await client.send(command);
310
- * /* response ==
310
+ * /* response is
311
311
  * {
312
- * "DBInstances": [
312
+ * DBInstances: [
313
313
  * {
314
- * "DBInstanceClass": "db.t3.small",
315
- * "DBInstanceIdentifier": "mydbinstancecf",
316
- * "DBInstanceStatus": "available",
317
- * "Endpoint": {
318
- * "Address": "mydbinstancecf.abcexample.us-east-1.rds.amazonaws.com",
319
- * "HostedZoneId": "Z2R2ITUGPM61AM",
320
- * "Port": 3306
314
+ * DBInstanceClass: "db.t3.small",
315
+ * DBInstanceIdentifier: "mydbinstancecf",
316
+ * DBInstanceStatus: "available",
317
+ * Endpoint: {
318
+ * Address: "mydbinstancecf.abcexample.us-east-1.rds.amazonaws.com",
319
+ * HostedZoneId: "Z2R2ITUGPM61AM",
320
+ * Port: 3306
321
321
  * },
322
- * "Engine": "mysql",
323
- * "MasterUsername": "admin"
322
+ * Engine: "mysql",
323
+ * MasterUsername: "admin"
324
324
  * }
325
325
  * ]
326
326
  * }
327
327
  * *\/
328
- * // example id: to-describe-a-db-instance-1680217544524
329
328
  * ```
330
329
  *
330
+ * @public
331
331
  */
332
332
  export declare class DescribeDBInstancesCommand extends DescribeDBInstancesCommand_base {
333
333
  /** @internal type navigation helper, not in runtime. */
@@ -82,54 +82,54 @@ declare const DescribeDBLogFilesCommand_base: {
82
82
  * @throws {@link RDSServiceException}
83
83
  * <p>Base exception class for all service exceptions from RDS service.</p>
84
84
  *
85
- * @public
85
+ *
86
86
  * @example To describe the log files for a DB instance
87
87
  * ```javascript
88
88
  * // The following example retrieves details about the log files for the specified DB instance.
89
89
  * const input = {
90
- * "DBInstanceIdentifier": "test-instance"
90
+ * DBInstanceIdentifier: "test-instance"
91
91
  * };
92
92
  * const command = new DescribeDBLogFilesCommand(input);
93
93
  * const response = await client.send(command);
94
- * /* response ==
94
+ * /* response is
95
95
  * {
96
- * "DescribeDBLogFiles": [
96
+ * DescribeDBLogFiles: [
97
97
  * {
98
- * "LastWritten": 1533060000000,
99
- * "LogFileName": "error/mysql-error-running.log",
100
- * "Size": 0
98
+ * LastWritten: 1533060000000,
99
+ * LogFileName: "error/mysql-error-running.log",
100
+ * Size: 0
101
101
  * },
102
102
  * {
103
- * "LastWritten": 1532994300000,
104
- * "LogFileName": "error/mysql-error-running.log.0",
105
- * "Size": 2683
103
+ * LastWritten: 1532994300000,
104
+ * LogFileName: "error/mysql-error-running.log.0",
105
+ * Size: 2683
106
106
  * },
107
107
  * {
108
- * "LastWritten": 1533057300000,
109
- * "LogFileName": "error/mysql-error-running.log.18",
110
- * "Size": 107
108
+ * LastWritten: 1533057300000,
109
+ * LogFileName: "error/mysql-error-running.log.18",
110
+ * Size: 107
111
111
  * },
112
112
  * {
113
- * "LastWritten": 1532991000000,
114
- * "LogFileName": "error/mysql-error-running.log.23",
115
- * "Size": 13105
113
+ * LastWritten: 1532991000000,
114
+ * LogFileName: "error/mysql-error-running.log.23",
115
+ * Size: 13105
116
116
  * },
117
117
  * {
118
- * "LastWritten": 1533061200000,
119
- * "LogFileName": "error/mysql-error.log",
120
- * "Size": 0
118
+ * LastWritten: 1533061200000,
119
+ * LogFileName: "error/mysql-error.log",
120
+ * Size: 0
121
121
  * },
122
122
  * {
123
- * "LastWritten": 1532989252000,
124
- * "LogFileName": "mysqlUpgrade",
125
- * "Size": 3519
123
+ * LastWritten: 1532989252000,
124
+ * LogFileName: "mysqlUpgrade",
125
+ * Size: 3519
126
126
  * }
127
127
  * ]
128
128
  * }
129
129
  * *\/
130
- * // example id: to-describe-the-log-files-for-a-db-instance-1680217710149
131
130
  * ```
132
131
  *
132
+ * @public
133
133
  */
134
134
  export declare class DescribeDBLogFilesCommand extends DescribeDBLogFilesCommand_base {
135
135
  /** @internal type navigation helper, not in runtime. */
@@ -78,46 +78,46 @@ declare const DescribeDBParameterGroupsCommand_base: {
78
78
  * @throws {@link RDSServiceException}
79
79
  * <p>Base exception class for all service exceptions from RDS service.</p>
80
80
  *
81
- * @public
81
+ *
82
82
  * @example To describe your DB parameter groups
83
83
  * ```javascript
84
84
  * // The following example retrieves details about your DB parameter groups.
85
- * const input = {};
85
+ * const input = { /* empty *\/ };
86
86
  * const command = new DescribeDBParameterGroupsCommand(input);
87
87
  * const response = await client.send(command);
88
- * /* response ==
88
+ * /* response is
89
89
  * {
90
- * "DBParameterGroups": [
90
+ * DBParameterGroups: [
91
91
  * {
92
- * "DBParameterGroupArn": "arn:aws:rds:us-east-1:123456789012:pg:default.aurora-mysql5.7",
93
- * "DBParameterGroupFamily": "aurora-mysql5.7",
94
- * "DBParameterGroupName": "default.aurora-mysql5.7",
95
- * "Description": "Default parameter group for aurora-mysql5.7"
92
+ * DBParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:pg:default.aurora-mysql5.7",
93
+ * DBParameterGroupFamily: "aurora-mysql5.7",
94
+ * DBParameterGroupName: "default.aurora-mysql5.7",
95
+ * Description: "Default parameter group for aurora-mysql5.7"
96
96
  * },
97
97
  * {
98
- * "DBParameterGroupArn": "arn:aws:rds:us-east-1:123456789012:pg:default.aurora-postgresql9.6",
99
- * "DBParameterGroupFamily": "aurora-postgresql9.6",
100
- * "DBParameterGroupName": "default.aurora-postgresql9.6",
101
- * "Description": "Default parameter group for aurora-postgresql9.6"
98
+ * DBParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:pg:default.aurora-postgresql9.6",
99
+ * DBParameterGroupFamily: "aurora-postgresql9.6",
100
+ * DBParameterGroupName: "default.aurora-postgresql9.6",
101
+ * Description: "Default parameter group for aurora-postgresql9.6"
102
102
  * },
103
103
  * {
104
- * "DBParameterGroupArn": "arn:aws:rds:us-east-1:123456789012:pg:default.aurora5.6",
105
- * "DBParameterGroupFamily": "aurora5.6",
106
- * "DBParameterGroupName": "default.aurora5.6",
107
- * "Description": "Default parameter group for aurora5.6"
104
+ * DBParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:pg:default.aurora5.6",
105
+ * DBParameterGroupFamily: "aurora5.6",
106
+ * DBParameterGroupName: "default.aurora5.6",
107
+ * Description: "Default parameter group for aurora5.6"
108
108
  * },
109
109
  * {
110
- * "DBParameterGroupArn": "arn:aws:rds:us-east-1:123456789012:pg:default.mariadb10.1",
111
- * "DBParameterGroupFamily": "mariadb10.1",
112
- * "DBParameterGroupName": "default.mariadb10.1",
113
- * "Description": "Default parameter group for mariadb10.1"
110
+ * DBParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:pg:default.mariadb10.1",
111
+ * DBParameterGroupFamily: "mariadb10.1",
112
+ * DBParameterGroupName: "default.mariadb10.1",
113
+ * Description: "Default parameter group for mariadb10.1"
114
114
  * }
115
115
  * ]
116
116
  * }
117
117
  * *\/
118
- * // example id: to-describe-your-db-parameter-groups-1680279250598
119
118
  * ```
120
119
  *
120
+ * @public
121
121
  */
122
122
  export declare class DescribeDBParameterGroupsCommand extends DescribeDBParameterGroupsCommand_base {
123
123
  /** @internal type navigation helper, not in runtime. */