@aws-sdk/client-rds 3.896.0 → 3.900.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 (112) hide show
  1. package/dist-cjs/index.js +822 -506
  2. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -1
  3. package/dist-es/commands/CopyDBSnapshotCommand.js +2 -1
  4. package/dist-es/commands/CopyOptionGroupCommand.js +2 -1
  5. package/dist-es/commands/CreateDBClusterCommand.js +2 -1
  6. package/dist-es/commands/CreateDBInstanceCommand.js +2 -1
  7. package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +2 -1
  8. package/dist-es/commands/CreateOptionGroupCommand.js +2 -1
  9. package/dist-es/commands/DeleteDBClusterCommand.js +2 -1
  10. package/dist-es/commands/DeleteDBInstanceCommand.js +2 -1
  11. package/dist-es/commands/DescribeDBClustersCommand.js +2 -1
  12. package/dist-es/commands/DescribeDBInstancesCommand.js +2 -1
  13. package/dist-es/commands/DescribeOptionGroupsCommand.js +2 -1
  14. package/dist-es/commands/DownloadDBLogFilePortionCommand.js +2 -1
  15. package/dist-es/commands/FailoverDBClusterCommand.js +2 -1
  16. package/dist-es/commands/ModifyDBClusterCommand.js +2 -1
  17. package/dist-es/commands/ModifyDBInstanceCommand.js +2 -1
  18. package/dist-es/commands/ModifyOptionGroupCommand.js +2 -1
  19. package/dist-es/commands/PromoteReadReplicaCommand.js +2 -1
  20. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +2 -1
  21. package/dist-es/commands/RebootDBClusterCommand.js +2 -1
  22. package/dist-es/commands/RebootDBInstanceCommand.js +2 -1
  23. package/dist-es/commands/RestoreDBClusterFromS3Command.js +2 -1
  24. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -1
  25. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -1
  26. package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +2 -1
  27. package/dist-es/commands/RestoreDBInstanceFromS3Command.js +2 -1
  28. package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +2 -1
  29. package/dist-es/commands/StartDBClusterCommand.js +2 -1
  30. package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +2 -1
  31. package/dist-es/commands/StartDBInstanceCommand.js +2 -1
  32. package/dist-es/commands/StopDBClusterCommand.js +2 -1
  33. package/dist-es/commands/StopDBInstanceCommand.js +2 -1
  34. package/dist-es/commands/SwitchoverReadReplicaCommand.js +2 -1
  35. package/dist-es/models/models_0.js +182 -100
  36. package/dist-es/models/models_1.js +135 -3
  37. package/dist-es/protocols/Aws_query.js +303 -303
  38. package/dist-types/RDS.d.ts +0 -3
  39. package/dist-types/commands/AddTagsToResourceCommand.d.ts +15 -0
  40. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -2
  41. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +4 -4
  42. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +4 -0
  43. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +15 -9
  44. package/dist-types/commands/CreateDBClusterCommand.d.ts +63 -57
  45. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -2
  46. package/dist-types/commands/CreateDBInstanceCommand.d.ts +27 -27
  47. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +25 -25
  48. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +3 -3
  49. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +8 -2
  50. package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -2
  51. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -7
  52. package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteDBClusterCommand.d.ts +49 -43
  54. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -2
  55. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +2 -2
  56. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +24 -21
  57. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -3
  58. package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -2
  59. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +4 -0
  60. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -2
  62. package/dist-types/commands/DescribeDBClustersCommand.d.ts +43 -43
  63. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +7 -7
  64. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +2 -2
  65. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +21 -21
  66. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -2
  68. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +3 -3
  69. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -2
  70. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +2 -2
  71. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -6
  72. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
  73. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
  74. package/dist-types/commands/FailoverDBClusterCommand.d.ts +43 -43
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  76. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +7 -7
  77. package/dist-types/commands/ModifyDBClusterCommand.d.ts +67 -50
  78. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +27 -27
  79. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +9 -3
  80. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -0
  81. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
  82. package/dist-types/commands/ModifyIntegrationCommand.d.ts +2 -2
  83. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +21 -21
  84. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +43 -43
  85. package/dist-types/commands/RebootDBClusterCommand.d.ts +43 -43
  86. package/dist-types/commands/RebootDBInstanceCommand.d.ts +24 -21
  87. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +2 -2
  88. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -3
  89. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +15 -0
  90. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +48 -45
  91. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +50 -44
  92. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +60 -54
  93. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +25 -25
  94. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +22 -22
  95. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +25 -25
  96. package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
  97. package/dist-types/commands/StartDBClusterCommand.d.ts +46 -43
  98. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +6 -2
  99. package/dist-types/commands/StartDBInstanceCommand.d.ts +21 -21
  100. package/dist-types/commands/StopDBClusterCommand.d.ts +43 -43
  101. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
  102. package/dist-types/commands/StopDBInstanceCommand.d.ts +21 -21
  103. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +21 -21
  104. package/dist-types/models/models_0.d.ts +677 -601
  105. package/dist-types/models/models_1.d.ts +390 -258
  106. package/dist-types/ts3.4/RDS.d.ts +0 -3
  107. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/models/models_0.d.ts +191 -141
  111. package/dist-types/ts3.4/models/models_1.d.ts +137 -39
  112. package/package.json +12 -12
