@aws-sdk/client-rds 3.183.0 → 3.185.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 (192) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_query.js +2 -2
  3. package/dist-es/RDS.js +557 -550
  4. package/dist-es/RDSClient.js +28 -22
  5. package/dist-es/commands/AddRoleToDBClusterCommand.js +29 -22
  6. package/dist-es/commands/AddRoleToDBInstanceCommand.js +29 -22
  7. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +28 -21
  8. package/dist-es/commands/AddTagsToResourceCommand.js +29 -22
  9. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +28 -21
  10. package/dist-es/commands/AuthorizeDBSecurityGroupIngressCommand.js +28 -21
  11. package/dist-es/commands/BacktrackDBClusterCommand.js +28 -21
  12. package/dist-es/commands/CancelExportTaskCommand.js +28 -21
  13. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +28 -21
  14. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +28 -21
  15. package/dist-es/commands/CopyDBParameterGroupCommand.js +28 -21
  16. package/dist-es/commands/CopyDBSnapshotCommand.js +28 -21
  17. package/dist-es/commands/CopyOptionGroupCommand.js +28 -21
  18. package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +28 -21
  19. package/dist-es/commands/CreateDBClusterCommand.js +28 -21
  20. package/dist-es/commands/CreateDBClusterEndpointCommand.js +28 -21
  21. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +28 -21
  22. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +28 -21
  23. package/dist-es/commands/CreateDBInstanceCommand.js +28 -21
  24. package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +28 -21
  25. package/dist-es/commands/CreateDBParameterGroupCommand.js +28 -21
  26. package/dist-es/commands/CreateDBProxyCommand.js +28 -21
  27. package/dist-es/commands/CreateDBProxyEndpointCommand.js +28 -21
  28. package/dist-es/commands/CreateDBSecurityGroupCommand.js +28 -21
  29. package/dist-es/commands/CreateDBSnapshotCommand.js +28 -21
  30. package/dist-es/commands/CreateDBSubnetGroupCommand.js +28 -21
  31. package/dist-es/commands/CreateEventSubscriptionCommand.js +28 -21
  32. package/dist-es/commands/CreateGlobalClusterCommand.js +28 -21
  33. package/dist-es/commands/CreateOptionGroupCommand.js +28 -21
  34. package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +28 -21
  35. package/dist-es/commands/DeleteDBClusterCommand.js +28 -21
  36. package/dist-es/commands/DeleteDBClusterEndpointCommand.js +28 -21
  37. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +29 -22
  38. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +28 -21
  39. package/dist-es/commands/DeleteDBInstanceAutomatedBackupCommand.js +28 -21
  40. package/dist-es/commands/DeleteDBInstanceCommand.js +28 -21
  41. package/dist-es/commands/DeleteDBParameterGroupCommand.js +29 -22
  42. package/dist-es/commands/DeleteDBProxyCommand.js +28 -21
  43. package/dist-es/commands/DeleteDBProxyEndpointCommand.js +28 -21
  44. package/dist-es/commands/DeleteDBSecurityGroupCommand.js +29 -22
  45. package/dist-es/commands/DeleteDBSnapshotCommand.js +28 -21
  46. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +29 -22
  47. package/dist-es/commands/DeleteEventSubscriptionCommand.js +28 -21
  48. package/dist-es/commands/DeleteGlobalClusterCommand.js +28 -21
  49. package/dist-es/commands/DeleteOptionGroupCommand.js +29 -22
  50. package/dist-es/commands/DeregisterDBProxyTargetsCommand.js +28 -21
  51. package/dist-es/commands/DescribeAccountAttributesCommand.js +28 -21
  52. package/dist-es/commands/DescribeCertificatesCommand.js +28 -21
  53. package/dist-es/commands/DescribeDBClusterBacktracksCommand.js +28 -21
  54. package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +28 -21
  55. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +28 -21
  56. package/dist-es/commands/DescribeDBClusterParametersCommand.js +28 -21
  57. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +28 -21
  58. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +28 -21
  59. package/dist-es/commands/DescribeDBClustersCommand.js +28 -21
  60. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +28 -21
  61. package/dist-es/commands/DescribeDBInstanceAutomatedBackupsCommand.js +28 -21
  62. package/dist-es/commands/DescribeDBInstancesCommand.js +28 -21
  63. package/dist-es/commands/DescribeDBLogFilesCommand.js +28 -21
  64. package/dist-es/commands/DescribeDBParameterGroupsCommand.js +28 -21
  65. package/dist-es/commands/DescribeDBParametersCommand.js +28 -21
  66. package/dist-es/commands/DescribeDBProxiesCommand.js +28 -21
  67. package/dist-es/commands/DescribeDBProxyEndpointsCommand.js +28 -21
  68. package/dist-es/commands/DescribeDBProxyTargetGroupsCommand.js +28 -21
  69. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +28 -21
  70. package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +28 -21
  71. package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +28 -21
  72. package/dist-es/commands/DescribeDBSnapshotsCommand.js +28 -21
  73. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +28 -21
  74. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +28 -21
  75. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +28 -21
  76. package/dist-es/commands/DescribeEventCategoriesCommand.js +28 -21
  77. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +28 -21
  78. package/dist-es/commands/DescribeEventsCommand.js +28 -21
  79. package/dist-es/commands/DescribeExportTasksCommand.js +28 -21
  80. package/dist-es/commands/DescribeGlobalClustersCommand.js +28 -21
  81. package/dist-es/commands/DescribeOptionGroupOptionsCommand.js +28 -21
  82. package/dist-es/commands/DescribeOptionGroupsCommand.js +28 -21
  83. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +28 -21
  84. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +28 -21
  85. package/dist-es/commands/DescribeReservedDBInstancesCommand.js +28 -21
  86. package/dist-es/commands/DescribeReservedDBInstancesOfferingsCommand.js +28 -21
  87. package/dist-es/commands/DescribeSourceRegionsCommand.js +28 -21
  88. package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +28 -21
  89. package/dist-es/commands/DownloadDBLogFilePortionCommand.js +28 -21
  90. package/dist-es/commands/FailoverDBClusterCommand.js +28 -21
  91. package/dist-es/commands/FailoverGlobalClusterCommand.js +28 -21
  92. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  93. package/dist-es/commands/ModifyActivityStreamCommand.js +28 -21
  94. package/dist-es/commands/ModifyCertificatesCommand.js +28 -21
  95. package/dist-es/commands/ModifyCurrentDBClusterCapacityCommand.js +28 -21
  96. package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +28 -21
  97. package/dist-es/commands/ModifyDBClusterCommand.js +28 -21
  98. package/dist-es/commands/ModifyDBClusterEndpointCommand.js +28 -21
  99. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +28 -21
  100. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +28 -21
  101. package/dist-es/commands/ModifyDBInstanceCommand.js +28 -21
  102. package/dist-es/commands/ModifyDBParameterGroupCommand.js +28 -21
  103. package/dist-es/commands/ModifyDBProxyCommand.js +28 -21
  104. package/dist-es/commands/ModifyDBProxyEndpointCommand.js +28 -21
  105. package/dist-es/commands/ModifyDBProxyTargetGroupCommand.js +28 -21
  106. package/dist-es/commands/ModifyDBSnapshotAttributeCommand.js +28 -21
  107. package/dist-es/commands/ModifyDBSnapshotCommand.js +28 -21
  108. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +28 -21
  109. package/dist-es/commands/ModifyEventSubscriptionCommand.js +28 -21
  110. package/dist-es/commands/ModifyGlobalClusterCommand.js +28 -21
  111. package/dist-es/commands/ModifyOptionGroupCommand.js +28 -21
  112. package/dist-es/commands/PromoteReadReplicaCommand.js +28 -21
  113. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +28 -21
  114. package/dist-es/commands/PurchaseReservedDBInstancesOfferingCommand.js +28 -21
  115. package/dist-es/commands/RebootDBClusterCommand.js +28 -21
  116. package/dist-es/commands/RebootDBInstanceCommand.js +28 -21
  117. package/dist-es/commands/RegisterDBProxyTargetsCommand.js +28 -21
  118. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +28 -21
  119. package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +29 -22
  120. package/dist-es/commands/RemoveRoleFromDBInstanceCommand.js +29 -22
  121. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +28 -21
  122. package/dist-es/commands/RemoveTagsFromResourceCommand.js +29 -22
  123. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +28 -21
  124. package/dist-es/commands/ResetDBParameterGroupCommand.js +28 -21
  125. package/dist-es/commands/RestoreDBClusterFromS3Command.js +28 -21
  126. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +28 -21
  127. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +28 -21
  128. package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +28 -21
  129. package/dist-es/commands/RestoreDBInstanceFromS3Command.js +28 -21
  130. package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +28 -21
  131. package/dist-es/commands/RevokeDBSecurityGroupIngressCommand.js +28 -21
  132. package/dist-es/commands/StartActivityStreamCommand.js +28 -21
  133. package/dist-es/commands/StartDBClusterCommand.js +28 -21
  134. package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +28 -21
  135. package/dist-es/commands/StartDBInstanceCommand.js +28 -21
  136. package/dist-es/commands/StartExportTaskCommand.js +28 -21
  137. package/dist-es/commands/StopActivityStreamCommand.js +28 -21
  138. package/dist-es/commands/StopDBClusterCommand.js +28 -21
  139. package/dist-es/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +28 -21
  140. package/dist-es/commands/StopDBInstanceCommand.js +28 -21
  141. package/dist-es/commands/SwitchoverReadReplicaCommand.js +28 -21
  142. package/dist-es/endpoints.js +8 -8
  143. package/dist-es/models/RDSServiceException.js +10 -5
  144. package/dist-es/models/models_0.js +1339 -1710
  145. package/dist-es/models/models_1.js +398 -707
  146. package/dist-es/pagination/DescribeCertificatesPaginator.js +68 -25
  147. package/dist-es/pagination/DescribeDBClusterBacktracksPaginator.js +68 -25
  148. package/dist-es/pagination/DescribeDBClusterEndpointsPaginator.js +68 -25
  149. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +68 -25
  150. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +68 -25
  151. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +68 -25
  152. package/dist-es/pagination/DescribeDBClustersPaginator.js +68 -25
  153. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +68 -25
  154. package/dist-es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +68 -25
  155. package/dist-es/pagination/DescribeDBInstancesPaginator.js +68 -25
  156. package/dist-es/pagination/DescribeDBLogFilesPaginator.js +68 -25
  157. package/dist-es/pagination/DescribeDBParameterGroupsPaginator.js +68 -25
  158. package/dist-es/pagination/DescribeDBParametersPaginator.js +68 -25
  159. package/dist-es/pagination/DescribeDBProxiesPaginator.js +68 -25
  160. package/dist-es/pagination/DescribeDBProxyEndpointsPaginator.js +68 -25
  161. package/dist-es/pagination/DescribeDBProxyTargetGroupsPaginator.js +68 -25
  162. package/dist-es/pagination/DescribeDBProxyTargetsPaginator.js +68 -25
  163. package/dist-es/pagination/DescribeDBSecurityGroupsPaginator.js +68 -25
  164. package/dist-es/pagination/DescribeDBSnapshotsPaginator.js +68 -25
  165. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +68 -25
  166. package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +68 -25
  167. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +68 -25
  168. package/dist-es/pagination/DescribeEventsPaginator.js +68 -25
  169. package/dist-es/pagination/DescribeExportTasksPaginator.js +68 -25
  170. package/dist-es/pagination/DescribeGlobalClustersPaginator.js +68 -25
  171. package/dist-es/pagination/DescribeOptionGroupOptionsPaginator.js +68 -25
  172. package/dist-es/pagination/DescribeOptionGroupsPaginator.js +68 -25
  173. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +68 -25
  174. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +68 -25
  175. package/dist-es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +68 -25
  176. package/dist-es/pagination/DescribeReservedDBInstancesPaginator.js +68 -25
  177. package/dist-es/pagination/DescribeSourceRegionsPaginator.js +68 -25
  178. package/dist-es/pagination/DownloadDBLogFilePortionPaginator.js +68 -25
  179. package/dist-es/protocols/Aws_query.js +13117 -10109
  180. package/dist-es/runtimeConfig.browser.js +12 -26
  181. package/dist-es/runtimeConfig.js +12 -30
  182. package/dist-es/runtimeConfig.native.js +5 -8
  183. package/dist-es/runtimeConfig.shared.js +11 -8
  184. package/dist-es/waiters/waitForDBClusterAvailable.js +187 -106
  185. package/dist-es/waiters/waitForDBClusterDeleted.js +147 -86
  186. package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +187 -106
  187. package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +147 -86
  188. package/dist-es/waiters/waitForDBInstanceAvailable.js +187 -106
  189. package/dist-es/waiters/waitForDBInstanceDeleted.js +147 -86
  190. package/dist-es/waiters/waitForDBSnapshotAvailable.js +187 -106
  191. package/dist-es/waiters/waitForDBSnapshotDeleted.js +147 -86
  192. package/package.json +5 -5
