@aws-sdk/client-rds 3.899.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 +1 -1
@@ -159,6 +159,13 @@ export declare class BlueGreenDeploymentNotFoundFault extends __BaseException {
159
159
  >
160
160
  );
161
161
  }
162
+ export declare class DBProxyEndpointNotFoundFault extends __BaseException {
163
+ readonly name: "DBProxyEndpointNotFoundFault";
164
+ readonly $fault: "client";
165
+ constructor(
166
+ opts: __ExceptionOptionType<DBProxyEndpointNotFoundFault, __BaseException>
167
+ );
168
+ }
162
169
  export declare class DBProxyNotFoundFault extends __BaseException {
163
170
  readonly name: "DBProxyNotFoundFault";
164
171
  readonly $fault: "client";
@@ -176,6 +183,13 @@ export declare class DBProxyTargetGroupNotFoundFault extends __BaseException {
176
183
  >
177
184
  );
178
185
  }
186
+ export declare class DBShardGroupNotFoundFault extends __BaseException {
187
+ readonly name: "DBShardGroupNotFoundFault";
188
+ readonly $fault: "client";
189
+ constructor(
190
+ opts: __ExceptionOptionType<DBShardGroupNotFoundFault, __BaseException>
191
+ );
192
+ }
179
193
  export declare class DBSnapshotNotFoundFault extends __BaseException {
180
194
  readonly name: "DBSnapshotNotFoundFault";
181
195
  readonly $fault: "client";
@@ -200,6 +214,16 @@ export declare class IntegrationNotFoundFault extends __BaseException {
200
214
  opts: __ExceptionOptionType<IntegrationNotFoundFault, __BaseException>
201
215
  );
202
216
  }