@@ -58,6 +58,7 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
58
58
  * MultiAZ: true || false,
59
59
  * AutoMinorVersionUpgrade: true || false,
60
60
  * Iops: Number("int"),
61
+ * StorageThroughput: Number("int"),
61
62
  * OptionGroupName: "STRING_VALUE",
62
63
  * DBParameterGroupName: "STRING_VALUE",
63
64
  * PubliclyAccessible: true || false,
@@ -102,12 +103,11 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
102
103
  * "STRING_VALUE",
103
104
  * ],
104
105
  * ReplicaMode: "open-read-only" || "mounted",
105
- * MaxAllocatedStorage: Number("int"),
106
- * CustomIamInstanceProfile: "STRING_VALUE",
107
- * NetworkType: "STRING_VALUE",
108
- * StorageThroughput: Number("int"),
109
106
  * EnableCustomerOwnedIp: true || false,
107
+ * NetworkType: "STRING_VALUE",
108
+ * MaxAllocatedStorage: Number("int"),
110
109
  * BackupTarget: "STRING_VALUE",
110
+ * CustomIamInstanceProfile: "STRING_VALUE",
111
111
  * AllocatedStorage: Number("int"),
112
112
  * SourceDBClusterIdentifier: "STRING_VALUE",
113
113
  * DedicatedLogVolume: true || false,
@@ -122,7 +122,6 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
122
122
  * // DBInstanceClass: "STRING_VALUE",
123
123
  * // Engine: "STRING_VALUE",
124
124
  * // DBInstanceStatus: "STRING_VALUE",
125
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
126
125
  * // MasterUsername: "STRING_VALUE",
127
126
  * // DBName: "STRING_VALUE",
128
127
  * // Endpoint: { // Endpoint
@@ -186,6 +185,7 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
186
185
  * // EngineVersion: "STRING_VALUE",
187
186
  * // LicenseModel: "STRING_VALUE",
188
187
  * // Iops: Number("int"),
188
+ * // StorageThroughput: Number("int"),
189
189
  * // DBInstanceIdentifier: "STRING_VALUE",
190
190
  * // StorageType: "STRING_VALUE",
191
191
  * // CACertificateIdentifier: "STRING_VALUE",
@@ -204,13 +204,12 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
204
204
  * // Value: "STRING_VALUE",
205
205
  * // },
206
206
  * // ],
207
- * // IAMDatabaseAuthenticationEnabled: true || false,
208
207
  * // AutomationMode: "full" || "all-paused",
209
208
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
210
- * // StorageThroughput: Number("int"),
211
- * // Engine: "STRING_VALUE",
212
- * // DedicatedLogVolume: true || false,
213
209
  * // MultiTenant: true || false,
210
+ * // IAMDatabaseAuthenticationEnabled: true || false,
211
+ * // DedicatedLogVolume: true || false,
212
+ * // Engine: "STRING_VALUE",
214
213
  * // },
215
214
  * // LatestRestorableTime: new Date("TIMESTAMP"),
216
215
  * // MultiAZ: true || false,
@@ -226,6 +225,7 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
226
225
  * // ReplicaMode: "open-read-only" || "mounted",
227
226
  * // LicenseModel: "STRING_VALUE",
228
227
  * // Iops: Number("int"),
228
+ * // StorageThroughput: Number("int"),
229
229
  * // OptionGroupMemberships: [ // OptionGroupMembershipList
230
230
  * // { // OptionGroupMembership
231
231
  * // OptionGroupName: "STRING_VALUE",
@@ -306,40 +306,40 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
306
306
  * // Value: "STRING_VALUE",
307
307
  * // },
308
308
  * // ],
309
- * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
310
- * // { // DBInstanceAutomatedBackupsReplication
311
- * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
312
- * // },
313
- * // ],
309
+ * // AutomationMode: "full" || "all-paused",
310
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
314
311
  * // CustomerOwnedIpEnabled: true || false,
