@aws-sdk/client-rds 3.321.1 → 3.326.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 (142) hide show
  1. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +4 -0
  2. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +4 -0
  3. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +21 -0
  4. package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
  5. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +18 -0
  6. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +26 -0
  7. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +11 -0
  8. package/dist-types/commands/CancelExportTaskCommand.d.ts +23 -0
  9. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -0
  10. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +37 -0
  11. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +11 -0
  12. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +50 -0
  13. package/dist-types/commands/CopyOptionGroupCommand.d.ts +52 -0
  14. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +34 -0
  15. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +83 -0
  16. package/dist-types/commands/CreateDBClusterCommand.d.ts +151 -127
  17. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +19 -0
  18. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -0
  19. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +37 -0
  20. package/dist-types/commands/CreateDBInstanceCommand.d.ts +216 -0
  21. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +216 -0
  22. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +11 -0
  23. package/dist-types/commands/CreateDBProxyCommand.d.ts +35 -0
  24. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +22 -0
  25. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +26 -0
  26. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +50 -0
  27. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +27 -0
  28. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +21 -0
  29. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +31 -0
  30. package/dist-types/commands/CreateOptionGroupCommand.d.ts +52 -0
  31. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +34 -0
  32. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +83 -0
  33. package/dist-types/commands/DeleteDBClusterCommand.d.ts +151 -0
  34. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +19 -0
  35. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -0
  36. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +37 -0
  37. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +42 -0
  38. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +216 -0
  39. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteDBProxyCommand.d.ts +35 -0
  41. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +22 -0
  42. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +50 -0
  44. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +4 -0
  45. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +21 -0
  46. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +31 -0
  47. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +4 -0
  48. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +4 -0
  49. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +12 -0
  50. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +37 -0
  51. package/dist-types/commands/DescribeCertificatesCommand.d.ts +18 -0
  52. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +16 -0
  53. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +24 -0
  54. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +14 -0
  55. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +23 -0
  56. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +40 -0
  58. package/dist-types/commands/DescribeDBClustersCommand.d.ts +154 -0
  59. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +88 -0
  60. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +45 -0
  61. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +219 -0
  62. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +13 -0
  63. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +14 -0
  64. package/dist-types/commands/DescribeDBParametersCommand.d.ts +23 -0
  65. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +38 -0
  66. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +25 -0
  67. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +26 -0
  68. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +22 -0
  69. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +29 -0
  70. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +16 -0
  71. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +53 -0
  72. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +30 -0
  73. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +26 -0
  74. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +26 -0
  75. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +13 -0
  76. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +24 -0
  77. package/dist-types/commands/DescribeEventsCommand.d.ts +18 -0
  78. package/dist-types/commands/DescribeExportTasksCommand.d.ts +28 -0
  79. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +34 -0
  80. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +52 -0
  81. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +55 -0
  82. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +61 -0
  83. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +21 -0
  84. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +31 -0
  85. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +25 -0
  86. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +14 -0
  87. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +53 -0
  88. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +8 -0
  89. package/dist-types/commands/FailoverDBClusterCommand.d.ts +151 -0
  90. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +31 -0
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  92. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +11 -0
  93. package/dist-types/commands/ModifyCertificatesCommand.d.ts +15 -0
  94. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +10 -0
  95. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +83 -0
  96. package/dist-types/commands/ModifyDBClusterCommand.d.ts +151 -0
  97. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +19 -0
  98. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +6 -0
  99. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +16 -0
  100. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +216 -49
  101. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +6 -0
  102. package/dist-types/commands/ModifyDBProxyCommand.d.ts +35 -0
  103. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +22 -0
  104. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +23 -0
  105. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +16 -0
  106. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +50 -0
  107. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +27 -0
  108. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +21 -0
  109. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +31 -0
  110. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +52 -0
  111. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +216 -0
  112. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +151 -0
  113. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +28 -0
  114. package/dist-types/commands/RebootDBClusterCommand.d.ts +151 -0
  115. package/dist-types/commands/RebootDBInstanceCommand.d.ts +216 -0
  116. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +21 -0
  117. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +31 -0
  118. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +4 -0
  119. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +4 -0
  120. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +21 -0
  121. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
  122. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -0
  123. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -0
  124. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +151 -0
  125. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +151 -0
  126. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +151 -0
  127. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +216 -0
  128. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +216 -0
  129. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +216 -0
  130. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +26 -0
  131. package/dist-types/commands/StartActivityStreamCommand.d.ts +11 -0
  132. package/dist-types/commands/StartDBClusterCommand.d.ts +151 -0
  133. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +42 -0
  134. package/dist-types/commands/StartDBInstanceCommand.d.ts +216 -0
  135. package/dist-types/commands/StartExportTaskCommand.d.ts +23 -0
  136. package/dist-types/commands/StopActivityStreamCommand.d.ts +8 -0
  137. package/dist-types/commands/StopDBClusterCommand.d.ts +151 -0
  138. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +42 -0
  139. package/dist-types/commands/StopDBInstanceCommand.d.ts +216 -0
  140. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +34 -0
  141. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +216 -0
  142. package/package.json +17 -17
