@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
@@ -95,6 +95,155 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
95
95
  * };
96
96
  * const command = new RestoreDBClusterToPointInTimeCommand(input);
97
97
  * const response = await client.send(command);
98
+ * // { // RestoreDBClusterToPointInTimeResult
99
+ * // DBCluster: { // DBCluster
100
+ * // AllocatedStorage: Number("int"),
101
+ * // AvailabilityZones: [ // AvailabilityZones
102
+ * // "STRING_VALUE",
103
+ * // ],
104
+ * // BackupRetentionPeriod: Number("int"),
105
+ * // CharacterSetName: "STRING_VALUE",
106
+ * // DatabaseName: "STRING_VALUE",
107
+ * // DBClusterIdentifier: "STRING_VALUE",
108
+ * // DBClusterParameterGroup: "STRING_VALUE",
109
+ * // DBSubnetGroup: "STRING_VALUE",
110
+ * // Status: "STRING_VALUE",
111
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
112
+ * // PercentProgress: "STRING_VALUE",
113
+ * // EarliestRestorableTime: new Date("TIMESTAMP"),
114
+ * // Endpoint: "STRING_VALUE",
115
+ * // ReaderEndpoint: "STRING_VALUE",
116
+ * // CustomEndpoints: [ // StringList
117
+ * // "STRING_VALUE",
118
+ * // ],
119
+ * // MultiAZ: true || false,
120
+ * // Engine: "STRING_VALUE",
121
+ * // EngineVersion: "STRING_VALUE",
122
+ * // LatestRestorableTime: new Date("TIMESTAMP"),
123
+ * // Port: Number("int"),
124
+ * // MasterUsername: "STRING_VALUE",
125
+ * // DBClusterOptionGroupMemberships: [ // DBClusterOptionGroupMemberships
126
+ * // { // DBClusterOptionGroupStatus
127
+ * // DBClusterOptionGroupName: "STRING_VALUE",
128
+ * // Status: "STRING_VALUE",
129
+ * // },
130
+ * // ],
131
+ * // PreferredBackupWindow: "STRING_VALUE",
132
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
133
+ * // ReplicationSourceIdentifier: "STRING_VALUE",
134
+ * // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
135
+ * // "STRING_VALUE",
136
+ * // ],
137
+ * // DBClusterMembers: [ // DBClusterMemberList
138
+ * // { // DBClusterMember
139
+ * // DBInstanceIdentifier: "STRING_VALUE",
140
+ * // IsClusterWriter: true || false,
141
+ * // DBClusterParameterGroupStatus: "STRING_VALUE",
142
+ * // PromotionTier: Number("int"),
143
+ * // },
144
+ * // ],
145
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
146
+ * // { // VpcSecurityGroupMembership
147
+ * // VpcSecurityGroupId: "STRING_VALUE",
148
+ * // Status: "STRING_VALUE",
149
+ * // },
150
+ * // ],
151
+ * // HostedZoneId: "STRING_VALUE",
152
+ * // StorageEncrypted: true || false,
153
+ * // KmsKeyId: "STRING_VALUE",
154
+ * // DbClusterResourceId: "STRING_VALUE",
155
+ * // DBClusterArn: "STRING_VALUE",
156
+ * // AssociatedRoles: [ // DBClusterRoles
157
+ * // { // DBClusterRole
158
+ * // RoleArn: "STRING_VALUE",
159
+ * // Status: "STRING_VALUE",
160
+ * // FeatureName: "STRING_VALUE",
161
+ * // },
162
+ * // ],
163
+ * // IAMDatabaseAuthenticationEnabled: true || false,
164
+ * // CloneGroupId: "STRING_VALUE",
165
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
166
+ * // EarliestBacktrackTime: new Date("TIMESTAMP"),
167
+ * // BacktrackWindow: Number("long"),
168
+ * // BacktrackConsumedChangeRecords: Number("long"),
169
+ * // EnabledCloudwatchLogsExports: [ // LogTypeList
170
+ * // "STRING_VALUE",
171
+ * // ],
172
+ * // Capacity: Number("int"),
173
+ * // EngineMode: "STRING_VALUE",
174
+ * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
175
+ * // MinCapacity: Number("int"),
176
+ * // MaxCapacity: Number("int"),
177
+ * // AutoPause: true || false,
178
+ * // SecondsUntilAutoPause: Number("int"),
179
+ * // TimeoutAction: "STRING_VALUE",
180
+ * // SecondsBeforeTimeout: Number("int"),
181
+ * // },
182
+ * // DeletionProtection: true || false,
183
+ * // HttpEndpointEnabled: true || false,
184
+ * // ActivityStreamMode: "sync" || "async",
185
+ * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
186
+ * // ActivityStreamKmsKeyId: "STRING_VALUE",
187
+ * // ActivityStreamKinesisStreamName: "STRING_VALUE",
188
+ * // CopyTagsToSnapshot: true || false,
189
+ * // CrossAccountClone: true || false,
190
+ * // DomainMemberships: [ // DomainMembershipList
191
+ * // { // DomainMembership
192
+ * // Domain: "STRING_VALUE",
193
+ * // Status: "STRING_VALUE",
194
+ * // FQDN: "STRING_VALUE",
195
+ * // IAMRoleName: "STRING_VALUE",
196
+ * // },
197
+ * // ],
198
+ * // TagList: [ // TagList
199
+ * // { // Tag
200
+ * // Key: "STRING_VALUE",
201
+ * // Value: "STRING_VALUE",
202
+ * // },
203
+ * // ],
204
+ * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
205
+ * // GlobalWriteForwardingRequested: true || false,
206
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
207
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
208
+ * // LogTypesToEnable: [
209
+ * // "STRING_VALUE",
210
+ * // ],
211
+ * // LogTypesToDisable: [
212
+ * // "STRING_VALUE",
213
+ * // ],
214
+ * // },
215
+ * // DBClusterIdentifier: "STRING_VALUE",
216
+ * // MasterUserPassword: "STRING_VALUE",
217
+ * // IAMDatabaseAuthenticationEnabled: true || false,
218
+ * // EngineVersion: "STRING_VALUE",
219
+ * // BackupRetentionPeriod: Number("int"),
220
+ * // AllocatedStorage: Number("int"),
221
+ * // Iops: Number("int"),
222
+ * // },
223
+ * // DBClusterInstanceClass: "STRING_VALUE",
224
+ * // StorageType: "STRING_VALUE",
225
+ * // Iops: Number("int"),
226
+ * // PubliclyAccessible: true || false,
227
+ * // AutoMinorVersionUpgrade: true || false,
228
+ * // MonitoringInterval: Number("int"),
229
+ * // MonitoringRoleArn: "STRING_VALUE",
230
+ * // PerformanceInsightsEnabled: true || false,
231
+ * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
232
+ * // PerformanceInsightsRetentionPeriod: Number("int"),
233
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
234
+ * // MinCapacity: Number("double"),
235
+ * // MaxCapacity: Number("double"),
236
+ * // },
237
+ * // NetworkType: "STRING_VALUE",
238
+ * // DBSystemId: "STRING_VALUE",
239
+ * // MasterUserSecret: { // MasterUserSecret
240
+ * // SecretArn: "STRING_VALUE",
241
+ * // SecretStatus: "STRING_VALUE",
242
+ * // KmsKeyId: "STRING_VALUE",
243
+ * // },
244
+ * // },
245
+ * // };
246
+ *
98
247
  * ```
99
248
  *
100
249
  * @param RestoreDBClusterToPointInTimeCommandInput - {@link RestoreDBClusterToPointInTimeCommandInput}
@@ -168,6 +317,8 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
168
317
  * <p>The request would result in the user exceeding the allowed amount of storage
169
318
  * available across all DB instances.</p>
170
319
  *
320
+ * @throws {@link RDSServiceException}
321
+ * <p>Base exception class for all service exceptions from RDS service.</p>
171
322
  *
172
323
  * @example To restore a DB cluster to a specified time
173
324
  * ```javascript
