@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.
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +4 -0
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +21 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +18 -0
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +26 -0
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +23 -0
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +37 -0
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +50 -0
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +52 -0
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +34 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +83 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +151 -127
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +19 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +37 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +216 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +216 -0
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBProxyCommand.d.ts +35 -0
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +22 -0
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +26 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +50 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +27 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +21 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +31 -0
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +52 -0
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +34 -0
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +83 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +19 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +37 -0
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +42 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +216 -0
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +22 -0
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +50 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +21 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +31 -0
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +40 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +154 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +88 -0
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +45 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +219 -0
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +38 -0
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +26 -0
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +29 -0
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +53 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +30 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +26 -0
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +26 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +18 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +28 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +34 -0
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +52 -0
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +55 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +61 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +21 -0
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +31 -0
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +53 -0
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +8 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +31 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +11 -0
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +15 -0
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +10 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +83 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +19 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +6 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +216 -49
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +6 -0
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +35 -0
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +22 -0
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +23 -0
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +50 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +27 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +21 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +31 -0
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +52 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +216 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +28 -0
- package/dist-types/commands/RebootDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +216 -0
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +21 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +31 -0
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +4 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +21 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -0
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +151 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +151 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +151 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +216 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +216 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +216 -0
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +26 -0
- package/dist-types/commands/StartActivityStreamCommand.d.ts +11 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +42 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +216 -0
- package/dist-types/commands/StartExportTaskCommand.d.ts +23 -0
- package/dist-types/commands/StopActivityStreamCommand.d.ts +8 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +42 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +216 -0
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +34 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +216 -0
- package/package.json +17 -17
|
@@ -94,6 +94,220 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
|
|
|
94
94
|
* };
|
|
95
95
|
* const command = new CreateDBInstanceReadReplicaCommand(input);
|
|
96
96
|
* const response = await client.send(command);
|
|
97
|
+
* // { // CreateDBInstanceReadReplicaResult
|
|
98
|
+
* // DBInstance: { // DBInstance
|
|
99
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
100
|
+
* // DBInstanceClass: "STRING_VALUE",
|
|
101
|
+
* // Engine: "STRING_VALUE",
|
|
102
|
+
* // DBInstanceStatus: "STRING_VALUE",
|
|
103
|
+
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
104
|
+
* // MasterUsername: "STRING_VALUE",
|
|
105
|
+
* // DBName: "STRING_VALUE",
|
|
106
|
+
* // Endpoint: { // Endpoint
|
|
107
|
+
* // Address: "STRING_VALUE",
|
|
108
|
+
* // Port: Number("int"),
|
|
109
|
+
* // HostedZoneId: "STRING_VALUE",
|
|
110
|
+
* // },
|
|
111
|
+
* // AllocatedStorage: Number("int"),
|
|
112
|
+
* // InstanceCreateTime: new Date("TIMESTAMP"),
|
|
113
|
+
* // PreferredBackupWindow: "STRING_VALUE",
|
|
114
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
115
|
+
* // DBSecurityGroups: [ // DBSecurityGroupMembershipList
|
|
116
|
+
* // { // DBSecurityGroupMembership
|
|
117
|
+
* // DBSecurityGroupName: "STRING_VALUE",
|
|
118
|
+
* // Status: "STRING_VALUE",
|
|
119
|
+
* // },
|
|
120
|
+
* // ],
|
|
121
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
122
|
+
* // { // VpcSecurityGroupMembership
|
|
123
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
124
|
+
* // Status: "STRING_VALUE",
|
|
125
|
+
* // },
|
|
126
|
+
* // ],
|
|
127
|
+
* // DBParameterGroups: [ // DBParameterGroupStatusList
|
|
128
|
+
* // { // DBParameterGroupStatus
|
|
129
|
+
* // DBParameterGroupName: "STRING_VALUE",
|
|
130
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
131
|
+
* // },
|
|
132
|
+
* // ],
|
|
133
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
134
|
+
* // DBSubnetGroup: { // DBSubnetGroup
|
|
135
|
+
* // DBSubnetGroupName: "STRING_VALUE",
|
|
136
|
+
* // DBSubnetGroupDescription: "STRING_VALUE",
|
|
137
|
+
* // VpcId: "STRING_VALUE",
|
|
138
|
+
* // SubnetGroupStatus: "STRING_VALUE",
|
|
139
|
+
* // Subnets: [ // SubnetList
|
|
140
|
+
* // { // Subnet
|
|
141
|
+
* // SubnetIdentifier: "STRING_VALUE",
|
|
142
|
+
* // SubnetAvailabilityZone: { // AvailabilityZone
|
|
143
|
+
* // Name: "STRING_VALUE",
|
|
144
|
+
* // },
|
|
145
|
+
* // SubnetOutpost: { // Outpost
|
|
146
|
+
* // Arn: "STRING_VALUE",
|
|
147
|
+
* // },
|
|
148
|
+
* // SubnetStatus: "STRING_VALUE",
|
|
149
|
+
* // },
|
|
150
|
+
* // ],
|
|
151
|
+
* // DBSubnetGroupArn: "STRING_VALUE",
|
|
152
|
+
* // SupportedNetworkTypes: [ // StringList
|
|
153
|
+
* // "STRING_VALUE",
|
|
154
|
+
* // ],
|
|
155
|
+
* // },
|
|
156
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
157
|
+
* // PendingModifiedValues: { // PendingModifiedValues
|
|
158
|
+
* // DBInstanceClass: "STRING_VALUE",
|
|
159
|
+
* // AllocatedStorage: Number("int"),
|
|
160
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
161
|
+
* // Port: Number("int"),
|
|
162
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
163
|
+
* // MultiAZ: true || false,
|
|
164
|
+
* // EngineVersion: "STRING_VALUE",
|
|
165
|
+
* // LicenseModel: "STRING_VALUE",
|
|
166
|
+
* // Iops: Number("int"),
|
|
167
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
168
|
+
* // StorageType: "STRING_VALUE",
|
|
169
|
+
* // CACertificateIdentifier: "STRING_VALUE",
|
|
170
|
+
* // DBSubnetGroupName: "STRING_VALUE",
|
|
171
|
+
* // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
|
|
172
|
+
* // LogTypesToEnable: [ // LogTypeList
|
|
173
|
+
* // "STRING_VALUE",
|
|
174
|
+
* // ],
|
|
175
|
+
* // LogTypesToDisable: [
|
|
176
|
+
* // "STRING_VALUE",
|
|
177
|
+
* // ],
|
|
178
|
+
* // },
|
|
179
|
+
* // ProcessorFeatures: [ // ProcessorFeatureList
|
|
180
|
+
* // { // ProcessorFeature
|
|
181
|
+
* // Name: "STRING_VALUE",
|
|
182
|
+
* // Value: "STRING_VALUE",
|
|
183
|
+
* // },
|
|
184
|
+
* // ],
|
|
185
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
186
|
+
* // AutomationMode: "full" || "all-paused",
|
|
187
|
+
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
188
|
+
* // StorageThroughput: Number("int"),
|
|
189
|
+
* // },
|
|
190
|
+
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
191
|
+
* // MultiAZ: true || false,
|
|
192
|
+
* // EngineVersion: "STRING_VALUE",
|
|
193
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
194
|
+
* // ReadReplicaSourceDBInstanceIdentifier: "STRING_VALUE",
|
|
195
|
+
* // ReadReplicaDBInstanceIdentifiers: [ // ReadReplicaDBInstanceIdentifierList
|
|
196
|
+
* // "STRING_VALUE",
|
|
197
|
+
* // ],
|
|
198
|
+
* // ReadReplicaDBClusterIdentifiers: [ // ReadReplicaDBClusterIdentifierList
|
|
199
|
+
* // "STRING_VALUE",
|
|
200
|
+
* // ],
|
|
201
|
+
* // ReplicaMode: "open-read-only" || "mounted",
|
|
202
|
+
* // LicenseModel: "STRING_VALUE",
|
|
203
|
+
* // Iops: Number("int"),
|
|
204
|
+
* // OptionGroupMemberships: [ // OptionGroupMembershipList
|
|
205
|
+
* // { // OptionGroupMembership
|
|
206
|
+
* // OptionGroupName: "STRING_VALUE",
|
|
207
|
+
* // Status: "STRING_VALUE",
|
|
208
|
+
* // },
|
|
209
|
+
* // ],
|
|
210
|
+
* // CharacterSetName: "STRING_VALUE",
|
|
211
|
+
* // NcharCharacterSetName: "STRING_VALUE",
|
|
212
|
+
* // SecondaryAvailabilityZone: "STRING_VALUE",
|
|
213
|
+
* // PubliclyAccessible: true || false,
|
|
214
|
+
* // StatusInfos: [ // DBInstanceStatusInfoList
|
|
215
|
+
* // { // DBInstanceStatusInfo
|
|
216
|
+
* // StatusType: "STRING_VALUE",
|
|
217
|
+
* // Normal: true || false,
|
|
218
|
+
* // Status: "STRING_VALUE",
|
|
219
|
+
* // Message: "STRING_VALUE",
|
|
220
|
+
* // },
|
|
221
|
+
* // ],
|
|
222
|
+
* // StorageType: "STRING_VALUE",
|
|
223
|
+
* // TdeCredentialArn: "STRING_VALUE",
|
|
224
|
+
* // DbInstancePort: Number("int"),
|
|
225
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
226
|
+
* // StorageEncrypted: true || false,
|
|
227
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
228
|
+
* // DbiResourceId: "STRING_VALUE",
|
|
229
|
+
* // CACertificateIdentifier: "STRING_VALUE",
|
|
230
|
+
* // DomainMemberships: [ // DomainMembershipList
|
|
231
|
+
* // { // DomainMembership
|
|
232
|
+
* // Domain: "STRING_VALUE",
|
|
233
|
+
* // Status: "STRING_VALUE",
|
|
234
|
+
* // FQDN: "STRING_VALUE",
|
|
235
|
+
* // IAMRoleName: "STRING_VALUE",
|
|
236
|
+
* // },
|
|
237
|
+
* // ],
|
|
238
|
+
* // CopyTagsToSnapshot: true || false,
|
|
239
|
+
* // MonitoringInterval: Number("int"),
|
|
240
|
+
* // EnhancedMonitoringResourceArn: "STRING_VALUE",
|
|
241
|
+
* // MonitoringRoleArn: "STRING_VALUE",
|
|
242
|
+
* // PromotionTier: Number("int"),
|
|
243
|
+
* // DBInstanceArn: "STRING_VALUE",
|
|
244
|
+
* // Timezone: "STRING_VALUE",
|
|
245
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
246
|
+
* // PerformanceInsightsEnabled: true || false,
|
|
247
|
+
* // PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
248
|
+
* // PerformanceInsightsRetentionPeriod: Number("int"),
|
|
249
|
+
* // EnabledCloudwatchLogsExports: [
|
|
250
|
+
* // "STRING_VALUE",
|
|
251
|
+
* // ],
|
|
252
|
+
* // ProcessorFeatures: [
|
|
253
|
+
* // {
|
|
254
|
+
* // Name: "STRING_VALUE",
|
|
255
|
+
* // Value: "STRING_VALUE",
|
|
256
|
+
* // },
|
|
257
|
+
* // ],
|
|
258
|
+
* // DeletionProtection: true || false,
|
|
259
|
+
* // AssociatedRoles: [ // DBInstanceRoles
|
|
260
|
+
* // { // DBInstanceRole
|
|
261
|
+
* // RoleArn: "STRING_VALUE",
|
|
262
|
+
* // FeatureName: "STRING_VALUE",
|
|
263
|
+
* // Status: "STRING_VALUE",
|
|
264
|
+
* // },
|
|
265
|
+
* // ],
|
|
266
|
+
* // ListenerEndpoint: {
|
|
267
|
+
* // Address: "STRING_VALUE",
|
|
268
|
+
* // Port: Number("int"),
|
|
269
|
+
* // HostedZoneId: "STRING_VALUE",
|
|
270
|
+
* // },
|
|
271
|
+
* // MaxAllocatedStorage: Number("int"),
|
|
272
|
+
* // TagList: [ // TagList
|
|
273
|
+
* // { // Tag
|
|
274
|
+
* // Key: "STRING_VALUE",
|
|
275
|
+
* // Value: "STRING_VALUE",
|
|
276
|
+
* // },
|
|
277
|
+
* // ],
|
|
278
|
+
* // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
|
|
279
|
+
* // { // DBInstanceAutomatedBackupsReplication
|
|
280
|
+
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
281
|
+
* // },
|
|
282
|
+
* // ],
|
|
283
|
+
* // CustomerOwnedIpEnabled: true || false,
|
|
284
|
+
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
285
|
+
* // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
|
|
286
|
+
* // ActivityStreamKmsKeyId: "STRING_VALUE",
|
|
287
|
+
* // ActivityStreamKinesisStreamName: "STRING_VALUE",
|
|
288
|
+
* // ActivityStreamMode: "sync" || "async",
|
|
289
|
+
* // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
|
|
290
|
+
* // AutomationMode: "full" || "all-paused",
|
|
291
|
+
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
292
|
+
* // CustomIamInstanceProfile: "STRING_VALUE",
|
|
293
|
+
* // BackupTarget: "STRING_VALUE",
|
|
294
|
+
* // NetworkType: "STRING_VALUE",
|
|
295
|
+
* // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
|
|
296
|
+
* // StorageThroughput: Number("int"),
|
|
297
|
+
* // DBSystemId: "STRING_VALUE",
|
|
298
|
+
* // MasterUserSecret: { // MasterUserSecret
|
|
299
|
+
* // SecretArn: "STRING_VALUE",
|
|
300
|
+
* // SecretStatus: "STRING_VALUE",
|
|
301
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
302
|
+
* // },
|
|
303
|
+
* // CertificateDetails: { // CertificateDetails
|
|
304
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
305
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
306
|
+
* // },
|
|
307
|
+
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
308
|
+
* // },
|
|
309
|
+
* // };
|
|
310
|
+
*
|
|
97
311
|
* ```
|
|
98
312
|
*
|
|
99
313
|
* @param CreateDBInstanceReadReplicaCommandInput - {@link CreateDBInstanceReadReplicaCommandInput}
|
|
@@ -182,6 +396,8 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
|
|
|
182
396
|
* <p>Storage of the <code>StorageType</code> specified can't be associated
|
|
183
397
|
* with the DB instance.</p>
|
|
184
398
|
*
|
|
399
|
+
* @throws {@link RDSServiceException}
|
|
400
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
185
401
|
*
|
|
186
402
|
* @example To create a DB instance read replica
|
|
187
403
|
* ```javascript
|
|
@@ -58,6 +58,15 @@ export interface CreateDBParameterGroupCommandOutput extends CreateDBParameterGr
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new CreateDBParameterGroupCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // CreateDBParameterGroupResult
|
|
62
|
+
* // DBParameterGroup: { // DBParameterGroup
|
|
63
|
+
* // DBParameterGroupName: "STRING_VALUE",
|
|
64
|
+
* // DBParameterGroupFamily: "STRING_VALUE",
|
|
65
|
+
* // Description: "STRING_VALUE",
|
|
66
|
+
* // DBParameterGroupArn: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
61
70
|
* ```
|
|
62
71
|
*
|
|
63
72
|
* @param CreateDBParameterGroupCommandInput - {@link CreateDBParameterGroupCommandInput}
|
|
@@ -73,6 +82,8 @@ export interface CreateDBParameterGroupCommandOutput extends CreateDBParameterGr
|
|
|
73
82
|
* <p>The request would result in the user exceeding the allowed number of DB parameter
|
|
74
83
|
* groups.</p>
|
|
75
84
|
*
|
|
85
|
+
* @throws {@link RDSServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
76
87
|
*
|
|
77
88
|
* @example To create a DB parameter group
|
|
78
89
|
* ```javascript
|
|
@@ -58,6 +58,39 @@ export interface CreateDBProxyCommandOutput extends CreateDBProxyResponse, __Met
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new CreateDBProxyCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // CreateDBProxyResponse
|
|
62
|
+
* // DBProxy: { // DBProxy
|
|
63
|
+
* // DBProxyName: "STRING_VALUE",
|
|
64
|
+
* // DBProxyArn: "STRING_VALUE",
|
|
65
|
+
* // Status: "available" || "modifying" || "incompatible-network" || "insufficient-resource-limits" || "creating" || "deleting" || "suspended" || "suspending" || "reactivating",
|
|
66
|
+
* // EngineFamily: "STRING_VALUE",
|
|
67
|
+
* // VpcId: "STRING_VALUE",
|
|
68
|
+
* // VpcSecurityGroupIds: [ // StringList
|
|
69
|
+
* // "STRING_VALUE",
|
|
70
|
+
* // ],
|
|
71
|
+
* // VpcSubnetIds: [
|
|
72
|
+
* // "STRING_VALUE",
|
|
73
|
+
* // ],
|
|
74
|
+
* // Auth: [ // UserAuthConfigInfoList
|
|
75
|
+
* // { // UserAuthConfigInfo
|
|
76
|
+
* // Description: "STRING_VALUE",
|
|
77
|
+
* // UserName: "STRING_VALUE",
|
|
78
|
+
* // AuthScheme: "SECRETS",
|
|
79
|
+
* // SecretArn: "STRING_VALUE",
|
|
80
|
+
* // IAMAuth: "DISABLED" || "REQUIRED" || "ENABLED",
|
|
81
|
+
* // ClientPasswordAuthType: "MYSQL_NATIVE_PASSWORD" || "POSTGRES_SCRAM_SHA_256" || "POSTGRES_MD5" || "SQL_SERVER_AUTHENTICATION",
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // RoleArn: "STRING_VALUE",
|
|
85
|
+
* // Endpoint: "STRING_VALUE",
|
|
86
|
+
* // RequireTLS: true || false,
|
|
87
|
+
* // IdleClientTimeout: Number("int"),
|
|
88
|
+
* // DebugLogging: true || false,
|
|
89
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
90
|
+
* // UpdatedDate: new Date("TIMESTAMP"),
|
|
91
|
+
* // },
|
|
92
|
+
* // };
|
|
93
|
+
*
|
|
61
94
|
* ```
|
|
62
95
|
*
|
|
63
96
|
* @param CreateDBProxyCommandInput - {@link CreateDBProxyCommandInput}
|
|
@@ -75,6 +108,8 @@ export interface CreateDBProxyCommandOutput extends CreateDBProxyResponse, __Met
|
|
|
75
108
|
* @throws {@link InvalidSubnet} (client fault)
|
|
76
109
|
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
77
110
|
*
|
|
111
|
+
* @throws {@link RDSServiceException}
|
|
112
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
78
113
|
*
|
|
79
114
|
*/
|
|
80
115
|
export declare class CreateDBProxyCommand extends $Command<CreateDBProxyCommandInput, CreateDBProxyCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -47,6 +47,26 @@ export interface CreateDBProxyEndpointCommandOutput extends CreateDBProxyEndpoin
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new CreateDBProxyEndpointCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // CreateDBProxyEndpointResponse
|
|
51
|
+
* // DBProxyEndpoint: { // DBProxyEndpoint
|
|
52
|
+
* // DBProxyEndpointName: "STRING_VALUE",
|
|
53
|
+
* // DBProxyEndpointArn: "STRING_VALUE",
|
|
54
|
+
* // DBProxyName: "STRING_VALUE",
|
|
55
|
+
* // Status: "available" || "modifying" || "incompatible-network" || "insufficient-resource-limits" || "creating" || "deleting",
|
|
56
|
+
* // VpcId: "STRING_VALUE",
|
|
57
|
+
* // VpcSecurityGroupIds: [ // StringList
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // VpcSubnetIds: [
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // Endpoint: "STRING_VALUE",
|
|
64
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
65
|
+
* // TargetRole: "READ_WRITE" || "READ_ONLY",
|
|
66
|
+
* // IsDefault: true || false,
|
|
67
|
+
* // },
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
50
70
|
* ```
|
|
51
71
|
*
|
|
52
72
|
* @param CreateDBProxyEndpointCommandInput - {@link CreateDBProxyEndpointCommandInput}
|
|
@@ -70,6 +90,8 @@ export interface CreateDBProxyEndpointCommandOutput extends CreateDBProxyEndpoin
|
|
|
70
90
|
* @throws {@link InvalidSubnet} (client fault)
|
|
71
91
|
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
72
92
|
*
|
|
93
|
+
* @throws {@link RDSServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
73
95
|
*
|
|
74
96
|
*/
|
|
75
97
|
export declare class CreateDBProxyEndpointCommand extends $Command<CreateDBProxyEndpointCommandInput, CreateDBProxyEndpointCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -46,6 +46,30 @@ export interface CreateDBSecurityGroupCommandOutput extends CreateDBSecurityGrou
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateDBSecurityGroupCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateDBSecurityGroupResult
|
|
50
|
+
* // DBSecurityGroup: { // DBSecurityGroup
|
|
51
|
+
* // OwnerId: "STRING_VALUE",
|
|
52
|
+
* // DBSecurityGroupName: "STRING_VALUE",
|
|
53
|
+
* // DBSecurityGroupDescription: "STRING_VALUE",
|
|
54
|
+
* // VpcId: "STRING_VALUE",
|
|
55
|
+
* // EC2SecurityGroups: [ // EC2SecurityGroupList
|
|
56
|
+
* // { // EC2SecurityGroup
|
|
57
|
+
* // Status: "STRING_VALUE",
|
|
58
|
+
* // EC2SecurityGroupName: "STRING_VALUE",
|
|
59
|
+
* // EC2SecurityGroupId: "STRING_VALUE",
|
|
60
|
+
* // EC2SecurityGroupOwnerId: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // IPRanges: [ // IPRangeList
|
|
64
|
+
* // { // IPRange
|
|
65
|
+
* // Status: "STRING_VALUE",
|
|
66
|
+
* // CIDRIP: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // DBSecurityGroupArn: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
49
73
|
* ```
|
|
50
74
|
*
|
|
51
75
|
* @param CreateDBSecurityGroupCommandInput - {@link CreateDBSecurityGroupCommandInput}
|
|
@@ -65,6 +89,8 @@ export interface CreateDBSecurityGroupCommandOutput extends CreateDBSecurityGrou
|
|
|
65
89
|
* <p>The request would result in the user exceeding the allowed number of DB security
|
|
66
90
|
* groups.</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 create a DB security group.
|
|
70
96
|
* ```javascript
|
|
@@ -39,6 +39,54 @@ export interface CreateDBSnapshotCommandOutput extends CreateDBSnapshotResult, _
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CreateDBSnapshotCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // CreateDBSnapshotResult
|
|
43
|
+
* // DBSnapshot: { // DBSnapshot
|
|
44
|
+
* // DBSnapshotIdentifier: "STRING_VALUE",
|
|
45
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
46
|
+
* // SnapshotCreateTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // Engine: "STRING_VALUE",
|
|
48
|
+
* // AllocatedStorage: Number("int"),
|
|
49
|
+
* // Status: "STRING_VALUE",
|
|
50
|
+
* // Port: Number("int"),
|
|
51
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
52
|
+
* // VpcId: "STRING_VALUE",
|
|
53
|
+
* // InstanceCreateTime: new Date("TIMESTAMP"),
|
|
54
|
+
* // MasterUsername: "STRING_VALUE",
|
|
55
|
+
* // EngineVersion: "STRING_VALUE",
|
|
56
|
+
* // LicenseModel: "STRING_VALUE",
|
|
57
|
+
* // SnapshotType: "STRING_VALUE",
|
|
58
|
+
* // Iops: Number("int"),
|
|
59
|
+
* // OptionGroupName: "STRING_VALUE",
|
|
60
|
+
* // PercentProgress: Number("int"),
|
|
61
|
+
* // SourceRegion: "STRING_VALUE",
|
|
62
|
+
* // SourceDBSnapshotIdentifier: "STRING_VALUE",
|
|
63
|
+
* // StorageType: "STRING_VALUE",
|
|
64
|
+
* // TdeCredentialArn: "STRING_VALUE",
|
|
65
|
+
* // Encrypted: true || false,
|
|
66
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
67
|
+
* // DBSnapshotArn: "STRING_VALUE",
|
|
68
|
+
* // Timezone: "STRING_VALUE",
|
|
69
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
70
|
+
* // ProcessorFeatures: [ // ProcessorFeatureList
|
|
71
|
+
* // { // ProcessorFeature
|
|
72
|
+
* // Name: "STRING_VALUE",
|
|
73
|
+
* // Value: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // DbiResourceId: "STRING_VALUE",
|
|
77
|
+
* // TagList: [ // TagList
|
|
78
|
+
* // { // Tag
|
|
79
|
+
* // Key: "STRING_VALUE",
|
|
80
|
+
* // Value: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // OriginalSnapshotCreateTime: new Date("TIMESTAMP"),
|
|
84
|
+
* // SnapshotDatabaseTime: new Date("TIMESTAMP"),
|
|
85
|
+
* // SnapshotTarget: "STRING_VALUE",
|
|
86
|
+
* // StorageThroughput: Number("int"),
|
|
87
|
+
* // },
|
|
88
|
+
* // };
|
|
89
|
+
*
|
|
42
90
|
* ```
|
|
43
91
|
*
|
|
44
92
|
* @param CreateDBSnapshotCommandInput - {@link CreateDBSnapshotCommandInput}
|
|
@@ -62,6 +110,8 @@ export interface CreateDBSnapshotCommandOutput extends CreateDBSnapshotResult, _
|
|
|
62
110
|
* <p>The request would result in the user exceeding the allowed number of DB
|
|
63
111
|
* snapshots.</p>
|
|
64
112
|
*
|
|
113
|
+
* @throws {@link RDSServiceException}
|
|
114
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
65
115
|
*
|
|
66
116
|
* @example To create a DB snapshot
|
|
67
117
|
* ```javascript
|
|
@@ -41,6 +41,31 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new CreateDBSubnetGroupCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // CreateDBSubnetGroupResult
|
|
45
|
+
* // DBSubnetGroup: { // DBSubnetGroup
|
|
46
|
+
* // DBSubnetGroupName: "STRING_VALUE",
|
|
47
|
+
* // DBSubnetGroupDescription: "STRING_VALUE",
|
|
48
|
+
* // VpcId: "STRING_VALUE",
|
|
49
|
+
* // SubnetGroupStatus: "STRING_VALUE",
|
|
50
|
+
* // Subnets: [ // SubnetList
|
|
51
|
+
* // { // Subnet
|
|
52
|
+
* // SubnetIdentifier: "STRING_VALUE",
|
|
53
|
+
* // SubnetAvailabilityZone: { // AvailabilityZone
|
|
54
|
+
* // Name: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // SubnetOutpost: { // Outpost
|
|
57
|
+
* // Arn: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // SubnetStatus: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // DBSubnetGroupArn: "STRING_VALUE",
|
|
63
|
+
* // SupportedNetworkTypes: [ // StringList
|
|
64
|
+
* // "STRING_VALUE",
|
|
65
|
+
* // ],
|
|
66
|
+
* // },
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
44
69
|
* ```
|
|
45
70
|
*
|
|
46
71
|
* @param CreateDBSubnetGroupCommandInput - {@link CreateDBSubnetGroupCommandInput}
|
|
@@ -67,6 +92,8 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes
|
|
|
67
92
|
* @throws {@link InvalidSubnet} (client fault)
|
|
68
93
|
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
69
94
|
*
|
|
95
|
+
* @throws {@link RDSServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
70
97
|
*
|
|
71
98
|
* @example To create a DB subnet group
|
|
72
99
|
* ```javascript
|
|
@@ -69,6 +69,25 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
|
|
|
69
69
|
* };
|
|
70
70
|
* const command = new CreateEventSubscriptionCommand(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
|
+
* // { // CreateEventSubscriptionResult
|
|
73
|
+
* // EventSubscription: { // EventSubscription
|
|
74
|
+
* // CustomerAwsId: "STRING_VALUE",
|
|
75
|
+
* // CustSubscriptionId: "STRING_VALUE",
|
|
76
|
+
* // SnsTopicArn: "STRING_VALUE",
|
|
77
|
+
* // Status: "STRING_VALUE",
|
|
78
|
+
* // SubscriptionCreationTime: "STRING_VALUE",
|
|
79
|
+
* // SourceType: "STRING_VALUE",
|
|
80
|
+
* // SourceIdsList: [ // SourceIdsList
|
|
81
|
+
* // "STRING_VALUE",
|
|
82
|
+
* // ],
|
|
83
|
+
* // EventCategoriesList: [ // EventCategoriesList
|
|
84
|
+
* // "STRING_VALUE",
|
|
85
|
+
* // ],
|
|
86
|
+
* // Enabled: true || false,
|
|
87
|
+
* // EventSubscriptionArn: "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // };
|
|
90
|
+
*
|
|
72
91
|
* ```
|
|
73
92
|
*
|
|
74
93
|
* @param CreateEventSubscriptionCommandInput - {@link CreateEventSubscriptionCommandInput}
|
|
@@ -98,6 +117,8 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
|
|
|
98
117
|
* @throws {@link SubscriptionCategoryNotFoundFault} (client fault)
|
|
99
118
|
* <p>The supplied category does not exist.</p>
|
|
100
119
|
*
|
|
120
|
+
* @throws {@link RDSServiceException}
|
|
121
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
101
122
|
*
|
|
102
123
|
* @example To create an event subscription
|
|
103
124
|
* ```javascript
|
|
@@ -49,6 +49,35 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new CreateGlobalClusterCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // CreateGlobalClusterResult
|
|
53
|
+
* // GlobalCluster: { // GlobalCluster
|
|
54
|
+
* // GlobalClusterIdentifier: "STRING_VALUE",
|
|
55
|
+
* // GlobalClusterResourceId: "STRING_VALUE",
|
|
56
|
+
* // GlobalClusterArn: "STRING_VALUE",
|
|
57
|
+
* // Status: "STRING_VALUE",
|
|
58
|
+
* // Engine: "STRING_VALUE",
|
|
59
|
+
* // EngineVersion: "STRING_VALUE",
|
|
60
|
+
* // DatabaseName: "STRING_VALUE",
|
|
61
|
+
* // StorageEncrypted: true || false,
|
|
62
|
+
* // DeletionProtection: true || false,
|
|
63
|
+
* // GlobalClusterMembers: [ // GlobalClusterMemberList
|
|
64
|
+
* // { // GlobalClusterMember
|
|
65
|
+
* // DBClusterArn: "STRING_VALUE",
|
|
66
|
+
* // Readers: [ // ReadersArnList
|
|
67
|
+
* // "STRING_VALUE",
|
|
68
|
+
* // ],
|
|
69
|
+
* // IsWriter: true || false,
|
|
70
|
+
* // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // FailoverState: { // FailoverState
|
|
74
|
+
* // Status: "pending" || "failing-over" || "cancelling",
|
|
75
|
+
* // FromDbClusterArn: "STRING_VALUE",
|
|
76
|
+
* // ToDbClusterArn: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // },
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
52
81
|
* ```
|
|
53
82
|
*
|
|
54
83
|
* @param CreateGlobalClusterCommandInput - {@link CreateGlobalClusterCommandInput}
|
|
@@ -70,6 +99,8 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes
|
|
|
70
99
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
71
100
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
72
101
|
*
|
|
102
|
+
* @throws {@link RDSServiceException}
|
|
103
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
73
104
|
*
|
|
74
105
|
* @example To create a global DB cluster
|
|
75
106
|
* ```javascript
|
|
@@ -41,6 +41,56 @@ export interface CreateOptionGroupCommandOutput extends CreateOptionGroupResult,
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new CreateOptionGroupCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // CreateOptionGroupResult
|
|
45
|
+
* // OptionGroup: { // OptionGroup
|
|
46
|
+
* // OptionGroupName: "STRING_VALUE",
|
|
47
|
+
* // OptionGroupDescription: "STRING_VALUE",
|
|
48
|
+
* // EngineName: "STRING_VALUE",
|
|
49
|
+
* // MajorEngineVersion: "STRING_VALUE",
|
|
50
|
+
* // Options: [ // OptionsList
|
|
51
|
+
* // { // Option
|
|
52
|
+
* // OptionName: "STRING_VALUE",
|
|
53
|
+
* // OptionDescription: "STRING_VALUE",
|
|
54
|
+
* // Persistent: true || false,
|
|
55
|
+
* // Permanent: true || false,
|
|
56
|
+
* // Port: Number("int"),
|
|
57
|
+
* // OptionVersion: "STRING_VALUE",
|
|
58
|
+
* // OptionSettings: [ // OptionSettingConfigurationList
|
|
59
|
+
* // { // OptionSetting
|
|
60
|
+
* // Name: "STRING_VALUE",
|
|
61
|
+
* // Value: "STRING_VALUE",
|
|
62
|
+
* // DefaultValue: "STRING_VALUE",
|
|
63
|
+
* // Description: "STRING_VALUE",
|
|
64
|
+
* // ApplyType: "STRING_VALUE",
|
|
65
|
+
* // DataType: "STRING_VALUE",
|
|
66
|
+
* // AllowedValues: "STRING_VALUE",
|
|
67
|
+
* // IsModifiable: true || false,
|
|
68
|
+
* // IsCollection: true || false,
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // DBSecurityGroupMemberships: [ // DBSecurityGroupMembershipList
|
|
72
|
+
* // { // DBSecurityGroupMembership
|
|
73
|
+
* // DBSecurityGroupName: "STRING_VALUE",
|
|
74
|
+
* // Status: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // VpcSecurityGroupMemberships: [ // VpcSecurityGroupMembershipList
|
|
78
|
+
* // { // VpcSecurityGroupMembership
|
|
79
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
80
|
+
* // Status: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // AllowsVpcAndNonVpcInstanceMemberships: true || false,
|
|
86
|
+
* // VpcId: "STRING_VALUE",
|
|
87
|
+
* // OptionGroupArn: "STRING_VALUE",
|
|
88
|
+
* // SourceOptionGroup: "STRING_VALUE",
|
|
89
|
+
* // SourceAccountId: "STRING_VALUE",
|
|
90
|
+
* // CopyTimestamp: new Date("TIMESTAMP"),
|
|
91
|
+
* // },
|
|
92
|
+
* // };
|
|
93
|
+
*
|
|
44
94
|
* ```
|
|
45
95
|
*
|
|
46
96
|
* @param CreateOptionGroupCommandInput - {@link CreateOptionGroupCommandInput}
|
|
@@ -55,6 +105,8 @@ export interface CreateOptionGroupCommandOutput extends CreateOptionGroupResult,
|
|
|
55
105
|
* @throws {@link OptionGroupQuotaExceededFault} (client fault)
|
|
56
106
|
* <p>The quota of 20 option groups was exceeded for this Amazon Web Services account.</p>
|
|
57
107
|
*
|
|
108
|
+
* @throws {@link RDSServiceException}
|
|
109
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
58
110
|
*
|
|
59
111
|
* @example To Create an Amazon RDS option group
|
|
60
112
|
* ```javascript
|