@@ -92,6 +92,220 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
92
92
  * };
93
93
  * const command = new RestoreDBInstanceToPointInTimeCommand(input);
94
94
  * const response = await client.send(command);
95
+ * // { // RestoreDBInstanceToPointInTimeResult
96
+ * // DBInstance: { // DBInstance
97
+ * // DBInstanceIdentifier: "STRING_VALUE",
98
+ * // DBInstanceClass: "STRING_VALUE",
99
+ * // Engine: "STRING_VALUE",
100
+ * // DBInstanceStatus: "STRING_VALUE",
101
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
102
+ * // MasterUsername: "STRING_VALUE",
103
+ * // DBName: "STRING_VALUE",
104
+ * // Endpoint: { // Endpoint
105
+ * // Address: "STRING_VALUE",
106
+ * // Port: Number("int"),
107
+ * // HostedZoneId: "STRING_VALUE",
108
+ * // },
109
+ * // AllocatedStorage: Number("int"),
110
+ * // InstanceCreateTime: new Date("TIMESTAMP"),
111
+ * // PreferredBackupWindow: "STRING_VALUE",
112
+ * // BackupRetentionPeriod: Number("int"),
113
+ * // DBSecurityGroups: [ // DBSecurityGroupMembershipList
114
+ * // { // DBSecurityGroupMembership
115
+ * // DBSecurityGroupName: "STRING_VALUE",
116
+ * // Status: "STRING_VALUE",
117
+ * // },
118
+ * // ],
119
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
120
+ * // { // VpcSecurityGroupMembership
121
+ * // VpcSecurityGroupId: "STRING_VALUE",
122
+ * // Status: "STRING_VALUE",
123
+ * // },
124
+ * // ],
125
+ * // DBParameterGroups: [ // DBParameterGroupStatusList
126
+ * // { // DBParameterGroupStatus
127
+ * // DBParameterGroupName: "STRING_VALUE",
128
+ * // ParameterApplyStatus: "STRING_VALUE",
129
+ * // },
130
+ * // ],
131
+ * // AvailabilityZone: "STRING_VALUE",
132
+ * // DBSubnetGroup: { // DBSubnetGroup
133
+ * // DBSubnetGroupName: "STRING_VALUE",
134
+ * // DBSubnetGroupDescription: "STRING_VALUE",
135
+ * // VpcId: "STRING_VALUE",
136
+ * // SubnetGroupStatus: "STRING_VALUE",
137
+ * // Subnets: [ // SubnetList
138
+ * // { // Subnet
139
+ * // SubnetIdentifier: "STRING_VALUE",
140
+ * // SubnetAvailabilityZone: { // AvailabilityZone
141
+ * // Name: "STRING_VALUE",
142
+ * // },
143
+ * // SubnetOutpost: { // Outpost
144
+ * // Arn: "STRING_VALUE",
145
+ * // },
146
+ * // SubnetStatus: "STRING_VALUE",
147
+ * // },
148
+ * // ],
149
+ * // DBSubnetGroupArn: "STRING_VALUE",
150
+ * // SupportedNetworkTypes: [ // StringList
151
+ * // "STRING_VALUE",
152
+ * // ],
153
+ * // },
154
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
155
+ * // PendingModifiedValues: { // PendingModifiedValues
156
+ * // DBInstanceClass: "STRING_VALUE",
157
+ * // AllocatedStorage: Number("int"),
158
+ * // MasterUserPassword: "STRING_VALUE",
159
+ * // Port: Number("int"),
160
+ * // BackupRetentionPeriod: Number("int"),
161
+ * // MultiAZ: true || false,
162
+ * // EngineVersion: "STRING_VALUE",
163
+ * // LicenseModel: "STRING_VALUE",
164
+ * // Iops: Number("int"),
165
+ * // DBInstanceIdentifier: "STRING_VALUE",
166
+ * // StorageType: "STRING_VALUE",
167
+ * // CACertificateIdentifier: "STRING_VALUE",
168
+ * // DBSubnetGroupName: "STRING_VALUE",
169
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
170
+ * // LogTypesToEnable: [ // LogTypeList
171
+ * // "STRING_VALUE",
172
+ * // ],
173
+ * // LogTypesToDisable: [
174
+ * // "STRING_VALUE",
175
+ * // ],
176
+ * // },
177
+ * // ProcessorFeatures: [ // ProcessorFeatureList
178
+ * // { // ProcessorFeature
179
+ * // Name: "STRING_VALUE",
180
+ * // Value: "STRING_VALUE",
181
+ * // },
182
+ * // ],
183
+ * // IAMDatabaseAuthenticationEnabled: true || false,
184
+ * // AutomationMode: "full" || "all-paused",
185
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
186
+ * // StorageThroughput: Number("int"),
187
+ * // },
188
+ * // LatestRestorableTime: new Date("TIMESTAMP"),
189
+ * // MultiAZ: true || false,
190
+ * // EngineVersion: "STRING_VALUE",
191
+ * // AutoMinorVersionUpgrade: true || false,
192
+ * // ReadReplicaSourceDBInstanceIdentifier: "STRING_VALUE",
193
+ * // ReadReplicaDBInstanceIdentifiers: [ // ReadReplicaDBInstanceIdentifierList
194
+ * // "STRING_VALUE",
195
+ * // ],
196
+ * // ReadReplicaDBClusterIdentifiers: [ // ReadReplicaDBClusterIdentifierList
197
+ * // "STRING_VALUE",
198
+ * // ],
199
+ * // ReplicaMode: "open-read-only" || "mounted",
200
+ * // LicenseModel: "STRING_VALUE",
201
+ * // Iops: Number("int"),
202
+ * // OptionGroupMemberships: [ // OptionGroupMembershipList
203
+ * // { // OptionGroupMembership
204
+ * // OptionGroupName: "STRING_VALUE",
205
+ * // Status: "STRING_VALUE",
206
+ * // },
207
+ * // ],
208
+ * // CharacterSetName: "STRING_VALUE",
209
+ * // NcharCharacterSetName: "STRING_VALUE",
210
+ * // SecondaryAvailabilityZone: "STRING_VALUE",
211
+ * // PubliclyAccessible: true || false,
212
+ * // StatusInfos: [ // DBInstanceStatusInfoList
213
+ * // { // DBInstanceStatusInfo
214
+ * // StatusType: "STRING_VALUE",
215
+ * // Normal: true || false,
216
+ * // Status: "STRING_VALUE",
217
+ * // Message: "STRING_VALUE",
218
+ * // },
219
+ * // ],
220
+ * // StorageType: "STRING_VALUE",
221
+ * // TdeCredentialArn: "STRING_VALUE",
222
+ * // DbInstancePort: Number("int"),
223
+ * // DBClusterIdentifier: "STRING_VALUE",
224
+ * // StorageEncrypted: true || false,
225
+ * // KmsKeyId: "STRING_VALUE",
226
+ * // DbiResourceId: "STRING_VALUE",
227
+ * // CACertificateIdentifier: "STRING_VALUE",
228
+ * // DomainMemberships: [ // DomainMembershipList
229
+ * // { // DomainMembership
230
+ * // Domain: "STRING_VALUE",
231
+ * // Status: "STRING_VALUE",
232
+ * // FQDN: "STRING_VALUE",
233
+ * // IAMRoleName: "STRING_VALUE",
234
+ * // },
235
+ * // ],
236
+ * // CopyTagsToSnapshot: true || false,
237
+ * // MonitoringInterval: Number("int"),
238
+ * // EnhancedMonitoringResourceArn: "STRING_VALUE",
239
+ * // MonitoringRoleArn: "STRING_VALUE",
240
+ * // PromotionTier: Number("int"),
241
+ * // DBInstanceArn: "STRING_VALUE",
242
+ * // Timezone: "STRING_VALUE",
243
+ * // IAMDatabaseAuthenticationEnabled: true || false,
244
+ * // PerformanceInsightsEnabled: true || false,
245
+ * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
246
+ * // PerformanceInsightsRetentionPeriod: Number("int"),
247
+ * // EnabledCloudwatchLogsExports: [
248
+ * // "STRING_VALUE",
249
+ * // ],
250
+ * // ProcessorFeatures: [
251
+ * // {
252
+ * // Name: "STRING_VALUE",
253
+ * // Value: "STRING_VALUE",
254
+ * // },
255
+ * // ],
256
+ * // DeletionProtection: true || false,
257
+ * // AssociatedRoles: [ // DBInstanceRoles
258
+ * // { // DBInstanceRole
259
+ * // RoleArn: "STRING_VALUE",
260
+ * // FeatureName: "STRING_VALUE",
261
+ * // Status: "STRING_VALUE",
262
+ * // },
263
+ * // ],
264
+ * // ListenerEndpoint: {
265
+ * // Address: "STRING_VALUE",
266
+ * // Port: Number("int"),
267
+ * // HostedZoneId: "STRING_VALUE",
268
+ * // },
269
+ * // MaxAllocatedStorage: Number("int"),
270
+ * // TagList: [ // TagList
271
+ * // { // Tag
272
+ * // Key: "STRING_VALUE",
273
+ * // Value: "STRING_VALUE",
274
+ * // },
275
+ * // ],
276
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
277
+ * // { // DBInstanceAutomatedBackupsReplication
278
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
279
+ * // },
280
+ * // ],
281
+ * // CustomerOwnedIpEnabled: true || false,
282
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
283
+ * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
284
+ * // ActivityStreamKmsKeyId: "STRING_VALUE",
285
+ * // ActivityStreamKinesisStreamName: "STRING_VALUE",
286
+ * // ActivityStreamMode: "sync" || "async",
287
+ * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
288
+ * // AutomationMode: "full" || "all-paused",
289
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
290
+ * // CustomIamInstanceProfile: "STRING_VALUE",
291
+ * // BackupTarget: "STRING_VALUE",
292
+ * // NetworkType: "STRING_VALUE",
293
+ * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
294
+ * // StorageThroughput: Number("int"),
295
+ * // DBSystemId: "STRING_VALUE",
296
+ * // MasterUserSecret: { // MasterUserSecret
297
+ * // SecretArn: "STRING_VALUE",
298
+ * // SecretStatus: "STRING_VALUE",
299
+ * // KmsKeyId: "STRING_VALUE",
300
+ * // },
301
+ * // CertificateDetails: { // CertificateDetails
302
+ * // CAIdentifier: "STRING_VALUE",
303
+ * // ValidTill: new Date("TIMESTAMP"),
304
+ * // },
305
+ * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
306
+ * // },
307
+ * // };
308
+ *
95
309
  * ```
96
310
  *
97
311
  * @param RestoreDBInstanceToPointInTimeCommandInput - {@link RestoreDBInstanceToPointInTimeCommandInput}
@@ -185,6 +399,8 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
185
399
  * <p>Storage of the <code>StorageType</code> specified can't be associated
186
400
  * with the DB instance.</p>
187
401
  *
402
+ * @throws {@link RDSServiceException}
403
+ * <p>Base exception class for all service exceptions from RDS service.</p>
188
404
  *
189
405
  * @example To restore a DB instance to a point in time
190
406
  * ```javascript