@@ -92,6 +92,220 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
92
92
  * };
93
93
  * const command = new RestoreDBInstanceFromDBSnapshotCommand(input);
94
94
  * const response = await client.send(command);
95
+ * // { // RestoreDBInstanceFromDBSnapshotResult
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 RestoreDBInstanceFromDBSnapshotCommandInput - {@link RestoreDBInstanceFromDBSnapshotCommandInput}
@@ -180,6 +394,8 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
180
394
  * <p>Storage of the <code>StorageType</code> specified can't be associated
181
395
  * with the DB instance.</p>
182
396
  *
397
+ * @throws {@link RDSServiceException}
398
+ * <p>Base exception class for all service exceptions from RDS service.</p>
183
399
  *
184
400
  * @example To restore a DB instance from a DB snapshot
185
401
  * ```javascript
@@ -102,6 +102,220 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
102
102
  * };
103
103
  * const command = new RestoreDBInstanceFromS3Command(input);
104
104
  * const response = await client.send(command);
105
+ * // { // RestoreDBInstanceFromS3Result
106
+ * // DBInstance: { // DBInstance
107
+ * // DBInstanceIdentifier: "STRING_VALUE",
108
+ * // DBInstanceClass: "STRING_VALUE",
109
+ * // Engine: "STRING_VALUE",
110
+ * // DBInstanceStatus: "STRING_VALUE",
111
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
112
+ * // MasterUsername: "STRING_VALUE",
113
+ * // DBName: "STRING_VALUE",
114
+ * // Endpoint: { // Endpoint
115
+ * // Address: "STRING_VALUE",
116
+ * // Port: Number("int"),
117
+ * // HostedZoneId: "STRING_VALUE",
118
+ * // },
119
+ * // AllocatedStorage: Number("int"),
120
+ * // InstanceCreateTime: new Date("TIMESTAMP"),
121
+ * // PreferredBackupWindow: "STRING_VALUE",
122
+ * // BackupRetentionPeriod: Number("int"),
123
+ * // DBSecurityGroups: [ // DBSecurityGroupMembershipList
124
+ * // { // DBSecurityGroupMembership
125
+ * // DBSecurityGroupName: "STRING_VALUE",
126
+ * // Status: "STRING_VALUE",
127
+ * // },
128
+ * // ],
129
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
130
+ * // { // VpcSecurityGroupMembership
131
+ * // VpcSecurityGroupId: "STRING_VALUE",
132
+ * // Status: "STRING_VALUE",
133
+ * // },
134
+ * // ],
135
+ * // DBParameterGroups: [ // DBParameterGroupStatusList
136
+ * // { // DBParameterGroupStatus
137
+ * // DBParameterGroupName: "STRING_VALUE",
138
+ * // ParameterApplyStatus: "STRING_VALUE",
139
+ * // },
140
+ * // ],
141
+ * // AvailabilityZone: "STRING_VALUE",
142
+ * // DBSubnetGroup: { // DBSubnetGroup
143
+ * // DBSubnetGroupName: "STRING_VALUE",
144
+ * // DBSubnetGroupDescription: "STRING_VALUE",
145
+ * // VpcId: "STRING_VALUE",
146
+ * // SubnetGroupStatus: "STRING_VALUE",
147
+ * // Subnets: [ // SubnetList
148
+ * // { // Subnet
149
+ * // SubnetIdentifier: "STRING_VALUE",
150
+ * // SubnetAvailabilityZone: { // AvailabilityZone
151
+ * // Name: "STRING_VALUE",
152
+ * // },
153
+ * // SubnetOutpost: { // Outpost
154
+ * // Arn: "STRING_VALUE",
155
+ * // },
156
+ * // SubnetStatus: "STRING_VALUE",
157
+ * // },
158
+ * // ],
159
+ * // DBSubnetGroupArn: "STRING_VALUE",
160
+ * // SupportedNetworkTypes: [ // StringList
161
+ * // "STRING_VALUE",
162
+ * // ],
163
+ * // },
164
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
165
+ * // PendingModifiedValues: { // PendingModifiedValues
166
+ * // DBInstanceClass: "STRING_VALUE",
167
+ * // AllocatedStorage: Number("int"),
168
+ * // MasterUserPassword: "STRING_VALUE",
169
+ * // Port: Number("int"),
170
+ * // BackupRetentionPeriod: Number("int"),
171
+ * // MultiAZ: true || false,
172
+ * // EngineVersion: "STRING_VALUE",
173
+ * // LicenseModel: "STRING_VALUE",
174
+ * // Iops: Number("int"),
175
+ * // DBInstanceIdentifier: "STRING_VALUE",
176
+ * // StorageType: "STRING_VALUE",
177
+ * // CACertificateIdentifier: "STRING_VALUE",
178
+ * // DBSubnetGroupName: "STRING_VALUE",
179
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
180
+ * // LogTypesToEnable: [ // LogTypeList
181
+ * // "STRING_VALUE",
182
+ * // ],
183
+ * // LogTypesToDisable: [
184
+ * // "STRING_VALUE",
185
+ * // ],
186
+ * // },
187
+ * // ProcessorFeatures: [ // ProcessorFeatureList
188
+ * // { // ProcessorFeature
189
+ * // Name: "STRING_VALUE",
190
+ * // Value: "STRING_VALUE",
191
+ * // },
192
+ * // ],
193
+ * // IAMDatabaseAuthenticationEnabled: true || false,
194
+ * // AutomationMode: "full" || "all-paused",
195
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
196
+ * // StorageThroughput: Number("int"),
197
+ * // },
198
+ * // LatestRestorableTime: new Date("TIMESTAMP"),
199
+ * // MultiAZ: true || false,
200
+ * // EngineVersion: "STRING_VALUE",
201
+ * // AutoMinorVersionUpgrade: true || false,
202
+ * // ReadReplicaSourceDBInstanceIdentifier: "STRING_VALUE",
203
+ * // ReadReplicaDBInstanceIdentifiers: [ // ReadReplicaDBInstanceIdentifierList
204
+ * // "STRING_VALUE",
205
+ * // ],
206
+ * // ReadReplicaDBClusterIdentifiers: [ // ReadReplicaDBClusterIdentifierList
207
+ * // "STRING_VALUE",
208
+ * // ],
209
+ * // ReplicaMode: "open-read-only" || "mounted",
210
+ * // LicenseModel: "STRING_VALUE",
211
+ * // Iops: Number("int"),
212
+ * // OptionGroupMemberships: [ // OptionGroupMembershipList
213
+ * // { // OptionGroupMembership
214
+ * // OptionGroupName: "STRING_VALUE",
215
+ * // Status: "STRING_VALUE",
216
+ * // },
217
+ * // ],
218
+ * // CharacterSetName: "STRING_VALUE",
219
+ * // NcharCharacterSetName: "STRING_VALUE",
220
+ * // SecondaryAvailabilityZone: "STRING_VALUE",
221
+ * // PubliclyAccessible: true || false,
222
+ * // StatusInfos: [ // DBInstanceStatusInfoList
223
+ * // { // DBInstanceStatusInfo
224
+ * // StatusType: "STRING_VALUE",
225
+ * // Normal: true || false,
226
+ * // Status: "STRING_VALUE",
227
+ * // Message: "STRING_VALUE",
228
+ * // },
229
+ * // ],
230
+ * // StorageType: "STRING_VALUE",
231
+ * // TdeCredentialArn: "STRING_VALUE",
232
+ * // DbInstancePort: Number("int"),
233
+ * // DBClusterIdentifier: "STRING_VALUE",
234
+ * // StorageEncrypted: true || false,
235
+ * // KmsKeyId: "STRING_VALUE",
236
+ * // DbiResourceId: "STRING_VALUE",
237
+ * // CACertificateIdentifier: "STRING_VALUE",
238
+ * // DomainMemberships: [ // DomainMembershipList
239
+ * // { // DomainMembership
240
+ * // Domain: "STRING_VALUE",
241
+ * // Status: "STRING_VALUE",
242
+ * // FQDN: "STRING_VALUE",
243
+ * // IAMRoleName: "STRING_VALUE",
244
+ * // },
245
+ * // ],
246
+ * // CopyTagsToSnapshot: true || false,
247
+ * // MonitoringInterval: Number("int"),
248
+ * // EnhancedMonitoringResourceArn: "STRING_VALUE",
249
+ * // MonitoringRoleArn: "STRING_VALUE",
250
+ * // PromotionTier: Number("int"),
251
+ * // DBInstanceArn: "STRING_VALUE",
252
+ * // Timezone: "STRING_VALUE",
253
+ * // IAMDatabaseAuthenticationEnabled: true || false,
254
+ * // PerformanceInsightsEnabled: true || false,
255
+ * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
256
+ * // PerformanceInsightsRetentionPeriod: Number("int"),
257
+ * // EnabledCloudwatchLogsExports: [
258
+ * // "STRING_VALUE",
259
+ * // ],
260
+ * // ProcessorFeatures: [
261
+ * // {
262
+ * // Name: "STRING_VALUE",
263
+ * // Value: "STRING_VALUE",
264
+ * // },
265
+ * // ],
266
+ * // DeletionProtection: true || false,
267
+ * // AssociatedRoles: [ // DBInstanceRoles
268
+ * // { // DBInstanceRole
269
+ * // RoleArn: "STRING_VALUE",
270
+ * // FeatureName: "STRING_VALUE",
271
+ * // Status: "STRING_VALUE",
272
+ * // },
273
+ * // ],
274
+ * // ListenerEndpoint: {
275
+ * // Address: "STRING_VALUE",
276
+ * // Port: Number("int"),
277
+ * // HostedZoneId: "STRING_VALUE",
278
+ * // },
279
+ * // MaxAllocatedStorage: Number("int"),
280
+ * // TagList: [ // TagList
281
+ * // { // Tag
282
+ * // Key: "STRING_VALUE",
283
+ * // Value: "STRING_VALUE",
284
+ * // },
285
+ * // ],
286
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
287
+ * // { // DBInstanceAutomatedBackupsReplication
288
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
289
+ * // },
290
+ * // ],
291
+ * // CustomerOwnedIpEnabled: true || false,
292
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
293
+ * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
294
+ * // ActivityStreamKmsKeyId: "STRING_VALUE",
295
+ * // ActivityStreamKinesisStreamName: "STRING_VALUE",
296
+ * // ActivityStreamMode: "sync" || "async",
297
+ * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
298
+ * // AutomationMode: "full" || "all-paused",
299
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
300
+ * // CustomIamInstanceProfile: "STRING_VALUE",
301
+ * // BackupTarget: "STRING_VALUE",
302
+ * // NetworkType: "STRING_VALUE",
303
+ * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
304
+ * // StorageThroughput: Number("int"),
305
+ * // DBSystemId: "STRING_VALUE",
306
+ * // MasterUserSecret: { // MasterUserSecret
307
+ * // SecretArn: "STRING_VALUE",
308
+ * // SecretStatus: "STRING_VALUE",
309
+ * // KmsKeyId: "STRING_VALUE",
310
+ * // },
311
+ * // CertificateDetails: { // CertificateDetails
312
+ * // CAIdentifier: "STRING_VALUE",
313
+ * // ValidTill: new Date("TIMESTAMP"),
314
+ * // },
315
+ * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
316
+ * // },
317
+ * // };
318
+ *
105
319
  * ```
106
320
  *
107
321
  * @param RestoreDBInstanceFromS3CommandInput - {@link RestoreDBInstanceFromS3CommandInput}
@@ -176,6 +390,8 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
176
390
  * <p>Storage of the <code>StorageType</code> specified can't be associated
177
391
  * with the DB instance.</p>
178
392
  *
393
+ * @throws {@link RDSServiceException}
394
+ * <p>Base exception class for all service exceptions from RDS service.</p>
179
395
  *
180
396
  */
181
397
  export declare class RestoreDBInstanceFromS3Command extends $Command<RestoreDBInstanceFromS3CommandInput, RestoreDBInstanceFromS3CommandOutput, RDSClientResolvedConfig> {