@aws-sdk/client-rds 3.933.0 → 3.935.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 (123) hide show
  1. package/dist-cjs/index.js +193 -193
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +192 -0
  4. package/dist-es/models/errors.js +1741 -0
  5. package/dist-es/models/models_0.js +1 -1531
  6. package/dist-es/models/models_1.js +1 -403
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -2
  9. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -2
  10. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
  12. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -1
  59. package/dist-types/index.d.ts +4 -1
  60. package/dist-types/models/enums.d.ts +464 -0
  61. package/dist-types/models/errors.d.ts +1805 -0
  62. package/dist-types/models/models_0.d.ts +6098 -1781
  63. package/dist-types/models/models_1.d.ts +2 -6588
  64. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +1 -2
  66. package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -2
  70. package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -4
  115. package/dist-types/ts3.4/index.d.ts +4 -1
  116. package/dist-types/ts3.4/models/enums.d.ts +250 -0
  117. package/dist-types/ts3.4/models/errors.d.ts +1214 -0
  118. package/dist-types/ts3.4/models/models_0.d.ts +892 -1163
  119. package/dist-types/ts3.4/models/models_1.d.ts +20 -1178
  120. package/package.json +13 -13
  121. package/dist-es/models/index.js +0 -2
  122. package/dist-types/models/index.d.ts +0 -2
  123. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -0,0 +1,464 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const ActivityStreamMode: {
6
+ readonly async: "async";
7
+ readonly sync: "sync";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type ActivityStreamMode = (typeof ActivityStreamMode)[keyof typeof ActivityStreamMode];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const ActivityStreamPolicyStatus: {
18
+ readonly locked: "locked";
19
+ readonly locking_policy: "locking-policy";
20
+ readonly unlocked: "unlocked";
21
+ readonly unlocking_policy: "unlocking-policy";
22
+ };
23
+ /**
24
+ * @public
25
+ */
26
+ export type ActivityStreamPolicyStatus = (typeof ActivityStreamPolicyStatus)[keyof typeof ActivityStreamPolicyStatus];
27
+ /**
28
+ * @public
29
+ * @enum
30
+ */
31
+ export declare const ActivityStreamStatus: {
32
+ readonly started: "started";
33
+ readonly starting: "starting";
34
+ readonly stopped: "stopped";
35
+ readonly stopping: "stopping";
36
+ };
37
+ /**
38
+ * @public
39
+ */
40
+ export type ActivityStreamStatus = (typeof ActivityStreamStatus)[keyof typeof ActivityStreamStatus];
41
+ /**
42
+ * @public
43
+ * @enum
44
+ */
45
+ export declare const ExportSourceType: {
46
+ readonly CLUSTER: "CLUSTER";
47
+ readonly SNAPSHOT: "SNAPSHOT";
48
+ };
49
+ /**
50
+ * @public
51
+ */
52
+ export type ExportSourceType = (typeof ExportSourceType)[keyof typeof ExportSourceType];
53
+ /**
54
+ * @public
55
+ * @enum
56
+ */
57
+ export declare const ClusterScalabilityType: {
58
+ readonly LIMITLESS: "limitless";
59
+ readonly STANDARD: "standard";
60
+ };
61
+ /**
62
+ * @public
63
+ */
64
+ export type ClusterScalabilityType = (typeof ClusterScalabilityType)[keyof typeof ClusterScalabilityType];
65
+ /**
66
+ * @public
67
+ * @enum
68
+ */
69
+ export declare const DatabaseInsightsMode: {
70
+ readonly ADVANCED: "advanced";
71
+ readonly STANDARD: "standard";
72
+ };
73
+ /**
74
+ * @public
75
+ */
76
+ export type DatabaseInsightsMode = (typeof DatabaseInsightsMode)[keyof typeof DatabaseInsightsMode];
77
+ /**
78
+ * @public
79
+ * @enum
80
+ */
81
+ export declare const MasterUserAuthenticationType: {
82
+ readonly IAM_DB_AUTH: "iam-db-auth";
83
+ readonly PASSWORD: "password";
84
+ };
85
+ /**
86
+ * @public
87
+ */
88
+ export type MasterUserAuthenticationType = (typeof MasterUserAuthenticationType)[keyof typeof MasterUserAuthenticationType];
89
+ /**
90
+ * @public
91
+ * @enum
92
+ */
93
+ export declare const ReplicaMode: {
94
+ readonly MOUNTED: "mounted";
95
+ readonly OPEN_READ_ONLY: "open-read-only";
96
+ };
97
+ /**
98
+ * @public
99
+ */
100
+ export type ReplicaMode = (typeof ReplicaMode)[keyof typeof ReplicaMode];
101
+ /**
102
+ * @public
103
+ * @enum
104
+ */
105
+ export declare const WriteForwardingStatus: {
106
+ readonly DISABLED: "disabled";
107
+ readonly DISABLING: "disabling";
108
+ readonly ENABLED: "enabled";
109
+ readonly ENABLING: "enabling";
110
+ readonly UNKNOWN: "unknown";
111
+ };
112
+ /**
113
+ * @public
114
+ */
115
+ export type WriteForwardingStatus = (typeof WriteForwardingStatus)[keyof typeof WriteForwardingStatus];
116
+ /**
117
+ * @public
118
+ * @enum
119
+ */
120
+ export declare const LimitlessDatabaseStatus: {
121
+ readonly ACTIVE: "active";
122
+ readonly DISABLED: "disabled";
123
+ readonly DISABLING: "disabling";
124
+ readonly ENABLED: "enabled";
125
+ readonly ENABLING: "enabling";
126
+ readonly ERROR: "error";
127
+ readonly MODIFYING_MAX_CAPACITY: "modifying-max-capacity";
128
+ readonly NOT_IN_USE: "not-in-use";
129
+ };
130
+ /**
131
+ * @public
132
+ */
133
+ export type LimitlessDatabaseStatus = (typeof LimitlessDatabaseStatus)[keyof typeof LimitlessDatabaseStatus];
134
+ /**
135
+ * @public
136
+ * @enum
137
+ */
138
+ export declare const LocalWriteForwardingStatus: {
139
+ readonly DISABLED: "disabled";
140
+ readonly DISABLING: "disabling";
141
+ readonly ENABLED: "enabled";
142
+ readonly ENABLING: "enabling";
143
+ readonly REQUESTED: "requested";
144
+ };
145
+ /**
146
+ * @public
147
+ */
148
+ export type LocalWriteForwardingStatus = (typeof LocalWriteForwardingStatus)[keyof typeof LocalWriteForwardingStatus];
149
+ /**
150
+ * @public
151
+ * @enum
152
+ */
153
+ export declare const AutomationMode: {
154
+ readonly ALL_PAUSED: "all-paused";
155
+ readonly FULL: "full";
156
+ };
157
+ /**
158
+ * @public
159
+ */
160
+ export type AutomationMode = (typeof AutomationMode)[keyof typeof AutomationMode];
161
+ /**
162
+ * @public
163
+ * @enum
164
+ */
165
+ export declare const AuthScheme: {
166
+ readonly SECRETS: "SECRETS";
167
+ };
168
+ /**
169
+ * @public
170
+ */
171
+ export type AuthScheme = (typeof AuthScheme)[keyof typeof AuthScheme];
172
+ /**
173
+ * @public
174
+ * @enum
175
+ */
176
+ export declare const ClientPasswordAuthType: {
177
+ readonly MYSQL_CACHING_SHA2_PASSWORD: "MYSQL_CACHING_SHA2_PASSWORD";
178
+ readonly MYSQL_NATIVE_PASSWORD: "MYSQL_NATIVE_PASSWORD";
179
+ readonly POSTGRES_MD5: "POSTGRES_MD5";
180
+ readonly POSTGRES_SCRAM_SHA_256: "POSTGRES_SCRAM_SHA_256";
181
+ readonly SQL_SERVER_AUTHENTICATION: "SQL_SERVER_AUTHENTICATION";
182
+ };
183
+ /**
184
+ * @public
185
+ */
186
+ export type ClientPasswordAuthType = (typeof ClientPasswordAuthType)[keyof typeof ClientPasswordAuthType];
187
+ /**
188
+ * @public
189
+ * @enum
190
+ */
191
+ export declare const IAMAuthMode: {
192
+ readonly DISABLED: "DISABLED";
193
+ readonly ENABLED: "ENABLED";
194
+ readonly REQUIRED: "REQUIRED";
195
+ };
196
+ /**
197
+ * @public
198
+ */
199
+ export type IAMAuthMode = (typeof IAMAuthMode)[keyof typeof IAMAuthMode];
200
+ /**
201
+ * @public
202
+ * @enum
203
+ */
204
+ export declare const DefaultAuthScheme: {
205
+ readonly IAM_AUTH: "IAM_AUTH";
206
+ readonly NONE: "NONE";
207
+ };
208
+ /**
209
+ * @public
210
+ */
211
+ export type DefaultAuthScheme = (typeof DefaultAuthScheme)[keyof typeof DefaultAuthScheme];
212
+ /**
213
+ * @public
214
+ * @enum
215
+ */
216
+ export declare const EndpointNetworkType: {
217
+ readonly DUAL: "DUAL";
218
+ readonly IPV4: "IPV4";
219
+ readonly IPV6: "IPV6";
220
+ };
221
+ /**
222
+ * @public
223
+ */
224
+ export type EndpointNetworkType = (typeof EndpointNetworkType)[keyof typeof EndpointNetworkType];
225
+ /**
226
+ * @public
227
+ * @enum
228
+ */
229
+ export declare const EngineFamily: {
230
+ readonly MYSQL: "MYSQL";
231
+ readonly POSTGRESQL: "POSTGRESQL";
232
+ readonly SQLSERVER: "SQLSERVER";
233
+ };
234
+ /**
235
+ * @public
236
+ */
237
+ export type EngineFamily = (typeof EngineFamily)[keyof typeof EngineFamily];
238
+ /**
239
+ * @public
240
+ * @enum
241
+ */
242
+ export declare const TargetConnectionNetworkType: {
243
+ readonly IPV4: "IPV4";
244
+ readonly IPV6: "IPV6";
245
+ };
246
+ /**
247
+ * @public
248
+ */
249
+ export type TargetConnectionNetworkType = (typeof TargetConnectionNetworkType)[keyof typeof TargetConnectionNetworkType];
250
+ /**
251
+ * @public
252
+ * @enum
253
+ */
254
+ export declare const DBProxyStatus: {
255
+ readonly AVAILABLE: "available";
256
+ readonly CREATING: "creating";
257
+ readonly DELETING: "deleting";
258
+ readonly INCOMPATIBLE_NETWORK: "incompatible-network";
259
+ readonly INSUFFICIENT_RESOURCE_LIMITS: "insufficient-resource-limits";
260
+ readonly MODIFYING: "modifying";
261
+ readonly REACTIVATING: "reactivating";
262
+ readonly SUSPENDED: "suspended";
263
+ readonly SUSPENDING: "suspending";
264
+ };
265
+ /**
266
+ * @public
267
+ */
268
+ export type DBProxyStatus = (typeof DBProxyStatus)[keyof typeof DBProxyStatus];
269
+ /**
270
+ * @public
271
+ * @enum
272
+ */
273
+ export declare const DBProxyEndpointTargetRole: {
274
+ readonly READ_ONLY: "READ_ONLY";
275
+ readonly READ_WRITE: "READ_WRITE";
276
+ };
277
+ /**
278
+ * @public
279
+ */
280
+ export type DBProxyEndpointTargetRole = (typeof DBProxyEndpointTargetRole)[keyof typeof DBProxyEndpointTargetRole];
281
+ /**
282
+ * @public
283
+ * @enum
284
+ */
285
+ export declare const DBProxyEndpointStatus: {
286
+ readonly AVAILABLE: "available";
287
+ readonly CREATING: "creating";
288
+ readonly DELETING: "deleting";
289
+ readonly INCOMPATIBLE_NETWORK: "incompatible-network";
290
+ readonly INSUFFICIENT_RESOURCE_LIMITS: "insufficient-resource-limits";
291
+ readonly MODIFYING: "modifying";
292
+ };
293
+ /**
294
+ * @public
295
+ */
296
+ export type DBProxyEndpointStatus = (typeof DBProxyEndpointStatus)[keyof typeof DBProxyEndpointStatus];
297
+ /**
298
+ * @public
299
+ * @enum
300
+ */
301
+ export declare const FailoverStatus: {
302
+ readonly CANCELLING: "cancelling";
303
+ readonly FAILING_OVER: "failing-over";
304
+ readonly PENDING: "pending";
305
+ };
306
+ /**
307
+ * @public
308
+ */
309
+ export type FailoverStatus = (typeof FailoverStatus)[keyof typeof FailoverStatus];
310
+ /**
311
+ * @public
312
+ * @enum
313
+ */
314
+ export declare const GlobalClusterMemberSynchronizationStatus: {
315
+ readonly CONNECTED: "connected";
316
+ readonly PENDING_RESYNC: "pending-resync";
317
+ };
318
+ /**
319
+ * @public
320
+ */
321
+ export type GlobalClusterMemberSynchronizationStatus = (typeof GlobalClusterMemberSynchronizationStatus)[keyof typeof GlobalClusterMemberSynchronizationStatus];
322
+ /**
323
+ * @public
324
+ * @enum
325
+ */
326
+ export declare const IntegrationStatus: {
327
+ readonly ACTIVE: "active";
328
+ readonly CREATING: "creating";
329
+ readonly DELETING: "deleting";
330
+ readonly FAILED: "failed";
331
+ readonly MODIFYING: "modifying";
332
+ readonly NEEDS_ATTENTION: "needs_attention";
333
+ readonly SYNCING: "syncing";
334
+ };
335
+ /**
336
+ * @public
337
+ */
338
+ export type IntegrationStatus = (typeof IntegrationStatus)[keyof typeof IntegrationStatus];
339
+ /**
340
+ * @public
341
+ * @enum
342
+ */
343
+ export declare const ApplyMethod: {
344
+ readonly immediate: "immediate";
345
+ readonly pending_reboot: "pending-reboot";
346
+ };
347
+ /**
348
+ * @public
349
+ */
350
+ export type ApplyMethod = (typeof ApplyMethod)[keyof typeof ApplyMethod];
351
+ /**
352
+ * @public
353
+ * @enum
354
+ */
355
+ export declare const LifecycleSupportName: {
356
+ readonly OPEN_SOURCE_RDS_EXTENDED_SUPPORT: "open-source-rds-extended-support";
357
+ readonly OPEN_SOURCE_RDS_STANDARD_SUPPORT: "open-source-rds-standard-support";
358
+ };
359
+ /**
360
+ * @public
361
+ */
362
+ export type LifecycleSupportName = (typeof LifecycleSupportName)[keyof typeof LifecycleSupportName];
363
+ /**
364
+ * @public
365
+ * @enum
366
+ */
367
+ export declare const TargetRole: {
368
+ readonly READ_ONLY: "READ_ONLY";
369
+ readonly READ_WRITE: "READ_WRITE";
370
+ readonly UNKNOWN: "UNKNOWN";
371
+ };
372
+ /**
373
+ * @public
374
+ */
375
+ export type TargetRole = (typeof TargetRole)[keyof typeof TargetRole];
376
+ /**
377
+ * @public
378
+ * @enum
379
+ */
380
+ export declare const TargetHealthReason: {
381
+ readonly AUTH_FAILURE: "AUTH_FAILURE";
382
+ readonly CONNECTION_FAILED: "CONNECTION_FAILED";
383
+ readonly INVALID_REPLICATION_STATE: "INVALID_REPLICATION_STATE";
384
+ readonly PENDING_PROXY_CAPACITY: "PENDING_PROXY_CAPACITY";
385
+ readonly PROMOTED: "PROMOTED";
386
+ readonly UNREACHABLE: "UNREACHABLE";
387
+ };
388
+ /**
389
+ * @public
390
+ */
391
+ export type TargetHealthReason = (typeof TargetHealthReason)[keyof typeof TargetHealthReason];
392
+ /**
393
+ * @public
394
+ * @enum
395
+ */
396
+ export declare const TargetState: {
397
+ readonly available: "AVAILABLE";
398
+ readonly registering: "REGISTERING";
399
+ readonly unavailable: "UNAVAILABLE";
400
+ readonly unused: "UNUSED";
401
+ };
402
+ /**
403
+ * @public
404
+ */
405
+ export type TargetState = (typeof TargetState)[keyof typeof TargetState];
406
+ /**
407
+ * @public
408
+ * @enum
409
+ */
410
+ export declare const TargetType: {
411
+ readonly RDS_INSTANCE: "RDS_INSTANCE";
412
+ readonly RDS_SERVERLESS_ENDPOINT: "RDS_SERVERLESS_ENDPOINT";
413
+ readonly TRACKED_CLUSTER: "TRACKED_CLUSTER";
414
+ };
415
+ /**
416
+ * @public
417
+ */
418
+ export type TargetType = (typeof TargetType)[keyof typeof TargetType];
419
+ /**
420
+ * @public
421
+ * @enum
422
+ */
423
+ export declare const SourceType: {
424
+ readonly blue_green_deployment: "blue-green-deployment";
425
+ readonly custom_engine_version: "custom-engine-version";
426
+ readonly db_cluster: "db-cluster";
427
+ readonly db_cluster_snapshot: "db-cluster-snapshot";
428
+ readonly db_instance: "db-instance";
429
+ readonly db_parameter_group: "db-parameter-group";
430
+ readonly db_proxy: "db-proxy";
431
+ readonly db_security_group: "db-security-group";
432
+ readonly db_shard_group: "db-shard-group";
433
+ readonly db_snapshot: "db-snapshot";
434
+ readonly zero_etl: "zero-etl";
435
+ };
436
+ /**
437
+ * @public
438
+ */
439
+ export type SourceType = (typeof SourceType)[keyof typeof SourceType];
440
+ /**
441
+ * @public
442
+ * @enum
443
+ */
444
+ export declare const AuditPolicyState: {
445
+ readonly LOCKED_POLICY: "locked";
446
+ readonly UNLOCKED_POLICY: "unlocked";
447
+ };
448
+ /**
449
+ * @public
450
+ */
451
+ export type AuditPolicyState = (typeof AuditPolicyState)[keyof typeof AuditPolicyState];
452
+ /**
453
+ * @public
454
+ * @enum
455
+ */
456
+ export declare const CustomEngineVersionStatus: {
457
+ readonly available: "available";
458
+ readonly inactive: "inactive";
459
+ readonly inactive_except_restore: "inactive-except-restore";
460
+ };
461
+ /**
462
+ * @public
463
+ */
464
+ export type CustomEngineVersionStatus = (typeof CustomEngineVersionStatus)[keyof typeof CustomEngineVersionStatus];