@aws-sdk/client-rds 3.181.0 → 3.183.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 (191) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/RDS.js +550 -557
  3. package/dist-es/RDSClient.js +22 -28
  4. package/dist-es/commands/AddRoleToDBClusterCommand.js +22 -29
  5. package/dist-es/commands/AddRoleToDBInstanceCommand.js +22 -29
  6. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +21 -28
  7. package/dist-es/commands/AddTagsToResourceCommand.js +22 -29
  8. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +21 -28
  9. package/dist-es/commands/AuthorizeDBSecurityGroupIngressCommand.js +21 -28
  10. package/dist-es/commands/BacktrackDBClusterCommand.js +21 -28
  11. package/dist-es/commands/CancelExportTaskCommand.js +21 -28
  12. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +21 -28
  13. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +21 -28
  14. package/dist-es/commands/CopyDBParameterGroupCommand.js +21 -28
  15. package/dist-es/commands/CopyDBSnapshotCommand.js +21 -28
  16. package/dist-es/commands/CopyOptionGroupCommand.js +21 -28
  17. package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +21 -28
  18. package/dist-es/commands/CreateDBClusterCommand.js +21 -28
  19. package/dist-es/commands/CreateDBClusterEndpointCommand.js +21 -28
  20. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +21 -28
  21. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +21 -28
  22. package/dist-es/commands/CreateDBInstanceCommand.js +21 -28
  23. package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +21 -28
  24. package/dist-es/commands/CreateDBParameterGroupCommand.js +21 -28
  25. package/dist-es/commands/CreateDBProxyCommand.js +21 -28
  26. package/dist-es/commands/CreateDBProxyEndpointCommand.js +21 -28
  27. package/dist-es/commands/CreateDBSecurityGroupCommand.js +21 -28
  28. package/dist-es/commands/CreateDBSnapshotCommand.js +21 -28
  29. package/dist-es/commands/CreateDBSubnetGroupCommand.js +21 -28
  30. package/dist-es/commands/CreateEventSubscriptionCommand.js +21 -28
  31. package/dist-es/commands/CreateGlobalClusterCommand.js +21 -28
  32. package/dist-es/commands/CreateOptionGroupCommand.js +21 -28
  33. package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +21 -28
  34. package/dist-es/commands/DeleteDBClusterCommand.js +21 -28
  35. package/dist-es/commands/DeleteDBClusterEndpointCommand.js +21 -28
  36. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +22 -29
  37. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +21 -28
  38. package/dist-es/commands/DeleteDBInstanceAutomatedBackupCommand.js +21 -28
  39. package/dist-es/commands/DeleteDBInstanceCommand.js +21 -28
  40. package/dist-es/commands/DeleteDBParameterGroupCommand.js +22 -29
  41. package/dist-es/commands/DeleteDBProxyCommand.js +21 -28
  42. package/dist-es/commands/DeleteDBProxyEndpointCommand.js +21 -28
  43. package/dist-es/commands/DeleteDBSecurityGroupCommand.js +22 -29
  44. package/dist-es/commands/DeleteDBSnapshotCommand.js +21 -28
  45. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +22 -29
  46. package/dist-es/commands/DeleteEventSubscriptionCommand.js +21 -28
  47. package/dist-es/commands/DeleteGlobalClusterCommand.js +21 -28
  48. package/dist-es/commands/DeleteOptionGroupCommand.js +22 -29
  49. package/dist-es/commands/DeregisterDBProxyTargetsCommand.js +21 -28
  50. package/dist-es/commands/DescribeAccountAttributesCommand.js +21 -28
  51. package/dist-es/commands/DescribeCertificatesCommand.js +21 -28
  52. package/dist-es/commands/DescribeDBClusterBacktracksCommand.js +21 -28
  53. package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +21 -28
  54. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +21 -28
  55. package/dist-es/commands/DescribeDBClusterParametersCommand.js +21 -28
  56. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +21 -28
  57. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +21 -28
  58. package/dist-es/commands/DescribeDBClustersCommand.js +21 -28
  59. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +21 -28
  60. package/dist-es/commands/DescribeDBInstanceAutomatedBackupsCommand.js +21 -28
  61. package/dist-es/commands/DescribeDBInstancesCommand.js +21 -28
  62. package/dist-es/commands/DescribeDBLogFilesCommand.js +21 -28
  63. package/dist-es/commands/DescribeDBParameterGroupsCommand.js +21 -28
  64. package/dist-es/commands/DescribeDBParametersCommand.js +21 -28
  65. package/dist-es/commands/DescribeDBProxiesCommand.js +21 -28
  66. package/dist-es/commands/DescribeDBProxyEndpointsCommand.js +21 -28
  67. package/dist-es/commands/DescribeDBProxyTargetGroupsCommand.js +21 -28
  68. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +21 -28
  69. package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +21 -28
  70. package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +21 -28
  71. package/dist-es/commands/DescribeDBSnapshotsCommand.js +21 -28
  72. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +21 -28
  73. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +21 -28
  74. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +21 -28
  75. package/dist-es/commands/DescribeEventCategoriesCommand.js +21 -28
  76. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +21 -28
  77. package/dist-es/commands/DescribeEventsCommand.js +21 -28
  78. package/dist-es/commands/DescribeExportTasksCommand.js +21 -28
  79. package/dist-es/commands/DescribeGlobalClustersCommand.js +21 -28
  80. package/dist-es/commands/DescribeOptionGroupOptionsCommand.js +21 -28
  81. package/dist-es/commands/DescribeOptionGroupsCommand.js +21 -28
  82. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +21 -28
  83. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +21 -28
  84. package/dist-es/commands/DescribeReservedDBInstancesCommand.js +21 -28
  85. package/dist-es/commands/DescribeReservedDBInstancesOfferingsCommand.js +21 -28
  86. package/dist-es/commands/DescribeSourceRegionsCommand.js +21 -28
  87. package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +21 -28
  88. package/dist-es/commands/DownloadDBLogFilePortionCommand.js +21 -28
  89. package/dist-es/commands/FailoverDBClusterCommand.js +21 -28
  90. package/dist-es/commands/FailoverGlobalClusterCommand.js +21 -28
  91. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  92. package/dist-es/commands/ModifyActivityStreamCommand.js +21 -28
  93. package/dist-es/commands/ModifyCertificatesCommand.js +21 -28
  94. package/dist-es/commands/ModifyCurrentDBClusterCapacityCommand.js +21 -28
  95. package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +21 -28
  96. package/dist-es/commands/ModifyDBClusterCommand.js +21 -28
  97. package/dist-es/commands/ModifyDBClusterEndpointCommand.js +21 -28
  98. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +21 -28
  99. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +21 -28
  100. package/dist-es/commands/ModifyDBInstanceCommand.js +21 -28
  101. package/dist-es/commands/ModifyDBParameterGroupCommand.js +21 -28
  102. package/dist-es/commands/ModifyDBProxyCommand.js +21 -28
  103. package/dist-es/commands/ModifyDBProxyEndpointCommand.js +21 -28
  104. package/dist-es/commands/ModifyDBProxyTargetGroupCommand.js +21 -28
  105. package/dist-es/commands/ModifyDBSnapshotAttributeCommand.js +21 -28
  106. package/dist-es/commands/ModifyDBSnapshotCommand.js +21 -28
  107. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +21 -28
  108. package/dist-es/commands/ModifyEventSubscriptionCommand.js +21 -28
  109. package/dist-es/commands/ModifyGlobalClusterCommand.js +21 -28
  110. package/dist-es/commands/ModifyOptionGroupCommand.js +21 -28
  111. package/dist-es/commands/PromoteReadReplicaCommand.js +21 -28
  112. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +21 -28
  113. package/dist-es/commands/PurchaseReservedDBInstancesOfferingCommand.js +21 -28
  114. package/dist-es/commands/RebootDBClusterCommand.js +21 -28
  115. package/dist-es/commands/RebootDBInstanceCommand.js +21 -28
  116. package/dist-es/commands/RegisterDBProxyTargetsCommand.js +21 -28
  117. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +21 -28
  118. package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +22 -29
  119. package/dist-es/commands/RemoveRoleFromDBInstanceCommand.js +22 -29
  120. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +21 -28
  121. package/dist-es/commands/RemoveTagsFromResourceCommand.js +22 -29
  122. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +21 -28
  123. package/dist-es/commands/ResetDBParameterGroupCommand.js +21 -28
  124. package/dist-es/commands/RestoreDBClusterFromS3Command.js +21 -28
  125. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +21 -28
  126. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +21 -28
  127. package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +21 -28
  128. package/dist-es/commands/RestoreDBInstanceFromS3Command.js +21 -28
  129. package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +21 -28
  130. package/dist-es/commands/RevokeDBSecurityGroupIngressCommand.js +21 -28
  131. package/dist-es/commands/StartActivityStreamCommand.js +21 -28
  132. package/dist-es/commands/StartDBClusterCommand.js +21 -28
  133. package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +21 -28
  134. package/dist-es/commands/StartDBInstanceCommand.js +21 -28
  135. package/dist-es/commands/StartExportTaskCommand.js +21 -28
  136. package/dist-es/commands/StopActivityStreamCommand.js +21 -28
  137. package/dist-es/commands/StopDBClusterCommand.js +21 -28
  138. package/dist-es/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +21 -28
  139. package/dist-es/commands/StopDBInstanceCommand.js +21 -28
  140. package/dist-es/commands/SwitchoverReadReplicaCommand.js +21 -28
  141. package/dist-es/endpoints.js +8 -8
  142. package/dist-es/models/RDSServiceException.js +5 -10
  143. package/dist-es/models/models_0.js +1710 -1339
  144. package/dist-es/models/models_1.js +707 -398
  145. package/dist-es/pagination/DescribeCertificatesPaginator.js +25 -68
  146. package/dist-es/pagination/DescribeDBClusterBacktracksPaginator.js +25 -68
  147. package/dist-es/pagination/DescribeDBClusterEndpointsPaginator.js +25 -68
  148. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +25 -68
  149. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +25 -68
  150. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +25 -68
  151. package/dist-es/pagination/DescribeDBClustersPaginator.js +25 -68
  152. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +25 -68
  153. package/dist-es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +25 -68
  154. package/dist-es/pagination/DescribeDBInstancesPaginator.js +25 -68
  155. package/dist-es/pagination/DescribeDBLogFilesPaginator.js +25 -68
  156. package/dist-es/pagination/DescribeDBParameterGroupsPaginator.js +25 -68
  157. package/dist-es/pagination/DescribeDBParametersPaginator.js +25 -68
  158. package/dist-es/pagination/DescribeDBProxiesPaginator.js +25 -68
  159. package/dist-es/pagination/DescribeDBProxyEndpointsPaginator.js +25 -68
  160. package/dist-es/pagination/DescribeDBProxyTargetGroupsPaginator.js +25 -68
  161. package/dist-es/pagination/DescribeDBProxyTargetsPaginator.js +25 -68
  162. package/dist-es/pagination/DescribeDBSecurityGroupsPaginator.js +25 -68
  163. package/dist-es/pagination/DescribeDBSnapshotsPaginator.js +25 -68
  164. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +25 -68
  165. package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +25 -68
  166. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +25 -68
  167. package/dist-es/pagination/DescribeEventsPaginator.js +25 -68
  168. package/dist-es/pagination/DescribeExportTasksPaginator.js +25 -68
  169. package/dist-es/pagination/DescribeGlobalClustersPaginator.js +25 -68
  170. package/dist-es/pagination/DescribeOptionGroupOptionsPaginator.js +25 -68
  171. package/dist-es/pagination/DescribeOptionGroupsPaginator.js +25 -68
  172. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +25 -68
  173. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +25 -68
  174. package/dist-es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +25 -68
  175. package/dist-es/pagination/DescribeReservedDBInstancesPaginator.js +25 -68
  176. package/dist-es/pagination/DescribeSourceRegionsPaginator.js +25 -68
  177. package/dist-es/pagination/DownloadDBLogFilePortionPaginator.js +25 -68
  178. package/dist-es/protocols/Aws_query.js +10109 -13117
  179. package/dist-es/runtimeConfig.browser.js +26 -12
  180. package/dist-es/runtimeConfig.js +30 -12
  181. package/dist-es/runtimeConfig.native.js +8 -5
  182. package/dist-es/runtimeConfig.shared.js +8 -11
  183. package/dist-es/waiters/waitForDBClusterAvailable.js +106 -187
  184. package/dist-es/waiters/waitForDBClusterDeleted.js +86 -147
  185. package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +106 -187
  186. package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +86 -147
  187. package/dist-es/waiters/waitForDBInstanceAvailable.js +106 -187
  188. package/dist-es/waiters/waitForDBInstanceDeleted.js +86 -147
  189. package/dist-es/waiters/waitForDBSnapshotAvailable.js +106 -187
  190. package/dist-es/waiters/waitForDBSnapshotDeleted.js +86 -147
  191. package/package.json +35 -35