@@ -44,6 +44,30 @@ export interface RevokeDBSecurityGroupIngressCommandOutput extends RevokeDBSecur
44
44
  * };
45
45
  * const command = new RevokeDBSecurityGroupIngressCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // RevokeDBSecurityGroupIngressResult
48
+ * // DBSecurityGroup: { // DBSecurityGroup
49
+ * // OwnerId: "STRING_VALUE",
50
+ * // DBSecurityGroupName: "STRING_VALUE",
51
+ * // DBSecurityGroupDescription: "STRING_VALUE",
52
+ * // VpcId: "STRING_VALUE",
53
+ * // EC2SecurityGroups: [ // EC2SecurityGroupList
54
+ * // { // EC2SecurityGroup
55
+ * // Status: "STRING_VALUE",
56
+ * // EC2SecurityGroupName: "STRING_VALUE",
57
+ * // EC2SecurityGroupId: "STRING_VALUE",
58
+ * // EC2SecurityGroupOwnerId: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // IPRanges: [ // IPRangeList
62
+ * // { // IPRange
63
+ * // Status: "STRING_VALUE",
64
+ * // CIDRIP: "STRING_VALUE",
65
+ * // },
66
+ * // ],
67
+ * // DBSecurityGroupArn: "STRING_VALUE",
68
+ * // },
69
+ * // };
70
+ *
47
71
  * ```
48
72
  *
49
73
  * @param RevokeDBSecurityGroupIngressCommandInput - {@link RevokeDBSecurityGroupIngressCommandInput}
@@ -65,6 +89,8 @@ export interface RevokeDBSecurityGroupIngressCommandOutput extends RevokeDBSecur
65
89
  * @throws {@link InvalidDBSecurityGroupStateFault} (client fault)
66
90
  * <p>The state of the DB security group doesn't allow deletion.</p>
67
91
  *
92
+ * @throws {@link RDSServiceException}
93
+ * <p>Base exception class for all service exceptions from RDS service.</p>
68
94
  *
69
95
  * @example To revoke ingress for a DB security group
70
96
  * ```javascript