315
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
312
+ * // NetworkType: "STRING_VALUE",
316
313
  * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
317
314
  * // ActivityStreamKmsKeyId: "STRING_VALUE",
318
315
  * // ActivityStreamKinesisStreamName: "STRING_VALUE",
319
316
  * // ActivityStreamMode: "sync" || "async",
320
317
  * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
321
- * // AutomationMode: "full" || "all-paused",
322
- * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
323
- * // CustomIamInstanceProfile: "STRING_VALUE",
318
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
319
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
320
+ * // { // DBInstanceAutomatedBackupsReplication
321
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
322
+ * // },
323
+ * // ],
324
324
  * // BackupTarget: "STRING_VALUE",
325
- * // NetworkType: "STRING_VALUE",
325
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
326
+ * // CustomIamInstanceProfile: "STRING_VALUE",
326
327
  * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
327
- * // StorageThroughput: Number("int"),
328
+ * // CertificateDetails: { // CertificateDetails
329
+ * // CAIdentifier: "STRING_VALUE",
330
+ * // ValidTill: new Date("TIMESTAMP"),
331
+ * // },
328
332
  * // DBSystemId: "STRING_VALUE",
329
333
  * // MasterUserSecret: { // MasterUserSecret
330
334
  * // SecretArn: "STRING_VALUE",
331
335
  * // SecretStatus: "STRING_VALUE",
332
336
  * // KmsKeyId: "STRING_VALUE",
333
337
  * // },
334
- * // CertificateDetails: { // CertificateDetails
335
- * // CAIdentifier: "STRING_VALUE",
336
- * // ValidTill: new Date("TIMESTAMP"),
337
- * // },
338
338
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
339
339
  * // PercentProgress: "STRING_VALUE",
340
+ * // MultiTenant: true || false,
340
341
  * // DedicatedLogVolume: true || false,
341
342
  * // IsStorageConfigUpgradeAvailable: true || false,
342
- * // MultiTenant: true || false,
343
343
  * // EngineLifecycleSupport: "STRING_VALUE",
344
344
  * // },
345
345
  * // };