@@ -1,3 +1,4 @@
1
+ import { __assign, __extends } from "tslib";
1
2
  import { RDSServiceException as __BaseException } from "./RDSServiceException";
2
3
  export var SourceType;
3
4
  (function (SourceType) {
@@ -10,743 +11,433 @@ export var SourceType;
10
11
  SourceType["db_security_group"] = "db-security-group";
11
12
  SourceType["db_snapshot"] = "db-snapshot";
12
13
  })(SourceType || (SourceType = {}));
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);
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;
23
22
  }
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);
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;
35
34
  }
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);
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;
47
46
  }
48
- }
47
+ return DBLogFileNotFoundFault;
48
+ }(__BaseException));
49
+ export { DBLogFileNotFoundFault };
49
50
  export var AuditPolicyState;
50
51
  (function (AuditPolicyState) {
51
52
  AuditPolicyState["LOCKED_POLICY"] = "locked";
52
53
  AuditPolicyState["UNLOCKED_POLICY"] = "unlocked";
53
54
  })(AuditPolicyState || (AuditPolicyState = {}));
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);
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;
64
63
  }
65
- }
64
+ return InvalidDBClusterCapacityFault;
65
+ }(__BaseException));
66
+ export { InvalidDBClusterCapacityFault };
66
67
  export var CustomEngineVersionStatus;
67
68
  (function (CustomEngineVersionStatus) {
68
69
  CustomEngineVersionStatus["available"] = "available";
69
70
  CustomEngineVersionStatus["inactive"] = "inactive";
70
71
  CustomEngineVersionStatus["inactive_except_restore"] = "inactive-except-restore";
71
72
  })(CustomEngineVersionStatus || (CustomEngineVersionStatus = {}));
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);
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;
82
81
  }
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);
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;
94
93
  }
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);
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;
106
105
  }
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);
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;
118
117
  }
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);
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;
130
129
  }
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);
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;
142
141
  }
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);
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;
154
153
  }
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);
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;
166
165
  }
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);
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;
178
177
  }
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);
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;
190
189
  }
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);
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;
202
201
  }
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);
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;
214
213
  }
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);
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;
226
225
  }
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);
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;
238
237
  }
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);
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;
250
249
  }
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);
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;
262
261
  }
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);
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;
274
273
  }
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);
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;
286
285
  }
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
- });
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)); };