@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 ActivityStreamMode;
4
3
  (function (ActivityStreamMode) {
@@ -19,438 +18,438 @@ export var ActivityStreamStatus;
19
18
  ActivityStreamStatus["stopped"] = "stopped";
20
19
  ActivityStreamStatus["stopping"] = "stopping";
21
20
  })(ActivityStreamStatus || (ActivityStreamStatus = {}));
22
- var DBClusterNotFoundFault = (function (_super) {
23
- __extends(DBClusterNotFoundFault, _super);
24
- function DBClusterNotFoundFault(opts) {
25
- var _this = _super.call(this, __assign({ name: "DBClusterNotFoundFault", $fault: "client" }, opts)) || this;
26
- _this.name = "DBClusterNotFoundFault";
27
- _this.$fault = "client";
28
- Object.setPrototypeOf(_this, DBClusterNotFoundFault.prototype);
29
- return _this;
30
- }
31
- return DBClusterNotFoundFault;
32
- }(__BaseException));
33
- export { DBClusterNotFoundFault };
34
- var DBClusterRoleAlreadyExistsFault = (function (_super) {
35
- __extends(DBClusterRoleAlreadyExistsFault, _super);
36
- function DBClusterRoleAlreadyExistsFault(opts) {
37
- var _this = _super.call(this, __assign({ name: "DBClusterRoleAlreadyExistsFault", $fault: "client" }, opts)) || this;
38
- _this.name = "DBClusterRoleAlreadyExistsFault";
39
- _this.$fault = "client";
40
- Object.setPrototypeOf(_this, DBClusterRoleAlreadyExistsFault.prototype);
41
- return _this;
42
- }
43
- return DBClusterRoleAlreadyExistsFault;
44
- }(__BaseException));
45
- export { DBClusterRoleAlreadyExistsFault };
46
- var DBClusterRoleQuotaExceededFault = (function (_super) {
47
- __extends(DBClusterRoleQuotaExceededFault, _super);
48
- function DBClusterRoleQuotaExceededFault(opts) {
49
- var _this = _super.call(this, __assign({ name: "DBClusterRoleQuotaExceededFault", $fault: "client" }, opts)) || this;
50
- _this.name = "DBClusterRoleQuotaExceededFault";
51
- _this.$fault = "client";
52
- Object.setPrototypeOf(_this, DBClusterRoleQuotaExceededFault.prototype);
53
- return _this;
54
- }
55
- return DBClusterRoleQuotaExceededFault;
56
- }(__BaseException));
57
- export { DBClusterRoleQuotaExceededFault };
58
- var InvalidDBClusterStateFault = (function (_super) {
59
- __extends(InvalidDBClusterStateFault, _super);
60
- function InvalidDBClusterStateFault(opts) {
61
- var _this = _super.call(this, __assign({ name: "InvalidDBClusterStateFault", $fault: "client" }, opts)) || this;
62
- _this.name = "InvalidDBClusterStateFault";
63
- _this.$fault = "client";
64
- Object.setPrototypeOf(_this, InvalidDBClusterStateFault.prototype);
65
- return _this;
66
- }
67
- return InvalidDBClusterStateFault;
68
- }(__BaseException));
69
- export { InvalidDBClusterStateFault };
70
- var DBInstanceNotFoundFault = (function (_super) {
71
- __extends(DBInstanceNotFoundFault, _super);
72
- function DBInstanceNotFoundFault(opts) {
73
- var _this = _super.call(this, __assign({ name: "DBInstanceNotFoundFault", $fault: "client" }, opts)) || this;
74
- _this.name = "DBInstanceNotFoundFault";
75
- _this.$fault = "client";
76
- Object.setPrototypeOf(_this, DBInstanceNotFoundFault.prototype);
77
- return _this;
78
- }
79
- return DBInstanceNotFoundFault;
80
- }(__BaseException));
81
- export { DBInstanceNotFoundFault };
82
- var DBInstanceRoleAlreadyExistsFault = (function (_super) {
83
- __extends(DBInstanceRoleAlreadyExistsFault, _super);
84
- function DBInstanceRoleAlreadyExistsFault(opts) {
85
- var _this = _super.call(this, __assign({ name: "DBInstanceRoleAlreadyExistsFault", $fault: "client" }, opts)) || this;
86
- _this.name = "DBInstanceRoleAlreadyExistsFault";
87
- _this.$fault = "client";
88
- Object.setPrototypeOf(_this, DBInstanceRoleAlreadyExistsFault.prototype);
89
- return _this;
90
- }
91
- return DBInstanceRoleAlreadyExistsFault;
92
- }(__BaseException));
93
- export { DBInstanceRoleAlreadyExistsFault };
94
- var DBInstanceRoleQuotaExceededFault = (function (_super) {
95
- __extends(DBInstanceRoleQuotaExceededFault, _super);
96
- function DBInstanceRoleQuotaExceededFault(opts) {
97
- var _this = _super.call(this, __assign({ name: "DBInstanceRoleQuotaExceededFault", $fault: "client" }, opts)) || this;
98
- _this.name = "DBInstanceRoleQuotaExceededFault";
99
- _this.$fault = "client";
100
- Object.setPrototypeOf(_this, DBInstanceRoleQuotaExceededFault.prototype);
101
- return _this;
102
- }
103
- return DBInstanceRoleQuotaExceededFault;
104
- }(__BaseException));
105
- export { DBInstanceRoleQuotaExceededFault };
106
- var InvalidDBInstanceStateFault = (function (_super) {
107
- __extends(InvalidDBInstanceStateFault, _super);
108
- function InvalidDBInstanceStateFault(opts) {
109
- var _this = _super.call(this, __assign({ name: "InvalidDBInstanceStateFault", $fault: "client" }, opts)) || this;
110
- _this.name = "InvalidDBInstanceStateFault";
111
- _this.$fault = "client";
112
- Object.setPrototypeOf(_this, InvalidDBInstanceStateFault.prototype);
113
- return _this;
114
- }
115
- return InvalidDBInstanceStateFault;
116
- }(__BaseException));
117
- export { InvalidDBInstanceStateFault };
118
- var SourceNotFoundFault = (function (_super) {
119
- __extends(SourceNotFoundFault, _super);
120
- function SourceNotFoundFault(opts) {
121
- var _this = _super.call(this, __assign({ name: "SourceNotFoundFault", $fault: "client" }, opts)) || this;
122
- _this.name = "SourceNotFoundFault";
123
- _this.$fault = "client";
124
- Object.setPrototypeOf(_this, SourceNotFoundFault.prototype);
125
- return _this;
126
- }
127
- return SourceNotFoundFault;
128
- }(__BaseException));
129
- export { SourceNotFoundFault };
130
- var SubscriptionNotFoundFault = (function (_super) {
131
- __extends(SubscriptionNotFoundFault, _super);
132
- function SubscriptionNotFoundFault(opts) {
133
- var _this = _super.call(this, __assign({ name: "SubscriptionNotFoundFault", $fault: "client" }, opts)) || this;
134
- _this.name = "SubscriptionNotFoundFault";
135
- _this.$fault = "client";
136
- Object.setPrototypeOf(_this, SubscriptionNotFoundFault.prototype);
137
- return _this;
138
- }
139
- return SubscriptionNotFoundFault;
140
- }(__BaseException));
141
- export { SubscriptionNotFoundFault };
142
- var DBProxyNotFoundFault = (function (_super) {
143
- __extends(DBProxyNotFoundFault, _super);
144
- function DBProxyNotFoundFault(opts) {
145
- var _this = _super.call(this, __assign({ name: "DBProxyNotFoundFault", $fault: "client" }, opts)) || this;
146
- _this.name = "DBProxyNotFoundFault";
147
- _this.$fault = "client";
148
- Object.setPrototypeOf(_this, DBProxyNotFoundFault.prototype);
149
- return _this;
150
- }
151
- return DBProxyNotFoundFault;
152
- }(__BaseException));
153
- export { DBProxyNotFoundFault };
154
- var DBProxyTargetGroupNotFoundFault = (function (_super) {
155
- __extends(DBProxyTargetGroupNotFoundFault, _super);
156
- function DBProxyTargetGroupNotFoundFault(opts) {
157
- var _this = _super.call(this, __assign({ name: "DBProxyTargetGroupNotFoundFault", $fault: "client" }, opts)) || this;
158
- _this.name = "DBProxyTargetGroupNotFoundFault";
159
- _this.$fault = "client";
160
- Object.setPrototypeOf(_this, DBProxyTargetGroupNotFoundFault.prototype);
161
- return _this;
162
- }
163
- return DBProxyTargetGroupNotFoundFault;
164
- }(__BaseException));
165
- export { DBProxyTargetGroupNotFoundFault };
166
- var DBSnapshotNotFoundFault = (function (_super) {
167
- __extends(DBSnapshotNotFoundFault, _super);
168
- function DBSnapshotNotFoundFault(opts) {
169
- var _this = _super.call(this, __assign({ name: "DBSnapshotNotFoundFault", $fault: "client" }, opts)) || this;
170
- _this.name = "DBSnapshotNotFoundFault";
171
- _this.$fault = "client";
172
- Object.setPrototypeOf(_this, DBSnapshotNotFoundFault.prototype);
173
- return _this;
174
- }
175
- return DBSnapshotNotFoundFault;
176
- }(__BaseException));
177
- export { DBSnapshotNotFoundFault };
178
- var ResourceNotFoundFault = (function (_super) {
179
- __extends(ResourceNotFoundFault, _super);
180
- function ResourceNotFoundFault(opts) {
181
- var _this = _super.call(this, __assign({ name: "ResourceNotFoundFault", $fault: "client" }, opts)) || this;
182
- _this.name = "ResourceNotFoundFault";
183
- _this.$fault = "client";
184
- Object.setPrototypeOf(_this, ResourceNotFoundFault.prototype);
185
- return _this;
186
- }
187
- return ResourceNotFoundFault;
188
- }(__BaseException));
189
- export { ResourceNotFoundFault };
190
- var AuthorizationAlreadyExistsFault = (function (_super) {
191
- __extends(AuthorizationAlreadyExistsFault, _super);
192
- function AuthorizationAlreadyExistsFault(opts) {
193
- var _this = _super.call(this, __assign({ name: "AuthorizationAlreadyExistsFault", $fault: "client" }, opts)) || this;
194
- _this.name = "AuthorizationAlreadyExistsFault";
195
- _this.$fault = "client";
196
- Object.setPrototypeOf(_this, AuthorizationAlreadyExistsFault.prototype);
197
- return _this;
198
- }
199
- return AuthorizationAlreadyExistsFault;
200
- }(__BaseException));
201
- export { AuthorizationAlreadyExistsFault };
202
- var AuthorizationQuotaExceededFault = (function (_super) {
203
- __extends(AuthorizationQuotaExceededFault, _super);
204
- function AuthorizationQuotaExceededFault(opts) {
205
- var _this = _super.call(this, __assign({ name: "AuthorizationQuotaExceededFault", $fault: "client" }, opts)) || this;
206
- _this.name = "AuthorizationQuotaExceededFault";
207
- _this.$fault = "client";
208
- Object.setPrototypeOf(_this, AuthorizationQuotaExceededFault.prototype);
209
- return _this;
210
- }
211
- return AuthorizationQuotaExceededFault;
212
- }(__BaseException));
213
- export { AuthorizationQuotaExceededFault };
214
- var DBSecurityGroupNotFoundFault = (function (_super) {
215
- __extends(DBSecurityGroupNotFoundFault, _super);
216
- function DBSecurityGroupNotFoundFault(opts) {
217
- var _this = _super.call(this, __assign({ name: "DBSecurityGroupNotFoundFault", $fault: "client" }, opts)) || this;
218
- _this.name = "DBSecurityGroupNotFoundFault";
219
- _this.$fault = "client";
220
- Object.setPrototypeOf(_this, DBSecurityGroupNotFoundFault.prototype);
221
- return _this;
222
- }
223
- return DBSecurityGroupNotFoundFault;
224
- }(__BaseException));
225
- export { DBSecurityGroupNotFoundFault };
226
- var InvalidDBSecurityGroupStateFault = (function (_super) {
227
- __extends(InvalidDBSecurityGroupStateFault, _super);
228
- function InvalidDBSecurityGroupStateFault(opts) {
229
- var _this = _super.call(this, __assign({ name: "InvalidDBSecurityGroupStateFault", $fault: "client" }, opts)) || this;
230
- _this.name = "InvalidDBSecurityGroupStateFault";
231
- _this.$fault = "client";
232
- Object.setPrototypeOf(_this, InvalidDBSecurityGroupStateFault.prototype);
233
- return _this;
234
- }
235
- return InvalidDBSecurityGroupStateFault;
236
- }(__BaseException));
237
- export { InvalidDBSecurityGroupStateFault };
238
- var ExportTaskNotFoundFault = (function (_super) {
239
- __extends(ExportTaskNotFoundFault, _super);
240
- function ExportTaskNotFoundFault(opts) {
241
- var _this = _super.call(this, __assign({ name: "ExportTaskNotFoundFault", $fault: "client" }, opts)) || this;
242
- _this.name = "ExportTaskNotFoundFault";
243
- _this.$fault = "client";
244
- Object.setPrototypeOf(_this, ExportTaskNotFoundFault.prototype);
245
- return _this;
246
- }
247
- return ExportTaskNotFoundFault;
248
- }(__BaseException));
249
- export { ExportTaskNotFoundFault };
250
- var InvalidExportTaskStateFault = (function (_super) {
251
- __extends(InvalidExportTaskStateFault, _super);
252
- function InvalidExportTaskStateFault(opts) {
253
- var _this = _super.call(this, __assign({ name: "InvalidExportTaskStateFault", $fault: "client" }, opts)) || this;
254
- _this.name = "InvalidExportTaskStateFault";
255
- _this.$fault = "client";
256
- Object.setPrototypeOf(_this, InvalidExportTaskStateFault.prototype);
257
- return _this;
258
- }
259
- return InvalidExportTaskStateFault;
260
- }(__BaseException));
261
- export { InvalidExportTaskStateFault };
262
- var DBParameterGroupAlreadyExistsFault = (function (_super) {
263
- __extends(DBParameterGroupAlreadyExistsFault, _super);
264
- function DBParameterGroupAlreadyExistsFault(opts) {
265
- var _this = _super.call(this, __assign({ name: "DBParameterGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
266
- _this.name = "DBParameterGroupAlreadyExistsFault";
267
- _this.$fault = "client";
268
- Object.setPrototypeOf(_this, DBParameterGroupAlreadyExistsFault.prototype);
269
- return _this;
270
- }
271
- return DBParameterGroupAlreadyExistsFault;
272
- }(__BaseException));
273
- export { DBParameterGroupAlreadyExistsFault };
274
- var DBParameterGroupNotFoundFault = (function (_super) {
275
- __extends(DBParameterGroupNotFoundFault, _super);
276
- function DBParameterGroupNotFoundFault(opts) {
277
- var _this = _super.call(this, __assign({ name: "DBParameterGroupNotFoundFault", $fault: "client" }, opts)) || this;
278
- _this.name = "DBParameterGroupNotFoundFault";
279
- _this.$fault = "client";
280
- Object.setPrototypeOf(_this, DBParameterGroupNotFoundFault.prototype);
281
- return _this;
282
- }
283
- return DBParameterGroupNotFoundFault;
284
- }(__BaseException));
285
- export { DBParameterGroupNotFoundFault };
286
- var DBParameterGroupQuotaExceededFault = (function (_super) {
287
- __extends(DBParameterGroupQuotaExceededFault, _super);
288
- function DBParameterGroupQuotaExceededFault(opts) {
289
- var _this = _super.call(this, __assign({ name: "DBParameterGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
290
- _this.name = "DBParameterGroupQuotaExceededFault";
291
- _this.$fault = "client";
292
- Object.setPrototypeOf(_this, DBParameterGroupQuotaExceededFault.prototype);
293
- return _this;
294
- }
295
- return DBParameterGroupQuotaExceededFault;
296
- }(__BaseException));
297
- export { DBParameterGroupQuotaExceededFault };
298
- var DBClusterSnapshotAlreadyExistsFault = (function (_super) {
299
- __extends(DBClusterSnapshotAlreadyExistsFault, _super);
300
- function DBClusterSnapshotAlreadyExistsFault(opts) {
301
- var _this = _super.call(this, __assign({ name: "DBClusterSnapshotAlreadyExistsFault", $fault: "client" }, opts)) || this;
302
- _this.name = "DBClusterSnapshotAlreadyExistsFault";
303
- _this.$fault = "client";
304
- Object.setPrototypeOf(_this, DBClusterSnapshotAlreadyExistsFault.prototype);
305
- return _this;
306
- }
307
- return DBClusterSnapshotAlreadyExistsFault;
308
- }(__BaseException));
309
- export { DBClusterSnapshotAlreadyExistsFault };
310
- var DBClusterSnapshotNotFoundFault = (function (_super) {
311
- __extends(DBClusterSnapshotNotFoundFault, _super);
312
- function DBClusterSnapshotNotFoundFault(opts) {
313
- var _this = _super.call(this, __assign({ name: "DBClusterSnapshotNotFoundFault", $fault: "client" }, opts)) || this;
314
- _this.name = "DBClusterSnapshotNotFoundFault";
315
- _this.$fault = "client";
316
- Object.setPrototypeOf(_this, DBClusterSnapshotNotFoundFault.prototype);
317
- return _this;
318
- }
319
- return DBClusterSnapshotNotFoundFault;
320
- }(__BaseException));
321
- export { DBClusterSnapshotNotFoundFault };
322
- var InvalidDBClusterSnapshotStateFault = (function (_super) {
323
- __extends(InvalidDBClusterSnapshotStateFault, _super);
324
- function InvalidDBClusterSnapshotStateFault(opts) {
325
- var _this = _super.call(this, __assign({ name: "InvalidDBClusterSnapshotStateFault", $fault: "client" }, opts)) || this;
326
- _this.name = "InvalidDBClusterSnapshotStateFault";
327
- _this.$fault = "client";
328
- Object.setPrototypeOf(_this, InvalidDBClusterSnapshotStateFault.prototype);
329
- return _this;
330
- }
331
- return InvalidDBClusterSnapshotStateFault;
332
- }(__BaseException));
333
- export { InvalidDBClusterSnapshotStateFault };
334
- var KMSKeyNotAccessibleFault = (function (_super) {
335
- __extends(KMSKeyNotAccessibleFault, _super);
336
- function KMSKeyNotAccessibleFault(opts) {
337
- var _this = _super.call(this, __assign({ name: "KMSKeyNotAccessibleFault", $fault: "client" }, opts)) || this;
338
- _this.name = "KMSKeyNotAccessibleFault";
339
- _this.$fault = "client";
340
- Object.setPrototypeOf(_this, KMSKeyNotAccessibleFault.prototype);
341
- return _this;
342
- }
343
- return KMSKeyNotAccessibleFault;
344
- }(__BaseException));
345
- export { KMSKeyNotAccessibleFault };
346
- var SnapshotQuotaExceededFault = (function (_super) {
347
- __extends(SnapshotQuotaExceededFault, _super);
348
- function SnapshotQuotaExceededFault(opts) {
349
- var _this = _super.call(this, __assign({ name: "SnapshotQuotaExceededFault", $fault: "client" }, opts)) || this;
350
- _this.name = "SnapshotQuotaExceededFault";
351
- _this.$fault = "client";
352
- Object.setPrototypeOf(_this, SnapshotQuotaExceededFault.prototype);
353
- return _this;
354
- }
355
- return SnapshotQuotaExceededFault;
356
- }(__BaseException));
357
- export { SnapshotQuotaExceededFault };
358
- var CustomAvailabilityZoneNotFoundFault = (function (_super) {
359
- __extends(CustomAvailabilityZoneNotFoundFault, _super);
360
- function CustomAvailabilityZoneNotFoundFault(opts) {
361
- var _this = _super.call(this, __assign({ name: "CustomAvailabilityZoneNotFoundFault", $fault: "client" }, opts)) || this;
362
- _this.name = "CustomAvailabilityZoneNotFoundFault";
363
- _this.$fault = "client";
364
- Object.setPrototypeOf(_this, CustomAvailabilityZoneNotFoundFault.prototype);
365
- return _this;
366
- }
367
- return CustomAvailabilityZoneNotFoundFault;
368
- }(__BaseException));
369
- export { CustomAvailabilityZoneNotFoundFault };
370
- var DBSnapshotAlreadyExistsFault = (function (_super) {
371
- __extends(DBSnapshotAlreadyExistsFault, _super);
372
- function DBSnapshotAlreadyExistsFault(opts) {
373
- var _this = _super.call(this, __assign({ name: "DBSnapshotAlreadyExistsFault", $fault: "client" }, opts)) || this;
374
- _this.name = "DBSnapshotAlreadyExistsFault";
375
- _this.$fault = "client";
376
- Object.setPrototypeOf(_this, DBSnapshotAlreadyExistsFault.prototype);
377
- return _this;
378
- }
379
- return DBSnapshotAlreadyExistsFault;
380
- }(__BaseException));
381
- export { DBSnapshotAlreadyExistsFault };
382
- var InvalidDBSnapshotStateFault = (function (_super) {
383
- __extends(InvalidDBSnapshotStateFault, _super);
384
- function InvalidDBSnapshotStateFault(opts) {
385
- var _this = _super.call(this, __assign({ name: "InvalidDBSnapshotStateFault", $fault: "client" }, opts)) || this;
386
- _this.name = "InvalidDBSnapshotStateFault";
387
- _this.$fault = "client";
388
- Object.setPrototypeOf(_this, InvalidDBSnapshotStateFault.prototype);
389
- return _this;
390
- }
391
- return InvalidDBSnapshotStateFault;
392
- }(__BaseException));
393
- export { InvalidDBSnapshotStateFault };
394
- var OptionGroupAlreadyExistsFault = (function (_super) {
395
- __extends(OptionGroupAlreadyExistsFault, _super);
396
- function OptionGroupAlreadyExistsFault(opts) {
397
- var _this = _super.call(this, __assign({ name: "OptionGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
398
- _this.name = "OptionGroupAlreadyExistsFault";
399
- _this.$fault = "client";
400
- Object.setPrototypeOf(_this, OptionGroupAlreadyExistsFault.prototype);
401
- return _this;
402
- }
403
- return OptionGroupAlreadyExistsFault;
404
- }(__BaseException));
405
- export { OptionGroupAlreadyExistsFault };
406
- var OptionGroupNotFoundFault = (function (_super) {
407
- __extends(OptionGroupNotFoundFault, _super);
408
- function OptionGroupNotFoundFault(opts) {
409
- var _this = _super.call(this, __assign({ name: "OptionGroupNotFoundFault", $fault: "client" }, opts)) || this;
410
- _this.name = "OptionGroupNotFoundFault";
411
- _this.$fault = "client";
412
- Object.setPrototypeOf(_this, OptionGroupNotFoundFault.prototype);
413
- return _this;
414
- }
415
- return OptionGroupNotFoundFault;
416
- }(__BaseException));
417
- export { OptionGroupNotFoundFault };
418
- var OptionGroupQuotaExceededFault = (function (_super) {
419
- __extends(OptionGroupQuotaExceededFault, _super);
420
- function OptionGroupQuotaExceededFault(opts) {
421
- var _this = _super.call(this, __assign({ name: "OptionGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
422
- _this.name = "OptionGroupQuotaExceededFault";
423
- _this.$fault = "client";
424
- Object.setPrototypeOf(_this, OptionGroupQuotaExceededFault.prototype);
425
- return _this;
426
- }
427
- return OptionGroupQuotaExceededFault;
428
- }(__BaseException));
429
- export { OptionGroupQuotaExceededFault };
430
- var CustomDBEngineVersionAlreadyExistsFault = (function (_super) {
431
- __extends(CustomDBEngineVersionAlreadyExistsFault, _super);
432
- function CustomDBEngineVersionAlreadyExistsFault(opts) {
433
- var _this = _super.call(this, __assign({ name: "CustomDBEngineVersionAlreadyExistsFault", $fault: "client" }, opts)) || this;
434
- _this.name = "CustomDBEngineVersionAlreadyExistsFault";
435
- _this.$fault = "client";
436
- Object.setPrototypeOf(_this, CustomDBEngineVersionAlreadyExistsFault.prototype);
437
- return _this;
438
- }
439
- return CustomDBEngineVersionAlreadyExistsFault;
440
- }(__BaseException));
441
- export { CustomDBEngineVersionAlreadyExistsFault };
442
- var CustomDBEngineVersionQuotaExceededFault = (function (_super) {
443
- __extends(CustomDBEngineVersionQuotaExceededFault, _super);
444
- function CustomDBEngineVersionQuotaExceededFault(opts) {
445
- var _this = _super.call(this, __assign({ name: "CustomDBEngineVersionQuotaExceededFault", $fault: "client" }, opts)) || this;
446
- _this.name = "CustomDBEngineVersionQuotaExceededFault";
447
- _this.$fault = "client";
448
- Object.setPrototypeOf(_this, CustomDBEngineVersionQuotaExceededFault.prototype);
449
- return _this;
450
- }
451
- return CustomDBEngineVersionQuotaExceededFault;
452
- }(__BaseException));
453
- export { CustomDBEngineVersionQuotaExceededFault };
21
+ export class DBClusterNotFoundFault extends __BaseException {
22
+ constructor(opts) {
23
+ super({
24
+ name: "DBClusterNotFoundFault",
25
+ $fault: "client",
26
+ ...opts,
27
+ });
28
+ this.name = "DBClusterNotFoundFault";
29
+ this.$fault = "client";
30
+ Object.setPrototypeOf(this, DBClusterNotFoundFault.prototype);
31
+ }
32
+ }
33
+ export class DBClusterRoleAlreadyExistsFault extends __BaseException {
34
+ constructor(opts) {
35
+ super({
36
+ name: "DBClusterRoleAlreadyExistsFault",
37
+ $fault: "client",
38
+ ...opts,
39
+ });
40
+ this.name = "DBClusterRoleAlreadyExistsFault";
41
+ this.$fault = "client";
42
+ Object.setPrototypeOf(this, DBClusterRoleAlreadyExistsFault.prototype);
43
+ }
44
+ }
45
+ export class DBClusterRoleQuotaExceededFault extends __BaseException {
46
+ constructor(opts) {
47
+ super({
48
+ name: "DBClusterRoleQuotaExceededFault",
49
+ $fault: "client",
50
+ ...opts,
51
+ });
52
+ this.name = "DBClusterRoleQuotaExceededFault";
53
+ this.$fault = "client";
54
+ Object.setPrototypeOf(this, DBClusterRoleQuotaExceededFault.prototype);
55
+ }
56
+ }
57
+ export class InvalidDBClusterStateFault extends __BaseException {
58
+ constructor(opts) {
59
+ super({
60
+ name: "InvalidDBClusterStateFault",
61
+ $fault: "client",
62
+ ...opts,
63
+ });
64
+ this.name = "InvalidDBClusterStateFault";
65
+ this.$fault = "client";
66
+ Object.setPrototypeOf(this, InvalidDBClusterStateFault.prototype);
67
+ }
68
+ }
69
+ export class DBInstanceNotFoundFault extends __BaseException {
70
+ constructor(opts) {
71
+ super({
72
+ name: "DBInstanceNotFoundFault",
73
+ $fault: "client",
74
+ ...opts,
75
+ });
76
+ this.name = "DBInstanceNotFoundFault";
77
+ this.$fault = "client";
78
+ Object.setPrototypeOf(this, DBInstanceNotFoundFault.prototype);
79
+ }
80
+ }
81
+ export class DBInstanceRoleAlreadyExistsFault extends __BaseException {
82
+ constructor(opts) {
83
+ super({
84
+ name: "DBInstanceRoleAlreadyExistsFault",
85
+ $fault: "client",
86
+ ...opts,
87
+ });
88
+ this.name = "DBInstanceRoleAlreadyExistsFault";
89
+ this.$fault = "client";
90
+ Object.setPrototypeOf(this, DBInstanceRoleAlreadyExistsFault.prototype);
91
+ }
92
+ }
93
+ export class DBInstanceRoleQuotaExceededFault extends __BaseException {
94
+ constructor(opts) {
95
+ super({
96
+ name: "DBInstanceRoleQuotaExceededFault",
97
+ $fault: "client",
98
+ ...opts,
99
+ });
100
+ this.name = "DBInstanceRoleQuotaExceededFault";
101
+ this.$fault = "client";
102
+ Object.setPrototypeOf(this, DBInstanceRoleQuotaExceededFault.prototype);
103
+ }
104
+ }
105
+ export class InvalidDBInstanceStateFault extends __BaseException {
106
+ constructor(opts) {
107
+ super({
108
+ name: "InvalidDBInstanceStateFault",
109
+ $fault: "client",
110
+ ...opts,
111
+ });
112
+ this.name = "InvalidDBInstanceStateFault";
113
+ this.$fault = "client";
114
+ Object.setPrototypeOf(this, InvalidDBInstanceStateFault.prototype);
115
+ }
116
+ }
117
+ export class SourceNotFoundFault extends __BaseException {
118
+ constructor(opts) {
119
+ super({
120
+ name: "SourceNotFoundFault",
121
+ $fault: "client",
122
+ ...opts,
123
+ });
124
+ this.name = "SourceNotFoundFault";
125
+ this.$fault = "client";
126
+ Object.setPrototypeOf(this, SourceNotFoundFault.prototype);
127
+ }
128
+ }
129
+ export class SubscriptionNotFoundFault extends __BaseException {
130
+ constructor(opts) {
131
+ super({
132
+ name: "SubscriptionNotFoundFault",
133
+ $fault: "client",
134
+ ...opts,
135
+ });
136
+ this.name = "SubscriptionNotFoundFault";
137
+ this.$fault = "client";
138
+ Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);
139
+ }
140
+ }
141
+ export class DBProxyNotFoundFault extends __BaseException {
142
+ constructor(opts) {
143
+ super({
144
+ name: "DBProxyNotFoundFault",
145
+ $fault: "client",
146
+ ...opts,
147
+ });
148
+ this.name = "DBProxyNotFoundFault";
149
+ this.$fault = "client";
150
+ Object.setPrototypeOf(this, DBProxyNotFoundFault.prototype);
151
+ }
152
+ }
153
+ export class DBProxyTargetGroupNotFoundFault extends __BaseException {
154
+ constructor(opts) {
155
+ super({
156
+ name: "DBProxyTargetGroupNotFoundFault",
157
+ $fault: "client",
158
+ ...opts,
159
+ });
160
+ this.name = "DBProxyTargetGroupNotFoundFault";
161
+ this.$fault = "client";
162
+ Object.setPrototypeOf(this, DBProxyTargetGroupNotFoundFault.prototype);
163
+ }
164
+ }
165
+ export class DBSnapshotNotFoundFault extends __BaseException {
166
+ constructor(opts) {
167
+ super({
168
+ name: "DBSnapshotNotFoundFault",
169
+ $fault: "client",
170
+ ...opts,
171
+ });
172
+ this.name = "DBSnapshotNotFoundFault";
173
+ this.$fault = "client";
174
+ Object.setPrototypeOf(this, DBSnapshotNotFoundFault.prototype);
175
+ }
176
+ }
177
+ export class ResourceNotFoundFault extends __BaseException {
178
+ constructor(opts) {
179
+ super({
180
+ name: "ResourceNotFoundFault",
181
+ $fault: "client",
182
+ ...opts,
183
+ });
184
+ this.name = "ResourceNotFoundFault";
185
+ this.$fault = "client";
186
+ Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
187
+ }
188
+ }
189
+ export class AuthorizationAlreadyExistsFault extends __BaseException {
190
+ constructor(opts) {
191
+ super({
192
+ name: "AuthorizationAlreadyExistsFault",
193
+ $fault: "client",
194
+ ...opts,
195
+ });
196
+ this.name = "AuthorizationAlreadyExistsFault";
197
+ this.$fault = "client";
198
+ Object.setPrototypeOf(this, AuthorizationAlreadyExistsFault.prototype);
199
+ }
200
+ }
201
+ export class AuthorizationQuotaExceededFault extends __BaseException {
202
+ constructor(opts) {
203
+ super({
204
+ name: "AuthorizationQuotaExceededFault",
205
+ $fault: "client",
206
+ ...opts,
207
+ });
208
+ this.name = "AuthorizationQuotaExceededFault";
209
+ this.$fault = "client";
210
+ Object.setPrototypeOf(this, AuthorizationQuotaExceededFault.prototype);
211
+ }
212
+ }
213
+ export class DBSecurityGroupNotFoundFault extends __BaseException {
214
+ constructor(opts) {
215
+ super({
216
+ name: "DBSecurityGroupNotFoundFault",
217
+ $fault: "client",
218
+ ...opts,
219
+ });
220
+ this.name = "DBSecurityGroupNotFoundFault";
221
+ this.$fault = "client";
222
+ Object.setPrototypeOf(this, DBSecurityGroupNotFoundFault.prototype);
223
+ }
224
+ }
225
+ export class InvalidDBSecurityGroupStateFault extends __BaseException {
226
+ constructor(opts) {
227
+ super({
228
+ name: "InvalidDBSecurityGroupStateFault",
229
+ $fault: "client",
230
+ ...opts,
231
+ });
232
+ this.name = "InvalidDBSecurityGroupStateFault";
233
+ this.$fault = "client";
234
+ Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);
235
+ }
236
+ }
237
+ export class ExportTaskNotFoundFault extends __BaseException {
238
+ constructor(opts) {
239
+ super({
240
+ name: "ExportTaskNotFoundFault",
241
+ $fault: "client",
242
+ ...opts,
243
+ });
244
+ this.name = "ExportTaskNotFoundFault";
245
+ this.$fault = "client";
246
+ Object.setPrototypeOf(this, ExportTaskNotFoundFault.prototype);
247
+ }
248
+ }
249
+ export class InvalidExportTaskStateFault extends __BaseException {
250
+ constructor(opts) {
251
+ super({
252
+ name: "InvalidExportTaskStateFault",
253
+ $fault: "client",
254
+ ...opts,
255
+ });
256
+ this.name = "InvalidExportTaskStateFault";
257
+ this.$fault = "client";
258
+ Object.setPrototypeOf(this, InvalidExportTaskStateFault.prototype);
259
+ }
260
+ }
261
+ export class DBParameterGroupAlreadyExistsFault extends __BaseException {
262
+ constructor(opts) {
263
+ super({
264
+ name: "DBParameterGroupAlreadyExistsFault",
265
+ $fault: "client",
266
+ ...opts,
267
+ });
268
+ this.name = "DBParameterGroupAlreadyExistsFault";
269
+ this.$fault = "client";
270
+ Object.setPrototypeOf(this, DBParameterGroupAlreadyExistsFault.prototype);
271
+ }
272
+ }
273
+ export class DBParameterGroupNotFoundFault extends __BaseException {
274
+ constructor(opts) {
275
+ super({
276
+ name: "DBParameterGroupNotFoundFault",
277
+ $fault: "client",
278
+ ...opts,
279
+ });
280
+ this.name = "DBParameterGroupNotFoundFault";
281
+ this.$fault = "client";
282
+ Object.setPrototypeOf(this, DBParameterGroupNotFoundFault.prototype);
283
+ }
284
+ }
285
+ export class DBParameterGroupQuotaExceededFault extends __BaseException {
286
+ constructor(opts) {
287
+ super({
288
+ name: "DBParameterGroupQuotaExceededFault",
289
+ $fault: "client",
290
+ ...opts,
291
+ });
292
+ this.name = "DBParameterGroupQuotaExceededFault";
293
+ this.$fault = "client";
294
+ Object.setPrototypeOf(this, DBParameterGroupQuotaExceededFault.prototype);
295
+ }
296
+ }
297
+ export class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
298
+ constructor(opts) {
299
+ super({
300
+ name: "DBClusterSnapshotAlreadyExistsFault",
301
+ $fault: "client",
302
+ ...opts,
303
+ });
304
+ this.name = "DBClusterSnapshotAlreadyExistsFault";
305
+ this.$fault = "client";
306
+ Object.setPrototypeOf(this, DBClusterSnapshotAlreadyExistsFault.prototype);
307
+ }
308
+ }
309
+ export class DBClusterSnapshotNotFoundFault extends __BaseException {
310
+ constructor(opts) {
311
+ super({
312
+ name: "DBClusterSnapshotNotFoundFault",
313
+ $fault: "client",
314
+ ...opts,
315
+ });
316
+ this.name = "DBClusterSnapshotNotFoundFault";
317
+ this.$fault = "client";
318
+ Object.setPrototypeOf(this, DBClusterSnapshotNotFoundFault.prototype);
319
+ }
320
+ }
321
+ export class InvalidDBClusterSnapshotStateFault extends __BaseException {
322
+ constructor(opts) {
323
+ super({
324
+ name: "InvalidDBClusterSnapshotStateFault",
325
+ $fault: "client",
326
+ ...opts,
327
+ });
328
+ this.name = "InvalidDBClusterSnapshotStateFault";
329
+ this.$fault = "client";
330
+ Object.setPrototypeOf(this, InvalidDBClusterSnapshotStateFault.prototype);
331
+ }
332
+ }
333
+ export class KMSKeyNotAccessibleFault extends __BaseException {
334
+ constructor(opts) {
335
+ super({
336
+ name: "KMSKeyNotAccessibleFault",
337
+ $fault: "client",
338
+ ...opts,
339
+ });
340
+ this.name = "KMSKeyNotAccessibleFault";
341
+ this.$fault = "client";
342
+ Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
343
+ }
344
+ }
345
+ export class SnapshotQuotaExceededFault extends __BaseException {
346
+ constructor(opts) {
347
+ super({
348
+ name: "SnapshotQuotaExceededFault",
349
+ $fault: "client",
350
+ ...opts,
351
+ });
352
+ this.name = "SnapshotQuotaExceededFault";
353
+ this.$fault = "client";
354
+ Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
355
+ }
356
+ }
357
+ export class CustomAvailabilityZoneNotFoundFault extends __BaseException {
358
+ constructor(opts) {
359
+ super({
360
+ name: "CustomAvailabilityZoneNotFoundFault",
361
+ $fault: "client",
362
+ ...opts,
363
+ });
364
+ this.name = "CustomAvailabilityZoneNotFoundFault";
365
+ this.$fault = "client";
366
+ Object.setPrototypeOf(this, CustomAvailabilityZoneNotFoundFault.prototype);
367
+ }
368
+ }
369
+ export class DBSnapshotAlreadyExistsFault extends __BaseException {
370
+ constructor(opts) {
371
+ super({
372
+ name: "DBSnapshotAlreadyExistsFault",
373
+ $fault: "client",
374
+ ...opts,
375
+ });
376
+ this.name = "DBSnapshotAlreadyExistsFault";
377
+ this.$fault = "client";
378
+ Object.setPrototypeOf(this, DBSnapshotAlreadyExistsFault.prototype);
379
+ }
380
+ }
381
+ export class InvalidDBSnapshotStateFault extends __BaseException {
382
+ constructor(opts) {
383
+ super({
384
+ name: "InvalidDBSnapshotStateFault",
385
+ $fault: "client",
386
+ ...opts,
387
+ });
388
+ this.name = "InvalidDBSnapshotStateFault";
389
+ this.$fault = "client";
390
+ Object.setPrototypeOf(this, InvalidDBSnapshotStateFault.prototype);
391
+ }
392
+ }
393
+ export class OptionGroupAlreadyExistsFault extends __BaseException {
394
+ constructor(opts) {
395
+ super({
396
+ name: "OptionGroupAlreadyExistsFault",
397
+ $fault: "client",
398
+ ...opts,
399
+ });
400
+ this.name = "OptionGroupAlreadyExistsFault";
401
+ this.$fault = "client";
402
+ Object.setPrototypeOf(this, OptionGroupAlreadyExistsFault.prototype);
403
+ }
404
+ }
405
+ export class OptionGroupNotFoundFault extends __BaseException {
406
+ constructor(opts) {
407
+ super({
408
+ name: "OptionGroupNotFoundFault",
409
+ $fault: "client",
410
+ ...opts,
411
+ });
412
+ this.name = "OptionGroupNotFoundFault";
413
+ this.$fault = "client";
414
+ Object.setPrototypeOf(this, OptionGroupNotFoundFault.prototype);
415
+ }
416
+ }
417
+ export class OptionGroupQuotaExceededFault extends __BaseException {
418
+ constructor(opts) {
419
+ super({
420
+ name: "OptionGroupQuotaExceededFault",
421
+ $fault: "client",
422
+ ...opts,
423
+ });
424
+ this.name = "OptionGroupQuotaExceededFault";
425
+ this.$fault = "client";
426
+ Object.setPrototypeOf(this, OptionGroupQuotaExceededFault.prototype);
427
+ }
428
+ }
429
+ export class CustomDBEngineVersionAlreadyExistsFault extends __BaseException {
430
+ constructor(opts) {
431
+ super({
432
+ name: "CustomDBEngineVersionAlreadyExistsFault",
433
+ $fault: "client",
434
+ ...opts,
435
+ });
436
+ this.name = "CustomDBEngineVersionAlreadyExistsFault";
437
+ this.$fault = "client";
438
+ Object.setPrototypeOf(this, CustomDBEngineVersionAlreadyExistsFault.prototype);
439
+ }
440
+ }
441
+ export class CustomDBEngineVersionQuotaExceededFault extends __BaseException {
442
+ constructor(opts) {
443
+ super({
444
+ name: "CustomDBEngineVersionQuotaExceededFault",
445
+ $fault: "client",
446
+ ...opts,
447
+ });
448
+ this.name = "CustomDBEngineVersionQuotaExceededFault";
449
+ this.$fault = "client";
450
+ Object.setPrototypeOf(this, CustomDBEngineVersionQuotaExceededFault.prototype);
451
+ }
452
+ }
454
453
  export var WriteForwardingStatus;
455
454
  (function (WriteForwardingStatus) {
456
455
  WriteForwardingStatus["DISABLED"] = "disabled";
@@ -459,210 +458,210 @@ export var WriteForwardingStatus;
459
458
  WriteForwardingStatus["ENABLING"] = "enabling";
460
459
  WriteForwardingStatus["UNKNOWN"] = "unknown";
461
460
  })(WriteForwardingStatus || (WriteForwardingStatus = {}));
462
- var DBClusterAlreadyExistsFault = (function (_super) {
463
- __extends(DBClusterAlreadyExistsFault, _super);
464
- function DBClusterAlreadyExistsFault(opts) {
465
- var _this = _super.call(this, __assign({ name: "DBClusterAlreadyExistsFault", $fault: "client" }, opts)) || this;
466
- _this.name = "DBClusterAlreadyExistsFault";
467
- _this.$fault = "client";
468
- Object.setPrototypeOf(_this, DBClusterAlreadyExistsFault.prototype);
469
- return _this;
470
- }
471
- return DBClusterAlreadyExistsFault;
472
- }(__BaseException));
473
- export { DBClusterAlreadyExistsFault };
474
- var DBClusterParameterGroupNotFoundFault = (function (_super) {
475
- __extends(DBClusterParameterGroupNotFoundFault, _super);
476
- function DBClusterParameterGroupNotFoundFault(opts) {
477
- var _this = _super.call(this, __assign({ name: "DBClusterParameterGroupNotFoundFault", $fault: "client" }, opts)) || this;
478
- _this.name = "DBClusterParameterGroupNotFoundFault";
479
- _this.$fault = "client";
480
- Object.setPrototypeOf(_this, DBClusterParameterGroupNotFoundFault.prototype);
481
- return _this;
482
- }
483
- return DBClusterParameterGroupNotFoundFault;
484
- }(__BaseException));
485
- export { DBClusterParameterGroupNotFoundFault };
486
- var DBClusterQuotaExceededFault = (function (_super) {
487
- __extends(DBClusterQuotaExceededFault, _super);
488
- function DBClusterQuotaExceededFault(opts) {
489
- var _this = _super.call(this, __assign({ name: "DBClusterQuotaExceededFault", $fault: "client" }, opts)) || this;
490
- _this.name = "DBClusterQuotaExceededFault";
491
- _this.$fault = "client";
492
- Object.setPrototypeOf(_this, DBClusterQuotaExceededFault.prototype);
493
- return _this;
494
- }
495
- return DBClusterQuotaExceededFault;
496
- }(__BaseException));
497
- export { DBClusterQuotaExceededFault };
498
- var DBSubnetGroupDoesNotCoverEnoughAZs = (function (_super) {
499
- __extends(DBSubnetGroupDoesNotCoverEnoughAZs, _super);
500
- function DBSubnetGroupDoesNotCoverEnoughAZs(opts) {
501
- var _this = _super.call(this, __assign({ name: "DBSubnetGroupDoesNotCoverEnoughAZs", $fault: "client" }, opts)) || this;
502
- _this.name = "DBSubnetGroupDoesNotCoverEnoughAZs";
503
- _this.$fault = "client";
504
- Object.setPrototypeOf(_this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
505
- return _this;
506
- }
507
- return DBSubnetGroupDoesNotCoverEnoughAZs;
508
- }(__BaseException));
509
- export { DBSubnetGroupDoesNotCoverEnoughAZs };
510
- var DBSubnetGroupNotFoundFault = (function (_super) {
511
- __extends(DBSubnetGroupNotFoundFault, _super);
512
- function DBSubnetGroupNotFoundFault(opts) {
513
- var _this = _super.call(this, __assign({ name: "DBSubnetGroupNotFoundFault", $fault: "client" }, opts)) || this;
514
- _this.name = "DBSubnetGroupNotFoundFault";
515
- _this.$fault = "client";
516
- Object.setPrototypeOf(_this, DBSubnetGroupNotFoundFault.prototype);
517
- return _this;
518
- }
519
- return DBSubnetGroupNotFoundFault;
520
- }(__BaseException));
521
- export { DBSubnetGroupNotFoundFault };
522
- var DomainNotFoundFault = (function (_super) {
523
- __extends(DomainNotFoundFault, _super);
524
- function DomainNotFoundFault(opts) {
525
- var _this = _super.call(this, __assign({ name: "DomainNotFoundFault", $fault: "client" }, opts)) || this;
526
- _this.name = "DomainNotFoundFault";
527
- _this.$fault = "client";
528
- Object.setPrototypeOf(_this, DomainNotFoundFault.prototype);
529
- return _this;
530
- }
531
- return DomainNotFoundFault;
532
- }(__BaseException));
533
- export { DomainNotFoundFault };
534
- var GlobalClusterNotFoundFault = (function (_super) {
535
- __extends(GlobalClusterNotFoundFault, _super);
536
- function GlobalClusterNotFoundFault(opts) {
537
- var _this = _super.call(this, __assign({ name: "GlobalClusterNotFoundFault", $fault: "client" }, opts)) || this;
538
- _this.name = "GlobalClusterNotFoundFault";
539
- _this.$fault = "client";
540
- Object.setPrototypeOf(_this, GlobalClusterNotFoundFault.prototype);
541
- return _this;
542
- }
543
- return GlobalClusterNotFoundFault;
544
- }(__BaseException));
545
- export { GlobalClusterNotFoundFault };
546
- var InsufficientStorageClusterCapacityFault = (function (_super) {
547
- __extends(InsufficientStorageClusterCapacityFault, _super);
548
- function InsufficientStorageClusterCapacityFault(opts) {
549
- var _this = _super.call(this, __assign({ name: "InsufficientStorageClusterCapacityFault", $fault: "client" }, opts)) || this;
550
- _this.name = "InsufficientStorageClusterCapacityFault";
551
- _this.$fault = "client";
552
- Object.setPrototypeOf(_this, InsufficientStorageClusterCapacityFault.prototype);
553
- return _this;
554
- }
555
- return InsufficientStorageClusterCapacityFault;
556
- }(__BaseException));
557
- export { InsufficientStorageClusterCapacityFault };
558
- var InvalidDBSubnetGroupStateFault = (function (_super) {
559
- __extends(InvalidDBSubnetGroupStateFault, _super);
560
- function InvalidDBSubnetGroupStateFault(opts) {
561
- var _this = _super.call(this, __assign({ name: "InvalidDBSubnetGroupStateFault", $fault: "client" }, opts)) || this;
562
- _this.name = "InvalidDBSubnetGroupStateFault";
563
- _this.$fault = "client";
564
- Object.setPrototypeOf(_this, InvalidDBSubnetGroupStateFault.prototype);
565
- return _this;
566
- }
567
- return InvalidDBSubnetGroupStateFault;
568
- }(__BaseException));
569
- export { InvalidDBSubnetGroupStateFault };
570
- var InvalidGlobalClusterStateFault = (function (_super) {
571
- __extends(InvalidGlobalClusterStateFault, _super);
572
- function InvalidGlobalClusterStateFault(opts) {
573
- var _this = _super.call(this, __assign({ name: "InvalidGlobalClusterStateFault", $fault: "client" }, opts)) || this;
574
- _this.name = "InvalidGlobalClusterStateFault";
575
- _this.$fault = "client";
576
- Object.setPrototypeOf(_this, InvalidGlobalClusterStateFault.prototype);
577
- return _this;
578
- }
579
- return InvalidGlobalClusterStateFault;
580
- }(__BaseException));
581
- export { InvalidGlobalClusterStateFault };
582
- var InvalidSubnet = (function (_super) {
583
- __extends(InvalidSubnet, _super);
584
- function InvalidSubnet(opts) {
585
- var _this = _super.call(this, __assign({ name: "InvalidSubnet", $fault: "client" }, opts)) || this;
586
- _this.name = "InvalidSubnet";
587
- _this.$fault = "client";
588
- Object.setPrototypeOf(_this, InvalidSubnet.prototype);
589
- return _this;
590
- }
591
- return InvalidSubnet;
592
- }(__BaseException));
593
- export { InvalidSubnet };
594
- var InvalidVPCNetworkStateFault = (function (_super) {
595
- __extends(InvalidVPCNetworkStateFault, _super);
596
- function InvalidVPCNetworkStateFault(opts) {
597
- var _this = _super.call(this, __assign({ name: "InvalidVPCNetworkStateFault", $fault: "client" }, opts)) || this;
598
- _this.name = "InvalidVPCNetworkStateFault";
599
- _this.$fault = "client";
600
- Object.setPrototypeOf(_this, InvalidVPCNetworkStateFault.prototype);
601
- return _this;
602
- }
603
- return InvalidVPCNetworkStateFault;
604
- }(__BaseException));
605
- export { InvalidVPCNetworkStateFault };
606
- var StorageQuotaExceededFault = (function (_super) {
607
- __extends(StorageQuotaExceededFault, _super);
608
- function StorageQuotaExceededFault(opts) {
609
- var _this = _super.call(this, __assign({ name: "StorageQuotaExceededFault", $fault: "client" }, opts)) || this;
610
- _this.name = "StorageQuotaExceededFault";
611
- _this.$fault = "client";
612
- Object.setPrototypeOf(_this, StorageQuotaExceededFault.prototype);
613
- return _this;
614
- }
615
- return StorageQuotaExceededFault;
616
- }(__BaseException));
617
- export { StorageQuotaExceededFault };
618
- var DBClusterEndpointAlreadyExistsFault = (function (_super) {
619
- __extends(DBClusterEndpointAlreadyExistsFault, _super);
620
- function DBClusterEndpointAlreadyExistsFault(opts) {
621
- var _this = _super.call(this, __assign({ name: "DBClusterEndpointAlreadyExistsFault", $fault: "client" }, opts)) || this;
622
- _this.name = "DBClusterEndpointAlreadyExistsFault";
623
- _this.$fault = "client";
624
- Object.setPrototypeOf(_this, DBClusterEndpointAlreadyExistsFault.prototype);
625
- return _this;
626
- }
627
- return DBClusterEndpointAlreadyExistsFault;
628
- }(__BaseException));
629
- export { DBClusterEndpointAlreadyExistsFault };
630
- var DBClusterEndpointQuotaExceededFault = (function (_super) {
631
- __extends(DBClusterEndpointQuotaExceededFault, _super);
632
- function DBClusterEndpointQuotaExceededFault(opts) {
633
- var _this = _super.call(this, __assign({ name: "DBClusterEndpointQuotaExceededFault", $fault: "client" }, opts)) || this;
634
- _this.name = "DBClusterEndpointQuotaExceededFault";
635
- _this.$fault = "client";
636
- Object.setPrototypeOf(_this, DBClusterEndpointQuotaExceededFault.prototype);
637
- return _this;
638
- }
639
- return DBClusterEndpointQuotaExceededFault;
640
- }(__BaseException));
641
- export { DBClusterEndpointQuotaExceededFault };
642
- var AuthorizationNotFoundFault = (function (_super) {
643
- __extends(AuthorizationNotFoundFault, _super);
644
- function AuthorizationNotFoundFault(opts) {
645
- var _this = _super.call(this, __assign({ name: "AuthorizationNotFoundFault", $fault: "client" }, opts)) || this;
646
- _this.name = "AuthorizationNotFoundFault";
647
- _this.$fault = "client";
648
- Object.setPrototypeOf(_this, AuthorizationNotFoundFault.prototype);
649
- return _this;
650
- }
651
- return AuthorizationNotFoundFault;
652
- }(__BaseException));
653
- export { AuthorizationNotFoundFault };
654
- var BackupPolicyNotFoundFault = (function (_super) {
655
- __extends(BackupPolicyNotFoundFault, _super);
656
- function BackupPolicyNotFoundFault(opts) {
657
- var _this = _super.call(this, __assign({ name: "BackupPolicyNotFoundFault", $fault: "client" }, opts)) || this;
658
- _this.name = "BackupPolicyNotFoundFault";
659
- _this.$fault = "client";
660
- Object.setPrototypeOf(_this, BackupPolicyNotFoundFault.prototype);
661
- return _this;
662
- }
663
- return BackupPolicyNotFoundFault;
664
- }(__BaseException));
665
- export { BackupPolicyNotFoundFault };
461
+ export class DBClusterAlreadyExistsFault extends __BaseException {
462
+ constructor(opts) {
463
+ super({
464
+ name: "DBClusterAlreadyExistsFault",
465
+ $fault: "client",
466
+ ...opts,
467
+ });
468
+ this.name = "DBClusterAlreadyExistsFault";
469
+ this.$fault = "client";
470
+ Object.setPrototypeOf(this, DBClusterAlreadyExistsFault.prototype);
471
+ }
472
+ }
473
+ export class DBClusterParameterGroupNotFoundFault extends __BaseException {
474
+ constructor(opts) {
475
+ super({
476
+ name: "DBClusterParameterGroupNotFoundFault",
477
+ $fault: "client",
478
+ ...opts,
479
+ });
480
+ this.name = "DBClusterParameterGroupNotFoundFault";
481
+ this.$fault = "client";
482
+ Object.setPrototypeOf(this, DBClusterParameterGroupNotFoundFault.prototype);
483
+ }
484
+ }
485
+ export class DBClusterQuotaExceededFault extends __BaseException {
486
+ constructor(opts) {
487
+ super({
488
+ name: "DBClusterQuotaExceededFault",
489
+ $fault: "client",
490
+ ...opts,
491
+ });
492
+ this.name = "DBClusterQuotaExceededFault";
493
+ this.$fault = "client";
494
+ Object.setPrototypeOf(this, DBClusterQuotaExceededFault.prototype);
495
+ }
496
+ }
497
+ export class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
498
+ constructor(opts) {
499
+ super({
500
+ name: "DBSubnetGroupDoesNotCoverEnoughAZs",
501
+ $fault: "client",
502
+ ...opts,
503
+ });
504
+ this.name = "DBSubnetGroupDoesNotCoverEnoughAZs";
505
+ this.$fault = "client";
506
+ Object.setPrototypeOf(this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
507
+ }
508
+ }
509
+ export class DBSubnetGroupNotFoundFault extends __BaseException {
510
+ constructor(opts) {
511
+ super({
512
+ name: "DBSubnetGroupNotFoundFault",
513
+ $fault: "client",
514
+ ...opts,
515
+ });
516
+ this.name = "DBSubnetGroupNotFoundFault";
517
+ this.$fault = "client";
518
+ Object.setPrototypeOf(this, DBSubnetGroupNotFoundFault.prototype);
519
+ }
520
+ }
521
+ export class DomainNotFoundFault extends __BaseException {
522
+ constructor(opts) {
523
+ super({
524
+ name: "DomainNotFoundFault",
525
+ $fault: "client",
526
+ ...opts,
527
+ });
528
+ this.name = "DomainNotFoundFault";
529
+ this.$fault = "client";
530
+ Object.setPrototypeOf(this, DomainNotFoundFault.prototype);
531
+ }
532
+ }
533
+ export class GlobalClusterNotFoundFault extends __BaseException {
534
+ constructor(opts) {
535
+ super({
536
+ name: "GlobalClusterNotFoundFault",
537
+ $fault: "client",
538
+ ...opts,
539
+ });
540
+ this.name = "GlobalClusterNotFoundFault";
541
+ this.$fault = "client";
542
+ Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);
543
+ }
544
+ }
545
+ export class InsufficientStorageClusterCapacityFault extends __BaseException {
546
+ constructor(opts) {
547
+ super({
548
+ name: "InsufficientStorageClusterCapacityFault",
549
+ $fault: "client",
550
+ ...opts,
551
+ });
552
+ this.name = "InsufficientStorageClusterCapacityFault";
553
+ this.$fault = "client";
554
+ Object.setPrototypeOf(this, InsufficientStorageClusterCapacityFault.prototype);
555
+ }
556
+ }
557
+ export class InvalidDBSubnetGroupStateFault extends __BaseException {
558
+ constructor(opts) {
559
+ super({
560
+ name: "InvalidDBSubnetGroupStateFault",
561
+ $fault: "client",
562
+ ...opts,
563
+ });
564
+ this.name = "InvalidDBSubnetGroupStateFault";
565
+ this.$fault = "client";
566
+ Object.setPrototypeOf(this, InvalidDBSubnetGroupStateFault.prototype);
567
+ }
568
+ }
569
+ export class InvalidGlobalClusterStateFault extends __BaseException {
570
+ constructor(opts) {
571
+ super({
572
+ name: "InvalidGlobalClusterStateFault",
573
+ $fault: "client",
574
+ ...opts,
575
+ });
576
+ this.name = "InvalidGlobalClusterStateFault";
577
+ this.$fault = "client";
578
+ Object.setPrototypeOf(this, InvalidGlobalClusterStateFault.prototype);
579
+ }
580
+ }
581
+ export class InvalidSubnet extends __BaseException {
582
+ constructor(opts) {
583
+ super({
584
+ name: "InvalidSubnet",
585
+ $fault: "client",
586
+ ...opts,
587
+ });
588
+ this.name = "InvalidSubnet";
589
+ this.$fault = "client";
590
+ Object.setPrototypeOf(this, InvalidSubnet.prototype);
591
+ }
592
+ }
593
+ export class InvalidVPCNetworkStateFault extends __BaseException {
594
+ constructor(opts) {
595
+ super({
596
+ name: "InvalidVPCNetworkStateFault",
597
+ $fault: "client",
598
+ ...opts,
599
+ });
600
+ this.name = "InvalidVPCNetworkStateFault";
601
+ this.$fault = "client";
602
+ Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
603
+ }
604
+ }
605
+ export class StorageQuotaExceededFault extends __BaseException {
606
+ constructor(opts) {
607
+ super({
608
+ name: "StorageQuotaExceededFault",
609
+ $fault: "client",
610
+ ...opts,
611
+ });
612
+ this.name = "StorageQuotaExceededFault";
613
+ this.$fault = "client";
614
+ Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
615
+ }
616
+ }
617
+ export class DBClusterEndpointAlreadyExistsFault extends __BaseException {
618
+ constructor(opts) {
619
+ super({
620
+ name: "DBClusterEndpointAlreadyExistsFault",
621
+ $fault: "client",
622
+ ...opts,
623
+ });
624
+ this.name = "DBClusterEndpointAlreadyExistsFault";
625
+ this.$fault = "client";
626
+ Object.setPrototypeOf(this, DBClusterEndpointAlreadyExistsFault.prototype);
627
+ }
628
+ }
629
+ export class DBClusterEndpointQuotaExceededFault extends __BaseException {
630
+ constructor(opts) {
631
+ super({
632
+ name: "DBClusterEndpointQuotaExceededFault",
633
+ $fault: "client",
634
+ ...opts,
635
+ });
636
+ this.name = "DBClusterEndpointQuotaExceededFault";
637
+ this.$fault = "client";
638
+ Object.setPrototypeOf(this, DBClusterEndpointQuotaExceededFault.prototype);
639
+ }
640
+ }
641
+ export class AuthorizationNotFoundFault extends __BaseException {
642
+ constructor(opts) {
643
+ super({
644
+ name: "AuthorizationNotFoundFault",
645
+ $fault: "client",
646
+ ...opts,
647
+ });
648
+ this.name = "AuthorizationNotFoundFault";
649
+ this.$fault = "client";
650
+ Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
651
+ }
652
+ }
653
+ export class BackupPolicyNotFoundFault extends __BaseException {
654
+ constructor(opts) {
655
+ super({
656
+ name: "BackupPolicyNotFoundFault",
657
+ $fault: "client",
658
+ ...opts,
659
+ });
660
+ this.name = "BackupPolicyNotFoundFault";
661
+ this.$fault = "client";
662
+ Object.setPrototypeOf(this, BackupPolicyNotFoundFault.prototype);
663
+ }
664
+ }
666
665
  export var AutomationMode;
667
666
  (function (AutomationMode) {
668
667
  AutomationMode["ALL_PAUSED"] = "all-paused";
@@ -673,102 +672,102 @@ export var ReplicaMode;
673
672
  ReplicaMode["MOUNTED"] = "mounted";
674
673
  ReplicaMode["OPEN_READ_ONLY"] = "open-read-only";
675
674
  })(ReplicaMode || (ReplicaMode = {}));
676
- var DBInstanceAlreadyExistsFault = (function (_super) {
677
- __extends(DBInstanceAlreadyExistsFault, _super);
678
- function DBInstanceAlreadyExistsFault(opts) {
679
- var _this = _super.call(this, __assign({ name: "DBInstanceAlreadyExistsFault", $fault: "client" }, opts)) || this;
680
- _this.name = "DBInstanceAlreadyExistsFault";
681
- _this.$fault = "client";
682
- Object.setPrototypeOf(_this, DBInstanceAlreadyExistsFault.prototype);
683
- return _this;
684
- }
685
- return DBInstanceAlreadyExistsFault;
686
- }(__BaseException));
687
- export { DBInstanceAlreadyExistsFault };
688
- var InstanceQuotaExceededFault = (function (_super) {
689
- __extends(InstanceQuotaExceededFault, _super);
690
- function InstanceQuotaExceededFault(opts) {
691
- var _this = _super.call(this, __assign({ name: "InstanceQuotaExceededFault", $fault: "client" }, opts)) || this;
692
- _this.name = "InstanceQuotaExceededFault";
693
- _this.$fault = "client";
694
- Object.setPrototypeOf(_this, InstanceQuotaExceededFault.prototype);
695
- return _this;
696
- }
697
- return InstanceQuotaExceededFault;
698
- }(__BaseException));
699
- export { InstanceQuotaExceededFault };
700
- var InsufficientDBInstanceCapacityFault = (function (_super) {
701
- __extends(InsufficientDBInstanceCapacityFault, _super);
702
- function InsufficientDBInstanceCapacityFault(opts) {
703
- var _this = _super.call(this, __assign({ name: "InsufficientDBInstanceCapacityFault", $fault: "client" }, opts)) || this;
704
- _this.name = "InsufficientDBInstanceCapacityFault";
705
- _this.$fault = "client";
706
- Object.setPrototypeOf(_this, InsufficientDBInstanceCapacityFault.prototype);
707
- return _this;
708
- }
709
- return InsufficientDBInstanceCapacityFault;
710
- }(__BaseException));
711
- export { InsufficientDBInstanceCapacityFault };
712
- var NetworkTypeNotSupported = (function (_super) {
713
- __extends(NetworkTypeNotSupported, _super);
714
- function NetworkTypeNotSupported(opts) {
715
- var _this = _super.call(this, __assign({ name: "NetworkTypeNotSupported", $fault: "client" }, opts)) || this;
716
- _this.name = "NetworkTypeNotSupported";
717
- _this.$fault = "client";
718
- Object.setPrototypeOf(_this, NetworkTypeNotSupported.prototype);
719
- return _this;
720
- }
721
- return NetworkTypeNotSupported;
722
- }(__BaseException));
723
- export { NetworkTypeNotSupported };
724
- var ProvisionedIopsNotAvailableInAZFault = (function (_super) {
725
- __extends(ProvisionedIopsNotAvailableInAZFault, _super);
726
- function ProvisionedIopsNotAvailableInAZFault(opts) {
727
- var _this = _super.call(this, __assign({ name: "ProvisionedIopsNotAvailableInAZFault", $fault: "client" }, opts)) || this;
728
- _this.name = "ProvisionedIopsNotAvailableInAZFault";
729
- _this.$fault = "client";
730
- Object.setPrototypeOf(_this, ProvisionedIopsNotAvailableInAZFault.prototype);
731
- return _this;
732
- }
733
- return ProvisionedIopsNotAvailableInAZFault;
734
- }(__BaseException));
735
- export { ProvisionedIopsNotAvailableInAZFault };
736
- var StorageTypeNotSupportedFault = (function (_super) {
737
- __extends(StorageTypeNotSupportedFault, _super);
738
- function StorageTypeNotSupportedFault(opts) {
739
- var _this = _super.call(this, __assign({ name: "StorageTypeNotSupportedFault", $fault: "client" }, opts)) || this;
740
- _this.name = "StorageTypeNotSupportedFault";
741
- _this.$fault = "client";
742
- Object.setPrototypeOf(_this, StorageTypeNotSupportedFault.prototype);
743
- return _this;
744
- }
745
- return StorageTypeNotSupportedFault;
746
- }(__BaseException));
747
- export { StorageTypeNotSupportedFault };
748
- var DBSubnetGroupNotAllowedFault = (function (_super) {
749
- __extends(DBSubnetGroupNotAllowedFault, _super);
750
- function DBSubnetGroupNotAllowedFault(opts) {
751
- var _this = _super.call(this, __assign({ name: "DBSubnetGroupNotAllowedFault", $fault: "client" }, opts)) || this;
752
- _this.name = "DBSubnetGroupNotAllowedFault";
753
- _this.$fault = "client";
754
- Object.setPrototypeOf(_this, DBSubnetGroupNotAllowedFault.prototype);
755
- return _this;
756
- }
757
- return DBSubnetGroupNotAllowedFault;
758
- }(__BaseException));
759
- export { DBSubnetGroupNotAllowedFault };
760
- var InvalidDBSubnetGroupFault = (function (_super) {
761
- __extends(InvalidDBSubnetGroupFault, _super);
762
- function InvalidDBSubnetGroupFault(opts) {
763
- var _this = _super.call(this, __assign({ name: "InvalidDBSubnetGroupFault", $fault: "client" }, opts)) || this;
764
- _this.name = "InvalidDBSubnetGroupFault";
765
- _this.$fault = "client";
766
- Object.setPrototypeOf(_this, InvalidDBSubnetGroupFault.prototype);
767
- return _this;
768
- }
769
- return InvalidDBSubnetGroupFault;
770
- }(__BaseException));
771
- export { InvalidDBSubnetGroupFault };
675
+ export class DBInstanceAlreadyExistsFault extends __BaseException {
676
+ constructor(opts) {
677
+ super({
678
+ name: "DBInstanceAlreadyExistsFault",
679
+ $fault: "client",
680
+ ...opts,
681
+ });
682
+ this.name = "DBInstanceAlreadyExistsFault";
683
+ this.$fault = "client";
684
+ Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
685
+ }
686
+ }
687
+ export class InstanceQuotaExceededFault extends __BaseException {
688
+ constructor(opts) {
689
+ super({
690
+ name: "InstanceQuotaExceededFault",
691
+ $fault: "client",
692
+ ...opts,
693
+ });
694
+ this.name = "InstanceQuotaExceededFault";
695
+ this.$fault = "client";
696
+ Object.setPrototypeOf(this, InstanceQuotaExceededFault.prototype);
697
+ }
698
+ }
699
+ export class InsufficientDBInstanceCapacityFault extends __BaseException {
700
+ constructor(opts) {
701
+ super({
702
+ name: "InsufficientDBInstanceCapacityFault",
703
+ $fault: "client",
704
+ ...opts,
705
+ });
706
+ this.name = "InsufficientDBInstanceCapacityFault";
707
+ this.$fault = "client";
708
+ Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
709
+ }
710
+ }
711
+ export class NetworkTypeNotSupported extends __BaseException {
712
+ constructor(opts) {
713
+ super({
714
+ name: "NetworkTypeNotSupported",
715
+ $fault: "client",
716
+ ...opts,
717
+ });
718
+ this.name = "NetworkTypeNotSupported";
719
+ this.$fault = "client";
720
+ Object.setPrototypeOf(this, NetworkTypeNotSupported.prototype);
721
+ }
722
+ }
723
+ export class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
724
+ constructor(opts) {
725
+ super({
726
+ name: "ProvisionedIopsNotAvailableInAZFault",
727
+ $fault: "client",
728
+ ...opts,
729
+ });
730
+ this.name = "ProvisionedIopsNotAvailableInAZFault";
731
+ this.$fault = "client";
732
+ Object.setPrototypeOf(this, ProvisionedIopsNotAvailableInAZFault.prototype);
733
+ }
734
+ }
735
+ export class StorageTypeNotSupportedFault extends __BaseException {
736
+ constructor(opts) {
737
+ super({
738
+ name: "StorageTypeNotSupportedFault",
739
+ $fault: "client",
740
+ ...opts,
741
+ });
742
+ this.name = "StorageTypeNotSupportedFault";
743
+ this.$fault = "client";
744
+ Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
745
+ }
746
+ }
747
+ export class DBSubnetGroupNotAllowedFault extends __BaseException {
748
+ constructor(opts) {
749
+ super({
750
+ name: "DBSubnetGroupNotAllowedFault",
751
+ $fault: "client",
752
+ ...opts,
753
+ });
754
+ this.name = "DBSubnetGroupNotAllowedFault";
755
+ this.$fault = "client";
756
+ Object.setPrototypeOf(this, DBSubnetGroupNotAllowedFault.prototype);
757
+ }
758
+ }
759
+ export class InvalidDBSubnetGroupFault extends __BaseException {
760
+ constructor(opts) {
761
+ super({
762
+ name: "InvalidDBSubnetGroupFault",
763
+ $fault: "client",
764
+ ...opts,
765
+ });
766
+ this.name = "InvalidDBSubnetGroupFault";
767
+ this.$fault = "client";
768
+ Object.setPrototypeOf(this, InvalidDBSubnetGroupFault.prototype);
769
+ }
770
+ }
772
771
  export var AuthScheme;
773
772
  (function (AuthScheme) {
774
773
  AuthScheme["SECRETS"] = "SECRETS";
@@ -797,30 +796,30 @@ export var DBProxyStatus;
797
796
  DBProxyStatus["SUSPENDED"] = "suspended";
798
797
  DBProxyStatus["SUSPENDING"] = "suspending";
799
798
  })(DBProxyStatus || (DBProxyStatus = {}));
800
- var DBProxyAlreadyExistsFault = (function (_super) {
801
- __extends(DBProxyAlreadyExistsFault, _super);
802
- function DBProxyAlreadyExistsFault(opts) {
803
- var _this = _super.call(this, __assign({ name: "DBProxyAlreadyExistsFault", $fault: "client" }, opts)) || this;
804
- _this.name = "DBProxyAlreadyExistsFault";
805
- _this.$fault = "client";
806
- Object.setPrototypeOf(_this, DBProxyAlreadyExistsFault.prototype);
807
- return _this;
808
- }
809
- return DBProxyAlreadyExistsFault;
810
- }(__BaseException));
811
- export { DBProxyAlreadyExistsFault };
812
- var DBProxyQuotaExceededFault = (function (_super) {
813
- __extends(DBProxyQuotaExceededFault, _super);
814
- function DBProxyQuotaExceededFault(opts) {
815
- var _this = _super.call(this, __assign({ name: "DBProxyQuotaExceededFault", $fault: "client" }, opts)) || this;
816
- _this.name = "DBProxyQuotaExceededFault";
817
- _this.$fault = "client";
818
- Object.setPrototypeOf(_this, DBProxyQuotaExceededFault.prototype);
819
- return _this;
820
- }
821
- return DBProxyQuotaExceededFault;
822
- }(__BaseException));
823
- export { DBProxyQuotaExceededFault };
799
+ export class DBProxyAlreadyExistsFault extends __BaseException {
800
+ constructor(opts) {
801
+ super({
802
+ name: "DBProxyAlreadyExistsFault",
803
+ $fault: "client",
804
+ ...opts,
805
+ });
806
+ this.name = "DBProxyAlreadyExistsFault";
807
+ this.$fault = "client";
808
+ Object.setPrototypeOf(this, DBProxyAlreadyExistsFault.prototype);
809
+ }
810
+ }
811
+ export class DBProxyQuotaExceededFault extends __BaseException {
812
+ constructor(opts) {
813
+ super({
814
+ name: "DBProxyQuotaExceededFault",
815
+ $fault: "client",
816
+ ...opts,
817
+ });
818
+ this.name = "DBProxyQuotaExceededFault";
819
+ this.$fault = "client";
820
+ Object.setPrototypeOf(this, DBProxyQuotaExceededFault.prototype);
821
+ }
822
+ }
824
823
  export var DBProxyEndpointTargetRole;
825
824
  (function (DBProxyEndpointTargetRole) {
826
825
  DBProxyEndpointTargetRole["READ_ONLY"] = "READ_ONLY";
@@ -835,408 +834,408 @@ export var DBProxyEndpointStatus;
835
834
  DBProxyEndpointStatus["INSUFFICIENT_RESOURCE_LIMITS"] = "insufficient-resource-limits";
836
835
  DBProxyEndpointStatus["MODIFYING"] = "modifying";
837
836
  })(DBProxyEndpointStatus || (DBProxyEndpointStatus = {}));
838
- var DBProxyEndpointAlreadyExistsFault = (function (_super) {
839
- __extends(DBProxyEndpointAlreadyExistsFault, _super);
840
- function DBProxyEndpointAlreadyExistsFault(opts) {
841
- var _this = _super.call(this, __assign({ name: "DBProxyEndpointAlreadyExistsFault", $fault: "client" }, opts)) || this;
842
- _this.name = "DBProxyEndpointAlreadyExistsFault";
843
- _this.$fault = "client";
844
- Object.setPrototypeOf(_this, DBProxyEndpointAlreadyExistsFault.prototype);
845
- return _this;
846
- }
847
- return DBProxyEndpointAlreadyExistsFault;
848
- }(__BaseException));
849
- export { DBProxyEndpointAlreadyExistsFault };
850
- var DBProxyEndpointQuotaExceededFault = (function (_super) {
851
- __extends(DBProxyEndpointQuotaExceededFault, _super);
852
- function DBProxyEndpointQuotaExceededFault(opts) {
853
- var _this = _super.call(this, __assign({ name: "DBProxyEndpointQuotaExceededFault", $fault: "client" }, opts)) || this;
854
- _this.name = "DBProxyEndpointQuotaExceededFault";
855
- _this.$fault = "client";
856
- Object.setPrototypeOf(_this, DBProxyEndpointQuotaExceededFault.prototype);
857
- return _this;
858
- }
859
- return DBProxyEndpointQuotaExceededFault;
860
- }(__BaseException));
861
- export { DBProxyEndpointQuotaExceededFault };
862
- var InvalidDBProxyStateFault = (function (_super) {
863
- __extends(InvalidDBProxyStateFault, _super);
864
- function InvalidDBProxyStateFault(opts) {
865
- var _this = _super.call(this, __assign({ name: "InvalidDBProxyStateFault", $fault: "client" }, opts)) || this;
866
- _this.name = "InvalidDBProxyStateFault";
867
- _this.$fault = "client";
868
- Object.setPrototypeOf(_this, InvalidDBProxyStateFault.prototype);
869
- return _this;
870
- }
871
- return InvalidDBProxyStateFault;
872
- }(__BaseException));
873
- export { InvalidDBProxyStateFault };
874
- var DBSecurityGroupAlreadyExistsFault = (function (_super) {
875
- __extends(DBSecurityGroupAlreadyExistsFault, _super);
876
- function DBSecurityGroupAlreadyExistsFault(opts) {
877
- var _this = _super.call(this, __assign({ name: "DBSecurityGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
878
- _this.name = "DBSecurityGroupAlreadyExistsFault";
879
- _this.$fault = "client";
880
- Object.setPrototypeOf(_this, DBSecurityGroupAlreadyExistsFault.prototype);
881
- return _this;
882
- }
883
- return DBSecurityGroupAlreadyExistsFault;
884
- }(__BaseException));
885
- export { DBSecurityGroupAlreadyExistsFault };
886
- var DBSecurityGroupNotSupportedFault = (function (_super) {
887
- __extends(DBSecurityGroupNotSupportedFault, _super);
888
- function DBSecurityGroupNotSupportedFault(opts) {
889
- var _this = _super.call(this, __assign({ name: "DBSecurityGroupNotSupportedFault", $fault: "client" }, opts)) || this;
890
- _this.name = "DBSecurityGroupNotSupportedFault";
891
- _this.$fault = "client";
892
- Object.setPrototypeOf(_this, DBSecurityGroupNotSupportedFault.prototype);
893
- return _this;
894
- }
895
- return DBSecurityGroupNotSupportedFault;
896
- }(__BaseException));
897
- export { DBSecurityGroupNotSupportedFault };
898
- var DBSecurityGroupQuotaExceededFault = (function (_super) {
899
- __extends(DBSecurityGroupQuotaExceededFault, _super);
900
- function DBSecurityGroupQuotaExceededFault(opts) {
901
- var _this = _super.call(this, __assign({ name: "DBSecurityGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
902
- _this.name = "DBSecurityGroupQuotaExceededFault";
903
- _this.$fault = "client";
904
- Object.setPrototypeOf(_this, DBSecurityGroupQuotaExceededFault.prototype);
905
- return _this;
906
- }
907
- return DBSecurityGroupQuotaExceededFault;
908
- }(__BaseException));
909
- export { DBSecurityGroupQuotaExceededFault };
910
- var DBSubnetGroupAlreadyExistsFault = (function (_super) {
911
- __extends(DBSubnetGroupAlreadyExistsFault, _super);
912
- function DBSubnetGroupAlreadyExistsFault(opts) {
913
- var _this = _super.call(this, __assign({ name: "DBSubnetGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
914
- _this.name = "DBSubnetGroupAlreadyExistsFault";
915
- _this.$fault = "client";
916
- Object.setPrototypeOf(_this, DBSubnetGroupAlreadyExistsFault.prototype);
917
- return _this;
918
- }
919
- return DBSubnetGroupAlreadyExistsFault;
920
- }(__BaseException));
921
- export { DBSubnetGroupAlreadyExistsFault };
922
- var DBSubnetGroupQuotaExceededFault = (function (_super) {
923
- __extends(DBSubnetGroupQuotaExceededFault, _super);
924
- function DBSubnetGroupQuotaExceededFault(opts) {
925
- var _this = _super.call(this, __assign({ name: "DBSubnetGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
926
- _this.name = "DBSubnetGroupQuotaExceededFault";
927
- _this.$fault = "client";
928
- Object.setPrototypeOf(_this, DBSubnetGroupQuotaExceededFault.prototype);
929
- return _this;
930
- }
931
- return DBSubnetGroupQuotaExceededFault;
932
- }(__BaseException));
933
- export { DBSubnetGroupQuotaExceededFault };
934
- var DBSubnetQuotaExceededFault = (function (_super) {
935
- __extends(DBSubnetQuotaExceededFault, _super);
936
- function DBSubnetQuotaExceededFault(opts) {
937
- var _this = _super.call(this, __assign({ name: "DBSubnetQuotaExceededFault", $fault: "client" }, opts)) || this;
938
- _this.name = "DBSubnetQuotaExceededFault";
939
- _this.$fault = "client";
940
- Object.setPrototypeOf(_this, DBSubnetQuotaExceededFault.prototype);
941
- return _this;
942
- }
943
- return DBSubnetQuotaExceededFault;
944
- }(__BaseException));
945
- export { DBSubnetQuotaExceededFault };
946
- var EventSubscriptionQuotaExceededFault = (function (_super) {
947
- __extends(EventSubscriptionQuotaExceededFault, _super);
948
- function EventSubscriptionQuotaExceededFault(opts) {
949
- var _this = _super.call(this, __assign({ name: "EventSubscriptionQuotaExceededFault", $fault: "client" }, opts)) || this;
950
- _this.name = "EventSubscriptionQuotaExceededFault";
951
- _this.$fault = "client";
952
- Object.setPrototypeOf(_this, EventSubscriptionQuotaExceededFault.prototype);
953
- return _this;
954
- }
955
- return EventSubscriptionQuotaExceededFault;
956
- }(__BaseException));
957
- export { EventSubscriptionQuotaExceededFault };
958
- var SNSInvalidTopicFault = (function (_super) {
959
- __extends(SNSInvalidTopicFault, _super);
960
- function SNSInvalidTopicFault(opts) {
961
- var _this = _super.call(this, __assign({ name: "SNSInvalidTopicFault", $fault: "client" }, opts)) || this;
962
- _this.name = "SNSInvalidTopicFault";
963
- _this.$fault = "client";
964
- Object.setPrototypeOf(_this, SNSInvalidTopicFault.prototype);
965
- return _this;
966
- }
967
- return SNSInvalidTopicFault;
968
- }(__BaseException));
969
- export { SNSInvalidTopicFault };
970
- var SNSNoAuthorizationFault = (function (_super) {
971
- __extends(SNSNoAuthorizationFault, _super);
972
- function SNSNoAuthorizationFault(opts) {
973
- var _this = _super.call(this, __assign({ name: "SNSNoAuthorizationFault", $fault: "client" }, opts)) || this;
974
- _this.name = "SNSNoAuthorizationFault";
975
- _this.$fault = "client";
976
- Object.setPrototypeOf(_this, SNSNoAuthorizationFault.prototype);
977
- return _this;
978
- }
979
- return SNSNoAuthorizationFault;
980
- }(__BaseException));
981
- export { SNSNoAuthorizationFault };
982
- var SNSTopicArnNotFoundFault = (function (_super) {
983
- __extends(SNSTopicArnNotFoundFault, _super);
984
- function SNSTopicArnNotFoundFault(opts) {
985
- var _this = _super.call(this, __assign({ name: "SNSTopicArnNotFoundFault", $fault: "client" }, opts)) || this;
986
- _this.name = "SNSTopicArnNotFoundFault";
987
- _this.$fault = "client";
988
- Object.setPrototypeOf(_this, SNSTopicArnNotFoundFault.prototype);
989
- return _this;
990
- }
991
- return SNSTopicArnNotFoundFault;
992
- }(__BaseException));
993
- export { SNSTopicArnNotFoundFault };
994
- var SubscriptionAlreadyExistFault = (function (_super) {
995
- __extends(SubscriptionAlreadyExistFault, _super);
996
- function SubscriptionAlreadyExistFault(opts) {
997
- var _this = _super.call(this, __assign({ name: "SubscriptionAlreadyExistFault", $fault: "client" }, opts)) || this;
998
- _this.name = "SubscriptionAlreadyExistFault";
999
- _this.$fault = "client";
1000
- Object.setPrototypeOf(_this, SubscriptionAlreadyExistFault.prototype);
1001
- return _this;
1002
- }
1003
- return SubscriptionAlreadyExistFault;
1004
- }(__BaseException));
1005
- export { SubscriptionAlreadyExistFault };
1006
- var SubscriptionCategoryNotFoundFault = (function (_super) {
1007
- __extends(SubscriptionCategoryNotFoundFault, _super);
1008
- function SubscriptionCategoryNotFoundFault(opts) {
1009
- var _this = _super.call(this, __assign({ name: "SubscriptionCategoryNotFoundFault", $fault: "client" }, opts)) || this;
1010
- _this.name = "SubscriptionCategoryNotFoundFault";
1011
- _this.$fault = "client";
1012
- Object.setPrototypeOf(_this, SubscriptionCategoryNotFoundFault.prototype);
1013
- return _this;
1014
- }
1015
- return SubscriptionCategoryNotFoundFault;
1016
- }(__BaseException));
1017
- export { SubscriptionCategoryNotFoundFault };
837
+ export class DBProxyEndpointAlreadyExistsFault extends __BaseException {
838
+ constructor(opts) {
839
+ super({
840
+ name: "DBProxyEndpointAlreadyExistsFault",
841
+ $fault: "client",
842
+ ...opts,
843
+ });
844
+ this.name = "DBProxyEndpointAlreadyExistsFault";
845
+ this.$fault = "client";
846
+ Object.setPrototypeOf(this, DBProxyEndpointAlreadyExistsFault.prototype);
847
+ }
848
+ }
849
+ export class DBProxyEndpointQuotaExceededFault extends __BaseException {
850
+ constructor(opts) {
851
+ super({
852
+ name: "DBProxyEndpointQuotaExceededFault",
853
+ $fault: "client",
854
+ ...opts,
855
+ });
856
+ this.name = "DBProxyEndpointQuotaExceededFault";
857
+ this.$fault = "client";
858
+ Object.setPrototypeOf(this, DBProxyEndpointQuotaExceededFault.prototype);
859
+ }
860
+ }
861
+ export class InvalidDBProxyStateFault extends __BaseException {
862
+ constructor(opts) {
863
+ super({
864
+ name: "InvalidDBProxyStateFault",
865
+ $fault: "client",
866
+ ...opts,
867
+ });
868
+ this.name = "InvalidDBProxyStateFault";
869
+ this.$fault = "client";
870
+ Object.setPrototypeOf(this, InvalidDBProxyStateFault.prototype);
871
+ }
872
+ }
873
+ export class DBSecurityGroupAlreadyExistsFault extends __BaseException {
874
+ constructor(opts) {
875
+ super({
876
+ name: "DBSecurityGroupAlreadyExistsFault",
877
+ $fault: "client",
878
+ ...opts,
879
+ });
880
+ this.name = "DBSecurityGroupAlreadyExistsFault";
881
+ this.$fault = "client";
882
+ Object.setPrototypeOf(this, DBSecurityGroupAlreadyExistsFault.prototype);
883
+ }
884
+ }
885
+ export class DBSecurityGroupNotSupportedFault extends __BaseException {
886
+ constructor(opts) {
887
+ super({
888
+ name: "DBSecurityGroupNotSupportedFault",
889
+ $fault: "client",
890
+ ...opts,
891
+ });
892
+ this.name = "DBSecurityGroupNotSupportedFault";
893
+ this.$fault = "client";
894
+ Object.setPrototypeOf(this, DBSecurityGroupNotSupportedFault.prototype);
895
+ }
896
+ }
897
+ export class DBSecurityGroupQuotaExceededFault extends __BaseException {
898
+ constructor(opts) {
899
+ super({
900
+ name: "DBSecurityGroupQuotaExceededFault",
901
+ $fault: "client",
902
+ ...opts,
903
+ });
904
+ this.name = "DBSecurityGroupQuotaExceededFault";
905
+ this.$fault = "client";
906
+ Object.setPrototypeOf(this, DBSecurityGroupQuotaExceededFault.prototype);
907
+ }
908
+ }
909
+ export class DBSubnetGroupAlreadyExistsFault extends __BaseException {
910
+ constructor(opts) {
911
+ super({
912
+ name: "DBSubnetGroupAlreadyExistsFault",
913
+ $fault: "client",
914
+ ...opts,
915
+ });
916
+ this.name = "DBSubnetGroupAlreadyExistsFault";
917
+ this.$fault = "client";
918
+ Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);
919
+ }
920
+ }
921
+ export class DBSubnetGroupQuotaExceededFault extends __BaseException {
922
+ constructor(opts) {
923
+ super({
924
+ name: "DBSubnetGroupQuotaExceededFault",
925
+ $fault: "client",
926
+ ...opts,
927
+ });
928
+ this.name = "DBSubnetGroupQuotaExceededFault";
929
+ this.$fault = "client";
930
+ Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);
931
+ }
932
+ }
933
+ export class DBSubnetQuotaExceededFault extends __BaseException {
934
+ constructor(opts) {
935
+ super({
936
+ name: "DBSubnetQuotaExceededFault",
937
+ $fault: "client",
938
+ ...opts,
939
+ });
940
+ this.name = "DBSubnetQuotaExceededFault";
941
+ this.$fault = "client";
942
+ Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);
943
+ }
944
+ }
945
+ export class EventSubscriptionQuotaExceededFault extends __BaseException {
946
+ constructor(opts) {
947
+ super({
948
+ name: "EventSubscriptionQuotaExceededFault",
949
+ $fault: "client",
950
+ ...opts,
951
+ });
952
+ this.name = "EventSubscriptionQuotaExceededFault";
953
+ this.$fault = "client";
954
+ Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
955
+ }
956
+ }
957
+ export class SNSInvalidTopicFault extends __BaseException {
958
+ constructor(opts) {
959
+ super({
960
+ name: "SNSInvalidTopicFault",
961
+ $fault: "client",
962
+ ...opts,
963
+ });
964
+ this.name = "SNSInvalidTopicFault";
965
+ this.$fault = "client";
966
+ Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
967
+ }
968
+ }
969
+ export class SNSNoAuthorizationFault extends __BaseException {
970
+ constructor(opts) {
971
+ super({
972
+ name: "SNSNoAuthorizationFault",
973
+ $fault: "client",
974
+ ...opts,
975
+ });
976
+ this.name = "SNSNoAuthorizationFault";
977
+ this.$fault = "client";
978
+ Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
979
+ }
980
+ }
981
+ export class SNSTopicArnNotFoundFault extends __BaseException {
982
+ constructor(opts) {
983
+ super({
984
+ name: "SNSTopicArnNotFoundFault",
985
+ $fault: "client",
986
+ ...opts,
987
+ });
988
+ this.name = "SNSTopicArnNotFoundFault";
989
+ this.$fault = "client";
990
+ Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
991
+ }
992
+ }
993
+ export class SubscriptionAlreadyExistFault extends __BaseException {
994
+ constructor(opts) {
995
+ super({
996
+ name: "SubscriptionAlreadyExistFault",
997
+ $fault: "client",
998
+ ...opts,
999
+ });
1000
+ this.name = "SubscriptionAlreadyExistFault";
1001
+ this.$fault = "client";
1002
+ Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
1003
+ }
1004
+ }
1005
+ export class SubscriptionCategoryNotFoundFault extends __BaseException {
1006
+ constructor(opts) {
1007
+ super({
1008
+ name: "SubscriptionCategoryNotFoundFault",
1009
+ $fault: "client",
1010
+ ...opts,
1011
+ });
1012
+ this.name = "SubscriptionCategoryNotFoundFault";
1013
+ this.$fault = "client";
1014
+ Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
1015
+ }
1016
+ }
1018
1017
  export var FailoverStatus;
1019
1018
  (function (FailoverStatus) {
1020
1019
  FailoverStatus["CANCELLING"] = "cancelling";
1021
1020
  FailoverStatus["FAILING_OVER"] = "failing-over";
1022
1021
  FailoverStatus["PENDING"] = "pending";
1023
1022
  })(FailoverStatus || (FailoverStatus = {}));
1024
- var GlobalClusterAlreadyExistsFault = (function (_super) {
1025
- __extends(GlobalClusterAlreadyExistsFault, _super);
1026
- function GlobalClusterAlreadyExistsFault(opts) {
1027
- var _this = _super.call(this, __assign({ name: "GlobalClusterAlreadyExistsFault", $fault: "client" }, opts)) || this;
1028
- _this.name = "GlobalClusterAlreadyExistsFault";
1029
- _this.$fault = "client";
1030
- Object.setPrototypeOf(_this, GlobalClusterAlreadyExistsFault.prototype);
1031
- return _this;
1032
- }
1033
- return GlobalClusterAlreadyExistsFault;
1034
- }(__BaseException));
1035
- export { GlobalClusterAlreadyExistsFault };
1036
- var GlobalClusterQuotaExceededFault = (function (_super) {
1037
- __extends(GlobalClusterQuotaExceededFault, _super);
1038
- function GlobalClusterQuotaExceededFault(opts) {
1039
- var _this = _super.call(this, __assign({ name: "GlobalClusterQuotaExceededFault", $fault: "client" }, opts)) || this;
1040
- _this.name = "GlobalClusterQuotaExceededFault";
1041
- _this.$fault = "client";
1042
- Object.setPrototypeOf(_this, GlobalClusterQuotaExceededFault.prototype);
1043
- return _this;
1044
- }
1045
- return GlobalClusterQuotaExceededFault;
1046
- }(__BaseException));
1047
- export { GlobalClusterQuotaExceededFault };
1048
- var CustomDBEngineVersionNotFoundFault = (function (_super) {
1049
- __extends(CustomDBEngineVersionNotFoundFault, _super);
1050
- function CustomDBEngineVersionNotFoundFault(opts) {
1051
- var _this = _super.call(this, __assign({ name: "CustomDBEngineVersionNotFoundFault", $fault: "client" }, opts)) || this;
1052
- _this.name = "CustomDBEngineVersionNotFoundFault";
1053
- _this.$fault = "client";
1054
- Object.setPrototypeOf(_this, CustomDBEngineVersionNotFoundFault.prototype);
1055
- return _this;
1056
- }
1057
- return CustomDBEngineVersionNotFoundFault;
1058
- }(__BaseException));
1059
- export { CustomDBEngineVersionNotFoundFault };
1060
- var InvalidCustomDBEngineVersionStateFault = (function (_super) {
1061
- __extends(InvalidCustomDBEngineVersionStateFault, _super);
1062
- function InvalidCustomDBEngineVersionStateFault(opts) {
1063
- var _this = _super.call(this, __assign({ name: "InvalidCustomDBEngineVersionStateFault", $fault: "client" }, opts)) || this;
1064
- _this.name = "InvalidCustomDBEngineVersionStateFault";
1065
- _this.$fault = "client";
1066
- Object.setPrototypeOf(_this, InvalidCustomDBEngineVersionStateFault.prototype);
1067
- return _this;
1068
- }
1069
- return InvalidCustomDBEngineVersionStateFault;
1070
- }(__BaseException));
1071
- export { InvalidCustomDBEngineVersionStateFault };
1072
- var DBClusterEndpointNotFoundFault = (function (_super) {
1073
- __extends(DBClusterEndpointNotFoundFault, _super);
1074
- function DBClusterEndpointNotFoundFault(opts) {
1075
- var _this = _super.call(this, __assign({ name: "DBClusterEndpointNotFoundFault", $fault: "client" }, opts)) || this;
1076
- _this.name = "DBClusterEndpointNotFoundFault";
1077
- _this.$fault = "client";
1078
- Object.setPrototypeOf(_this, DBClusterEndpointNotFoundFault.prototype);
1079
- return _this;
1080
- }
1081
- return DBClusterEndpointNotFoundFault;
1082
- }(__BaseException));
1083
- export { DBClusterEndpointNotFoundFault };
1084
- var InvalidDBClusterEndpointStateFault = (function (_super) {
1085
- __extends(InvalidDBClusterEndpointStateFault, _super);
1086
- function InvalidDBClusterEndpointStateFault(opts) {
1087
- var _this = _super.call(this, __assign({ name: "InvalidDBClusterEndpointStateFault", $fault: "client" }, opts)) || this;
1088
- _this.name = "InvalidDBClusterEndpointStateFault";
1089
- _this.$fault = "client";
1090
- Object.setPrototypeOf(_this, InvalidDBClusterEndpointStateFault.prototype);
1091
- return _this;
1092
- }
1093
- return InvalidDBClusterEndpointStateFault;
1094
- }(__BaseException));
1095
- export { InvalidDBClusterEndpointStateFault };
1096
- var InvalidDBParameterGroupStateFault = (function (_super) {
1097
- __extends(InvalidDBParameterGroupStateFault, _super);
1098
- function InvalidDBParameterGroupStateFault(opts) {
1099
- var _this = _super.call(this, __assign({ name: "InvalidDBParameterGroupStateFault", $fault: "client" }, opts)) || this;
1100
- _this.name = "InvalidDBParameterGroupStateFault";
1101
- _this.$fault = "client";
1102
- Object.setPrototypeOf(_this, InvalidDBParameterGroupStateFault.prototype);
1103
- return _this;
1104
- }
1105
- return InvalidDBParameterGroupStateFault;
1106
- }(__BaseException));
1107
- export { InvalidDBParameterGroupStateFault };
1108
- var DBInstanceAutomatedBackupQuotaExceededFault = (function (_super) {
1109
- __extends(DBInstanceAutomatedBackupQuotaExceededFault, _super);
1110
- function DBInstanceAutomatedBackupQuotaExceededFault(opts) {
1111
- var _this = _super.call(this, __assign({ name: "DBInstanceAutomatedBackupQuotaExceededFault", $fault: "client" }, opts)) || this;
1112
- _this.name = "DBInstanceAutomatedBackupQuotaExceededFault";
1113
- _this.$fault = "client";
1114
- Object.setPrototypeOf(_this, DBInstanceAutomatedBackupQuotaExceededFault.prototype);
1115
- return _this;
1116
- }
1117
- return DBInstanceAutomatedBackupQuotaExceededFault;
1118
- }(__BaseException));
1119
- export { DBInstanceAutomatedBackupQuotaExceededFault };
1120
- var DBInstanceAutomatedBackupNotFoundFault = (function (_super) {
1121
- __extends(DBInstanceAutomatedBackupNotFoundFault, _super);
1122
- function DBInstanceAutomatedBackupNotFoundFault(opts) {
1123
- var _this = _super.call(this, __assign({ name: "DBInstanceAutomatedBackupNotFoundFault", $fault: "client" }, opts)) || this;
1124
- _this.name = "DBInstanceAutomatedBackupNotFoundFault";
1125
- _this.$fault = "client";
1126
- Object.setPrototypeOf(_this, DBInstanceAutomatedBackupNotFoundFault.prototype);
1127
- return _this;
1128
- }
1129
- return DBInstanceAutomatedBackupNotFoundFault;
1130
- }(__BaseException));
1131
- export { DBInstanceAutomatedBackupNotFoundFault };
1132
- var InvalidDBInstanceAutomatedBackupStateFault = (function (_super) {
1133
- __extends(InvalidDBInstanceAutomatedBackupStateFault, _super);
1134
- function InvalidDBInstanceAutomatedBackupStateFault(opts) {
1135
- var _this = _super.call(this, __assign({ name: "InvalidDBInstanceAutomatedBackupStateFault", $fault: "client" }, opts)) || this;
1136
- _this.name = "InvalidDBInstanceAutomatedBackupStateFault";
1137
- _this.$fault = "client";
1138
- Object.setPrototypeOf(_this, InvalidDBInstanceAutomatedBackupStateFault.prototype);
1139
- return _this;
1140
- }
1141
- return InvalidDBInstanceAutomatedBackupStateFault;
1142
- }(__BaseException));
1143
- export { InvalidDBInstanceAutomatedBackupStateFault };
1144
- var DBProxyEndpointNotFoundFault = (function (_super) {
1145
- __extends(DBProxyEndpointNotFoundFault, _super);
1146
- function DBProxyEndpointNotFoundFault(opts) {
1147
- var _this = _super.call(this, __assign({ name: "DBProxyEndpointNotFoundFault", $fault: "client" }, opts)) || this;
1148
- _this.name = "DBProxyEndpointNotFoundFault";
1149
- _this.$fault = "client";
1150
- Object.setPrototypeOf(_this, DBProxyEndpointNotFoundFault.prototype);
1151
- return _this;
1152
- }
1153
- return DBProxyEndpointNotFoundFault;
1154
- }(__BaseException));
1155
- export { DBProxyEndpointNotFoundFault };
1156
- var InvalidDBProxyEndpointStateFault = (function (_super) {
1157
- __extends(InvalidDBProxyEndpointStateFault, _super);
1158
- function InvalidDBProxyEndpointStateFault(opts) {
1159
- var _this = _super.call(this, __assign({ name: "InvalidDBProxyEndpointStateFault", $fault: "client" }, opts)) || this;
1160
- _this.name = "InvalidDBProxyEndpointStateFault";
1161
- _this.$fault = "client";
1162
- Object.setPrototypeOf(_this, InvalidDBProxyEndpointStateFault.prototype);
1163
- return _this;
1164
- }
1165
- return InvalidDBProxyEndpointStateFault;
1166
- }(__BaseException));
1167
- export { InvalidDBProxyEndpointStateFault };
1168
- var InvalidDBSubnetStateFault = (function (_super) {
1169
- __extends(InvalidDBSubnetStateFault, _super);
1170
- function InvalidDBSubnetStateFault(opts) {
1171
- var _this = _super.call(this, __assign({ name: "InvalidDBSubnetStateFault", $fault: "client" }, opts)) || this;
1172
- _this.name = "InvalidDBSubnetStateFault";
1173
- _this.$fault = "client";
1174
- Object.setPrototypeOf(_this, InvalidDBSubnetStateFault.prototype);
1175
- return _this;
1176
- }
1177
- return InvalidDBSubnetStateFault;
1178
- }(__BaseException));
1179
- export { InvalidDBSubnetStateFault };
1180
- var InvalidEventSubscriptionStateFault = (function (_super) {
1181
- __extends(InvalidEventSubscriptionStateFault, _super);
1182
- function InvalidEventSubscriptionStateFault(opts) {
1183
- var _this = _super.call(this, __assign({ name: "InvalidEventSubscriptionStateFault", $fault: "client" }, opts)) || this;
1184
- _this.name = "InvalidEventSubscriptionStateFault";
1185
- _this.$fault = "client";
1186
- Object.setPrototypeOf(_this, InvalidEventSubscriptionStateFault.prototype);
1187
- return _this;
1188
- }
1189
- return InvalidEventSubscriptionStateFault;
1190
- }(__BaseException));
1191
- export { InvalidEventSubscriptionStateFault };
1192
- var InvalidOptionGroupStateFault = (function (_super) {
1193
- __extends(InvalidOptionGroupStateFault, _super);
1194
- function InvalidOptionGroupStateFault(opts) {
1195
- var _this = _super.call(this, __assign({ name: "InvalidOptionGroupStateFault", $fault: "client" }, opts)) || this;
1196
- _this.name = "InvalidOptionGroupStateFault";
1197
- _this.$fault = "client";
1198
- Object.setPrototypeOf(_this, InvalidOptionGroupStateFault.prototype);
1199
- return _this;
1200
- }
1201
- return InvalidOptionGroupStateFault;
1202
- }(__BaseException));
1203
- export { InvalidOptionGroupStateFault };
1204
- var DBProxyTargetNotFoundFault = (function (_super) {
1205
- __extends(DBProxyTargetNotFoundFault, _super);
1206
- function DBProxyTargetNotFoundFault(opts) {
1207
- var _this = _super.call(this, __assign({ name: "DBProxyTargetNotFoundFault", $fault: "client" }, opts)) || this;
1208
- _this.name = "DBProxyTargetNotFoundFault";
1209
- _this.$fault = "client";
1210
- Object.setPrototypeOf(_this, DBProxyTargetNotFoundFault.prototype);
1211
- return _this;
1212
- }
1213
- return DBProxyTargetNotFoundFault;
1214
- }(__BaseException));
1215
- export { DBProxyTargetNotFoundFault };
1216
- var CertificateNotFoundFault = (function (_super) {
1217
- __extends(CertificateNotFoundFault, _super);
1218
- function CertificateNotFoundFault(opts) {
1219
- var _this = _super.call(this, __assign({ name: "CertificateNotFoundFault", $fault: "client" }, opts)) || this;
1220
- _this.name = "CertificateNotFoundFault";
1221
- _this.$fault = "client";
1222
- Object.setPrototypeOf(_this, CertificateNotFoundFault.prototype);
1223
- return _this;
1224
- }
1225
- return CertificateNotFoundFault;
1226
- }(__BaseException));
1227
- export { CertificateNotFoundFault };
1228
- var DBClusterBacktrackNotFoundFault = (function (_super) {
1229
- __extends(DBClusterBacktrackNotFoundFault, _super);
1230
- function DBClusterBacktrackNotFoundFault(opts) {
1231
- var _this = _super.call(this, __assign({ name: "DBClusterBacktrackNotFoundFault", $fault: "client" }, opts)) || this;
1232
- _this.name = "DBClusterBacktrackNotFoundFault";
1233
- _this.$fault = "client";
1234
- Object.setPrototypeOf(_this, DBClusterBacktrackNotFoundFault.prototype);
1235
- return _this;
1236
- }
1237
- return DBClusterBacktrackNotFoundFault;
1238
- }(__BaseException));
1239
- export { DBClusterBacktrackNotFoundFault };
1023
+ export class GlobalClusterAlreadyExistsFault extends __BaseException {
1024
+ constructor(opts) {
1025
+ super({
1026
+ name: "GlobalClusterAlreadyExistsFault",
1027
+ $fault: "client",
1028
+ ...opts,
1029
+ });
1030
+ this.name = "GlobalClusterAlreadyExistsFault";
1031
+ this.$fault = "client";
1032
+ Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);
1033
+ }
1034
+ }
1035
+ export class GlobalClusterQuotaExceededFault extends __BaseException {
1036
+ constructor(opts) {
1037
+ super({
1038
+ name: "GlobalClusterQuotaExceededFault",
1039
+ $fault: "client",
1040
+ ...opts,
1041
+ });
1042
+ this.name = "GlobalClusterQuotaExceededFault";
1043
+ this.$fault = "client";
1044
+ Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);
1045
+ }
1046
+ }
1047
+ export class CustomDBEngineVersionNotFoundFault extends __BaseException {
1048
+ constructor(opts) {
1049
+ super({
1050
+ name: "CustomDBEngineVersionNotFoundFault",
1051
+ $fault: "client",
1052
+ ...opts,
1053
+ });
1054
+ this.name = "CustomDBEngineVersionNotFoundFault";
1055
+ this.$fault = "client";
1056
+ Object.setPrototypeOf(this, CustomDBEngineVersionNotFoundFault.prototype);
1057
+ }
1058
+ }
1059
+ export class InvalidCustomDBEngineVersionStateFault extends __BaseException {
1060
+ constructor(opts) {
1061
+ super({
1062
+ name: "InvalidCustomDBEngineVersionStateFault",
1063
+ $fault: "client",
1064
+ ...opts,
1065
+ });
1066
+ this.name = "InvalidCustomDBEngineVersionStateFault";
1067
+ this.$fault = "client";
1068
+ Object.setPrototypeOf(this, InvalidCustomDBEngineVersionStateFault.prototype);
1069
+ }
1070
+ }
1071
+ export class DBClusterEndpointNotFoundFault extends __BaseException {
1072
+ constructor(opts) {
1073
+ super({
1074
+ name: "DBClusterEndpointNotFoundFault",
1075
+ $fault: "client",
1076
+ ...opts,
1077
+ });
1078
+ this.name = "DBClusterEndpointNotFoundFault";
1079
+ this.$fault = "client";
1080
+ Object.setPrototypeOf(this, DBClusterEndpointNotFoundFault.prototype);
1081
+ }
1082
+ }
1083
+ export class InvalidDBClusterEndpointStateFault extends __BaseException {
1084
+ constructor(opts) {
1085
+ super({
1086
+ name: "InvalidDBClusterEndpointStateFault",
1087
+ $fault: "client",
1088
+ ...opts,
1089
+ });
1090
+ this.name = "InvalidDBClusterEndpointStateFault";
1091
+ this.$fault = "client";
1092
+ Object.setPrototypeOf(this, InvalidDBClusterEndpointStateFault.prototype);
1093
+ }
1094
+ }
1095
+ export class InvalidDBParameterGroupStateFault extends __BaseException {
1096
+ constructor(opts) {
1097
+ super({
1098
+ name: "InvalidDBParameterGroupStateFault",
1099
+ $fault: "client",
1100
+ ...opts,
1101
+ });
1102
+ this.name = "InvalidDBParameterGroupStateFault";
1103
+ this.$fault = "client";
1104
+ Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);
1105
+ }
1106
+ }
1107
+ export class DBInstanceAutomatedBackupQuotaExceededFault extends __BaseException {
1108
+ constructor(opts) {
1109
+ super({
1110
+ name: "DBInstanceAutomatedBackupQuotaExceededFault",
1111
+ $fault: "client",
1112
+ ...opts,
1113
+ });
1114
+ this.name = "DBInstanceAutomatedBackupQuotaExceededFault";
1115
+ this.$fault = "client";
1116
+ Object.setPrototypeOf(this, DBInstanceAutomatedBackupQuotaExceededFault.prototype);
1117
+ }
1118
+ }
1119
+ export class DBInstanceAutomatedBackupNotFoundFault extends __BaseException {
1120
+ constructor(opts) {
1121
+ super({
1122
+ name: "DBInstanceAutomatedBackupNotFoundFault",
1123
+ $fault: "client",
1124
+ ...opts,
1125
+ });
1126
+ this.name = "DBInstanceAutomatedBackupNotFoundFault";
1127
+ this.$fault = "client";
1128
+ Object.setPrototypeOf(this, DBInstanceAutomatedBackupNotFoundFault.prototype);
1129
+ }
1130
+ }
1131
+ export class InvalidDBInstanceAutomatedBackupStateFault extends __BaseException {
1132
+ constructor(opts) {
1133
+ super({
1134
+ name: "InvalidDBInstanceAutomatedBackupStateFault",
1135
+ $fault: "client",
1136
+ ...opts,
1137
+ });
1138
+ this.name = "InvalidDBInstanceAutomatedBackupStateFault";
1139
+ this.$fault = "client";
1140
+ Object.setPrototypeOf(this, InvalidDBInstanceAutomatedBackupStateFault.prototype);
1141
+ }
1142
+ }
1143
+ export class DBProxyEndpointNotFoundFault extends __BaseException {
1144
+ constructor(opts) {
1145
+ super({
1146
+ name: "DBProxyEndpointNotFoundFault",
1147
+ $fault: "client",
1148
+ ...opts,
1149
+ });
1150
+ this.name = "DBProxyEndpointNotFoundFault";
1151
+ this.$fault = "client";
1152
+ Object.setPrototypeOf(this, DBProxyEndpointNotFoundFault.prototype);
1153
+ }
1154
+ }
1155
+ export class InvalidDBProxyEndpointStateFault extends __BaseException {
1156
+ constructor(opts) {
1157
+ super({
1158
+ name: "InvalidDBProxyEndpointStateFault",
1159
+ $fault: "client",
1160
+ ...opts,
1161
+ });
1162
+ this.name = "InvalidDBProxyEndpointStateFault";
1163
+ this.$fault = "client";
1164
+ Object.setPrototypeOf(this, InvalidDBProxyEndpointStateFault.prototype);
1165
+ }
1166
+ }
1167
+ export class InvalidDBSubnetStateFault extends __BaseException {
1168
+ constructor(opts) {
1169
+ super({
1170
+ name: "InvalidDBSubnetStateFault",
1171
+ $fault: "client",
1172
+ ...opts,
1173
+ });
1174
+ this.name = "InvalidDBSubnetStateFault";
1175
+ this.$fault = "client";
1176
+ Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);
1177
+ }
1178
+ }
1179
+ export class InvalidEventSubscriptionStateFault extends __BaseException {
1180
+ constructor(opts) {
1181
+ super({
1182
+ name: "InvalidEventSubscriptionStateFault",
1183
+ $fault: "client",
1184
+ ...opts,
1185
+ });
1186
+ this.name = "InvalidEventSubscriptionStateFault";
1187
+ this.$fault = "client";
1188
+ Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
1189
+ }
1190
+ }
1191
+ export class InvalidOptionGroupStateFault extends __BaseException {
1192
+ constructor(opts) {
1193
+ super({
1194
+ name: "InvalidOptionGroupStateFault",
1195
+ $fault: "client",
1196
+ ...opts,
1197
+ });
1198
+ this.name = "InvalidOptionGroupStateFault";
1199
+ this.$fault = "client";
1200
+ Object.setPrototypeOf(this, InvalidOptionGroupStateFault.prototype);
1201
+ }
1202
+ }
1203
+ export class DBProxyTargetNotFoundFault extends __BaseException {
1204
+ constructor(opts) {
1205
+ super({
1206
+ name: "DBProxyTargetNotFoundFault",
1207
+ $fault: "client",
1208
+ ...opts,
1209
+ });
1210
+ this.name = "DBProxyTargetNotFoundFault";
1211
+ this.$fault = "client";
1212
+ Object.setPrototypeOf(this, DBProxyTargetNotFoundFault.prototype);
1213
+ }
1214
+ }
1215
+ export class CertificateNotFoundFault extends __BaseException {
1216
+ constructor(opts) {
1217
+ super({
1218
+ name: "CertificateNotFoundFault",
1219
+ $fault: "client",
1220
+ ...opts,
1221
+ });
1222
+ this.name = "CertificateNotFoundFault";
1223
+ this.$fault = "client";
1224
+ Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
1225
+ }
1226
+ }
1227
+ export class DBClusterBacktrackNotFoundFault extends __BaseException {
1228
+ constructor(opts) {
1229
+ super({
1230
+ name: "DBClusterBacktrackNotFoundFault",
1231
+ $fault: "client",
1232
+ ...opts,
1233
+ });
1234
+ this.name = "DBClusterBacktrackNotFoundFault";
1235
+ this.$fault = "client";
1236
+ Object.setPrototypeOf(this, DBClusterBacktrackNotFoundFault.prototype);
1237
+ }
1238
+ }
1240
1239
  export var ApplyMethod;
1241
1240
  (function (ApplyMethod) {
1242
1241
  ApplyMethod["immediate"] = "immediate";
@@ -1268,189 +1267,561 @@ export var TargetType;
1268
1267
  TargetType["RDS_SERVERLESS_ENDPOINT"] = "RDS_SERVERLESS_ENDPOINT";
1269
1268
  TargetType["TRACKED_CLUSTER"] = "TRACKED_CLUSTER";
1270
1269
  })(TargetType || (TargetType = {}));
1271
- export var AccountQuotaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1272
- export var AccountAttributesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1273
- export var AddRoleToDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1274
- export var AddRoleToDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1275
- export var AddSourceIdentifierToSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1276
- export var EventSubscriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1277
- export var AddSourceIdentifierToSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1278
- export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1279
- export var AddTagsToResourceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1280
- export var ApplyPendingMaintenanceActionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1281
- export var PendingMaintenanceActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1282
- export var ResourcePendingMaintenanceActionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1283
- export var ApplyPendingMaintenanceActionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1284
- export var AuthorizeDBSecurityGroupIngressMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1285
- export var EC2SecurityGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1286
- export var IPRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1287
- export var DBSecurityGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1288
- export var AuthorizeDBSecurityGroupIngressResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1289
- export var BacktrackDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1290
- export var DBClusterBacktrackFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1291
- export var CancelExportTaskMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1292
- export var ExportTaskFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1293
- export var CopyDBClusterParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1294
- export var DBClusterParameterGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1295
- export var CopyDBClusterParameterGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1296
- export var CopyDBClusterSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1297
- export var DBClusterSnapshotFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1298
- export var CopyDBClusterSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1299
- export var CopyDBParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1300
- export var DBParameterGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1301
- export var CopyDBParameterGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1302
- export var CopyDBSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1303
- export var ProcessorFeatureFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1304
- export var DBSnapshotFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1305
- export var CopyDBSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1306
- export var CopyOptionGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1307
- export var DBSecurityGroupMembershipFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1308
- export var OptionSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1309
- export var VpcSecurityGroupMembershipFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1310
- export var OptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1311
- export var OptionGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1312
- export var CopyOptionGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1313
- export var CreateCustomDBEngineVersionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1314
- export var CharacterSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1315
- export var TimezoneFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1316
- export var UpgradeTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1317
- export var DBEngineVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1318
- export var ScalingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1319
- export var ServerlessV2ScalingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1320
- export var CreateDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1321
- export var DBClusterRoleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1322
- export var DBClusterMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1323
- export var DBClusterOptionGroupStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1324
- export var DomainMembershipFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1325
- export var PendingCloudwatchLogsExportsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1326
- export var ClusterPendingModifiedValuesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1327
- export var ScalingConfigurationInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1328
- export var ServerlessV2ScalingConfigurationInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1329
- export var DBClusterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1330
- export var CreateDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1331
- export var CreateDBClusterEndpointMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1332
- export var DBClusterEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1333
- export var CreateDBClusterParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1334
- export var CreateDBClusterParameterGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1335
- export var CreateDBClusterSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1336
- export var CreateDBClusterSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1337
- export var CreateDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1338
- export var DBInstanceRoleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1339
- export var DBInstanceAutomatedBackupsReplicationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1340
- export var DBParameterGroupStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1341
- export var AvailabilityZoneFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1342
- export var OutpostFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1343
- export var SubnetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1344
- export var DBSubnetGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1345
- export var EndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1346
- export var OptionGroupMembershipFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1347
- export var PendingModifiedValuesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1348
- export var DBInstanceStatusInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1349
- export var DBInstanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1350
- export var CreateDBInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1351
- export var CreateDBInstanceReadReplicaMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1352
- export var CreateDBInstanceReadReplicaResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1353
- export var CreateDBParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1354
- export var CreateDBParameterGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1355
- export var UserAuthConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1356
- export var CreateDBProxyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1357
- export var UserAuthConfigInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1358
- export var DBProxyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1359
- export var CreateDBProxyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1360
- export var CreateDBProxyEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1361
- export var DBProxyEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1362
- export var CreateDBProxyEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1363
- export var CreateDBSecurityGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1364
- export var CreateDBSecurityGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1365
- export var CreateDBSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1366
- export var CreateDBSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1367
- export var CreateDBSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1368
- export var CreateDBSubnetGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1369
- export var CreateEventSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1370
- export var CreateEventSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1371
- export var CreateGlobalClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1372
- export var FailoverStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1373
- export var GlobalClusterMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1374
- export var GlobalClusterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1375
- export var CreateGlobalClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1376
- export var CreateOptionGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1377
- export var CreateOptionGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1378
- export var DeleteCustomDBEngineVersionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1379
- export var DeleteDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1380
- export var DeleteDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1381
- export var DeleteDBClusterEndpointMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1382
- export var DeleteDBClusterParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1383
- export var DeleteDBClusterSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1384
- export var DeleteDBClusterSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1385
- export var DeleteDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1386
- export var DeleteDBInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1387
- export var DeleteDBInstanceAutomatedBackupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1388
- export var RestoreWindowFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1389
- export var DBInstanceAutomatedBackupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1390
- export var DeleteDBInstanceAutomatedBackupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1391
- export var DeleteDBParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1392
- export var DeleteDBProxyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1393
- export var DeleteDBProxyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1394
- export var DeleteDBProxyEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1395
- export var DeleteDBProxyEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1396
- export var DeleteDBSecurityGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1397
- export var DeleteDBSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1398
- export var DeleteDBSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1399
- export var DeleteDBSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1400
- export var DeleteEventSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1401
- export var DeleteEventSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1402
- export var DeleteGlobalClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1403
- export var DeleteGlobalClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1404
- export var DeleteOptionGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1405
- export var DeregisterDBProxyTargetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1406
- export var DeregisterDBProxyTargetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1407
- export var DescribeAccountAttributesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1408
- export var CertificateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1409
- export var CertificateMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1410
- export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1411
- export var DescribeCertificatesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1412
- export var DBClusterBacktrackMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1413
- export var DescribeDBClusterBacktracksMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1414
- export var DBClusterEndpointMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1415
- export var DescribeDBClusterEndpointsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1416
- export var DBClusterParameterGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1417
- export var DescribeDBClusterParameterGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1418
- export var ParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1419
- export var DBClusterParameterGroupDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1420
- export var DescribeDBClusterParametersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1421
- export var DBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1422
- export var DescribeDBClustersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1423
- export var DescribeDBClusterSnapshotAttributesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1424
- export var DBClusterSnapshotAttributeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1425
- export var DBClusterSnapshotAttributesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1426
- export var DescribeDBClusterSnapshotAttributesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1427
- export var DBClusterSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1428
- export var DescribeDBClusterSnapshotsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1429
- export var DBEngineVersionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1430
- export var DescribeDBEngineVersionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1431
- export var DBInstanceAutomatedBackupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1432
- export var DescribeDBInstanceAutomatedBackupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1433
- export var DBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1434
- export var DescribeDBInstancesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1435
- export var DescribeDBLogFilesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1436
- export var DescribeDBLogFilesDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1437
- export var DescribeDBLogFilesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1438
- export var DBParameterGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1439
- export var DescribeDBParameterGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1440
- export var DBParameterGroupDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1441
- export var DescribeDBParametersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1442
- export var DescribeDBProxiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1443
- export var DescribeDBProxiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1444
- export var DescribeDBProxyEndpointsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1445
- export var DescribeDBProxyEndpointsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1446
- export var DescribeDBProxyTargetGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1447
- export var ConnectionPoolConfigurationInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1448
- export var DBProxyTargetGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1449
- export var DescribeDBProxyTargetGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1450
- export var DescribeDBProxyTargetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1451
- export var TargetHealthFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1452
- export var DBProxyTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1453
- export var DescribeDBProxyTargetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1454
- export var DBSecurityGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1455
- export var DescribeDBSecurityGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1456
- export var DescribeDBSnapshotAttributesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1270
+ export const AccountQuotaFilterSensitiveLog = (obj) => ({
1271
+ ...obj,
1272
+ });
1273
+ export const AccountAttributesMessageFilterSensitiveLog = (obj) => ({
1274
+ ...obj,
1275
+ });
1276
+ export const AddRoleToDBClusterMessageFilterSensitiveLog = (obj) => ({
1277
+ ...obj,
1278
+ });
1279
+ export const AddRoleToDBInstanceMessageFilterSensitiveLog = (obj) => ({
1280
+ ...obj,
1281
+ });
1282
+ export const AddSourceIdentifierToSubscriptionMessageFilterSensitiveLog = (obj) => ({
1283
+ ...obj,
1284
+ });
1285
+ export const EventSubscriptionFilterSensitiveLog = (obj) => ({
1286
+ ...obj,
1287
+ });
1288
+ export const AddSourceIdentifierToSubscriptionResultFilterSensitiveLog = (obj) => ({
1289
+ ...obj,
1290
+ });
1291
+ export const TagFilterSensitiveLog = (obj) => ({
1292
+ ...obj,
1293
+ });
1294
+ export const AddTagsToResourceMessageFilterSensitiveLog = (obj) => ({
1295
+ ...obj,
1296
+ });
1297
+ export const ApplyPendingMaintenanceActionMessageFilterSensitiveLog = (obj) => ({
1298
+ ...obj,
1299
+ });
1300
+ export const PendingMaintenanceActionFilterSensitiveLog = (obj) => ({
1301
+ ...obj,
1302
+ });
1303
+ export const ResourcePendingMaintenanceActionsFilterSensitiveLog = (obj) => ({
1304
+ ...obj,
1305
+ });
1306
+ export const ApplyPendingMaintenanceActionResultFilterSensitiveLog = (obj) => ({
1307
+ ...obj,
1308
+ });
1309
+ export const AuthorizeDBSecurityGroupIngressMessageFilterSensitiveLog = (obj) => ({
1310
+ ...obj,
1311
+ });
1312
+ export const EC2SecurityGroupFilterSensitiveLog = (obj) => ({
1313
+ ...obj,
1314
+ });
1315
+ export const IPRangeFilterSensitiveLog = (obj) => ({
1316
+ ...obj,
1317
+ });
1318
+ export const DBSecurityGroupFilterSensitiveLog = (obj) => ({
1319
+ ...obj,
1320
+ });
1321
+ export const AuthorizeDBSecurityGroupIngressResultFilterSensitiveLog = (obj) => ({
1322
+ ...obj,
1323
+ });
1324
+ export const BacktrackDBClusterMessageFilterSensitiveLog = (obj) => ({
1325
+ ...obj,
1326
+ });
1327
+ export const DBClusterBacktrackFilterSensitiveLog = (obj) => ({
1328
+ ...obj,
1329
+ });
1330
+ export const CancelExportTaskMessageFilterSensitiveLog = (obj) => ({
1331
+ ...obj,
1332
+ });
1333
+ export const ExportTaskFilterSensitiveLog = (obj) => ({
1334
+ ...obj,
1335
+ });
1336
+ export const CopyDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
1337
+ ...obj,
1338
+ });
1339
+ export const DBClusterParameterGroupFilterSensitiveLog = (obj) => ({
1340
+ ...obj,
1341
+ });
1342
+ export const CopyDBClusterParameterGroupResultFilterSensitiveLog = (obj) => ({
1343
+ ...obj,
1344
+ });
1345
+ export const CopyDBClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
1346
+ ...obj,
1347
+ });
1348
+ export const DBClusterSnapshotFilterSensitiveLog = (obj) => ({
1349
+ ...obj,
1350
+ });
1351
+ export const CopyDBClusterSnapshotResultFilterSensitiveLog = (obj) => ({
1352
+ ...obj,
1353
+ });
1354
+ export const CopyDBParameterGroupMessageFilterSensitiveLog = (obj) => ({
1355
+ ...obj,
1356
+ });
1357
+ export const DBParameterGroupFilterSensitiveLog = (obj) => ({
1358
+ ...obj,
1359
+ });
1360
+ export const CopyDBParameterGroupResultFilterSensitiveLog = (obj) => ({
1361
+ ...obj,
1362
+ });
1363
+ export const CopyDBSnapshotMessageFilterSensitiveLog = (obj) => ({
1364
+ ...obj,
1365
+ });
1366
+ export const ProcessorFeatureFilterSensitiveLog = (obj) => ({
1367
+ ...obj,
1368
+ });
1369
+ export const DBSnapshotFilterSensitiveLog = (obj) => ({
1370
+ ...obj,
1371
+ });
1372
+ export const CopyDBSnapshotResultFilterSensitiveLog = (obj) => ({
1373
+ ...obj,
1374
+ });
1375
+ export const CopyOptionGroupMessageFilterSensitiveLog = (obj) => ({
1376
+ ...obj,
1377
+ });
1378
+ export const DBSecurityGroupMembershipFilterSensitiveLog = (obj) => ({
1379
+ ...obj,
1380
+ });
1381
+ export const OptionSettingFilterSensitiveLog = (obj) => ({
1382
+ ...obj,
1383
+ });
1384
+ export const VpcSecurityGroupMembershipFilterSensitiveLog = (obj) => ({
1385
+ ...obj,
1386
+ });
1387
+ export const OptionFilterSensitiveLog = (obj) => ({
1388
+ ...obj,
1389
+ });
1390
+ export const OptionGroupFilterSensitiveLog = (obj) => ({
1391
+ ...obj,
1392
+ });
1393
+ export const CopyOptionGroupResultFilterSensitiveLog = (obj) => ({
1394
+ ...obj,
1395
+ });
1396
+ export const CreateCustomDBEngineVersionMessageFilterSensitiveLog = (obj) => ({
1397
+ ...obj,
1398
+ });
1399
+ export const CharacterSetFilterSensitiveLog = (obj) => ({
1400
+ ...obj,
1401
+ });
1402
+ export const TimezoneFilterSensitiveLog = (obj) => ({
1403
+ ...obj,
1404
+ });
1405
+ export const UpgradeTargetFilterSensitiveLog = (obj) => ({
1406
+ ...obj,
1407
+ });
1408
+ export const DBEngineVersionFilterSensitiveLog = (obj) => ({
1409
+ ...obj,
1410
+ });
1411
+ export const ScalingConfigurationFilterSensitiveLog = (obj) => ({
1412
+ ...obj,
1413
+ });
1414
+ export const ServerlessV2ScalingConfigurationFilterSensitiveLog = (obj) => ({
1415
+ ...obj,
1416
+ });
1417
+ export const CreateDBClusterMessageFilterSensitiveLog = (obj) => ({
1418
+ ...obj,
1419
+ });
1420
+ export const DBClusterRoleFilterSensitiveLog = (obj) => ({
1421
+ ...obj,
1422
+ });
1423
+ export const DBClusterMemberFilterSensitiveLog = (obj) => ({
1424
+ ...obj,
1425
+ });
1426
+ export const DBClusterOptionGroupStatusFilterSensitiveLog = (obj) => ({
1427
+ ...obj,
1428
+ });
1429
+ export const DomainMembershipFilterSensitiveLog = (obj) => ({
1430
+ ...obj,
1431
+ });
1432
+ export const PendingCloudwatchLogsExportsFilterSensitiveLog = (obj) => ({
1433
+ ...obj,
1434
+ });
1435
+ export const ClusterPendingModifiedValuesFilterSensitiveLog = (obj) => ({
1436
+ ...obj,
1437
+ });
1438
+ export const ScalingConfigurationInfoFilterSensitiveLog = (obj) => ({
1439
+ ...obj,
1440
+ });
1441
+ export const ServerlessV2ScalingConfigurationInfoFilterSensitiveLog = (obj) => ({
1442
+ ...obj,
1443
+ });
1444
+ export const DBClusterFilterSensitiveLog = (obj) => ({
1445
+ ...obj,
1446
+ });
1447
+ export const CreateDBClusterResultFilterSensitiveLog = (obj) => ({
1448
+ ...obj,
1449
+ });
1450
+ export const CreateDBClusterEndpointMessageFilterSensitiveLog = (obj) => ({
1451
+ ...obj,
1452
+ });
1453
+ export const DBClusterEndpointFilterSensitiveLog = (obj) => ({
1454
+ ...obj,
1455
+ });
1456
+ export const CreateDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
1457
+ ...obj,
1458
+ });
1459
+ export const CreateDBClusterParameterGroupResultFilterSensitiveLog = (obj) => ({
1460
+ ...obj,
1461
+ });
1462
+ export const CreateDBClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
1463
+ ...obj,
1464
+ });
1465
+ export const CreateDBClusterSnapshotResultFilterSensitiveLog = (obj) => ({
1466
+ ...obj,
1467
+ });
1468
+ export const CreateDBInstanceMessageFilterSensitiveLog = (obj) => ({
1469
+ ...obj,
1470
+ });
1471
+ export const DBInstanceRoleFilterSensitiveLog = (obj) => ({
1472
+ ...obj,
1473
+ });
1474
+ export const DBInstanceAutomatedBackupsReplicationFilterSensitiveLog = (obj) => ({
1475
+ ...obj,
1476
+ });
1477
+ export const DBParameterGroupStatusFilterSensitiveLog = (obj) => ({
1478
+ ...obj,
1479
+ });
1480
+ export const AvailabilityZoneFilterSensitiveLog = (obj) => ({
1481
+ ...obj,
1482
+ });
1483
+ export const OutpostFilterSensitiveLog = (obj) => ({
1484
+ ...obj,
1485
+ });
1486
+ export const SubnetFilterSensitiveLog = (obj) => ({
1487
+ ...obj,
1488
+ });
1489
+ export const DBSubnetGroupFilterSensitiveLog = (obj) => ({
1490
+ ...obj,
1491
+ });
1492
+ export const EndpointFilterSensitiveLog = (obj) => ({
1493
+ ...obj,
1494
+ });
1495
+ export const OptionGroupMembershipFilterSensitiveLog = (obj) => ({
1496
+ ...obj,
1497
+ });
1498
+ export const PendingModifiedValuesFilterSensitiveLog = (obj) => ({
1499
+ ...obj,
1500
+ });
1501
+ export const DBInstanceStatusInfoFilterSensitiveLog = (obj) => ({
1502
+ ...obj,
1503
+ });
1504
+ export const DBInstanceFilterSensitiveLog = (obj) => ({
1505
+ ...obj,
1506
+ });
1507
+ export const CreateDBInstanceResultFilterSensitiveLog = (obj) => ({
1508
+ ...obj,
1509
+ });
1510
+ export const CreateDBInstanceReadReplicaMessageFilterSensitiveLog = (obj) => ({
1511
+ ...obj,
1512
+ });
1513
+ export const CreateDBInstanceReadReplicaResultFilterSensitiveLog = (obj) => ({
1514
+ ...obj,
1515
+ });
1516
+ export const CreateDBParameterGroupMessageFilterSensitiveLog = (obj) => ({
1517
+ ...obj,
1518
+ });
1519
+ export const CreateDBParameterGroupResultFilterSensitiveLog = (obj) => ({
1520
+ ...obj,
1521
+ });
1522
+ export const UserAuthConfigFilterSensitiveLog = (obj) => ({
1523
+ ...obj,
1524
+ });
1525
+ export const CreateDBProxyRequestFilterSensitiveLog = (obj) => ({
1526
+ ...obj,
1527
+ });
1528
+ export const UserAuthConfigInfoFilterSensitiveLog = (obj) => ({
1529
+ ...obj,
1530
+ });
1531
+ export const DBProxyFilterSensitiveLog = (obj) => ({
1532
+ ...obj,
1533
+ });
1534
+ export const CreateDBProxyResponseFilterSensitiveLog = (obj) => ({
1535
+ ...obj,
1536
+ });
1537
+ export const CreateDBProxyEndpointRequestFilterSensitiveLog = (obj) => ({
1538
+ ...obj,
1539
+ });
1540
+ export const DBProxyEndpointFilterSensitiveLog = (obj) => ({
1541
+ ...obj,
1542
+ });
1543
+ export const CreateDBProxyEndpointResponseFilterSensitiveLog = (obj) => ({
1544
+ ...obj,
1545
+ });
1546
+ export const CreateDBSecurityGroupMessageFilterSensitiveLog = (obj) => ({
1547
+ ...obj,
1548
+ });
1549
+ export const CreateDBSecurityGroupResultFilterSensitiveLog = (obj) => ({
1550
+ ...obj,
1551
+ });
1552
+ export const CreateDBSnapshotMessageFilterSensitiveLog = (obj) => ({
1553
+ ...obj,
1554
+ });
1555
+ export const CreateDBSnapshotResultFilterSensitiveLog = (obj) => ({
1556
+ ...obj,
1557
+ });
1558
+ export const CreateDBSubnetGroupMessageFilterSensitiveLog = (obj) => ({
1559
+ ...obj,
1560
+ });
1561
+ export const CreateDBSubnetGroupResultFilterSensitiveLog = (obj) => ({
1562
+ ...obj,
1563
+ });
1564
+ export const CreateEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
1565
+ ...obj,
1566
+ });
1567
+ export const CreateEventSubscriptionResultFilterSensitiveLog = (obj) => ({
1568
+ ...obj,
1569
+ });
1570
+ export const CreateGlobalClusterMessageFilterSensitiveLog = (obj) => ({
1571
+ ...obj,
1572
+ });
1573
+ export const FailoverStateFilterSensitiveLog = (obj) => ({
1574
+ ...obj,
1575
+ });
1576
+ export const GlobalClusterMemberFilterSensitiveLog = (obj) => ({
1577
+ ...obj,
1578
+ });
1579
+ export const GlobalClusterFilterSensitiveLog = (obj) => ({
1580
+ ...obj,
1581
+ });
1582
+ export const CreateGlobalClusterResultFilterSensitiveLog = (obj) => ({
1583
+ ...obj,
1584
+ });
1585
+ export const CreateOptionGroupMessageFilterSensitiveLog = (obj) => ({
1586
+ ...obj,
1587
+ });
1588
+ export const CreateOptionGroupResultFilterSensitiveLog = (obj) => ({
1589
+ ...obj,
1590
+ });
1591
+ export const DeleteCustomDBEngineVersionMessageFilterSensitiveLog = (obj) => ({
1592
+ ...obj,
1593
+ });
1594
+ export const DeleteDBClusterMessageFilterSensitiveLog = (obj) => ({
1595
+ ...obj,
1596
+ });
1597
+ export const DeleteDBClusterResultFilterSensitiveLog = (obj) => ({
1598
+ ...obj,
1599
+ });
1600
+ export const DeleteDBClusterEndpointMessageFilterSensitiveLog = (obj) => ({
1601
+ ...obj,
1602
+ });
1603
+ export const DeleteDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
1604
+ ...obj,
1605
+ });
1606
+ export const DeleteDBClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
1607
+ ...obj,
1608
+ });
1609
+ export const DeleteDBClusterSnapshotResultFilterSensitiveLog = (obj) => ({
1610
+ ...obj,
1611
+ });
1612
+ export const DeleteDBInstanceMessageFilterSensitiveLog = (obj) => ({
1613
+ ...obj,
1614
+ });
1615
+ export const DeleteDBInstanceResultFilterSensitiveLog = (obj) => ({
1616
+ ...obj,
1617
+ });
1618
+ export const DeleteDBInstanceAutomatedBackupMessageFilterSensitiveLog = (obj) => ({
1619
+ ...obj,
1620
+ });
1621
+ export const RestoreWindowFilterSensitiveLog = (obj) => ({
1622
+ ...obj,
1623
+ });
1624
+ export const DBInstanceAutomatedBackupFilterSensitiveLog = (obj) => ({
1625
+ ...obj,
1626
+ });
1627
+ export const DeleteDBInstanceAutomatedBackupResultFilterSensitiveLog = (obj) => ({
1628
+ ...obj,
1629
+ });
1630
+ export const DeleteDBParameterGroupMessageFilterSensitiveLog = (obj) => ({
1631
+ ...obj,
1632
+ });
1633
+ export const DeleteDBProxyRequestFilterSensitiveLog = (obj) => ({
1634
+ ...obj,
1635
+ });
1636
+ export const DeleteDBProxyResponseFilterSensitiveLog = (obj) => ({
1637
+ ...obj,
1638
+ });
1639
+ export const DeleteDBProxyEndpointRequestFilterSensitiveLog = (obj) => ({
1640
+ ...obj,
1641
+ });
1642
+ export const DeleteDBProxyEndpointResponseFilterSensitiveLog = (obj) => ({
1643
+ ...obj,
1644
+ });
1645
+ export const DeleteDBSecurityGroupMessageFilterSensitiveLog = (obj) => ({
1646
+ ...obj,
1647
+ });
1648
+ export const DeleteDBSnapshotMessageFilterSensitiveLog = (obj) => ({
1649
+ ...obj,
1650
+ });
1651
+ export const DeleteDBSnapshotResultFilterSensitiveLog = (obj) => ({
1652
+ ...obj,
1653
+ });
1654
+ export const DeleteDBSubnetGroupMessageFilterSensitiveLog = (obj) => ({
1655
+ ...obj,
1656
+ });
1657
+ export const DeleteEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
1658
+ ...obj,
1659
+ });
1660
+ export const DeleteEventSubscriptionResultFilterSensitiveLog = (obj) => ({
1661
+ ...obj,
1662
+ });
1663
+ export const DeleteGlobalClusterMessageFilterSensitiveLog = (obj) => ({
1664
+ ...obj,
1665
+ });
1666
+ export const DeleteGlobalClusterResultFilterSensitiveLog = (obj) => ({
1667
+ ...obj,
1668
+ });
1669
+ export const DeleteOptionGroupMessageFilterSensitiveLog = (obj) => ({
1670
+ ...obj,
1671
+ });
1672
+ export const DeregisterDBProxyTargetsRequestFilterSensitiveLog = (obj) => ({
1673
+ ...obj,
1674
+ });
1675
+ export const DeregisterDBProxyTargetsResponseFilterSensitiveLog = (obj) => ({
1676
+ ...obj,
1677
+ });
1678
+ export const DescribeAccountAttributesMessageFilterSensitiveLog = (obj) => ({
1679
+ ...obj,
1680
+ });
1681
+ export const CertificateFilterSensitiveLog = (obj) => ({
1682
+ ...obj,
1683
+ });
1684
+ export const CertificateMessageFilterSensitiveLog = (obj) => ({
1685
+ ...obj,
1686
+ });
1687
+ export const FilterFilterSensitiveLog = (obj) => ({
1688
+ ...obj,
1689
+ });
1690
+ export const DescribeCertificatesMessageFilterSensitiveLog = (obj) => ({
1691
+ ...obj,
1692
+ });
1693
+ export const DBClusterBacktrackMessageFilterSensitiveLog = (obj) => ({
1694
+ ...obj,
1695
+ });
1696
+ export const DescribeDBClusterBacktracksMessageFilterSensitiveLog = (obj) => ({
1697
+ ...obj,
1698
+ });
1699
+ export const DBClusterEndpointMessageFilterSensitiveLog = (obj) => ({
1700
+ ...obj,
1701
+ });
1702
+ export const DescribeDBClusterEndpointsMessageFilterSensitiveLog = (obj) => ({
1703
+ ...obj,
1704
+ });
1705
+ export const DBClusterParameterGroupsMessageFilterSensitiveLog = (obj) => ({
1706
+ ...obj,
1707
+ });
1708
+ export const DescribeDBClusterParameterGroupsMessageFilterSensitiveLog = (obj) => ({
1709
+ ...obj,
1710
+ });
1711
+ export const ParameterFilterSensitiveLog = (obj) => ({
1712
+ ...obj,
1713
+ });
1714
+ export const DBClusterParameterGroupDetailsFilterSensitiveLog = (obj) => ({
1715
+ ...obj,
1716
+ });
1717
+ export const DescribeDBClusterParametersMessageFilterSensitiveLog = (obj) => ({
1718
+ ...obj,
1719
+ });
1720
+ export const DBClusterMessageFilterSensitiveLog = (obj) => ({
1721
+ ...obj,
1722
+ });
1723
+ export const DescribeDBClustersMessageFilterSensitiveLog = (obj) => ({
1724
+ ...obj,
1725
+ });
1726
+ export const DescribeDBClusterSnapshotAttributesMessageFilterSensitiveLog = (obj) => ({
1727
+ ...obj,
1728
+ });
1729
+ export const DBClusterSnapshotAttributeFilterSensitiveLog = (obj) => ({
1730
+ ...obj,
1731
+ });
1732
+ export const DBClusterSnapshotAttributesResultFilterSensitiveLog = (obj) => ({
1733
+ ...obj,
1734
+ });
1735
+ export const DescribeDBClusterSnapshotAttributesResultFilterSensitiveLog = (obj) => ({
1736
+ ...obj,
1737
+ });
1738
+ export const DBClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
1739
+ ...obj,
1740
+ });
1741
+ export const DescribeDBClusterSnapshotsMessageFilterSensitiveLog = (obj) => ({
1742
+ ...obj,
1743
+ });
1744
+ export const DBEngineVersionMessageFilterSensitiveLog = (obj) => ({
1745
+ ...obj,
1746
+ });
1747
+ export const DescribeDBEngineVersionsMessageFilterSensitiveLog = (obj) => ({
1748
+ ...obj,
1749
+ });
1750
+ export const DBInstanceAutomatedBackupMessageFilterSensitiveLog = (obj) => ({
1751
+ ...obj,
1752
+ });
1753
+ export const DescribeDBInstanceAutomatedBackupsMessageFilterSensitiveLog = (obj) => ({
1754
+ ...obj,
1755
+ });
1756
+ export const DBInstanceMessageFilterSensitiveLog = (obj) => ({
1757
+ ...obj,
1758
+ });
1759
+ export const DescribeDBInstancesMessageFilterSensitiveLog = (obj) => ({
1760
+ ...obj,
1761
+ });
1762
+ export const DescribeDBLogFilesMessageFilterSensitiveLog = (obj) => ({
1763
+ ...obj,
1764
+ });
1765
+ export const DescribeDBLogFilesDetailsFilterSensitiveLog = (obj) => ({
1766
+ ...obj,
1767
+ });
1768
+ export const DescribeDBLogFilesResponseFilterSensitiveLog = (obj) => ({
1769
+ ...obj,
1770
+ });
1771
+ export const DBParameterGroupsMessageFilterSensitiveLog = (obj) => ({
1772
+ ...obj,
1773
+ });
1774
+ export const DescribeDBParameterGroupsMessageFilterSensitiveLog = (obj) => ({
1775
+ ...obj,
1776
+ });
1777
+ export const DBParameterGroupDetailsFilterSensitiveLog = (obj) => ({
1778
+ ...obj,
1779
+ });
1780
+ export const DescribeDBParametersMessageFilterSensitiveLog = (obj) => ({
1781
+ ...obj,
1782
+ });
1783
+ export const DescribeDBProxiesRequestFilterSensitiveLog = (obj) => ({
1784
+ ...obj,
1785
+ });
1786
+ export const DescribeDBProxiesResponseFilterSensitiveLog = (obj) => ({
1787
+ ...obj,
1788
+ });
1789
+ export const DescribeDBProxyEndpointsRequestFilterSensitiveLog = (obj) => ({
1790
+ ...obj,
1791
+ });
1792
+ export const DescribeDBProxyEndpointsResponseFilterSensitiveLog = (obj) => ({
1793
+ ...obj,
1794
+ });
1795
+ export const DescribeDBProxyTargetGroupsRequestFilterSensitiveLog = (obj) => ({
1796
+ ...obj,
1797
+ });
1798
+ export const ConnectionPoolConfigurationInfoFilterSensitiveLog = (obj) => ({
1799
+ ...obj,
1800
+ });
1801
+ export const DBProxyTargetGroupFilterSensitiveLog = (obj) => ({
1802
+ ...obj,
1803
+ });
1804
+ export const DescribeDBProxyTargetGroupsResponseFilterSensitiveLog = (obj) => ({
1805
+ ...obj,
1806
+ });
1807
+ export const DescribeDBProxyTargetsRequestFilterSensitiveLog = (obj) => ({
1808
+ ...obj,
1809
+ });
1810
+ export const TargetHealthFilterSensitiveLog = (obj) => ({
1811
+ ...obj,
1812
+ });
1813
+ export const DBProxyTargetFilterSensitiveLog = (obj) => ({
1814
+ ...obj,
1815
+ });
1816
+ export const DescribeDBProxyTargetsResponseFilterSensitiveLog = (obj) => ({
1817
+ ...obj,
1818
+ });
1819
+ export const DBSecurityGroupMessageFilterSensitiveLog = (obj) => ({
1820
+ ...obj,
1821
+ });
1822
+ export const DescribeDBSecurityGroupsMessageFilterSensitiveLog = (obj) => ({
1823
+ ...obj,
1824
+ });
1825
+ export const DescribeDBSnapshotAttributesMessageFilterSensitiveLog = (obj) => ({
1826
+ ...obj,
1827
+ });