@@ -42,6 +42,15 @@ export interface StartActivityStreamCommandOutput extends StartActivityStreamRes
42
42
  * };
43
43
  * const command = new StartActivityStreamCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // StartActivityStreamResponse
46
+ * // KmsKeyId: "STRING_VALUE",
47
+ * // KinesisStreamName: "STRING_VALUE",
48
+ * // Status: "stopped" || "starting" || "started" || "stopping",
49
+ * // Mode: "sync" || "async",
50
+ * // ApplyImmediately: true || false,
51
+ * // EngineNativeAuditFieldsIncluded: true || false,
52
+ * // };
53
+ *
45
54
  * ```
46
55
  *
47
56
  * @param StartActivityStreamCommandInput - {@link StartActivityStreamCommandInput}
@@ -70,6 +79,8 @@ export interface StartActivityStreamCommandOutput extends StartActivityStreamRes
70
79
  * @throws {@link ResourceNotFoundFault} (client fault)
71
80
  * <p>The specified resource ID was not found.</p>
72
81
  *
82
+ * @throws {@link RDSServiceException}
83
+ * <p>Base exception class for all service exceptions from RDS service.</p>
73
84
  *
74
85
  * @example To start a database activity stream
75
86
  * ```javascript
@@ -38,6 +38,155 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
38
38
  * };