@@ -66,6 +66,7 @@ declare const CreateDBSnapshotCommand_base: {
66
66
  * // LicenseModel: "STRING_VALUE",
67
67
  * // SnapshotType: "STRING_VALUE",
68
68
  * // Iops: Number("int"),
69
+ * // StorageThroughput: Number("int"),
69
70
  * // OptionGroupName: "STRING_VALUE",
70
71
  * // PercentProgress: Number("int"),
71
72
  * // SourceRegion: "STRING_VALUE",
@@ -90,13 +91,12 @@ declare const CreateDBSnapshotCommand_base: {
90
91
  * // Value: "STRING_VALUE",
91
92
  * // },
92
93
  * // ],
94
+ * // SnapshotTarget: "STRING_VALUE",
93
95
  * // OriginalSnapshotCreateTime: new Date("TIMESTAMP"),
94
96
  * // SnapshotDatabaseTime: new Date("TIMESTAMP"),
95
- * // SnapshotTarget: "STRING_VALUE",
96
- * // StorageThroughput: Number("int"),
97
97
  * // DBSystemId: "STRING_VALUE",
98
- * // DedicatedLogVolume: true || false,
99
98
  * // MultiTenant: true || false,
99
+ * // DedicatedLogVolume: true || false,
100
100
  * // SnapshotAvailabilityZone: "STRING_VALUE",
101
101
  * // },
102
102
  * // };
@@ -23,7 +23,7 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes
23
23
  }
24
24
  declare const CreateGlobalClusterCommand_base: {
25
25
  new (input: CreateGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [CreateGlobalClusterCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -49,7 +49,7 @@ declare const CreateGlobalClusterCommand_base: {
49
49
  * const config = {}; // type is RDSClientConfig
50
50
  * const client = new RDSClient(config);
51
51
  * const input = { // CreateGlobalClusterMessage
52
- * GlobalClusterIdentifier: "STRING_VALUE",
52
+ * GlobalClusterIdentifier: "STRING_VALUE", // required
53
53
  * SourceDBClusterIdentifier: "STRING_VALUE",
54
54
  * Engine: "STRING_VALUE",
55
55
  * EngineVersion: "STRING_VALUE",
@@ -127,6 +127,12 @@ declare const CreateGlobalClusterCommand_base: {
127
127
  * @throws {@link InvalidDBClusterStateFault} (client fault)
128
128
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
129
129
  *
130
+ * @throws {@link InvalidDBShardGroupStateFault} (client fault)
131
+ * <p>The DB shard group must be in the available state.</p>
132
+ *
133
+ * @throws {@link ResourceNotFoundFault} (client fault)
134
+ * <p>The specified resource ID was not found.</p>
135
+ *
130
136
  * @throws {@link RDSServiceException}
131
137
  * <p>Base exception class for all service exceptions from RDS service.</p>
132
138
  *
@@ -71,6 +71,8 @@ declare const CreateIntegrationCommand_base: {
71
71
  * // Value: "STRING_VALUE",
72
72
  * // },
73
73
  * // ],
74
+ * // DataFilter: "STRING_VALUE",
75
+ * // Description: "STRING_VALUE",
74
76
  * // CreateTime: new Date("TIMESTAMP"),
75
77
  * // Errors: [ // IntegrationErrorList
76
78
  * // { // IntegrationError
@@ -78,8 +80,6 @@ declare const CreateIntegrationCommand_base: {
78
80
  * // ErrorMessage: "STRING_VALUE",
79
81
  * // },
80
82
  * // ],
81
- * // DataFilter: "STRING_VALUE",
82
- * // Description: "STRING_VALUE",
83
83
  * // };
84
84
  *
85
85
  * ```
@@ -64,9 +64,14 @@ declare const DeleteCustomDBEngineVersionCommand_base: {
64
64
  * const response = await client.send(command);
65
65
  * // { // DBEngineVersion
66
66
  * // Engine: "STRING_VALUE",
67
+ * // MajorEngineVersion: "STRING_VALUE",
67
68
  * // EngineVersion: "STRING_VALUE",
69
+ * // DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
70
+ * // DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
71
+ * // CustomDBEngineVersionManifest: "STRING_VALUE",
68
72
  * // DBParameterGroupFamily: "STRING_VALUE",
69
73
  * // DBEngineDescription: "STRING_VALUE",
74
+ * // DBEngineVersionArn: "STRING_VALUE",
70
75
  * // DBEngineVersionDescription: "STRING_VALUE",
71
76
  * // DefaultCharacterSet: { // CharacterSet
72
77
  * // CharacterSetName: "STRING_VALUE",
@@ -77,6 +82,8 @@ declare const DeleteCustomDBEngineVersionCommand_base: {
77
82
  * // Status: "STRING_VALUE",
78
83
  * // },
79
84
  * // DBEngineMediaType: "STRING_VALUE",
85
+ * // KMSKeyId: "STRING_VALUE",
86
+ * // CreateTime: new Date("TIMESTAMP"),
80
87
  * // SupportedCharacterSets: [ // SupportedCharacterSetsList
81
88
  * // {
82
89
  * // CharacterSetName: "STRING_VALUE",
@@ -126,12 +133,6 @@ declare const DeleteCustomDBEngineVersionCommand_base: {
126
133
  * // Status: "STRING_VALUE",
127
134
  * // SupportsParallelQuery: true || false,
128
135
  * // SupportsGlobalDatabases: true || false,
129
- * // MajorEngineVersion: "STRING_VALUE",
130
- * // DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
131
- * // DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
132
- * // DBEngineVersionArn: "STRING_VALUE",
133
- * // KMSKeyId: "STRING_VALUE",
134
- * // CreateTime: new Date("TIMESTAMP"),
135
136
  * // TagList: [ // TagList
136
137
  * // { // Tag
137
138
  * // Key: "STRING_VALUE",
@@ -139,7 +140,6 @@ declare const DeleteCustomDBEngineVersionCommand_base: {
139
140
  * // },
140
141
  * // ],
141
142
  * // SupportsBabelfish: true || false,
142
- * // CustomDBEngineVersionManifest: "STRING_VALUE",
143
143
  * // SupportsLimitlessDatabase: true || false,
144
144
  * // SupportsCertificateRotationWithoutRestart: true || false,
145
145
  * // SupportedCACertificateIdentifiers: [ // CACertificateIdentifiersList
@@ -72,8 +72,8 @@ declare const DeleteDBClusterAutomatedBackupCommand_base: {
72
72
  * // KmsKeyId: "STRING_VALUE",
73
73
  * // StorageType: "STRING_VALUE",
74
74
  * // Iops: Number("int"),
75
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
76
75
  * // StorageThroughput: Number("int"),
76
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
77
77
  * // },
78
78
  * // };
79
79
  *
@@ -67,7 +67,6 @@ declare const DeleteDBClusterCommand_base: {
67
67
  * // DBClusterParameterGroup: "STRING_VALUE",
68
68
  * // DBSubnetGroup: "STRING_VALUE",
69
69
  * // Status: "STRING_VALUE",
70
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
71
70
  * // PercentProgress: "STRING_VALUE",
72
71
  * // EarliestRestorableTime: new Date("TIMESTAMP"),
73
72
  * // Endpoint: "STRING_VALUE",
@@ -137,6 +136,33 @@ declare const DeleteDBClusterCommand_base: {
137
136
  * // "STRING_VALUE",
138
137
  * // ],
139
138
  * // Capacity: Number("int"),
139
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
140
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
141
+ * // LogTypesToEnable: [
142
+ * // "STRING_VALUE",
143
+ * // ],
144
+ * // LogTypesToDisable: [
145
+ * // "STRING_VALUE",
146
+ * // ],
147
+ * // },
148
+ * // DBClusterIdentifier: "STRING_VALUE",
149
+ * // MasterUserPassword: "STRING_VALUE",
150
+ * // IAMDatabaseAuthenticationEnabled: true || false,
151
+ * // EngineVersion: "STRING_VALUE",
152
+ * // BackupRetentionPeriod: Number("int"),
153
+ * // StorageType: "STRING_VALUE",
154
+ * // AllocatedStorage: Number("int"),
155
+ * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
156
+ * // InterconnectSubnetId: "STRING_VALUE",
157
+ * // TransitGatewayMulticastDomainId: "STRING_VALUE",
158
+ * // ReplicaMode: "open-read-only" || "mounted",
159
+ * // },
160
+ * // Iops: Number("int"),
161
+ * // CertificateDetails: { // CertificateDetails
162
+ * // CAIdentifier: "STRING_VALUE",
163
+ * // ValidTill: new Date("TIMESTAMP"),
164
+ * // },
165
+ * // },
140
166
  * // EngineMode: "STRING_VALUE",
141
167
  * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
142
168
  * // MinCapacity: Number("int"),
@@ -146,11 +172,18 @@ declare const DeleteDBClusterCommand_base: {
146
172
  * // TimeoutAction: "STRING_VALUE",
147
173
  * // SecondsBeforeTimeout: Number("int"),
148
174
  * // },
149
- * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
175
+ * // RdsCustomClusterConfiguration: {
150
176
  * // InterconnectSubnetId: "STRING_VALUE",
151
177
  * // TransitGatewayMulticastDomainId: "STRING_VALUE",
152
178
  * // ReplicaMode: "open-read-only" || "mounted",
153
179
  * // },
180
+ * // DBClusterInstanceClass: "STRING_VALUE",
181
+ * // StorageType: "STRING_VALUE",
182
+ * // Iops: Number("int"),
183
+ * // StorageThroughput: Number("int"),
184
+ * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
185
+ * // PubliclyAccessible: true || false,
186
+ * // AutoMinorVersionUpgrade: true || false,
154
187
  * // DeletionProtection: true || false,
155
188
  * // HttpEndpointEnabled: true || false,
156
189
  * // ActivityStreamMode: "sync" || "async",
@@ -181,66 +214,33 @@ declare const DeleteDBClusterCommand_base: {
181
214
  * // GlobalClusterIdentifier: "STRING_VALUE",
182
215
  * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
183
216
  * // GlobalWriteForwardingRequested: true || false,
184
- * // PendingModifiedValues: { // ClusterPendingModifiedValues
185
- * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
186
- * // LogTypesToEnable: [
187
- * // "STRING_VALUE",
188
- * // ],
189
- * // LogTypesToDisable: [
190
- * // "STRING_VALUE",
191
- * // ],
192
- * // },
193
- * // DBClusterIdentifier: "STRING_VALUE",
194
- * // MasterUserPassword: "STRING_VALUE",
195
- * // IAMDatabaseAuthenticationEnabled: true || false,
196
- * // EngineVersion: "STRING_VALUE",
197
- * // BackupRetentionPeriod: Number("int"),
198
- * // AllocatedStorage: Number("int"),
199
- * // RdsCustomClusterConfiguration: {
200
- * // InterconnectSubnetId: "STRING_VALUE",
201
- * // TransitGatewayMulticastDomainId: "STRING_VALUE",
202
- * // ReplicaMode: "open-read-only" || "mounted",
203
- * // },
204
- * // Iops: Number("int"),
205
- * // StorageType: "STRING_VALUE",
206
- * // CertificateDetails: { // CertificateDetails
207
- * // CAIdentifier: "STRING_VALUE",
208
- * // ValidTill: new Date("TIMESTAMP"),
209
- * // },
217
+ * // NetworkType: "STRING_VALUE",
218
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
219
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
220
+ * // MinCapacity: Number("double"),
221
+ * // MaxCapacity: Number("double"),
222
+ * // SecondsUntilAutoPause: Number("int"),
210
223
  * // },
211
- * // DBClusterInstanceClass: "STRING_VALUE",
212
- * // StorageType: "STRING_VALUE",
213
- * // Iops: Number("int"),
214
- * // PubliclyAccessible: true || false,
215
- * // AutoMinorVersionUpgrade: true || false,
224
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
216
225
  * // MonitoringInterval: Number("int"),
217
226
  * // MonitoringRoleArn: "STRING_VALUE",
218
227
  * // DatabaseInsightsMode: "standard" || "advanced",
219
228
  * // PerformanceInsightsEnabled: true || false,
220
229
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
221
230
  * // PerformanceInsightsRetentionPeriod: Number("int"),
222
- * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
223
- * // MinCapacity: Number("double"),
224
- * // MaxCapacity: Number("double"),
225
- * // SecondsUntilAutoPause: Number("int"),
226
- * // },
227
- * // ServerlessV2PlatformVersion: "STRING_VALUE",
228
- * // NetworkType: "STRING_VALUE",
229
231
  * // DBSystemId: "STRING_VALUE",
230
232
  * // MasterUserSecret: { // MasterUserSecret
231
233
  * // SecretArn: "STRING_VALUE",
232
234
  * // SecretStatus: "STRING_VALUE",
233
235
  * // KmsKeyId: "STRING_VALUE",
234
236
  * // },
235
- * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
236
237
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
237
238
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
238
239
  * // LimitlessDatabase: { // LimitlessDatabase
239
240
  * // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
240
241
  * // MinRequiredACU: Number("double"),
241
242
  * // },
242
- * // StorageThroughput: Number("int"),
243
- * // ClusterScalabilityType: "standard" || "limitless",
243
+ * // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
244
244
  * // CertificateDetails: {
245
245
  * // CAIdentifier: "STRING_VALUE",
246
246
  * // ValidTill: new Date("TIMESTAMP"),
@@ -274,6 +274,12 @@ declare const DeleteDBClusterCommand_base: {
274
274
  * @throws {@link InvalidDBClusterStateFault} (client fault)
275
275
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
276
276
  *
277
+ * @throws {@link InvalidGlobalClusterStateFault} (client fault)
278
+ * <p>The global cluster is in an invalid state and can't perform the requested operation.</p>
279
+ *
280
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
281
+ * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
282
+ *
277
283
  * @throws {@link SnapshotQuotaExceededFault} (client fault)
278
284
  * <p>The request would result in the user exceeding the allowed number of DB
279
285
  * snapshots.</p>
@@ -82,10 +82,10 @@ declare const DeleteDBClusterSnapshotCommand_base: {
82
82
  * // Value: "STRING_VALUE",
83
83
  * // },
84
84
  * // ],
85
- * // DBSystemId: "STRING_VALUE",
86
85
  * // StorageType: "STRING_VALUE",
87
- * // DbClusterResourceId: "STRING_VALUE",
88
86
  * // StorageThroughput: Number("int"),
87
+ * // DbClusterResourceId: "STRING_VALUE",
88
+ * // DBSystemId: "STRING_VALUE",
89
89
  * // },
90
90
  * // };
91
91
  *
@@ -63,6 +63,7 @@ declare const DeleteDBInstanceAutomatedBackupCommand_base: {
63
63
  * // EngineVersion: "STRING_VALUE",
64
64
  * // LicenseModel: "STRING_VALUE",
65
65
  * // Iops: Number("int"),
66
+ * // StorageThroughput: Number("int"),
66
67
  * // OptionGroupName: "STRING_VALUE",
67
68
  * // TdeCredentialArn: "STRING_VALUE",
68
69
  * // Encrypted: true || false,
@@ -78,10 +79,9 @@ declare const DeleteDBInstanceAutomatedBackupCommand_base: {
78
79
  * // },
79
80
  * // ],
80
81
  * // BackupTarget: "STRING_VALUE",
81
- * // StorageThroughput: Number("int"),
82
+ * // MultiTenant: true || false,
82
83
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
83
84
  * // DedicatedLogVolume: true || false,
84
- * // MultiTenant: true || false,
85
85
  * // },
86
86
  * // };
87
87
  *
@@ -72,7 +72,6 @@ declare const DeleteDBInstanceCommand_base: {
72
72
  * // DBInstanceClass: "STRING_VALUE",
73
73
  * // Engine: "STRING_VALUE",
74
74
  * // DBInstanceStatus: "STRING_VALUE",
75
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
76
75
  * // MasterUsername: "STRING_VALUE",
77
76
  * // DBName: "STRING_VALUE",
78
77
  * // Endpoint: { // Endpoint
@@ -136,6 +135,7 @@ declare const DeleteDBInstanceCommand_base: {
136
135
  * // EngineVersion: "STRING_VALUE",
137
136
  * // LicenseModel: "STRING_VALUE",
138
137
  * // Iops: Number("int"),
138
+ * // StorageThroughput: Number("int"),
139
139
  * // DBInstanceIdentifier: "STRING_VALUE",
140
140
  * // StorageType: "STRING_VALUE",
141
141
  * // CACertificateIdentifier: "STRING_VALUE",
@@ -154,13 +154,12 @@ declare const DeleteDBInstanceCommand_base: {
154
154
  * // Value: "STRING_VALUE",
155
155
  * // },
156
156
  * // ],
157
- * // IAMDatabaseAuthenticationEnabled: true || false,
158
157
  * // AutomationMode: "full" || "all-paused",
159
158
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
160
- * // StorageThroughput: Number("int"),
161
- * // Engine: "STRING_VALUE",
162
- * // DedicatedLogVolume: true || false,
163
159
  * // MultiTenant: true || false,
160
+ * // IAMDatabaseAuthenticationEnabled: true || false,
161
+ * // DedicatedLogVolume: true || false,
162
+ * // Engine: "STRING_VALUE",
164
163
  * // },
165
164
  * // LatestRestorableTime: new Date("TIMESTAMP"),
166
165
  * // MultiAZ: true || false,
@@ -176,6 +175,7 @@ declare const DeleteDBInstanceCommand_base: {
176
175
  * // ReplicaMode: "open-read-only" || "mounted",
177
176
  * // LicenseModel: "STRING_VALUE",
178
177
  * // Iops: Number("int"),
178
+ * // StorageThroughput: Number("int"),
179
179
  * // OptionGroupMemberships: [ // OptionGroupMembershipList
180
180
  * // { // OptionGroupMembership
181
181
  * // OptionGroupName: "STRING_VALUE",
@@ -256,40 +256,40 @@ declare const DeleteDBInstanceCommand_base: {
256
256
  * // Value: "STRING_VALUE",
257
257
  * // },
258
258
  * // ],
259
- * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
260
- * // { // DBInstanceAutomatedBackupsReplication
261
- * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
262
- * // },
263
- * // ],
259
+ * // AutomationMode: "full" || "all-paused",
260
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
264
261
  * // CustomerOwnedIpEnabled: true || false,
265
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
262
+ * // NetworkType: "STRING_VALUE",
266
263
  * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
267
264
  * // ActivityStreamKmsKeyId: "STRING_VALUE",
268
265
  * // ActivityStreamKinesisStreamName: "STRING_VALUE",
269
266
  * // ActivityStreamMode: "sync" || "async",
270
267
  * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
271
- * // AutomationMode: "full" || "all-paused",
272
- * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
273
- * // CustomIamInstanceProfile: "STRING_VALUE",
268
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
269
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
270
+ * // { // DBInstanceAutomatedBackupsReplication
271
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
272
+ * // },
273
+ * // ],
274
274
  * // BackupTarget: "STRING_VALUE",
275
- * // NetworkType: "STRING_VALUE",
275
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
276
+ * // CustomIamInstanceProfile: "STRING_VALUE",
276
277
  * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
277
- * // StorageThroughput: Number("int"),
278
+ * // CertificateDetails: { // CertificateDetails
279
+ * // CAIdentifier: "STRING_VALUE",
280
+ * // ValidTill: new Date("TIMESTAMP"),
281
+ * // },
278
282
  * // DBSystemId: "STRING_VALUE",
279
283
  * // MasterUserSecret: { // MasterUserSecret
280
284
  * // SecretArn: "STRING_VALUE",
281
285
  * // SecretStatus: "STRING_VALUE",
282
286
  * // KmsKeyId: "STRING_VALUE",
283
287
  * // },
284
- * // CertificateDetails: { // CertificateDetails
285
- * // CAIdentifier: "STRING_VALUE",
286
- * // ValidTill: new Date("TIMESTAMP"),
287
- * // },
288
288
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
289
289
  * // PercentProgress: "STRING_VALUE",
290
+ * // MultiTenant: true || false,
290
291
  * // DedicatedLogVolume: true || false,
291
292
  * // IsStorageConfigUpgradeAvailable: true || false,
292
- * // MultiTenant: true || false,
293
293
  * // EngineLifecycleSupport: "STRING_VALUE",
294
294
  * // },
295
295
  * // };
@@ -321,6 +321,9 @@ declare const DeleteDBInstanceCommand_base: {
321
321
  * @throws {@link InvalidDBInstanceStateFault} (client fault)
322
322
  * <p>The DB instance isn't in a valid state.</p>
323
323
  *
324
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
325
+ * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
326
+ *
324
327
  * @throws {@link SnapshotQuotaExceededFault} (client fault)
325
328
  * <p>The request would result in the user exceeding the allowed number of DB
326
329
  * snapshots.</p>
@@ -62,6 +62,7 @@ declare const DeleteDBSnapshotCommand_base: {
62
62
  * // LicenseModel: "STRING_VALUE",
63
63
  * // SnapshotType: "STRING_VALUE",
64
64
  * // Iops: Number("int"),
65
+ * // StorageThroughput: Number("int"),
65
66
  * // OptionGroupName: "STRING_VALUE",
66
67
  * // PercentProgress: Number("int"),
67
68
  * // SourceRegion: "STRING_VALUE",
@@ -86,13 +87,12 @@ declare const DeleteDBSnapshotCommand_base: {
86
87
  * // Value: "STRING_VALUE",
87
88
  * // },
88
89
  * // ],
90
+ * // SnapshotTarget: "STRING_VALUE",
89
91
  * // OriginalSnapshotCreateTime: new Date("TIMESTAMP"),
90
92
  * // SnapshotDatabaseTime: new Date("TIMESTAMP"),
91
- * // SnapshotTarget: "STRING_VALUE",
92
- * // StorageThroughput: Number("int"),
93
93
  * // DBSystemId: "STRING_VALUE",
94
- * // DedicatedLogVolume: true || false,
95
94
  * // MultiTenant: true || false,
95
+ * // DedicatedLogVolume: true || false,
96
96
  * // SnapshotAvailabilityZone: "STRING_VALUE",
97
97
  * // },
98
98
  * // };
@@ -58,6 +58,8 @@ declare const DeleteIntegrationCommand_base: {
58
58
  * // Value: "STRING_VALUE",
59
59
  * // },
60
60
  * // ],
61
+ * // DataFilter: "STRING_VALUE",
62
+ * // Description: "STRING_VALUE",
61
63
  * // CreateTime: new Date("TIMESTAMP"),
62
64
  * // Errors: [ // IntegrationErrorList
63
65
  * // { // IntegrationError
@@ -65,8 +67,6 @@ declare const DeleteIntegrationCommand_base: {
65
67
  * // ErrorMessage: "STRING_VALUE",
66
68
  * // },
67
69
  * // ],
68
- * // DataFilter: "STRING_VALUE",
69
- * // Description: "STRING_VALUE",
70
70
  * // };
71
71
  *
72
72
  * ```
@@ -90,6 +90,10 @@ declare const DeleteTenantDatabaseCommand_base: {
90
90
  * <p>
91
91
  * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
92
92
  *
93
+ * @throws {@link DBSnapshotAlreadyExistsFault} (client fault)
94
+ * <p>
95
+ * <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
96
+ *
93
97
  * @throws {@link InvalidDBInstanceStateFault} (client fault)
94
98
  * <p>The DB instance isn't in a valid state.</p>
95
99
  *
@@ -87,8 +87,8 @@ declare const DescribeDBClusterAutomatedBackupsCommand_base: {
87
87
  * // KmsKeyId: "STRING_VALUE",
88
88
  * // StorageType: "STRING_VALUE",
89
89
  * // Iops: Number("int"),
90
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
91
90
  * // StorageThroughput: Number("int"),
91
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
92
92
  * // },
93
93
  * // ],
94
94
  * // };
@@ -95,10 +95,10 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
95
95
  * // Value: "STRING_VALUE",
96
96
  * // },
97
97
  * // ],
98
- * // DBSystemId: "STRING_VALUE",
99
98
  * // StorageType: "STRING_VALUE",
100
- * // DbClusterResourceId: "STRING_VALUE",
101
99
  * // StorageThroughput: Number("int"),
100
+ * // DbClusterResourceId: "STRING_VALUE",
101
+ * // DBSystemId: "STRING_VALUE",
102
102
  * // },
103
103
  * // ],
104
104
  * // };