@@ -1,4 +1,3 @@
1
- import { __assign, __extends } from "tslib";
2
1
  import { RDSServiceException as __BaseException } from "./RDSServiceException";
3
2
  export var SourceType;
4
3
  (function (SourceType) {
@@ -11,433 +10,743 @@ export var SourceType;
11
10
  SourceType["db_security_group"] = "db-security-group";
12
11
  SourceType["db_snapshot"] = "db-snapshot";
13
12
  })(SourceType || (SourceType = {}));
14
- var ReservedDBInstanceNotFoundFault = (function (_super) {
15
- __extends(ReservedDBInstanceNotFoundFault, _super);
16
- function ReservedDBInstanceNotFoundFault(opts) {
17
- var _this = _super.call(this, __assign({ name: "ReservedDBInstanceNotFoundFault", $fault: "client" }, opts)) || this;
18
- _this.name = "ReservedDBInstanceNotFoundFault";
19
- _this.$fault = "client";
20
- Object.setPrototypeOf(_this, ReservedDBInstanceNotFoundFault.prototype);
21
- return _this;
13
+ export class ReservedDBInstanceNotFoundFault extends __BaseException {
14
+ constructor(opts) {
15
+ super({
16
+ name: "ReservedDBInstanceNotFoundFault",
17
+ $fault: "client",
18
+ ...opts,
19
+ });
20
+ this.name = "ReservedDBInstanceNotFoundFault";
21
+ this.$fault = "client";
22
+ Object.setPrototypeOf(this, ReservedDBInstanceNotFoundFault.prototype);
22
23
  }
23
- return ReservedDBInstanceNotFoundFault;
24
- }(__BaseException));
25
- export { ReservedDBInstanceNotFoundFault };
26
- var ReservedDBInstancesOfferingNotFoundFault = (function (_super) {
27
- __extends(ReservedDBInstancesOfferingNotFoundFault, _super);
28
- function ReservedDBInstancesOfferingNotFoundFault(opts) {
29
- var _this = _super.call(this, __assign({ name: "ReservedDBInstancesOfferingNotFoundFault", $fault: "client" }, opts)) || this;
30
- _this.name = "ReservedDBInstancesOfferingNotFoundFault";
31
- _this.$fault = "client";
32
- Object.setPrototypeOf(_this, ReservedDBInstancesOfferingNotFoundFault.prototype);
33
- return _this;
24
+ }
25
+ export class ReservedDBInstancesOfferingNotFoundFault extends __BaseException {
26
+ constructor(opts) {
27
+ super({
28
+ name: "ReservedDBInstancesOfferingNotFoundFault",
29
+ $fault: "client",
30
+ ...opts,
31
+ });
32
+ this.name = "ReservedDBInstancesOfferingNotFoundFault";
33
+ this.$fault = "client";
34
+ Object.setPrototypeOf(this, ReservedDBInstancesOfferingNotFoundFault.prototype);
34
35
  }
35
- return ReservedDBInstancesOfferingNotFoundFault;
36
- }(__BaseException));
37
- export { ReservedDBInstancesOfferingNotFoundFault };
38
- var DBLogFileNotFoundFault = (function (_super) {
39
- __extends(DBLogFileNotFoundFault, _super);
40
- function DBLogFileNotFoundFault(opts) {
41
- var _this = _super.call(this, __assign({ name: "DBLogFileNotFoundFault", $fault: "client" }, opts)) || this;
42
- _this.name = "DBLogFileNotFoundFault";
43
- _this.$fault = "client";
44
- Object.setPrototypeOf(_this, DBLogFileNotFoundFault.prototype);
45
- return _this;
36
+ }
37
+ export class DBLogFileNotFoundFault extends __BaseException {
38
+ constructor(opts) {
39
+ super({
40
+ name: "DBLogFileNotFoundFault",
41
+ $fault: "client",
42
+ ...opts,
43
+ });
44
+ this.name = "DBLogFileNotFoundFault";
45
+ this.$fault = "client";
46
+ Object.setPrototypeOf(this, DBLogFileNotFoundFault.prototype);
46
47
  }
47
- return DBLogFileNotFoundFault;
48
- }(__BaseException));
49
- export { DBLogFileNotFoundFault };
48
+ }
50
49
  export var AuditPolicyState;
51
50
  (function (AuditPolicyState) {
52
51
  AuditPolicyState["LOCKED_POLICY"] = "locked";
53
52
  AuditPolicyState["UNLOCKED_POLICY"] = "unlocked";
54
53
  })(AuditPolicyState || (AuditPolicyState = {}));
55
- var InvalidDBClusterCapacityFault = (function (_super) {
56
- __extends(InvalidDBClusterCapacityFault, _super);
57
- function InvalidDBClusterCapacityFault(opts) {
58
- var _this = _super.call(this, __assign({ name: "InvalidDBClusterCapacityFault", $fault: "client" }, opts)) || this;
59
- _this.name = "InvalidDBClusterCapacityFault";
60
- _this.$fault = "client";
61
- Object.setPrototypeOf(_this, InvalidDBClusterCapacityFault.prototype);
62
- return _this;
54
+ export class InvalidDBClusterCapacityFault extends __BaseException {
55
+ constructor(opts) {
56
+ super({
57
+ name: "InvalidDBClusterCapacityFault",
58
+ $fault: "client",
59
+ ...opts,
60
+ });
61
+ this.name = "InvalidDBClusterCapacityFault";
62
+ this.$fault = "client";
63
+ Object.setPrototypeOf(this, InvalidDBClusterCapacityFault.prototype);
63
64
  }
64
- return InvalidDBClusterCapacityFault;
65
- }(__BaseException));
66
- export { InvalidDBClusterCapacityFault };
65
+ }
67
66
  export var CustomEngineVersionStatus;
68
67
  (function (CustomEngineVersionStatus) {
69
68
  CustomEngineVersionStatus["available"] = "available";
70
69
  CustomEngineVersionStatus["inactive"] = "inactive";
71
70
  CustomEngineVersionStatus["inactive_except_restore"] = "inactive-except-restore";
72
71
  })(CustomEngineVersionStatus || (CustomEngineVersionStatus = {}));
73
- var SharedSnapshotQuotaExceededFault = (function (_super) {
74
- __extends(SharedSnapshotQuotaExceededFault, _super);
75
- function SharedSnapshotQuotaExceededFault(opts) {
76
- var _this = _super.call(this, __assign({ name: "SharedSnapshotQuotaExceededFault", $fault: "client" }, opts)) || this;
77
- _this.name = "SharedSnapshotQuotaExceededFault";
78
- _this.$fault = "client";
79
- Object.setPrototypeOf(_this, SharedSnapshotQuotaExceededFault.prototype);
80
- return _this;
72
+ export class SharedSnapshotQuotaExceededFault extends __BaseException {
73
+ constructor(opts) {
74
+ super({
75
+ name: "SharedSnapshotQuotaExceededFault",
76
+ $fault: "client",
77
+ ...opts,
78
+ });
79
+ this.name = "SharedSnapshotQuotaExceededFault";
80
+ this.$fault = "client";
81
+ Object.setPrototypeOf(this, SharedSnapshotQuotaExceededFault.prototype);
81
82
  }
82
- return SharedSnapshotQuotaExceededFault;
83
- }(__BaseException));
84
- export { SharedSnapshotQuotaExceededFault };
85
- var DBUpgradeDependencyFailureFault = (function (_super) {
86
- __extends(DBUpgradeDependencyFailureFault, _super);
87
- function DBUpgradeDependencyFailureFault(opts) {
88
- var _this = _super.call(this, __assign({ name: "DBUpgradeDependencyFailureFault", $fault: "client" }, opts)) || this;
89
- _this.name = "DBUpgradeDependencyFailureFault";
90
- _this.$fault = "client";
91
- Object.setPrototypeOf(_this, DBUpgradeDependencyFailureFault.prototype);
92
- return _this;
83
+ }
84
+ export class DBUpgradeDependencyFailureFault extends __BaseException {
85
+ constructor(opts) {
86
+ super({
87
+ name: "DBUpgradeDependencyFailureFault",
88
+ $fault: "client",
89
+ ...opts,
90
+ });
91
+ this.name = "DBUpgradeDependencyFailureFault";
92
+ this.$fault = "client";
93
+ Object.setPrototypeOf(this, DBUpgradeDependencyFailureFault.prototype);
93
94
  }
94
- return DBUpgradeDependencyFailureFault;
95
- }(__BaseException));
96
- export { DBUpgradeDependencyFailureFault };
97
- var SubnetAlreadyInUse = (function (_super) {
98
- __extends(SubnetAlreadyInUse, _super);
99
- function SubnetAlreadyInUse(opts) {
100
- var _this = _super.call(this, __assign({ name: "SubnetAlreadyInUse", $fault: "client" }, opts)) || this;
101
- _this.name = "SubnetAlreadyInUse";
102
- _this.$fault = "client";
103
- Object.setPrototypeOf(_this, SubnetAlreadyInUse.prototype);
104
- return _this;
95
+ }
96
+ export class SubnetAlreadyInUse extends __BaseException {
97
+ constructor(opts) {
98
+ super({
99
+ name: "SubnetAlreadyInUse",
100
+ $fault: "client",
101
+ ...opts,
102
+ });
103
+ this.name = "SubnetAlreadyInUse";
104
+ this.$fault = "client";
105
+ Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
105
106
  }
106
- return SubnetAlreadyInUse;
107
- }(__BaseException));
108
- export { SubnetAlreadyInUse };
109
- var ReservedDBInstanceAlreadyExistsFault = (function (_super) {
110
- __extends(ReservedDBInstanceAlreadyExistsFault, _super);
111
- function ReservedDBInstanceAlreadyExistsFault(opts) {
112
- var _this = _super.call(this, __assign({ name: "ReservedDBInstanceAlreadyExistsFault", $fault: "client" }, opts)) || this;
113
- _this.name = "ReservedDBInstanceAlreadyExistsFault";
114
- _this.$fault = "client";
115
- Object.setPrototypeOf(_this, ReservedDBInstanceAlreadyExistsFault.prototype);
116
- return _this;
107
+ }
108
+ export class ReservedDBInstanceAlreadyExistsFault extends __BaseException {
109
+ constructor(opts) {
110
+ super({
111
+ name: "ReservedDBInstanceAlreadyExistsFault",
112
+ $fault: "client",
113
+ ...opts,
114
+ });
115
+ this.name = "ReservedDBInstanceAlreadyExistsFault";
116
+ this.$fault = "client";
117
+ Object.setPrototypeOf(this, ReservedDBInstanceAlreadyExistsFault.prototype);
117
118
  }
118
- return ReservedDBInstanceAlreadyExistsFault;
119
- }(__BaseException));
120
- export { ReservedDBInstanceAlreadyExistsFault };
121
- var ReservedDBInstanceQuotaExceededFault = (function (_super) {
122
- __extends(ReservedDBInstanceQuotaExceededFault, _super);
123
- function ReservedDBInstanceQuotaExceededFault(opts) {
124
- var _this = _super.call(this, __assign({ name: "ReservedDBInstanceQuotaExceededFault", $fault: "client" }, opts)) || this;
125
- _this.name = "ReservedDBInstanceQuotaExceededFault";
126
- _this.$fault = "client";
127
- Object.setPrototypeOf(_this, ReservedDBInstanceQuotaExceededFault.prototype);
128
- return _this;
119
+ }
120
+ export class ReservedDBInstanceQuotaExceededFault extends __BaseException {
121
+ constructor(opts) {
122
+ super({
123
+ name: "ReservedDBInstanceQuotaExceededFault",
124
+ $fault: "client",
125
+ ...opts,
126
+ });
127
+ this.name = "ReservedDBInstanceQuotaExceededFault";
128
+ this.$fault = "client";
129
+ Object.setPrototypeOf(this, ReservedDBInstanceQuotaExceededFault.prototype);
129
130
  }
130
- return ReservedDBInstanceQuotaExceededFault;
131
- }(__BaseException));
132
- export { ReservedDBInstanceQuotaExceededFault };
133
- var DBProxyTargetAlreadyRegisteredFault = (function (_super) {
134
- __extends(DBProxyTargetAlreadyRegisteredFault, _super);
135
- function DBProxyTargetAlreadyRegisteredFault(opts) {
136
- var _this = _super.call(this, __assign({ name: "DBProxyTargetAlreadyRegisteredFault", $fault: "client" }, opts)) || this;
137
- _this.name = "DBProxyTargetAlreadyRegisteredFault";
138
- _this.$fault = "client";
139
- Object.setPrototypeOf(_this, DBProxyTargetAlreadyRegisteredFault.prototype);
140
- return _this;
131
+ }
132
+ export class DBProxyTargetAlreadyRegisteredFault extends __BaseException {
133
+ constructor(opts) {
134
+ super({
135
+ name: "DBProxyTargetAlreadyRegisteredFault",
136
+ $fault: "client",
137
+ ...opts,
138
+ });
139
+ this.name = "DBProxyTargetAlreadyRegisteredFault";
140
+ this.$fault = "client";
141
+ Object.setPrototypeOf(this, DBProxyTargetAlreadyRegisteredFault.prototype);
141
142
  }
142
- return DBProxyTargetAlreadyRegisteredFault;
143
- }(__BaseException));
144
- export { DBProxyTargetAlreadyRegisteredFault };
145
- var InsufficientAvailableIPsInSubnetFault = (function (_super) {
146
- __extends(InsufficientAvailableIPsInSubnetFault, _super);
147
- function InsufficientAvailableIPsInSubnetFault(opts) {
148
- var _this = _super.call(this, __assign({ name: "InsufficientAvailableIPsInSubnetFault", $fault: "client" }, opts)) || this;
149
- _this.name = "InsufficientAvailableIPsInSubnetFault";
150
- _this.$fault = "client";
151
- Object.setPrototypeOf(_this, InsufficientAvailableIPsInSubnetFault.prototype);
152
- return _this;
143
+ }
144
+ export class InsufficientAvailableIPsInSubnetFault extends __BaseException {
145
+ constructor(opts) {
146
+ super({
147
+ name: "InsufficientAvailableIPsInSubnetFault",
148
+ $fault: "client",
149
+ ...opts,
150
+ });
151
+ this.name = "InsufficientAvailableIPsInSubnetFault";
152
+ this.$fault = "client";
153
+ Object.setPrototypeOf(this, InsufficientAvailableIPsInSubnetFault.prototype);
153
154
  }
154
- return InsufficientAvailableIPsInSubnetFault;
155
- }(__BaseException));
156
- export { InsufficientAvailableIPsInSubnetFault };
157
- var DBClusterRoleNotFoundFault = (function (_super) {
158
- __extends(DBClusterRoleNotFoundFault, _super);
159
- function DBClusterRoleNotFoundFault(opts) {
160
- var _this = _super.call(this, __assign({ name: "DBClusterRoleNotFoundFault", $fault: "client" }, opts)) || this;
161
- _this.name = "DBClusterRoleNotFoundFault";
162
- _this.$fault = "client";
163
- Object.setPrototypeOf(_this, DBClusterRoleNotFoundFault.prototype);
164
- return _this;
155
+ }
156
+ export class DBClusterRoleNotFoundFault extends __BaseException {
157
+ constructor(opts) {
158
+ super({
159
+ name: "DBClusterRoleNotFoundFault",
160
+ $fault: "client",
161
+ ...opts,
162
+ });
163
+ this.name = "DBClusterRoleNotFoundFault";
164
+ this.$fault = "client";
165
+ Object.setPrototypeOf(this, DBClusterRoleNotFoundFault.prototype);
165
166
  }
166
- return DBClusterRoleNotFoundFault;
167
- }(__BaseException));
168
- export { DBClusterRoleNotFoundFault };
169
- var DBInstanceRoleNotFoundFault = (function (_super) {
170
- __extends(DBInstanceRoleNotFoundFault, _super);
171
- function DBInstanceRoleNotFoundFault(opts) {
172
- var _this = _super.call(this, __assign({ name: "DBInstanceRoleNotFoundFault", $fault: "client" }, opts)) || this;
173
- _this.name = "DBInstanceRoleNotFoundFault";
174
- _this.$fault = "client";
175
- Object.setPrototypeOf(_this, DBInstanceRoleNotFoundFault.prototype);
176
- return _this;
167
+ }
168
+ export class DBInstanceRoleNotFoundFault extends __BaseException {
169
+ constructor(opts) {
170
+ super({
171
+ name: "DBInstanceRoleNotFoundFault",
172
+ $fault: "client",
173
+ ...opts,
174
+ });
175
+ this.name = "DBInstanceRoleNotFoundFault";
176
+ this.$fault = "client";
177
+ Object.setPrototypeOf(this, DBInstanceRoleNotFoundFault.prototype);
177
178
  }
178
- return DBInstanceRoleNotFoundFault;
179
- }(__BaseException));
180
- export { DBInstanceRoleNotFoundFault };
181
- var InvalidS3BucketFault = (function (_super) {
182
- __extends(InvalidS3BucketFault, _super);
183
- function InvalidS3BucketFault(opts) {
184
- var _this = _super.call(this, __assign({ name: "InvalidS3BucketFault", $fault: "client" }, opts)) || this;
185
- _this.name = "InvalidS3BucketFault";
186
- _this.$fault = "client";
187
- Object.setPrototypeOf(_this, InvalidS3BucketFault.prototype);
188
- return _this;
179
+ }
180
+ export class InvalidS3BucketFault extends __BaseException {
181
+ constructor(opts) {
182
+ super({
183
+ name: "InvalidS3BucketFault",
184
+ $fault: "client",
185
+ ...opts,
186
+ });
187
+ this.name = "InvalidS3BucketFault";
188
+ this.$fault = "client";
189
+ Object.setPrototypeOf(this, InvalidS3BucketFault.prototype);
189
190
  }
190
- return InvalidS3BucketFault;
191
- }(__BaseException));
192
- export { InvalidS3BucketFault };
193
- var InsufficientDBClusterCapacityFault = (function (_super) {
194
- __extends(InsufficientDBClusterCapacityFault, _super);
195
- function InsufficientDBClusterCapacityFault(opts) {
196
- var _this = _super.call(this, __assign({ name: "InsufficientDBClusterCapacityFault", $fault: "client" }, opts)) || this;
197
- _this.name = "InsufficientDBClusterCapacityFault";
198
- _this.$fault = "client";
199
- Object.setPrototypeOf(_this, InsufficientDBClusterCapacityFault.prototype);
200
- return _this;
191
+ }
192
+ export class InsufficientDBClusterCapacityFault extends __BaseException {
193
+ constructor(opts) {
194
+ super({
195
+ name: "InsufficientDBClusterCapacityFault",
196
+ $fault: "client",
197
+ ...opts,
198
+ });
199
+ this.name = "InsufficientDBClusterCapacityFault";
200
+ this.$fault = "client";
201
+ Object.setPrototypeOf(this, InsufficientDBClusterCapacityFault.prototype);
201
202
  }
202
- return InsufficientDBClusterCapacityFault;
203
- }(__BaseException));
204
- export { InsufficientDBClusterCapacityFault };
205
- var InvalidRestoreFault = (function (_super) {
206
- __extends(InvalidRestoreFault, _super);
207
- function InvalidRestoreFault(opts) {
208
- var _this = _super.call(this, __assign({ name: "InvalidRestoreFault", $fault: "client" }, opts)) || this;
209
- _this.name = "InvalidRestoreFault";
210
- _this.$fault = "client";
211
- Object.setPrototypeOf(_this, InvalidRestoreFault.prototype);
212
- return _this;
203
+ }
204
+ export class InvalidRestoreFault extends __BaseException {
205
+ constructor(opts) {
206
+ super({
207
+ name: "InvalidRestoreFault",
208
+ $fault: "client",
209
+ ...opts,
210
+ });
211
+ this.name = "InvalidRestoreFault";
212
+ this.$fault = "client";
213
+ Object.setPrototypeOf(this, InvalidRestoreFault.prototype);
213
214
  }
214
- return InvalidRestoreFault;
215
- }(__BaseException));
216
- export { InvalidRestoreFault };
217
- var PointInTimeRestoreNotEnabledFault = (function (_super) {
218
- __extends(PointInTimeRestoreNotEnabledFault, _super);
219
- function PointInTimeRestoreNotEnabledFault(opts) {
220
- var _this = _super.call(this, __assign({ name: "PointInTimeRestoreNotEnabledFault", $fault: "client" }, opts)) || this;
221
- _this.name = "PointInTimeRestoreNotEnabledFault";
222
- _this.$fault = "client";
223
- Object.setPrototypeOf(_this, PointInTimeRestoreNotEnabledFault.prototype);
224
- return _this;
215
+ }
216
+ export class PointInTimeRestoreNotEnabledFault extends __BaseException {
217
+ constructor(opts) {
218
+ super({
219
+ name: "PointInTimeRestoreNotEnabledFault",
220
+ $fault: "client",
221
+ ...opts,
222
+ });
223
+ this.name = "PointInTimeRestoreNotEnabledFault";
224
+ this.$fault = "client";
225
+ Object.setPrototypeOf(this, PointInTimeRestoreNotEnabledFault.prototype);
225
226
  }
226
- return PointInTimeRestoreNotEnabledFault;
227
- }(__BaseException));
228
- export { PointInTimeRestoreNotEnabledFault };
229
- var ExportTaskAlreadyExistsFault = (function (_super) {
230
- __extends(ExportTaskAlreadyExistsFault, _super);
231
- function ExportTaskAlreadyExistsFault(opts) {
232
- var _this = _super.call(this, __assign({ name: "ExportTaskAlreadyExistsFault", $fault: "client" }, opts)) || this;
233
- _this.name = "ExportTaskAlreadyExistsFault";
234
- _this.$fault = "client";
235
- Object.setPrototypeOf(_this, ExportTaskAlreadyExistsFault.prototype);
236
- return _this;
227
+ }
228
+ export class ExportTaskAlreadyExistsFault extends __BaseException {
229
+ constructor(opts) {
230
+ super({
231
+ name: "ExportTaskAlreadyExistsFault",
232
+ $fault: "client",
233
+ ...opts,
234
+ });
235
+ this.name = "ExportTaskAlreadyExistsFault";
236
+ this.$fault = "client";
237
+ Object.setPrototypeOf(this, ExportTaskAlreadyExistsFault.prototype);
237
238
  }
238
- return ExportTaskAlreadyExistsFault;
239
- }(__BaseException));
240
- export { ExportTaskAlreadyExistsFault };
241
- var IamRoleMissingPermissionsFault = (function (_super) {
242
- __extends(IamRoleMissingPermissionsFault, _super);
243
- function IamRoleMissingPermissionsFault(opts) {
244
- var _this = _super.call(this, __assign({ name: "IamRoleMissingPermissionsFault", $fault: "client" }, opts)) || this;
245
- _this.name = "IamRoleMissingPermissionsFault";
246
- _this.$fault = "client";
247
- Object.setPrototypeOf(_this, IamRoleMissingPermissionsFault.prototype);
248
- return _this;
239
+ }
240
+ export class IamRoleMissingPermissionsFault extends __BaseException {
241
+ constructor(opts) {
242
+ super({
243
+ name: "IamRoleMissingPermissionsFault",
244
+ $fault: "client",
245
+ ...opts,
246
+ });
247
+ this.name = "IamRoleMissingPermissionsFault";
248
+ this.$fault = "client";
249
+ Object.setPrototypeOf(this, IamRoleMissingPermissionsFault.prototype);
249
250
  }
250
- return IamRoleMissingPermissionsFault;
251
- }(__BaseException));
252
- export { IamRoleMissingPermissionsFault };
253
- var IamRoleNotFoundFault = (function (_super) {
254
- __extends(IamRoleNotFoundFault, _super);
255
- function IamRoleNotFoundFault(opts) {
256
- var _this = _super.call(this, __assign({ name: "IamRoleNotFoundFault", $fault: "client" }, opts)) || this;
257
- _this.name = "IamRoleNotFoundFault";
258
- _this.$fault = "client";
259
- Object.setPrototypeOf(_this, IamRoleNotFoundFault.prototype);
260
- return _this;
251
+ }
252
+ export class IamRoleNotFoundFault extends __BaseException {
253
+ constructor(opts) {
254
+ super({
255
+ name: "IamRoleNotFoundFault",
256
+ $fault: "client",
257
+ ...opts,
258
+ });
259
+ this.name = "IamRoleNotFoundFault";
260
+ this.$fault = "client";
261
+ Object.setPrototypeOf(this, IamRoleNotFoundFault.prototype);
261
262
  }
262
- return IamRoleNotFoundFault;
263
- }(__BaseException));
264
- export { IamRoleNotFoundFault };
265
- var InvalidExportOnlyFault = (function (_super) {
266
- __extends(InvalidExportOnlyFault, _super);
267
- function InvalidExportOnlyFault(opts) {
268
- var _this = _super.call(this, __assign({ name: "InvalidExportOnlyFault", $fault: "client" }, opts)) || this;
269
- _this.name = "InvalidExportOnlyFault";
270
- _this.$fault = "client";
271
- Object.setPrototypeOf(_this, InvalidExportOnlyFault.prototype);
272
- return _this;
263
+ }
264
+ export class InvalidExportOnlyFault extends __BaseException {
265
+ constructor(opts) {
266
+ super({
267
+ name: "InvalidExportOnlyFault",
268
+ $fault: "client",
269
+ ...opts,
270
+ });
271
+ this.name = "InvalidExportOnlyFault";
272
+ this.$fault = "client";
273
+ Object.setPrototypeOf(this, InvalidExportOnlyFault.prototype);
273
274
  }
274
- return InvalidExportOnlyFault;
275
- }(__BaseException));
276
- export { InvalidExportOnlyFault };
277
- var InvalidExportSourceStateFault = (function (_super) {
278
- __extends(InvalidExportSourceStateFault, _super);
279
- function InvalidExportSourceStateFault(opts) {
280
- var _this = _super.call(this, __assign({ name: "InvalidExportSourceStateFault", $fault: "client" }, opts)) || this;
281
- _this.name = "InvalidExportSourceStateFault";
282
- _this.$fault = "client";
283
- Object.setPrototypeOf(_this, InvalidExportSourceStateFault.prototype);
284
- return _this;
275
+ }
276
+ export class InvalidExportSourceStateFault extends __BaseException {
277
+ constructor(opts) {
278
+ super({
279
+ name: "InvalidExportSourceStateFault",
280
+ $fault: "client",
281
+ ...opts,
282
+ });
283
+ this.name = "InvalidExportSourceStateFault";
284
+ this.$fault = "client";
285
+ Object.setPrototypeOf(this, InvalidExportSourceStateFault.prototype);
285
286
  }
286
- return InvalidExportSourceStateFault;
287
- }(__BaseException));
288
- export { InvalidExportSourceStateFault };
289
- export var DBSnapshotAttributeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
290
- export var DBSnapshotAttributesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
291
- export var DescribeDBSnapshotAttributesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
292
- export var DBSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
293
- export var DescribeDBSnapshotsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
294
- export var DBSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
295
- export var DescribeDBSubnetGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
296
- export var DescribeEngineDefaultClusterParametersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
297
- export var EngineDefaultsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
298
- export var DescribeEngineDefaultClusterParametersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
299
- export var DescribeEngineDefaultParametersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
300
- export var DescribeEngineDefaultParametersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
301
- export var DescribeEventCategoriesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
302
- export var EventCategoriesMapFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
303
- export var EventCategoriesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
304
- export var DescribeEventsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
305
- export var EventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
306
- export var EventsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
307
- export var DescribeEventSubscriptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
308
- export var EventSubscriptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
309
- export var DescribeExportTasksMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
310
- export var ExportTasksMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
311
- export var DescribeGlobalClustersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
312
- export var GlobalClustersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
313
- export var DescribeOptionGroupOptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
314
- export var MinimumEngineVersionPerAllowedValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
315
- export var OptionGroupOptionSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
316
- export var OptionVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
317
- export var OptionGroupOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
318
- export var OptionGroupOptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
319
- export var DescribeOptionGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
320
- export var OptionGroupsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
321
- export var DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
322
- export var AvailableProcessorFeatureFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
323
- export var OrderableDBInstanceOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
324
- export var OrderableDBInstanceOptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
325
- export var DescribePendingMaintenanceActionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
326
- export var PendingMaintenanceActionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
327
- export var DescribeReservedDBInstancesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
328
- export var RecurringChargeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
329
- export var ReservedDBInstanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
330
- export var ReservedDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
331
- export var DescribeReservedDBInstancesOfferingsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
332
- export var ReservedDBInstancesOfferingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
333
- export var ReservedDBInstancesOfferingMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
334
- export var DescribeSourceRegionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
335
- export var SourceRegionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
336
- export var SourceRegionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
337
- export var DescribeValidDBInstanceModificationsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
338
- export var DoubleRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
339
- export var RangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
340
- export var ValidStorageOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
- export var ValidDBInstanceModificationsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
342
- export var DescribeValidDBInstanceModificationsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
343
- export var DownloadDBLogFilePortionDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
344
- export var DownloadDBLogFilePortionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
345
- export var FailoverDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
346
- export var FailoverDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
347
- export var FailoverGlobalClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
- export var FailoverGlobalClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
349
- export var ListTagsForResourceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
350
- export var TagListMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
351
- export var ModifyActivityStreamRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
352
- export var ModifyActivityStreamResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
353
- export var ModifyCertificatesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
354
- export var ModifyCertificatesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
355
- export var DBClusterCapacityInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
356
- export var ModifyCurrentDBClusterCapacityMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
357
- export var ModifyCustomDBEngineVersionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
358
- export var CloudwatchLogsExportConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
359
- export var ModifyDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
360
- export var ModifyDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
361
- export var ModifyDBClusterEndpointMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
362
- export var DBClusterParameterGroupNameMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
363
- export var ModifyDBClusterParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
364
- export var ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
365
- export var ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
366
- export var ModifyDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
367
- export var ModifyDBInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
368
- export var DBParameterGroupNameMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
369
- export var ModifyDBParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
370
- export var ModifyDBProxyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
371
- export var ModifyDBProxyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
372
- export var ModifyDBProxyEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
373
- export var ModifyDBProxyEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
374
- export var ConnectionPoolConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
375
- export var ModifyDBProxyTargetGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
376
- export var ModifyDBProxyTargetGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
377
- export var ModifyDBSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
378
- export var ModifyDBSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
379
- export var ModifyDBSnapshotAttributeMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
380
- export var ModifyDBSnapshotAttributeResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
381
- export var ModifyDBSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
382
- export var ModifyDBSubnetGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
383
- export var ModifyEventSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
384
- export var ModifyEventSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
385
- export var ModifyGlobalClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
386
- export var ModifyGlobalClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
387
- export var OptionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
388
- export var ModifyOptionGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
389
- export var ModifyOptionGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
390
- export var PromoteReadReplicaMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
391
- export var PromoteReadReplicaResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
392
- export var PromoteReadReplicaDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
393
- export var PromoteReadReplicaDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
394
- export var PurchaseReservedDBInstancesOfferingMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
395
- export var PurchaseReservedDBInstancesOfferingResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
396
- export var RebootDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
397
- export var RebootDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
398
- export var RebootDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
399
- export var RebootDBInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
400
- export var RegisterDBProxyTargetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
401
- export var RegisterDBProxyTargetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
402
- export var RemoveFromGlobalClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
403
- export var RemoveFromGlobalClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
404
- export var RemoveRoleFromDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
405
- export var RemoveRoleFromDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
406
- export var RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
407
- export var RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
408
- export var RemoveTagsFromResourceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
409
- export var ResetDBClusterParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
410
- export var ResetDBParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
411
- export var RestoreDBClusterFromS3MessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
412
- export var RestoreDBClusterFromS3ResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
413
- export var RestoreDBClusterFromSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
414
- export var RestoreDBClusterFromSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
415
- export var RestoreDBClusterToPointInTimeMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
416
- export var RestoreDBClusterToPointInTimeResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
417
- export var RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
418
- export var RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
419
- export var RestoreDBInstanceFromS3MessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
420
- export var RestoreDBInstanceFromS3ResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
421
- export var RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
422
- export var RestoreDBInstanceToPointInTimeResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
423
- export var RevokeDBSecurityGroupIngressMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
424
- export var RevokeDBSecurityGroupIngressResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
425
- export var StartActivityStreamRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
426
- export var StartActivityStreamResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
427
- export var StartDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
428
- export var StartDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
429
- export var StartDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
430
- export var StartDBInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
431
- export var StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
432
- export var StartDBInstanceAutomatedBackupsReplicationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
433
- export var StartExportTaskMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
434
- export var StopActivityStreamRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
435
- export var StopActivityStreamResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
436
- export var StopDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
437
- export var StopDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
438
- export var StopDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
439
- export var StopDBInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
440
- export var StopDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
441
- export var StopDBInstanceAutomatedBackupsReplicationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
442
- export var SwitchoverReadReplicaMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
443
- export var SwitchoverReadReplicaResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
287
+ }
288
+ export const DBSnapshotAttributeFilterSensitiveLog = (obj) => ({
289
+ ...obj,
290
+ });
291
+ export const DBSnapshotAttributesResultFilterSensitiveLog = (obj) => ({
292
+ ...obj,
293
+ });
294
+ export const DescribeDBSnapshotAttributesResultFilterSensitiveLog = (obj) => ({
295
+ ...obj,
296
+ });
297
+ export const DBSnapshotMessageFilterSensitiveLog = (obj) => ({
298
+ ...obj,
299
+ });
300
+ export const DescribeDBSnapshotsMessageFilterSensitiveLog = (obj) => ({
301
+ ...obj,
302
+ });
303
+ export const DBSubnetGroupMessageFilterSensitiveLog = (obj) => ({
304
+ ...obj,
305
+ });
306
+ export const DescribeDBSubnetGroupsMessageFilterSensitiveLog = (obj) => ({
307
+ ...obj,
308
+ });
309
+ export const DescribeEngineDefaultClusterParametersMessageFilterSensitiveLog = (obj) => ({
310
+ ...obj,
311
+ });
312
+ export const EngineDefaultsFilterSensitiveLog = (obj) => ({
313
+ ...obj,
314
+ });
315
+ export const DescribeEngineDefaultClusterParametersResultFilterSensitiveLog = (obj) => ({
316
+ ...obj,
317
+ });
318
+ export const DescribeEngineDefaultParametersMessageFilterSensitiveLog = (obj) => ({
319
+ ...obj,
320
+ });
321
+ export const DescribeEngineDefaultParametersResultFilterSensitiveLog = (obj) => ({
322
+ ...obj,
323
+ });
324
+ export const DescribeEventCategoriesMessageFilterSensitiveLog = (obj) => ({
325
+ ...obj,
326
+ });
327
+ export const EventCategoriesMapFilterSensitiveLog = (obj) => ({
328
+ ...obj,
329
+ });
330
+ export const EventCategoriesMessageFilterSensitiveLog = (obj) => ({
331
+ ...obj,
332
+ });
333
+ export const DescribeEventsMessageFilterSensitiveLog = (obj) => ({
334
+ ...obj,
335
+ });
336
+ export const EventFilterSensitiveLog = (obj) => ({
337
+ ...obj,
338
+ });
339
+ export const EventsMessageFilterSensitiveLog = (obj) => ({
340
+ ...obj,
341
+ });
342
+ export const DescribeEventSubscriptionsMessageFilterSensitiveLog = (obj) => ({
343
+ ...obj,
344
+ });
345
+ export const EventSubscriptionsMessageFilterSensitiveLog = (obj) => ({
346
+ ...obj,
347
+ });
348
+ export const DescribeExportTasksMessageFilterSensitiveLog = (obj) => ({
349
+ ...obj,
350
+ });
351
+ export const ExportTasksMessageFilterSensitiveLog = (obj) => ({
352
+ ...obj,
353
+ });
354
+ export const DescribeGlobalClustersMessageFilterSensitiveLog = (obj) => ({
355
+ ...obj,
356
+ });
357
+ export const GlobalClustersMessageFilterSensitiveLog = (obj) => ({
358
+ ...obj,
359
+ });
360
+ export const DescribeOptionGroupOptionsMessageFilterSensitiveLog = (obj) => ({
361
+ ...obj,
362
+ });
363
+ export const MinimumEngineVersionPerAllowedValueFilterSensitiveLog = (obj) => ({
364
+ ...obj,
365
+ });
366
+ export const OptionGroupOptionSettingFilterSensitiveLog = (obj) => ({
367
+ ...obj,
368
+ });
369
+ export const OptionVersionFilterSensitiveLog = (obj) => ({
370
+ ...obj,
371
+ });
372
+ export const OptionGroupOptionFilterSensitiveLog = (obj) => ({
373
+ ...obj,
374
+ });
375
+ export const OptionGroupOptionsMessageFilterSensitiveLog = (obj) => ({
376
+ ...obj,
377
+ });
378
+ export const DescribeOptionGroupsMessageFilterSensitiveLog = (obj) => ({
379
+ ...obj,
380
+ });
381
+ export const OptionGroupsFilterSensitiveLog = (obj) => ({
382
+ ...obj,
383
+ });
384
+ export const DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog = (obj) => ({
385
+ ...obj,
386
+ });
387
+ export const AvailableProcessorFeatureFilterSensitiveLog = (obj) => ({
388
+ ...obj,
389
+ });
390
+ export const OrderableDBInstanceOptionFilterSensitiveLog = (obj) => ({
391
+ ...obj,
392
+ });
393
+ export const OrderableDBInstanceOptionsMessageFilterSensitiveLog = (obj) => ({
394
+ ...obj,
395
+ });
396
+ export const DescribePendingMaintenanceActionsMessageFilterSensitiveLog = (obj) => ({
397
+ ...obj,
398
+ });
399
+ export const PendingMaintenanceActionsMessageFilterSensitiveLog = (obj) => ({
400
+ ...obj,
401
+ });
402
+ export const DescribeReservedDBInstancesMessageFilterSensitiveLog = (obj) => ({
403
+ ...obj,
404
+ });
405
+ export const RecurringChargeFilterSensitiveLog = (obj) => ({
406
+ ...obj,
407
+ });
408
+ export const ReservedDBInstanceFilterSensitiveLog = (obj) => ({
409
+ ...obj,
410
+ });
411
+ export const ReservedDBInstanceMessageFilterSensitiveLog = (obj) => ({
412
+ ...obj,
413
+ });
414
+ export const DescribeReservedDBInstancesOfferingsMessageFilterSensitiveLog = (obj) => ({
415
+ ...obj,
416
+ });
417
+ export const ReservedDBInstancesOfferingFilterSensitiveLog = (obj) => ({
418
+ ...obj,
419
+ });
420
+ export const ReservedDBInstancesOfferingMessageFilterSensitiveLog = (obj) => ({
421
+ ...obj,
422
+ });
423
+ export const DescribeSourceRegionsMessageFilterSensitiveLog = (obj) => ({
424
+ ...obj,
425
+ });
426
+ export const SourceRegionFilterSensitiveLog = (obj) => ({
427
+ ...obj,
428
+ });
429
+ export const SourceRegionMessageFilterSensitiveLog = (obj) => ({
430
+ ...obj,
431
+ });
432
+ export const DescribeValidDBInstanceModificationsMessageFilterSensitiveLog = (obj) => ({
433
+ ...obj,
434
+ });
435
+ export const DoubleRangeFilterSensitiveLog = (obj) => ({
436
+ ...obj,
437
+ });
438
+ export const RangeFilterSensitiveLog = (obj) => ({
439
+ ...obj,
440
+ });
441
+ export const ValidStorageOptionsFilterSensitiveLog = (obj) => ({
442
+ ...obj,
443
+ });
444
+ export const ValidDBInstanceModificationsMessageFilterSensitiveLog = (obj) => ({
445
+ ...obj,
446
+ });
447
+ export const DescribeValidDBInstanceModificationsResultFilterSensitiveLog = (obj) => ({
448
+ ...obj,
449
+ });
450
+ export const DownloadDBLogFilePortionDetailsFilterSensitiveLog = (obj) => ({
451
+ ...obj,
452
+ });
453
+ export const DownloadDBLogFilePortionMessageFilterSensitiveLog = (obj) => ({
454
+ ...obj,
455
+ });
456
+ export const FailoverDBClusterMessageFilterSensitiveLog = (obj) => ({
457
+ ...obj,
458
+ });
459
+ export const FailoverDBClusterResultFilterSensitiveLog = (obj) => ({
460
+ ...obj,
461
+ });
462
+ export const FailoverGlobalClusterMessageFilterSensitiveLog = (obj) => ({
463
+ ...obj,
464
+ });
465
+ export const FailoverGlobalClusterResultFilterSensitiveLog = (obj) => ({
466
+ ...obj,
467
+ });
468
+ export const ListTagsForResourceMessageFilterSensitiveLog = (obj) => ({
469
+ ...obj,
470
+ });
471
+ export const TagListMessageFilterSensitiveLog = (obj) => ({
472
+ ...obj,
473
+ });
474
+ export const ModifyActivityStreamRequestFilterSensitiveLog = (obj) => ({
475
+ ...obj,
476
+ });
477
+ export const ModifyActivityStreamResponseFilterSensitiveLog = (obj) => ({
478
+ ...obj,
479
+ });
480
+ export const ModifyCertificatesMessageFilterSensitiveLog = (obj) => ({
481
+ ...obj,
482
+ });
483
+ export const ModifyCertificatesResultFilterSensitiveLog = (obj) => ({
484
+ ...obj,
485
+ });
486
+ export const DBClusterCapacityInfoFilterSensitiveLog = (obj) => ({
487
+ ...obj,
488
+ });
489
+ export const ModifyCurrentDBClusterCapacityMessageFilterSensitiveLog = (obj) => ({
490
+ ...obj,
491
+ });
492
+ export const ModifyCustomDBEngineVersionMessageFilterSensitiveLog = (obj) => ({
493
+ ...obj,
494
+ });
495
+ export const CloudwatchLogsExportConfigurationFilterSensitiveLog = (obj) => ({
496
+ ...obj,
497
+ });
498
+ export const ModifyDBClusterMessageFilterSensitiveLog = (obj) => ({
499
+ ...obj,
500
+ });
501
+ export const ModifyDBClusterResultFilterSensitiveLog = (obj) => ({
502
+ ...obj,
503
+ });
504
+ export const ModifyDBClusterEndpointMessageFilterSensitiveLog = (obj) => ({
505
+ ...obj,
506
+ });
507
+ export const DBClusterParameterGroupNameMessageFilterSensitiveLog = (obj) => ({
508
+ ...obj,
509
+ });
510
+ export const ModifyDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
511
+ ...obj,
512
+ });
513
+ export const ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog = (obj) => ({
514
+ ...obj,
515
+ });
516
+ export const ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog = (obj) => ({
517
+ ...obj,
518
+ });
519
+ export const ModifyDBInstanceMessageFilterSensitiveLog = (obj) => ({
520
+ ...obj,
521
+ });
522
+ export const ModifyDBInstanceResultFilterSensitiveLog = (obj) => ({
523
+ ...obj,
524
+ });
525
+ export const DBParameterGroupNameMessageFilterSensitiveLog = (obj) => ({
526
+ ...obj,
527
+ });
528
+ export const ModifyDBParameterGroupMessageFilterSensitiveLog = (obj) => ({
529
+ ...obj,
530
+ });
531
+ export const ModifyDBProxyRequestFilterSensitiveLog = (obj) => ({
532
+ ...obj,
533
+ });
534
+ export const ModifyDBProxyResponseFilterSensitiveLog = (obj) => ({
535
+ ...obj,
536
+ });
537
+ export const ModifyDBProxyEndpointRequestFilterSensitiveLog = (obj) => ({
538
+ ...obj,
539
+ });
540
+ export const ModifyDBProxyEndpointResponseFilterSensitiveLog = (obj) => ({
541
+ ...obj,
542
+ });
543
+ export const ConnectionPoolConfigurationFilterSensitiveLog = (obj) => ({
544
+ ...obj,
545
+ });
546
+ export const ModifyDBProxyTargetGroupRequestFilterSensitiveLog = (obj) => ({
547
+ ...obj,
548
+ });
549
+ export const ModifyDBProxyTargetGroupResponseFilterSensitiveLog = (obj) => ({
550
+ ...obj,
551
+ });
552
+ export const ModifyDBSnapshotMessageFilterSensitiveLog = (obj) => ({
553
+ ...obj,
554
+ });
555
+ export const ModifyDBSnapshotResultFilterSensitiveLog = (obj) => ({
556
+ ...obj,
557
+ });
558
+ export const ModifyDBSnapshotAttributeMessageFilterSensitiveLog = (obj) => ({
559
+ ...obj,
560
+ });
561
+ export const ModifyDBSnapshotAttributeResultFilterSensitiveLog = (obj) => ({
562
+ ...obj,
563
+ });
564
+ export const ModifyDBSubnetGroupMessageFilterSensitiveLog = (obj) => ({
565
+ ...obj,
566
+ });
567
+ export const ModifyDBSubnetGroupResultFilterSensitiveLog = (obj) => ({
568
+ ...obj,
569
+ });
570
+ export const ModifyEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
571
+ ...obj,
572
+ });
573
+ export const ModifyEventSubscriptionResultFilterSensitiveLog = (obj) => ({
574
+ ...obj,
575
+ });
576
+ export const ModifyGlobalClusterMessageFilterSensitiveLog = (obj) => ({
577
+ ...obj,
578
+ });
579
+ export const ModifyGlobalClusterResultFilterSensitiveLog = (obj) => ({
580
+ ...obj,
581
+ });
582
+ export const OptionConfigurationFilterSensitiveLog = (obj) => ({
583
+ ...obj,
584
+ });
585
+ export const ModifyOptionGroupMessageFilterSensitiveLog = (obj) => ({
586
+ ...obj,
587
+ });
588
+ export const ModifyOptionGroupResultFilterSensitiveLog = (obj) => ({
589
+ ...obj,
590
+ });
591
+ export const PromoteReadReplicaMessageFilterSensitiveLog = (obj) => ({
592
+ ...obj,
593
+ });
594
+ export const PromoteReadReplicaResultFilterSensitiveLog = (obj) => ({
595
+ ...obj,
596
+ });
597
+ export const PromoteReadReplicaDBClusterMessageFilterSensitiveLog = (obj) => ({
598
+ ...obj,
599
+ });
600
+ export const PromoteReadReplicaDBClusterResultFilterSensitiveLog = (obj) => ({
601
+ ...obj,
602
+ });
603
+ export const PurchaseReservedDBInstancesOfferingMessageFilterSensitiveLog = (obj) => ({
604
+ ...obj,
605
+ });
606
+ export const PurchaseReservedDBInstancesOfferingResultFilterSensitiveLog = (obj) => ({
607
+ ...obj,
608
+ });
609
+ export const RebootDBClusterMessageFilterSensitiveLog = (obj) => ({
610
+ ...obj,
611
+ });
612
+ export const RebootDBClusterResultFilterSensitiveLog = (obj) => ({
613
+ ...obj,
614
+ });
615
+ export const RebootDBInstanceMessageFilterSensitiveLog = (obj) => ({
616
+ ...obj,
617
+ });
618
+ export const RebootDBInstanceResultFilterSensitiveLog = (obj) => ({
619
+ ...obj,
620
+ });
621
+ export const RegisterDBProxyTargetsRequestFilterSensitiveLog = (obj) => ({
622
+ ...obj,
623
+ });
624
+ export const RegisterDBProxyTargetsResponseFilterSensitiveLog = (obj) => ({
625
+ ...obj,
626
+ });
627
+ export const RemoveFromGlobalClusterMessageFilterSensitiveLog = (obj) => ({
628
+ ...obj,
629
+ });
630
+ export const RemoveFromGlobalClusterResultFilterSensitiveLog = (obj) => ({
631
+ ...obj,
632
+ });
633
+ export const RemoveRoleFromDBClusterMessageFilterSensitiveLog = (obj) => ({
634
+ ...obj,
635
+ });
636
+ export const RemoveRoleFromDBInstanceMessageFilterSensitiveLog = (obj) => ({
637
+ ...obj,
638
+ });
639
+ export const RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog = (obj) => ({
640
+ ...obj,
641
+ });
642
+ export const RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog = (obj) => ({
643
+ ...obj,
644
+ });
645
+ export const RemoveTagsFromResourceMessageFilterSensitiveLog = (obj) => ({
646
+ ...obj,
647
+ });
648
+ export const ResetDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
649
+ ...obj,
650
+ });
651
+ export const ResetDBParameterGroupMessageFilterSensitiveLog = (obj) => ({
652
+ ...obj,
653
+ });
654
+ export const RestoreDBClusterFromS3MessageFilterSensitiveLog = (obj) => ({
655
+ ...obj,
656
+ });
657
+ export const RestoreDBClusterFromS3ResultFilterSensitiveLog = (obj) => ({
658
+ ...obj,
659
+ });
660
+ export const RestoreDBClusterFromSnapshotMessageFilterSensitiveLog = (obj) => ({
661
+ ...obj,
662
+ });
663
+ export const RestoreDBClusterFromSnapshotResultFilterSensitiveLog = (obj) => ({
664
+ ...obj,
665
+ });
666
+ export const RestoreDBClusterToPointInTimeMessageFilterSensitiveLog = (obj) => ({
667
+ ...obj,
668
+ });
669
+ export const RestoreDBClusterToPointInTimeResultFilterSensitiveLog = (obj) => ({
670
+ ...obj,
671
+ });
672
+ export const RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog = (obj) => ({
673
+ ...obj,
674
+ });
675
+ export const RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog = (obj) => ({
676
+ ...obj,
677
+ });
678
+ export const RestoreDBInstanceFromS3MessageFilterSensitiveLog = (obj) => ({
679
+ ...obj,
680
+ });
681
+ export const RestoreDBInstanceFromS3ResultFilterSensitiveLog = (obj) => ({
682
+ ...obj,
683
+ });
684
+ export const RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog = (obj) => ({
685
+ ...obj,
686
+ });
687
+ export const RestoreDBInstanceToPointInTimeResultFilterSensitiveLog = (obj) => ({
688
+ ...obj,
689
+ });
690
+ export const RevokeDBSecurityGroupIngressMessageFilterSensitiveLog = (obj) => ({
691
+ ...obj,
692
+ });
693
+ export const RevokeDBSecurityGroupIngressResultFilterSensitiveLog = (obj) => ({
694
+ ...obj,
695
+ });
696
+ export const StartActivityStreamRequestFilterSensitiveLog = (obj) => ({
697
+ ...obj,
698
+ });
699
+ export const StartActivityStreamResponseFilterSensitiveLog = (obj) => ({
700
+ ...obj,
701
+ });
702
+ export const StartDBClusterMessageFilterSensitiveLog = (obj) => ({
703
+ ...obj,
704
+ });
705
+ export const StartDBClusterResultFilterSensitiveLog = (obj) => ({
706
+ ...obj,
707
+ });
708
+ export const StartDBInstanceMessageFilterSensitiveLog = (obj) => ({
709
+ ...obj,
710
+ });
711
+ export const StartDBInstanceResultFilterSensitiveLog = (obj) => ({
712
+ ...obj,
713
+ });
714
+ export const StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog = (obj) => ({
715
+ ...obj,
716
+ });
717
+ export const StartDBInstanceAutomatedBackupsReplicationResultFilterSensitiveLog = (obj) => ({
718
+ ...obj,
719
+ });
720
+ export const StartExportTaskMessageFilterSensitiveLog = (obj) => ({
721
+ ...obj,
722
+ });
723
+ export const StopActivityStreamRequestFilterSensitiveLog = (obj) => ({
724
+ ...obj,
725
+ });
726
+ export const StopActivityStreamResponseFilterSensitiveLog = (obj) => ({
727
+ ...obj,
728
+ });
729
+ export const StopDBClusterMessageFilterSensitiveLog = (obj) => ({
730
+ ...obj,
731
+ });
732
+ export const StopDBClusterResultFilterSensitiveLog = (obj) => ({
733
+ ...obj,
734
+ });
735
+ export const StopDBInstanceMessageFilterSensitiveLog = (obj) => ({
736
+ ...obj,
737
+ });
738
+ export const StopDBInstanceResultFilterSensitiveLog = (obj) => ({
739
+ ...obj,
740
+ });
741
+ export const StopDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog = (obj) => ({
742
+ ...obj,
743
+ });
744
+ export const StopDBInstanceAutomatedBackupsReplicationResultFilterSensitiveLog = (obj) => ({
745
+ ...obj,
746
+ });
747
+ export const SwitchoverReadReplicaMessageFilterSensitiveLog = (obj) => ({
748
+ ...obj,
749
+ });
750
+ export const SwitchoverReadReplicaResultFilterSensitiveLog = (obj) => ({
751
+ ...obj,
752
+ });