39
39
  * const command = new StartDBClusterCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // StartDBClusterResult
42
+ * // DBCluster: { // DBCluster
43
+ * // AllocatedStorage: Number("int"),
44
+ * // AvailabilityZones: [ // AvailabilityZones
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // BackupRetentionPeriod: Number("int"),
48
+ * // CharacterSetName: "STRING_VALUE",
49
+ * // DatabaseName: "STRING_VALUE",
50
+ * // DBClusterIdentifier: "STRING_VALUE",
51
+ * // DBClusterParameterGroup: "STRING_VALUE",
52
+ * // DBSubnetGroup: "STRING_VALUE",
53
+ * // Status: "STRING_VALUE",
54
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
55
+ * // PercentProgress: "STRING_VALUE",
56
+ * // EarliestRestorableTime: new Date("TIMESTAMP"),
57
+ * // Endpoint: "STRING_VALUE",
58
+ * // ReaderEndpoint: "STRING_VALUE",
59
+ * // CustomEndpoints: [ // StringList
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // MultiAZ: true || false,
63
+ * // Engine: "STRING_VALUE",
64
+ * // EngineVersion: "STRING_VALUE",
65
+ * // LatestRestorableTime: new Date("TIMESTAMP"),
66
+ * // Port: Number("int"),
67
+ * // MasterUsername: "STRING_VALUE",
68
+ * // DBClusterOptionGroupMemberships: [ // DBClusterOptionGroupMemberships
69
+ * // { // DBClusterOptionGroupStatus
70
+ * // DBClusterOptionGroupName: "STRING_VALUE",
71
+ * // Status: "STRING_VALUE",
72
+ * // },
73
+ * // ],
74
+ * // PreferredBackupWindow: "STRING_VALUE",
75
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
76
+ * // ReplicationSourceIdentifier: "STRING_VALUE",
77
+ * // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
78
+ * // "STRING_VALUE",
79
+ * // ],
80
+ * // DBClusterMembers: [ // DBClusterMemberList
81
+ * // { // DBClusterMember
82
+ * // DBInstanceIdentifier: "STRING_VALUE",
83
+ * // IsClusterWriter: true || false,
84
+ * // DBClusterParameterGroupStatus: "STRING_VALUE",
85
+ * // PromotionTier: Number("int"),
86
+ * // },
87
+ * // ],
88
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
89
+ * // { // VpcSecurityGroupMembership
90
+ * // VpcSecurityGroupId: "STRING_VALUE",
91
+ * // Status: "STRING_VALUE",
92
+ * // },
93
+ * // ],
94
+ * // HostedZoneId: "STRING_VALUE",
95
+ * // StorageEncrypted: true || false,
96
+ * // KmsKeyId: "STRING_VALUE",
97
+ * // DbClusterResourceId: "STRING_VALUE",
98
+ * // DBClusterArn: "STRING_VALUE",
99
+ * // AssociatedRoles: [ // DBClusterRoles
100
+ * // { // DBClusterRole
101
+ * // RoleArn: "STRING_VALUE",
102
+ * // Status: "STRING_VALUE",
103
+ * // FeatureName: "STRING_VALUE",
104
+ * // },
105
+ * // ],
106
+ * // IAMDatabaseAuthenticationEnabled: true || false,
107
+ * // CloneGroupId: "STRING_VALUE",
108
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
109
+ * // EarliestBacktrackTime: new Date("TIMESTAMP"),
110
+ * // BacktrackWindow: Number("long"),
111
+ * // BacktrackConsumedChangeRecords: Number("long"),
112
+ * // EnabledCloudwatchLogsExports: [ // LogTypeList
113
+ * // "STRING_VALUE",
114
+ * // ],
115
+ * // Capacity: Number("int"),
116
+ * // EngineMode: "STRING_VALUE",
117
+ * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
118
+ * // MinCapacity: Number("int"),
119
+ * // MaxCapacity: Number("int"),
120
+ * // AutoPause: true || false,
121
+ * // SecondsUntilAutoPause: Number("int"),
122
+ * // TimeoutAction: "STRING_VALUE",
123
+ * // SecondsBeforeTimeout: Number("int"),
124
+ * // },
125
+ * // DeletionProtection: true || false,
126
+ * // HttpEndpointEnabled: true || false,
127
+ * // ActivityStreamMode: "sync" || "async",
128
+ * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
129
+ * // ActivityStreamKmsKeyId: "STRING_VALUE",
130
+ * // ActivityStreamKinesisStreamName: "STRING_VALUE",
131
+ * // CopyTagsToSnapshot: true || false,
132
+ * // CrossAccountClone: true || false,
133
+ * // DomainMemberships: [ // DomainMembershipList
134
+ * // { // DomainMembership
135
+ * // Domain: "STRING_VALUE",
136
+ * // Status: "STRING_VALUE",
137
+ * // FQDN: "STRING_VALUE",
138
+ * // IAMRoleName: "STRING_VALUE",
139
+ * // },
140
+ * // ],
141
+ * // TagList: [ // TagList
142
+ * // { // Tag
143
+ * // Key: "STRING_VALUE",
144
+ * // Value: "STRING_VALUE",
145
+ * // },
146
+ * // ],
147
+ * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
148
+ * // GlobalWriteForwardingRequested: true || false,
149
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
150
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
151
+ * // LogTypesToEnable: [
152
+ * // "STRING_VALUE",
153
+ * // ],
154
+ * // LogTypesToDisable: [
155
+ * // "STRING_VALUE",
156
+ * // ],
157
+ * // },
158
+ * // DBClusterIdentifier: "STRING_VALUE",
159
+ * // MasterUserPassword: "STRING_VALUE",
160
+ * // IAMDatabaseAuthenticationEnabled: true || false,
161
+ * // EngineVersion: "STRING_VALUE",
162
+ * // BackupRetentionPeriod: Number("int"),
163
+ * // AllocatedStorage: Number("int"),
164
+ * // Iops: Number("int"),
165
+ * // },
166
+ * // DBClusterInstanceClass: "STRING_VALUE",
167
+ * // StorageType: "STRING_VALUE",
168
+ * // Iops: Number("int"),
169
+ * // PubliclyAccessible: true || false,
170
+ * // AutoMinorVersionUpgrade: true || false,
171
+ * // MonitoringInterval: Number("int"),
172
+ * // MonitoringRoleArn: "STRING_VALUE",
173
+ * // PerformanceInsightsEnabled: true || false,
174
+ * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
175
+ * // PerformanceInsightsRetentionPeriod: Number("int"),
176
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
177
+ * // MinCapacity: Number("double"),
178
+ * // MaxCapacity: Number("double"),
179
+ * // },
180
+ * // NetworkType: "STRING_VALUE",
181
+ * // DBSystemId: "STRING_VALUE",
182
+ * // MasterUserSecret: { // MasterUserSecret
183
+ * // SecretArn: "STRING_VALUE",
184
+ * // SecretStatus: "STRING_VALUE",
185
+ * // KmsKeyId: "STRING_VALUE",
186
+ * // },
187
+ * // },
188
+ * // };
189
+ *
41
190
  * ```
42
191
  *
43
192
  * @param StartDBClusterCommandInput - {@link StartDBClusterCommandInput}
@@ -56,6 +205,8 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
56
205
  * @throws {@link InvalidDBInstanceStateFault} (client fault)
57
206
  * <p>The DB instance isn't in a valid state.</p>
58
207
  *
208
+ * @throws {@link RDSServiceException}
209
+ * <p>Base exception class for all service exceptions from RDS service.</p>
59
210
  *
60
211
  * @example To start a DB cluster
61
212
  * ```javascript