217
+ export declare class InvalidDBClusterEndpointStateFault extends __BaseException {
218
+ readonly name: "InvalidDBClusterEndpointStateFault";
219
+ readonly $fault: "client";
220
+ constructor(
221
+ opts: __ExceptionOptionType<
222
+ InvalidDBClusterEndpointStateFault,
223
+ __BaseException
224
+ >
225
+ );
226
+ }
203
227
  export declare class TenantDatabaseNotFoundFault extends __BaseException {
204
228
  readonly name: "TenantDatabaseNotFoundFault";
205
229
  readonly $fault: "client";
@@ -430,10 +454,10 @@ export interface DBClusterSnapshot {
430
454
  SourceDBClusterSnapshotArn?: string | undefined;
431
455
  IAMDatabaseAuthenticationEnabled?: boolean | undefined;
432
456
  TagList?: Tag[] | undefined;
433
- DBSystemId?: string | undefined;
434
457
  StorageType?: string | undefined;
435
- DbClusterResourceId?: string | undefined;
436
458
  StorageThroughput?: number | undefined;
459
+ DbClusterResourceId?: string | undefined;
460
+ DBSystemId?: string | undefined;
437
461
  }
438
462
  export interface CopyDBClusterSnapshotResult {
439
463
  DBClusterSnapshot?: DBClusterSnapshot | undefined;
@@ -503,9 +527,9 @@ export interface CopyDBSnapshotMessage {
503
527
  PreSignedUrl?: string | undefined;
504
528
  OptionGroupName?: string | undefined;
505
529
  TargetCustomAvailabilityZone?: string | undefined;
530
+ SnapshotTarget?: string | undefined;
506
531
  CopyOptionGroup?: boolean | undefined;
507
532
  SnapshotAvailabilityZone?: string | undefined;
508
- SnapshotTarget?: string | undefined;
509
533
  }
510
534
  export interface ProcessorFeature {
511
535
  Name?: string | undefined;
@@ -527,6 +551,7 @@ export interface DBSnapshot {
527
551
  LicenseModel?: string | undefined;
528
552
  SnapshotType?: string | undefined;
529
553
  Iops?: number | undefined;
554
+ StorageThroughput?: number | undefined;
530
555
  OptionGroupName?: string | undefined;
531
556
  PercentProgress?: number | undefined;
532
557
  SourceRegion?: string | undefined;
@@ -541,13 +566,12 @@ export interface DBSnapshot {
541
566
  ProcessorFeatures?: ProcessorFeature[] | undefined;
542
567
  DbiResourceId?: string | undefined;
543
568
  TagList?: Tag[] | undefined;
569
+ SnapshotTarget?: string | undefined;
544
570
  OriginalSnapshotCreateTime?: Date | undefined;
545
571
  SnapshotDatabaseTime?: Date | undefined;
546
- SnapshotTarget?: string | undefined;
547
- StorageThroughput?: number | undefined;
548
572
  DBSystemId?: string | undefined;
549
- DedicatedLogVolume?: boolean | undefined;
550
573
  MultiTenant?: boolean | undefined;
574
+ DedicatedLogVolume?: boolean | undefined;
551
575
  SnapshotAvailabilityZone?: string | undefined;
552
576
  }
553
577
  export interface CopyDBSnapshotResult {
@@ -740,6 +764,13 @@ export declare class SourceDatabaseNotSupportedFault extends __BaseException {
740
764
  >
741
765
  );
742
766
  }
767
+ export declare class StorageQuotaExceededFault extends __BaseException {
768
+ readonly name: "StorageQuotaExceededFault";
769
+ readonly $fault: "client";
770
+ constructor(
771
+ opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>
772
+ );
773
+ }
743
774
  export declare class CreateCustomDBEngineVersionFault extends __BaseException {
744
775
  readonly name: "CreateCustomDBEngineVersionFault";
745
776
  readonly $fault: "client";
@@ -757,11 +788,11 @@ export interface CreateCustomDBEngineVersionMessage {
757
788
  DatabaseInstallationFilesS3Prefix?: string | undefined;
758
789
  ImageId?: string | undefined;
759
790
  KMSKeyId?: string | undefined;
791
+ SourceCustomDbEngineVersionIdentifier?: string | undefined;
792
+ UseAwsProvidedLatestImage?: boolean | undefined;
760
793
  Description?: string | undefined;
761
794
  Manifest?: string | undefined;
762
795
  Tags?: Tag[] | undefined;
763
- SourceCustomDbEngineVersionIdentifier?: string | undefined;
764
- UseAwsProvidedLatestImage?: boolean | undefined;
765
796
  }
766
797
  export declare class CustomDBEngineVersionAlreadyExistsFault extends __BaseException {
767
798
  readonly name: "CustomDBEngineVersionAlreadyExistsFault";
@@ -773,6 +804,16 @@ export declare class CustomDBEngineVersionAlreadyExistsFault extends __BaseExcep
773
804
  >
774
805
  );
775
806
  }
807
+ export declare class CustomDBEngineVersionNotFoundFault extends __BaseException {
808
+ readonly name: "CustomDBEngineVersionNotFoundFault";
809
+ readonly $fault: "client";
810
+ constructor(
811
+ opts: __ExceptionOptionType<
812
+ CustomDBEngineVersionNotFoundFault,
813
+ __BaseException
814
+ >
815
+ );
816
+ }
776
817
  export declare class CustomDBEngineVersionQuotaExceededFault extends __BaseException {
777
818
  readonly name: "CustomDBEngineVersionQuotaExceededFault";
778
819
  readonly $fault: "client";
@@ -814,13 +855,20 @@ export interface UpgradeTarget {
814
855
  }
815
856
  export interface DBEngineVersion {
816
857
  Engine?: string | undefined;
858
+ MajorEngineVersion?: string | undefined;
817
859
  EngineVersion?: string | undefined;
860
+ DatabaseInstallationFilesS3BucketName?: string | undefined;
861
+ DatabaseInstallationFilesS3Prefix?: string | undefined;
862
+ CustomDBEngineVersionManifest?: string | undefined;
818
863
  DBParameterGroupFamily?: string | undefined;
819
864
  DBEngineDescription?: string | undefined;
865
+ DBEngineVersionArn?: string | undefined;
820
866
  DBEngineVersionDescription?: string | undefined;
821
867
  DefaultCharacterSet?: CharacterSet | undefined;
822
868
  Image?: CustomDBEngineVersionAMI | undefined;
823
869
  DBEngineMediaType?: string | undefined;
870
+ KMSKeyId?: string | undefined;
871
+ CreateTime?: Date | undefined;
824
872
  SupportedCharacterSets?: CharacterSet[] | undefined;
825
873
  SupportedNcharCharacterSets?: CharacterSet[] | undefined;
826
874
  ValidUpgradeTarget?: UpgradeTarget[] | undefined;
@@ -833,15 +881,8 @@ export interface DBEngineVersion {
833
881
  Status?: string | undefined;
834
882
  SupportsParallelQuery?: boolean | undefined;
835
883
  SupportsGlobalDatabases?: boolean | undefined;
836
- MajorEngineVersion?: string | undefined;
837
- DatabaseInstallationFilesS3BucketName?: string | undefined;
838
- DatabaseInstallationFilesS3Prefix?: string | undefined;
839
- DBEngineVersionArn?: string | undefined;
840
- KMSKeyId?: string | undefined;
841
- CreateTime?: Date | undefined;
842
884
  TagList?: Tag[] | undefined;
843
885
  SupportsBabelfish?: boolean | undefined;
844
- CustomDBEngineVersionManifest?: string | undefined;
845
886
  SupportsLimitlessDatabase?: boolean | undefined;
846
887
  SupportsCertificateRotationWithoutRestart?: boolean | undefined;
847
888
  SupportedCACertificateIdentifiers?: string[] | undefined;
@@ -859,8 +900,19 @@ export declare class Ec2ImagePropertiesNotSupportedFault extends __BaseException
859
900
  >
860
901
  );
861
902
  }
903
+ export declare class InvalidCustomDBEngineVersionStateFault extends __BaseException {
904
+ readonly name: "InvalidCustomDBEngineVersionStateFault";
905
+ readonly $fault: "client";
906
+ constructor(
907
+ opts: __ExceptionOptionType<
908
+ InvalidCustomDBEngineVersionStateFault,
909
+ __BaseException
910
+ >
911
+ );
912
+ }
862
913
  export declare const ClusterScalabilityType: {
863
914
  readonly LIMITLESS: "limitless";
915
+ readonly SCALEOUT: "scaleout";
864
916
  readonly STANDARD: "standard";
865
917
  };
866
918
  export type ClusterScalabilityType =
@@ -928,6 +980,12 @@ export interface CreateDBClusterMessage {
928
980
  EngineMode?: string | undefined;
929
981
  ScalingConfiguration?: ScalingConfiguration | undefined;
930
982
  RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration | undefined;
983
+ DBClusterInstanceClass?: string | undefined;
984
+ AllocatedStorage?: number | undefined;
985
+ StorageType?: string | undefined;
986
+ Iops?: number | undefined;
987
+ PubliclyAccessible?: boolean | undefined;
988
+ AutoMinorVersionUpgrade?: boolean | undefined;
931
989
  DeletionProtection?: boolean | undefined;
932
990
  GlobalClusterIdentifier?: string | undefined;
933
991
  EnableHttpEndpoint?: boolean | undefined;
@@ -935,12 +993,10 @@ export interface CreateDBClusterMessage {
935
993
  Domain?: string | undefined;
936
994
  DomainIAMRoleName?: string | undefined;
937
995
  EnableGlobalWriteForwarding?: boolean | undefined;
938
- DBClusterInstanceClass?: string | undefined;
939
- AllocatedStorage?: number | undefined;
940
- StorageType?: string | undefined;
941
- Iops?: number | undefined;
942
- PubliclyAccessible?: boolean | undefined;
943
- AutoMinorVersionUpgrade?: boolean | undefined;
996
+ NetworkType?: string | undefined;
997
+ ServerlessV2ScalingConfiguration?:
998
+ | ServerlessV2ScalingConfiguration
999
+ | undefined;
944
1000
  MonitoringInterval?: number | undefined;
945
1001
  MonitoringRoleArn?: string | undefined;
946
1002
  DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
@@ -948,15 +1004,11 @@ export interface CreateDBClusterMessage {
948
1004
  PerformanceInsightsKMSKeyId?: string | undefined;
949
1005
  PerformanceInsightsRetentionPeriod?: number | undefined;
950
1006
  EnableLimitlessDatabase?: boolean | undefined;
951
- ServerlessV2ScalingConfiguration?:
952
- | ServerlessV2ScalingConfiguration
953
- | undefined;
954
- NetworkType?: string | undefined;
955
1007
  ClusterScalabilityType?: ClusterScalabilityType | undefined;
956
1008
  DBSystemId?: string | undefined;
957
1009
  ManageMasterUserPassword?: boolean | undefined;
958
- MasterUserSecretKmsKeyId?: string | undefined;
959
1010
  EnableLocalWriteForwarding?: boolean | undefined;
1011
+ MasterUserSecretKmsKeyId?: string | undefined;
960
1012
  CACertificateIdentifier?: string | undefined;
961
1013
  EngineLifecycleSupport?: string | undefined;
962
1014
  MasterUserAuthenticationType?: MasterUserAuthenticationType | undefined;
@@ -1039,10 +1091,10 @@ export interface ClusterPendingModifiedValues {
1039
1091
  IAMDatabaseAuthenticationEnabled?: boolean | undefined;
1040
1092
  EngineVersion?: string | undefined;
1041
1093
  BackupRetentionPeriod?: number | undefined;
1094
+ StorageType?: string | undefined;
1042
1095
  AllocatedStorage?: number | undefined;
1043
1096
  RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration | undefined;
1044
1097
  Iops?: number | undefined;
1045
- StorageType?: string | undefined;
1046
1098
  CertificateDetails?: CertificateDetails | undefined;
1047
1099
  }
1048
1100
  export interface ScalingConfigurationInfo {
@@ -1074,7 +1126,6 @@ export interface DBCluster {
1074
1126
  DBClusterParameterGroup?: string | undefined;
1075
1127
  DBSubnetGroup?: string | undefined;
1076
1128
  Status?: string | undefined;
1077
- AutomaticRestartTime?: Date | undefined;
1078
1129
  PercentProgress?: string | undefined;
1079
1130
  EarliestRestorableTime?: Date | undefined;
1080
1131
  Endpoint?: string | undefined;
@@ -1108,9 +1159,17 @@ export interface DBCluster {
1108
1159
  BacktrackConsumedChangeRecords?: number | undefined;
1109
1160
  EnabledCloudwatchLogsExports?: string[] | undefined;
1110
1161
  Capacity?: number | undefined;
1162
+ PendingModifiedValues?: ClusterPendingModifiedValues | undefined;
1111
1163
  EngineMode?: string | undefined;
1112
1164
  ScalingConfigurationInfo?: ScalingConfigurationInfo | undefined;
1113
1165
  RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration | undefined;
1166
+ DBClusterInstanceClass?: string | undefined;
1167
+ StorageType?: string | undefined;
1168
+ Iops?: number | undefined;
1169
+ StorageThroughput?: number | undefined;
1170
+ IOOptimizedNextAllowedModificationTime?: Date | undefined;
1171
+ PubliclyAccessible?: boolean | undefined;
1172
+ AutoMinorVersionUpgrade?: boolean | undefined;
1114
1173
  DeletionProtection?: boolean | undefined;
1115
1174
  HttpEndpointEnabled?: boolean | undefined;
1116
1175
  ActivityStreamMode?: ActivityStreamMode | undefined;
@@ -1124,30 +1183,23 @@ export interface DBCluster {
1124
1183
  GlobalClusterIdentifier?: string | undefined;
1125
1184
  GlobalWriteForwardingStatus?: WriteForwardingStatus | undefined;
1126
1185
  GlobalWriteForwardingRequested?: boolean | undefined;
1127
- PendingModifiedValues?: ClusterPendingModifiedValues | undefined;
1128
- DBClusterInstanceClass?: string | undefined;
1129
- StorageType?: string | undefined;
1130
- Iops?: number | undefined;
1131
- PubliclyAccessible?: boolean | undefined;
1132
- AutoMinorVersionUpgrade?: boolean | undefined;
1186
+ NetworkType?: string | undefined;
1187
+ AutomaticRestartTime?: Date | undefined;
1188
+ ServerlessV2ScalingConfiguration?:
1189
+ | ServerlessV2ScalingConfigurationInfo
1190
+ | undefined;
1191
+ ServerlessV2PlatformVersion?: string | undefined;
1133
1192
  MonitoringInterval?: number | undefined;
1134
1193
  MonitoringRoleArn?: string | undefined;
1135
1194
  DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
1136
1195
  PerformanceInsightsEnabled?: boolean | undefined;
1137
1196
  PerformanceInsightsKMSKeyId?: string | undefined;
1138
1197
  PerformanceInsightsRetentionPeriod?: number | undefined;
1139
- ServerlessV2ScalingConfiguration?:
1140
- | ServerlessV2ScalingConfigurationInfo
1141
- | undefined;
1142
- ServerlessV2PlatformVersion?: string | undefined;
1143
- NetworkType?: string | undefined;
1144
1198
  DBSystemId?: string | undefined;
1145
1199
  MasterUserSecret?: MasterUserSecret | undefined;
1146
- IOOptimizedNextAllowedModificationTime?: Date | undefined;
1147
1200
  LocalWriteForwardingStatus?: LocalWriteForwardingStatus | undefined;
1148
1201
  AwsBackupRecoveryPointArn?: string | undefined;
1149
1202
  LimitlessDatabase?: LimitlessDatabase | undefined;
1150
- StorageThroughput?: number | undefined;
1151
1203
  ClusterScalabilityType?: ClusterScalabilityType | undefined;
1152
1204
  CertificateDetails?: CertificateDetails | undefined;
1153
1205
  EngineLifecycleSupport?: string | undefined;
@@ -1246,11 +1298,18 @@ export declare class InvalidVPCNetworkStateFault extends __BaseException {
1246
1298
  opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>
1247
1299
  );
1248
1300
  }
1249
- export declare class StorageQuotaExceededFault extends __BaseException {
1250
- readonly name: "StorageQuotaExceededFault";
1301
+ export declare class NetworkTypeNotSupported extends __BaseException {
1302
+ readonly name: "NetworkTypeNotSupported";
1251
1303
  readonly $fault: "client";
1252
1304
  constructor(
1253
- opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>
1305
+ opts: __ExceptionOptionType<NetworkTypeNotSupported, __BaseException>
1306
+ );
1307
+ }
1308
+ export declare class StorageTypeNotSupportedFault extends __BaseException {
1309
+ readonly name: "StorageTypeNotSupportedFault";
1310
+ readonly $fault: "client";
1311
+ constructor(
1312
+ opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>
1254
1313
  );
1255
1314
  }
1256
1315
  export interface CreateDBClusterEndpointMessage {
@@ -1353,6 +1412,7 @@ export interface CreateDBInstanceMessage {
1353
1412
  AutoMinorVersionUpgrade?: boolean | undefined;
1354
1413
  LicenseModel?: string | undefined;
1355
1414
  Iops?: number | undefined;
1415
+ StorageThroughput?: number | undefined;
1356
1416
  OptionGroupName?: string | undefined;
1357
1417
  CharacterSetName?: string | undefined;
1358
1418
  NcharCharacterSetName?: string | undefined;
@@ -1385,16 +1445,15 @@ export interface CreateDBInstanceMessage {
1385
1445
  DeletionProtection?: boolean | undefined;
1386
1446
  MaxAllocatedStorage?: number | undefined;
1387
1447
  EnableCustomerOwnedIp?: boolean | undefined;
1388
- CustomIamInstanceProfile?: string | undefined;
1389
- BackupTarget?: string | undefined;
1390
1448
  NetworkType?: string | undefined;
1391
- StorageThroughput?: number | undefined;
1449
+ BackupTarget?: string | undefined;
1450
+ CustomIamInstanceProfile?: string | undefined;
1451
+ DBSystemId?: string | undefined;
1452
+ CACertificateIdentifier?: string | undefined;
1392
1453
  ManageMasterUserPassword?: boolean | undefined;
1393
1454
  MasterUserSecretKmsKeyId?: string | undefined;
1394
- CACertificateIdentifier?: string | undefined;
1395
- DBSystemId?: string | undefined;
1396
- DedicatedLogVolume?: boolean | undefined;
1397
1455
  MultiTenant?: boolean | undefined;
1456
+ DedicatedLogVolume?: boolean | undefined;
1398
1457
  EngineLifecycleSupport?: string | undefined;
1399
1458
  MasterUserAuthenticationType?: MasterUserAuthenticationType | undefined;
1400
1459
  }
@@ -1456,19 +1515,19 @@ export interface PendingModifiedValues {
1456
1515
  EngineVersion?: string | undefined;
1457
1516
  LicenseModel?: string | undefined;
1458
1517
  Iops?: number | undefined;
1518
+ StorageThroughput?: number | undefined;
1459
1519
  DBInstanceIdentifier?: string | undefined;
1460
1520
  StorageType?: string | undefined;
1461
1521
  CACertificateIdentifier?: string | undefined;
1462
1522
  DBSubnetGroupName?: string | undefined;
1463
1523
  PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | undefined;
1464
1524
  ProcessorFeatures?: ProcessorFeature[] | undefined;
1465
- IAMDatabaseAuthenticationEnabled?: boolean | undefined;
1466
1525
  AutomationMode?: AutomationMode | undefined;
1467
1526
  ResumeFullAutomationModeTime?: Date | undefined;
1468
- StorageThroughput?: number | undefined;
1469
- Engine?: string | undefined;
1470
- DedicatedLogVolume?: boolean | undefined;
1471
1527
  MultiTenant?: boolean | undefined;
1528
+ IAMDatabaseAuthenticationEnabled?: boolean | undefined;
1529
+ DedicatedLogVolume?: boolean | undefined;
1530
+ Engine?: string | undefined;
1472
1531
  }
1473
1532
  export interface DBInstanceStatusInfo {
1474
1533
  StatusType?: string | undefined;
@@ -1481,7 +1540,6 @@ export interface DBInstance {
1481
1540
  DBInstanceClass?: string | undefined;
1482
1541
  Engine?: string | undefined;
1483
1542
  DBInstanceStatus?: string | undefined;
1484
- AutomaticRestartTime?: Date | undefined;
1485
1543
  MasterUsername?: string | undefined;
1486
1544
  DBName?: string | undefined;
1487
1545
  Endpoint?: Endpoint | undefined;
@@ -1506,6 +1564,7 @@ export interface DBInstance {
1506
1564
  ReplicaMode?: ReplicaMode | undefined;
1507
1565
  LicenseModel?: string | undefined;
1508
1566
  Iops?: number | undefined;
1567
+ StorageThroughput?: number | undefined;
1509
1568
  OptionGroupMemberships?: OptionGroupMembership[] | undefined;
1510
1569
  CharacterSetName?: string | undefined;
1511
1570
  NcharCharacterSetName?: string | undefined;
@@ -1540,31 +1599,31 @@ export interface DBInstance {
1540
1599
  ListenerEndpoint?: Endpoint | undefined;
1541
1600
  MaxAllocatedStorage?: number | undefined;
1542
1601
  TagList?: Tag[] | undefined;
1543
- DBInstanceAutomatedBackupsReplications?:
1544
- | DBInstanceAutomatedBackupsReplication[]
1545
- | undefined;
1602
+ AutomationMode?: AutomationMode | undefined;
1603
+ ResumeFullAutomationModeTime?: Date | undefined;
1546
1604
  CustomerOwnedIpEnabled?: boolean | undefined;
1547
- AwsBackupRecoveryPointArn?: string | undefined;
1605
+ NetworkType?: string | undefined;
1548
1606
  ActivityStreamStatus?: ActivityStreamStatus | undefined;
1549
1607
  ActivityStreamKmsKeyId?: string | undefined;
1550
1608
  ActivityStreamKinesisStreamName?: string | undefined;
1551
1609
  ActivityStreamMode?: ActivityStreamMode | undefined;
1552
1610
  ActivityStreamEngineNativeAuditFieldsIncluded?: boolean | undefined;
1553
- AutomationMode?: AutomationMode | undefined;
1554
- ResumeFullAutomationModeTime?: Date | undefined;
1555
- CustomIamInstanceProfile?: string | undefined;
1611
+ AwsBackupRecoveryPointArn?: string | undefined;
1612
+ DBInstanceAutomatedBackupsReplications?:
1613
+ | DBInstanceAutomatedBackupsReplication[]
1614
+ | undefined;
1556
1615
  BackupTarget?: string | undefined;
1557
- NetworkType?: string | undefined;
1616
+ AutomaticRestartTime?: Date | undefined;
1617
+ CustomIamInstanceProfile?: string | undefined;
1558
1618
  ActivityStreamPolicyStatus?: ActivityStreamPolicyStatus | undefined;
1559
- StorageThroughput?: number | undefined;
1619
+ CertificateDetails?: CertificateDetails | undefined;
1560
1620
  DBSystemId?: string | undefined;
1561
1621
  MasterUserSecret?: MasterUserSecret | undefined;
1562
- CertificateDetails?: CertificateDetails | undefined;
1563
1622
  ReadReplicaSourceDBClusterIdentifier?: string | undefined;
1564
1623
  PercentProgress?: string | undefined;
1624
+ MultiTenant?: boolean | undefined;
1565
1625
  DedicatedLogVolume?: boolean | undefined;
1566
1626
  IsStorageConfigUpgradeAvailable?: boolean | undefined;
1567
- MultiTenant?: boolean | undefined;
1568
1627
  EngineLifecycleSupport?: string | undefined;
1569
1628
  }
1570
1629
  export interface CreateDBInstanceResult {
@@ -1577,13 +1636,6 @@ export declare class DBInstanceAlreadyExistsFault extends __BaseException {
1577
1636
  opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>
1578
1637
  );
1579
1638
  }
1580
- export declare class NetworkTypeNotSupported extends __BaseException {
1581
- readonly name: "NetworkTypeNotSupported";
1582
- readonly $fault: "client";
1583
- constructor(
1584
- opts: __ExceptionOptionType<NetworkTypeNotSupported, __BaseException>
1585
- );
1586
- }
1587
1639
  export declare class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
1588
1640
  readonly name: "ProvisionedIopsNotAvailableInAZFault";
1589
1641
  readonly $fault: "client";
@@ -1594,13 +1646,6 @@ export declare class ProvisionedIopsNotAvailableInAZFault extends __BaseExceptio
1594
1646
  >
1595
1647
  );
1596
1648
  }
1597
- export declare class StorageTypeNotSupportedFault extends __BaseException {
1598
- readonly name: "StorageTypeNotSupportedFault";
1599
- readonly $fault: "client";
1600
- constructor(
1601
- opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>
1602
- );
1603
- }
1604
1649
  export declare class TenantDatabaseQuotaExceededFault extends __BaseException {
1605
1650
  readonly name: "TenantDatabaseQuotaExceededFault";
1606
1651
  readonly $fault: "client";
@@ -1620,6 +1665,7 @@ export interface CreateDBInstanceReadReplicaMessage {
1620
1665
  MultiAZ?: boolean | undefined;
1621
1666
  AutoMinorVersionUpgrade?: boolean | undefined;
1622
1667
  Iops?: number | undefined;
1668
+ StorageThroughput?: number | undefined;
1623
1669
  OptionGroupName?: string | undefined;
1624
1670
  DBParameterGroupName?: string | undefined;
1625
1671
  PubliclyAccessible?: boolean | undefined;
@@ -1648,12 +1694,11 @@ export interface CreateDBInstanceReadReplicaMessage {
1648
1694
  DomainAuthSecretArn?: string | undefined;
1649
1695
  DomainDnsIps?: string[] | undefined;
1650
1696
  ReplicaMode?: ReplicaMode | undefined;
1651
- MaxAllocatedStorage?: number | undefined;
1652
- CustomIamInstanceProfile?: string | undefined;
1653
- NetworkType?: string | undefined;
1654
- StorageThroughput?: number | undefined;
1655
1697
  EnableCustomerOwnedIp?: boolean | undefined;
1698
+ NetworkType?: string | undefined;
1699
+ MaxAllocatedStorage?: number | undefined;
1656
1700
  BackupTarget?: string | undefined;
1701
+ CustomIamInstanceProfile?: string | undefined;
1657
1702
  AllocatedStorage?: number | undefined;
1658
1703
  SourceDBClusterIdentifier?: string | undefined;
1659
1704
  DedicatedLogVolume?: boolean | undefined;
@@ -2061,7 +2106,7 @@ export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
2061
2106
  );
2062
2107
  }
2063
2108
  export interface CreateGlobalClusterMessage {
2064
- GlobalClusterIdentifier?: string | undefined;
2109
+ GlobalClusterIdentifier: string | undefined;
2065
2110
  SourceDBClusterIdentifier?: string | undefined;
2066
2111
  Engine?: string | undefined;
2067
2112
  EngineVersion?: string | undefined;
@@ -2136,6 +2181,13 @@ export declare class GlobalClusterQuotaExceededFault extends __BaseException {
2136
2181
  >
2137
2182
  );
2138
2183
  }
2184
+ export declare class InvalidDBShardGroupStateFault extends __BaseException {
2185
+ readonly name: "InvalidDBShardGroupStateFault";
2186
+ readonly $fault: "client";
2187
+ constructor(
2188
+ opts: __ExceptionOptionType<InvalidDBShardGroupStateFault, __BaseException>
2189
+ );
2190
+ }
2139
2191
  export interface CreateIntegrationMessage {
2140
2192
  SourceArn: string | undefined;
2141
2193
  TargetArn: string | undefined;
@@ -2170,10 +2222,10 @@ export interface Integration {
2170
2222
  AdditionalEncryptionContext?: Record<string, string> | undefined;
2171
2223
  Status?: IntegrationStatus | undefined;
2172
2224
  Tags?: Tag[] | undefined;
2173
- CreateTime?: Date | undefined;
2174
- Errors?: IntegrationError[] | undefined;
2175
2225
  DataFilter?: string | undefined;
2176
2226
  Description?: string | undefined;
2227
+ CreateTime?: Date | undefined;
2228
+ Errors?: IntegrationError[] | undefined;
2177
2229
  }
2178
2230
  export declare class IntegrationAlreadyExistsFault extends __BaseException {
2179
2231
  readonly name: "IntegrationAlreadyExistsFault";
@@ -2270,30 +2322,10 @@ export declare class InvalidBlueGreenDeploymentStateFault extends __BaseExceptio
2270
2322
  >
2271
2323
  );
2272
2324
  }
2273
- export declare class CustomDBEngineVersionNotFoundFault extends __BaseException {
2274
- readonly name: "CustomDBEngineVersionNotFoundFault";
2275
- readonly $fault: "client";
2276
- constructor(
2277
- opts: __ExceptionOptionType<
2278
- CustomDBEngineVersionNotFoundFault,
2279
- __BaseException
2280
- >
2281
- );
2282
- }
2283
2325
  export interface DeleteCustomDBEngineVersionMessage {
2284
2326
  Engine: string | undefined;
2285
2327
  EngineVersion: string | undefined;
2286
2328
  }
2287
- export declare class InvalidCustomDBEngineVersionStateFault extends __BaseException {
2288
- readonly name: "InvalidCustomDBEngineVersionStateFault";
2289
- readonly $fault: "client";
2290
- constructor(
2291
- opts: __ExceptionOptionType<
2292
- InvalidCustomDBEngineVersionStateFault,
2293
- __BaseException
2294
- >
2295
- );
2296
- }
2297
2329
  export declare class DBClusterAutomatedBackupQuotaExceededFault extends __BaseException {
2298
2330
  readonly name: "DBClusterAutomatedBackupQuotaExceededFault";
2299
2331
  readonly $fault: "client";
@@ -2354,8 +2386,8 @@ export interface DBClusterAutomatedBackup {
2354
2386
  KmsKeyId?: string | undefined;
2355
2387
  StorageType?: string | undefined;
2356
2388
  Iops?: number | undefined;
2357
- AwsBackupRecoveryPointArn?: string | undefined;
2358
2389
  StorageThroughput?: number | undefined;
2390
+ AwsBackupRecoveryPointArn?: string | undefined;
2359
2391
  }
2360
2392
  export interface DeleteDBClusterAutomatedBackupResult {
2361
2393
  DBClusterAutomatedBackup?: DBClusterAutomatedBackup | undefined;
@@ -2380,16 +2412,6 @@ export declare class DBClusterEndpointNotFoundFault extends __BaseException {
2380
2412
  export interface DeleteDBClusterEndpointMessage {
2381
2413
  DBClusterEndpointIdentifier: string | undefined;
2382
2414
  }
2383
- export declare class InvalidDBClusterEndpointStateFault extends __BaseException {
2384
- readonly name: "InvalidDBClusterEndpointStateFault";
2385
- readonly $fault: "client";
2386
- constructor(
2387
- opts: __ExceptionOptionType<
2388
- InvalidDBClusterEndpointStateFault,
2389
- __BaseException
2390
- >
2391
- );
2392
- }
2393
2415
  export interface DeleteDBClusterParameterGroupMessage {
2394
2416
  DBClusterParameterGroupName: string | undefined;
2395
2417
  }
@@ -2459,6 +2481,7 @@ export interface DBInstanceAutomatedBackup {
2459
2481
  EngineVersion?: string | undefined;
2460
2482
  LicenseModel?: string | undefined;
2461
2483
  Iops?: number | undefined;
2484
+ StorageThroughput?: number | undefined;
2462
2485
  OptionGroupName?: string | undefined;
2463
2486
  TdeCredentialArn?: string | undefined;
2464
2487
  Encrypted?: boolean | undefined;
@@ -2472,10 +2495,9 @@ export interface DBInstanceAutomatedBackup {
2472
2495
  | DBInstanceAutomatedBackupsReplication[]
2473
2496
  | undefined;
2474
2497
  BackupTarget?: string | undefined;
2475
- StorageThroughput?: number | undefined;
2498
+ MultiTenant?: boolean | undefined;
2476
2499
  AwsBackupRecoveryPointArn?: string | undefined;
2477
2500
  DedicatedLogVolume?: boolean | undefined;
2478
- MultiTenant?: boolean | undefined;
2479
2501
  }
2480
2502
  export interface DeleteDBInstanceAutomatedBackupResult {
2481
2503
  DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup | undefined;
@@ -2499,13 +2521,6 @@ export interface DeleteDBProxyRequest {
2499
2521
  export interface DeleteDBProxyResponse {
2500
2522
  DBProxy?: DBProxy | undefined;
2501
2523
  }
2502
- export declare class DBProxyEndpointNotFoundFault extends __BaseException {
2503
- readonly name: "DBProxyEndpointNotFoundFault";
2504
- readonly $fault: "client";
2505
- constructor(
2506
- opts: __ExceptionOptionType<DBProxyEndpointNotFoundFault, __BaseException>
2507
- );
2508
- }
2509
2524
  export interface DeleteDBProxyEndpointRequest {
2510
2525
  DBProxyEndpointName: string | undefined;
2511
2526
  }
@@ -2525,23 +2540,9 @@ export declare class InvalidDBProxyEndpointStateFault extends __BaseException {
2525
2540
  export interface DeleteDBSecurityGroupMessage {
2526
2541
  DBSecurityGroupName: string | undefined;
2527
2542
  }
2528
- export declare class DBShardGroupNotFoundFault extends __BaseException {
2529
- readonly name: "DBShardGroupNotFoundFault";
2530
- readonly $fault: "client";
2531
- constructor(
2532
- opts: __ExceptionOptionType<DBShardGroupNotFoundFault, __BaseException>
2533
- );
2534
- }
2535
2543
  export interface DeleteDBShardGroupMessage {
2536
2544
  DBShardGroupIdentifier: string | undefined;
2537
2545
  }
2538
- export declare class InvalidDBShardGroupStateFault extends __BaseException {
2539
- readonly name: "InvalidDBShardGroupStateFault";
2540
- readonly $fault: "client";
2541
- constructor(
2542
- opts: __ExceptionOptionType<InvalidDBShardGroupStateFault, __BaseException>
2543
- );
2544
- }
2545
2546
  export interface DeleteDBSnapshotMessage {
2546
2547
  DBSnapshotIdentifier: string | undefined;
2547
2548
  }
@@ -2577,6 +2578,49 @@ export declare class InvalidEventSubscriptionStateFault extends __BaseException
2577
2578
  export interface DeleteGlobalClusterMessage {
2578
2579
  GlobalClusterIdentifier: string | undefined;
2579
2580
  }
2581
+ export declare const CopyDBClusterSnapshotMessageFilterSensitiveLog: (
2582
+ obj: CopyDBClusterSnapshotMessage
2583
+ ) => any;
2584
+ export declare const CopyDBSnapshotMessageFilterSensitiveLog: (
2585
+ obj: CopyDBSnapshotMessage
2586
+ ) => any;
2587
+ export declare const OptionSettingFilterSensitiveLog: (
2588
+ obj: OptionSetting
2589
+ ) => any;
2590
+ export declare const OptionFilterSensitiveLog: (obj: Option) => any;
2591
+ export declare const OptionGroupFilterSensitiveLog: (obj: OptionGroup) => any;
2592
+ export declare const CopyOptionGroupResultFilterSensitiveLog: (
2593
+ obj: CopyOptionGroupResult
2594
+ ) => any;
2595
+ export declare const CreateDBClusterMessageFilterSensitiveLog: (
2596
+ obj: CreateDBClusterMessage
2597
+ ) => any;
2598
+ export declare const ClusterPendingModifiedValuesFilterSensitiveLog: (
2599
+ obj: ClusterPendingModifiedValues
2600
+ ) => any;
2601
+ export declare const DBClusterFilterSensitiveLog: (obj: DBCluster) => any;
2602
+ export declare const CreateDBClusterResultFilterSensitiveLog: (
2603
+ obj: CreateDBClusterResult
2604
+ ) => any;
2605
+ export declare const CreateDBInstanceMessageFilterSensitiveLog: (
2606
+ obj: CreateDBInstanceMessage
2607
+ ) => any;
2608
+ export declare const PendingModifiedValuesFilterSensitiveLog: (
2609
+ obj: PendingModifiedValues
2610
+ ) => any;
2611
+ export declare const DBInstanceFilterSensitiveLog: (obj: DBInstance) => any;
2612
+ export declare const CreateDBInstanceResultFilterSensitiveLog: (
2613
+ obj: CreateDBInstanceResult
2614
+ ) => any;
2615
+ export declare const CreateDBInstanceReadReplicaMessageFilterSensitiveLog: (
2616
+ obj: CreateDBInstanceReadReplicaMessage
2617
+ ) => any;
2618
+ export declare const CreateDBInstanceReadReplicaResultFilterSensitiveLog: (
2619
+ obj: CreateDBInstanceReadReplicaResult
2620
+ ) => any;
2621
+ export declare const CreateOptionGroupResultFilterSensitiveLog: (
2622
+ obj: CreateOptionGroupResult
2623
+ ) => any;
2580
2624
  export declare const CreateTenantDatabaseMessageFilterSensitiveLog: (
2581
2625
  obj: CreateTenantDatabaseMessage
2582
2626
  ) => any;
@@ -2589,3 +2633,9 @@ export declare const TenantDatabaseFilterSensitiveLog: (
2589
2633
  export declare const CreateTenantDatabaseResultFilterSensitiveLog: (
2590
2634
  obj: CreateTenantDatabaseResult
2591
2635
  ) => any;
2636
+ export declare const DeleteDBClusterResultFilterSensitiveLog: (
2637
+ obj: DeleteDBClusterResult
2638
+ ) => any;
2639
+ export declare const DeleteDBInstanceResultFilterSensitiveLog: (
2640
+ obj: DeleteDBInstanceResult
2641
+ ) => any;