@@ -38,6 +38,46 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends
38
38
  * };
39
39
  * const command = new StartDBInstanceAutomatedBackupsReplicationCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // StartDBInstanceAutomatedBackupsReplicationResult
42
+ * // DBInstanceAutomatedBackup: { // DBInstanceAutomatedBackup
43
+ * // DBInstanceArn: "STRING_VALUE",
44
+ * // DbiResourceId: "STRING_VALUE",
45
+ * // Region: "STRING_VALUE",
46
+ * // DBInstanceIdentifier: "STRING_VALUE",
47
+ * // RestoreWindow: { // RestoreWindow
48
+ * // EarliestTime: new Date("TIMESTAMP"),
49
+ * // LatestTime: new Date("TIMESTAMP"),
50
+ * // },
51
+ * // AllocatedStorage: Number("int"),
52
+ * // Status: "STRING_VALUE",
53
+ * // Port: Number("int"),
54
+ * // AvailabilityZone: "STRING_VALUE",
55
+ * // VpcId: "STRING_VALUE",
56
+ * // InstanceCreateTime: new Date("TIMESTAMP"),
57
+ * // MasterUsername: "STRING_VALUE",
58
+ * // Engine: "STRING_VALUE",
59
+ * // EngineVersion: "STRING_VALUE",
60
+ * // LicenseModel: "STRING_VALUE",
61
+ * // Iops: Number("int"),
62
+ * // OptionGroupName: "STRING_VALUE",
63
+ * // TdeCredentialArn: "STRING_VALUE",
64
+ * // Encrypted: true || false,
65
+ * // StorageType: "STRING_VALUE",
66
+ * // KmsKeyId: "STRING_VALUE",
67
+ * // Timezone: "STRING_VALUE",
68
+ * // IAMDatabaseAuthenticationEnabled: true || false,
69
+ * // BackupRetentionPeriod: Number("int"),
70
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
71
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
72
+ * // { // DBInstanceAutomatedBackupsReplication
73
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
74
+ * // },
75
+ * // ],
76
+ * // BackupTarget: "STRING_VALUE",
77
+ * // StorageThroughput: Number("int"),
78
+ * // },
79
+ * // };
80
+ *
41
81
  * ```
42
82
  *
43
83
  * @param StartDBInstanceAutomatedBackupsReplicationCommandInput - {@link StartDBInstanceAutomatedBackupsReplicationCommandInput}
@@ -65,6 +105,8 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends
65
105
  * <p>Storage of the <code>StorageType</code> specified can't be associated
66
106
  * with the DB instance.</p>
67
107
  *
108
+ * @throws {@link RDSServiceException}
109
+ * <p>Base exception class for all service exceptions from RDS service.</p>
68
110
  *
69
111
  * @example To enable cross-Region automated backups
70
112
  * ```javascript