@aws-sdk/client-docdb 3.169.0 → 3.171.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 (86) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DocDB.d.ts +941 -270
  3. package/dist-types/ts3.4/DocDBClient.d.ts +422 -126
  4. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +31 -17
  6. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +31 -17
  21. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +33 -17
  41. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/index.d.ts +53 -53
  58. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  59. package/dist-types/ts3.4/index.d.ts +7 -7
  60. package/dist-types/ts3.4/models/DocDBServiceException.d.ts +7 -6
  61. package/dist-types/ts3.4/models/index.d.ts +1 -1
  62. package/dist-types/ts3.4/models/models_0.d.ts +1624 -2054
  63. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  77. package/dist-types/ts3.4/pagination/index.d.ts +14 -14
  78. package/dist-types/ts3.4/protocols/Aws_query.d.ts +641 -161
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  83. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  84. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +11 -7
  85. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +11 -7
  86. package/package.json +36 -36
@@ -1,2054 +1,1624 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { DocDBServiceException as __BaseException } from "./DocDBServiceException";
3
-
4
- export interface AddSourceIdentifierToSubscriptionMessage {
5
-
6
- SubscriptionName: string | undefined;
7
-
8
- SourceIdentifier: string | undefined;
9
- }
10
-
11
- export interface EventSubscription {
12
-
13
- CustomerAwsId?: string;
14
-
15
- CustSubscriptionId?: string;
16
-
17
- SnsTopicArn?: string;
18
-
19
- Status?: string;
20
-
21
- SubscriptionCreationTime?: string;
22
-
23
- SourceType?: string;
24
-
25
- SourceIdsList?: string[];
26
-
27
- EventCategoriesList?: string[];
28
-
29
- Enabled?: boolean;
30
-
31
- EventSubscriptionArn?: string;
32
- }
33
- export interface AddSourceIdentifierToSubscriptionResult {
34
-
35
- EventSubscription?: EventSubscription;
36
- }
37
-
38
- export declare class SourceNotFoundFault extends __BaseException {
39
- readonly name: "SourceNotFoundFault";
40
- readonly $fault: "client";
41
-
42
- constructor(opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>);
43
- }
44
-
45
- export declare class SubscriptionNotFoundFault extends __BaseException {
46
- readonly name: "SubscriptionNotFoundFault";
47
- readonly $fault: "client";
48
-
49
- constructor(opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>);
50
- }
51
-
52
- export interface Tag {
53
-
54
- Key?: string;
55
-
56
- Value?: string;
57
- }
58
-
59
- export interface AddTagsToResourceMessage {
60
-
61
- ResourceName: string | undefined;
62
-
63
- Tags: Tag[] | undefined;
64
- }
65
-
66
- export declare class DBClusterNotFoundFault extends __BaseException {
67
- readonly name: "DBClusterNotFoundFault";
68
- readonly $fault: "client";
69
-
70
- constructor(opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>);
71
- }
72
-
73
- export declare class DBInstanceNotFoundFault extends __BaseException {
74
- readonly name: "DBInstanceNotFoundFault";
75
- readonly $fault: "client";
76
-
77
- constructor(opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>);
78
- }
79
-
80
- export declare class DBSnapshotNotFoundFault extends __BaseException {
81
- readonly name: "DBSnapshotNotFoundFault";
82
- readonly $fault: "client";
83
-
84
- constructor(opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>);
85
- }
86
-
87
- export interface ApplyPendingMaintenanceActionMessage {
88
-
89
- ResourceIdentifier: string | undefined;
90
-
91
- ApplyAction: string | undefined;
92
-
93
- OptInType: string | undefined;
94
- }
95
-
96
- export interface PendingMaintenanceAction {
97
-
98
- Action?: string;
99
-
100
- AutoAppliedAfterDate?: Date;
101
-
102
- ForcedApplyDate?: Date;
103
-
104
- OptInStatus?: string;
105
-
106
- CurrentApplyDate?: Date;
107
-
108
- Description?: string;
109
- }
110
-
111
- export interface ResourcePendingMaintenanceActions {
112
-
113
- ResourceIdentifier?: string;
114
-
115
- PendingMaintenanceActionDetails?: PendingMaintenanceAction[];
116
- }
117
- export interface ApplyPendingMaintenanceActionResult {
118
-
119
- ResourcePendingMaintenanceActions?: ResourcePendingMaintenanceActions;
120
- }
121
-
122
- export declare class InvalidDBClusterStateFault extends __BaseException {
123
- readonly name: "InvalidDBClusterStateFault";
124
- readonly $fault: "client";
125
-
126
- constructor(opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>);
127
- }
128
-
129
- export declare class InvalidDBInstanceStateFault extends __BaseException {
130
- readonly name: "InvalidDBInstanceStateFault";
131
- readonly $fault: "client";
132
-
133
- constructor(opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>);
134
- }
135
-
136
- export declare class ResourceNotFoundFault extends __BaseException {
137
- readonly name: "ResourceNotFoundFault";
138
- readonly $fault: "client";
139
-
140
- constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
141
- }
142
-
143
- export interface CopyDBClusterParameterGroupMessage {
144
-
145
- SourceDBClusterParameterGroupIdentifier: string | undefined;
146
-
147
- TargetDBClusterParameterGroupIdentifier: string | undefined;
148
-
149
- TargetDBClusterParameterGroupDescription: string | undefined;
150
-
151
- Tags?: Tag[];
152
- }
153
-
154
- export interface DBClusterParameterGroup {
155
-
156
- DBClusterParameterGroupName?: string;
157
-
158
- DBParameterGroupFamily?: string;
159
-
160
- Description?: string;
161
-
162
- DBClusterParameterGroupArn?: string;
163
- }
164
- export interface CopyDBClusterParameterGroupResult {
165
-
166
- DBClusterParameterGroup?: DBClusterParameterGroup;
167
- }
168
-
169
- export declare class DBParameterGroupAlreadyExistsFault extends __BaseException {
170
- readonly name: "DBParameterGroupAlreadyExistsFault";
171
- readonly $fault: "client";
172
-
173
- constructor(opts: __ExceptionOptionType<DBParameterGroupAlreadyExistsFault, __BaseException>);
174
- }
175
-
176
- export declare class DBParameterGroupNotFoundFault extends __BaseException {
177
- readonly name: "DBParameterGroupNotFoundFault";
178
- readonly $fault: "client";
179
-
180
- constructor(opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>);
181
- }
182
-
183
- export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
184
- readonly name: "DBParameterGroupQuotaExceededFault";
185
- readonly $fault: "client";
186
-
187
- constructor(opts: __ExceptionOptionType<DBParameterGroupQuotaExceededFault, __BaseException>);
188
- }
189
-
190
- export interface CopyDBClusterSnapshotMessage {
191
-
192
- SourceDBClusterSnapshotIdentifier: string | undefined;
193
-
194
- TargetDBClusterSnapshotIdentifier: string | undefined;
195
-
196
- KmsKeyId?: string;
197
-
198
- PreSignedUrl?: string;
199
-
200
- CopyTags?: boolean;
201
-
202
- Tags?: Tag[];
203
- }
204
-
205
- export interface DBClusterSnapshot {
206
-
207
- AvailabilityZones?: string[];
208
-
209
- DBClusterSnapshotIdentifier?: string;
210
-
211
- DBClusterIdentifier?: string;
212
-
213
- SnapshotCreateTime?: Date;
214
-
215
- Engine?: string;
216
-
217
- Status?: string;
218
-
219
- Port?: number;
220
-
221
- VpcId?: string;
222
-
223
- ClusterCreateTime?: Date;
224
-
225
- MasterUsername?: string;
226
-
227
- EngineVersion?: string;
228
-
229
- SnapshotType?: string;
230
-
231
- PercentProgress?: number;
232
-
233
- StorageEncrypted?: boolean;
234
-
235
- KmsKeyId?: string;
236
-
237
- DBClusterSnapshotArn?: string;
238
-
239
- SourceDBClusterSnapshotArn?: string;
240
- }
241
- export interface CopyDBClusterSnapshotResult {
242
-
243
- DBClusterSnapshot?: DBClusterSnapshot;
244
- }
245
-
246
- export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
247
- readonly name: "DBClusterSnapshotAlreadyExistsFault";
248
- readonly $fault: "client";
249
-
250
- constructor(opts: __ExceptionOptionType<DBClusterSnapshotAlreadyExistsFault, __BaseException>);
251
- }
252
-
253
- export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
254
- readonly name: "DBClusterSnapshotNotFoundFault";
255
- readonly $fault: "client";
256
-
257
- constructor(opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>);
258
- }
259
-
260
- export declare class InvalidDBClusterSnapshotStateFault extends __BaseException {
261
- readonly name: "InvalidDBClusterSnapshotStateFault";
262
- readonly $fault: "client";
263
-
264
- constructor(opts: __ExceptionOptionType<InvalidDBClusterSnapshotStateFault, __BaseException>);
265
- }
266
-
267
- export declare class KMSKeyNotAccessibleFault extends __BaseException {
268
- readonly name: "KMSKeyNotAccessibleFault";
269
- readonly $fault: "client";
270
-
271
- constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
272
- }
273
-
274
- export declare class SnapshotQuotaExceededFault extends __BaseException {
275
- readonly name: "SnapshotQuotaExceededFault";
276
- readonly $fault: "client";
277
-
278
- constructor(opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>);
279
- }
280
-
281
- export interface CreateDBClusterMessage {
282
-
283
- AvailabilityZones?: string[];
284
-
285
- BackupRetentionPeriod?: number;
286
-
287
- DBClusterIdentifier: string | undefined;
288
-
289
- DBClusterParameterGroupName?: string;
290
-
291
- VpcSecurityGroupIds?: string[];
292
-
293
- DBSubnetGroupName?: string;
294
-
295
- Engine: string | undefined;
296
-
297
- EngineVersion?: string;
298
-
299
- Port?: number;
300
-
301
- MasterUsername?: string;
302
-
303
- MasterUserPassword?: string;
304
-
305
- PreferredBackupWindow?: string;
306
-
307
- PreferredMaintenanceWindow?: string;
308
-
309
- Tags?: Tag[];
310
-
311
- StorageEncrypted?: boolean;
312
-
313
- KmsKeyId?: string;
314
-
315
- PreSignedUrl?: string;
316
-
317
- EnableCloudwatchLogsExports?: string[];
318
-
319
- DeletionProtection?: boolean;
320
-
321
- GlobalClusterIdentifier?: string;
322
- }
323
-
324
- export interface DBClusterRole {
325
-
326
- RoleArn?: string;
327
-
328
- Status?: string;
329
- }
330
-
331
- export interface DBClusterMember {
332
-
333
- DBInstanceIdentifier?: string;
334
-
335
- IsClusterWriter?: boolean;
336
-
337
- DBClusterParameterGroupStatus?: string;
338
-
339
- PromotionTier?: number;
340
- }
341
-
342
- export interface VpcSecurityGroupMembership {
343
-
344
- VpcSecurityGroupId?: string;
345
-
346
- Status?: string;
347
- }
348
-
349
- export interface DBCluster {
350
-
351
- AvailabilityZones?: string[];
352
-
353
- BackupRetentionPeriod?: number;
354
-
355
- DBClusterIdentifier?: string;
356
-
357
- DBClusterParameterGroup?: string;
358
-
359
- DBSubnetGroup?: string;
360
-
361
- Status?: string;
362
-
363
- PercentProgress?: string;
364
-
365
- EarliestRestorableTime?: Date;
366
-
367
- Endpoint?: string;
368
-
369
- ReaderEndpoint?: string;
370
-
371
- MultiAZ?: boolean;
372
-
373
- Engine?: string;
374
-
375
- EngineVersion?: string;
376
-
377
- LatestRestorableTime?: Date;
378
-
379
- Port?: number;
380
-
381
- MasterUsername?: string;
382
-
383
- PreferredBackupWindow?: string;
384
-
385
- PreferredMaintenanceWindow?: string;
386
-
387
- ReplicationSourceIdentifier?: string;
388
-
389
- ReadReplicaIdentifiers?: string[];
390
-
391
- DBClusterMembers?: DBClusterMember[];
392
-
393
- VpcSecurityGroups?: VpcSecurityGroupMembership[];
394
-
395
- HostedZoneId?: string;
396
-
397
- StorageEncrypted?: boolean;
398
-
399
- KmsKeyId?: string;
400
-
401
- DbClusterResourceId?: string;
402
-
403
- DBClusterArn?: string;
404
-
405
- AssociatedRoles?: DBClusterRole[];
406
-
407
- CloneGroupId?: string;
408
-
409
- ClusterCreateTime?: Date;
410
-
411
- EnabledCloudwatchLogsExports?: string[];
412
-
413
- DeletionProtection?: boolean;
414
- }
415
- export interface CreateDBClusterResult {
416
-
417
- DBCluster?: DBCluster;
418
- }
419
-
420
- export declare class DBClusterAlreadyExistsFault extends __BaseException {
421
- readonly name: "DBClusterAlreadyExistsFault";
422
- readonly $fault: "client";
423
-
424
- constructor(opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>);
425
- }
426
-
427
- export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
428
- readonly name: "DBClusterParameterGroupNotFoundFault";
429
- readonly $fault: "client";
430
-
431
- constructor(opts: __ExceptionOptionType<DBClusterParameterGroupNotFoundFault, __BaseException>);
432
- }
433
-
434
- export declare class DBClusterQuotaExceededFault extends __BaseException {
435
- readonly name: "DBClusterQuotaExceededFault";
436
- readonly $fault: "client";
437
-
438
- constructor(opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>);
439
- }
440
-
441
- export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
442
- readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs";
443
- readonly $fault: "client";
444
-
445
- constructor(opts: __ExceptionOptionType<DBSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
446
- }
447
-
448
- export declare class DBSubnetGroupNotFoundFault extends __BaseException {
449
- readonly name: "DBSubnetGroupNotFoundFault";
450
- readonly $fault: "client";
451
-
452
- constructor(opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>);
453
- }
454
-
455
- export declare class GlobalClusterNotFoundFault extends __BaseException {
456
- readonly name: "GlobalClusterNotFoundFault";
457
- readonly $fault: "client";
458
-
459
- constructor(opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>);
460
- }
461
-
462
- export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
463
- readonly name: "InsufficientStorageClusterCapacityFault";
464
- readonly $fault: "client";
465
-
466
- constructor(opts: __ExceptionOptionType<InsufficientStorageClusterCapacityFault, __BaseException>);
467
- }
468
-
469
- export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
470
- readonly name: "InvalidDBSubnetGroupStateFault";
471
- readonly $fault: "client";
472
-
473
- constructor(opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>);
474
- }
475
-
476
- export declare class InvalidGlobalClusterStateFault extends __BaseException {
477
- readonly name: "InvalidGlobalClusterStateFault";
478
- readonly $fault: "client";
479
-
480
- constructor(opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>);
481
- }
482
-
483
- export declare class InvalidSubnet extends __BaseException {
484
- readonly name: "InvalidSubnet";
485
- readonly $fault: "client";
486
-
487
- constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
488
- }
489
-
490
- export declare class InvalidVPCNetworkStateFault extends __BaseException {
491
- readonly name: "InvalidVPCNetworkStateFault";
492
- readonly $fault: "client";
493
-
494
- constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
495
- }
496
-
497
- export declare class StorageQuotaExceededFault extends __BaseException {
498
- readonly name: "StorageQuotaExceededFault";
499
- readonly $fault: "client";
500
-
501
- constructor(opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>);
502
- }
503
-
504
- export interface CreateDBClusterParameterGroupMessage {
505
-
506
- DBClusterParameterGroupName: string | undefined;
507
-
508
- DBParameterGroupFamily: string | undefined;
509
-
510
- Description: string | undefined;
511
-
512
- Tags?: Tag[];
513
- }
514
- export interface CreateDBClusterParameterGroupResult {
515
-
516
- DBClusterParameterGroup?: DBClusterParameterGroup;
517
- }
518
-
519
- export interface CreateDBClusterSnapshotMessage {
520
-
521
- DBClusterSnapshotIdentifier: string | undefined;
522
-
523
- DBClusterIdentifier: string | undefined;
524
-
525
- Tags?: Tag[];
526
- }
527
- export interface CreateDBClusterSnapshotResult {
528
-
529
- DBClusterSnapshot?: DBClusterSnapshot;
530
- }
531
-
532
- export declare class AuthorizationNotFoundFault extends __BaseException {
533
- readonly name: "AuthorizationNotFoundFault";
534
- readonly $fault: "client";
535
-
536
- constructor(opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>);
537
- }
538
-
539
- export interface CreateDBInstanceMessage {
540
-
541
- DBInstanceIdentifier: string | undefined;
542
-
543
- DBInstanceClass: string | undefined;
544
-
545
- Engine: string | undefined;
546
-
547
- AvailabilityZone?: string;
548
-
549
- PreferredMaintenanceWindow?: string;
550
-
551
- AutoMinorVersionUpgrade?: boolean;
552
-
553
- Tags?: Tag[];
554
-
555
- DBClusterIdentifier: string | undefined;
556
-
557
- CopyTagsToSnapshot?: boolean;
558
-
559
- PromotionTier?: number;
560
-
561
- EnablePerformanceInsights?: boolean;
562
-
563
- PerformanceInsightsKMSKeyId?: string;
564
- }
565
-
566
- export interface AvailabilityZone {
567
-
568
- Name?: string;
569
- }
570
-
571
- export interface Subnet {
572
-
573
- SubnetIdentifier?: string;
574
-
575
- SubnetAvailabilityZone?: AvailabilityZone;
576
-
577
- SubnetStatus?: string;
578
- }
579
-
580
- export interface DBSubnetGroup {
581
-
582
- DBSubnetGroupName?: string;
583
-
584
- DBSubnetGroupDescription?: string;
585
-
586
- VpcId?: string;
587
-
588
- SubnetGroupStatus?: string;
589
-
590
- Subnets?: Subnet[];
591
-
592
- DBSubnetGroupArn?: string;
593
- }
594
-
595
- export interface Endpoint {
596
-
597
- Address?: string;
598
-
599
- Port?: number;
600
-
601
- HostedZoneId?: string;
602
- }
603
-
604
- export interface PendingCloudwatchLogsExports {
605
-
606
- LogTypesToEnable?: string[];
607
-
608
- LogTypesToDisable?: string[];
609
- }
610
-
611
- export interface PendingModifiedValues {
612
-
613
- DBInstanceClass?: string;
614
-
615
- AllocatedStorage?: number;
616
-
617
- MasterUserPassword?: string;
618
-
619
- Port?: number;
620
-
621
- BackupRetentionPeriod?: number;
622
-
623
- MultiAZ?: boolean;
624
-
625
- EngineVersion?: string;
626
-
627
- LicenseModel?: string;
628
-
629
- Iops?: number;
630
-
631
- DBInstanceIdentifier?: string;
632
-
633
- StorageType?: string;
634
-
635
- CACertificateIdentifier?: string;
636
-
637
- DBSubnetGroupName?: string;
638
-
639
- PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports;
640
- }
641
-
642
- export interface DBInstanceStatusInfo {
643
-
644
- StatusType?: string;
645
-
646
- Normal?: boolean;
647
-
648
- Status?: string;
649
-
650
- Message?: string;
651
- }
652
-
653
- export interface DBInstance {
654
-
655
- DBInstanceIdentifier?: string;
656
-
657
- DBInstanceClass?: string;
658
-
659
- Engine?: string;
660
-
661
- DBInstanceStatus?: string;
662
-
663
- Endpoint?: Endpoint;
664
-
665
- InstanceCreateTime?: Date;
666
-
667
- PreferredBackupWindow?: string;
668
-
669
- BackupRetentionPeriod?: number;
670
-
671
- VpcSecurityGroups?: VpcSecurityGroupMembership[];
672
-
673
- AvailabilityZone?: string;
674
-
675
- DBSubnetGroup?: DBSubnetGroup;
676
-
677
- PreferredMaintenanceWindow?: string;
678
-
679
- PendingModifiedValues?: PendingModifiedValues;
680
-
681
- LatestRestorableTime?: Date;
682
-
683
- EngineVersion?: string;
684
-
685
- AutoMinorVersionUpgrade?: boolean;
686
-
687
- PubliclyAccessible?: boolean;
688
-
689
- StatusInfos?: DBInstanceStatusInfo[];
690
-
691
- DBClusterIdentifier?: string;
692
-
693
- StorageEncrypted?: boolean;
694
-
695
- KmsKeyId?: string;
696
-
697
- DbiResourceId?: string;
698
-
699
- CACertificateIdentifier?: string;
700
-
701
- CopyTagsToSnapshot?: boolean;
702
-
703
- PromotionTier?: number;
704
-
705
- DBInstanceArn?: string;
706
-
707
- EnabledCloudwatchLogsExports?: string[];
708
- }
709
- export interface CreateDBInstanceResult {
710
-
711
- DBInstance?: DBInstance;
712
- }
713
-
714
- export declare class DBInstanceAlreadyExistsFault extends __BaseException {
715
- readonly name: "DBInstanceAlreadyExistsFault";
716
- readonly $fault: "client";
717
-
718
- constructor(opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>);
719
- }
720
-
721
- export declare class DBSecurityGroupNotFoundFault extends __BaseException {
722
- readonly name: "DBSecurityGroupNotFoundFault";
723
- readonly $fault: "client";
724
-
725
- constructor(opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>);
726
- }
727
-
728
- export declare class InstanceQuotaExceededFault extends __BaseException {
729
- readonly name: "InstanceQuotaExceededFault";
730
- readonly $fault: "client";
731
-
732
- constructor(opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>);
733
- }
734
-
735
- export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
736
- readonly name: "InsufficientDBInstanceCapacityFault";
737
- readonly $fault: "client";
738
-
739
- constructor(opts: __ExceptionOptionType<InsufficientDBInstanceCapacityFault, __BaseException>);
740
- }
741
-
742
- export declare class StorageTypeNotSupportedFault extends __BaseException {
743
- readonly name: "StorageTypeNotSupportedFault";
744
- readonly $fault: "client";
745
-
746
- constructor(opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>);
747
- }
748
-
749
- export interface CreateDBSubnetGroupMessage {
750
-
751
- DBSubnetGroupName: string | undefined;
752
-
753
- DBSubnetGroupDescription: string | undefined;
754
-
755
- SubnetIds: string[] | undefined;
756
-
757
- Tags?: Tag[];
758
- }
759
- export interface CreateDBSubnetGroupResult {
760
-
761
- DBSubnetGroup?: DBSubnetGroup;
762
- }
763
-
764
- export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
765
- readonly name: "DBSubnetGroupAlreadyExistsFault";
766
- readonly $fault: "client";
767
-
768
- constructor(opts: __ExceptionOptionType<DBSubnetGroupAlreadyExistsFault, __BaseException>);
769
- }
770
-
771
- export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
772
- readonly name: "DBSubnetGroupQuotaExceededFault";
773
- readonly $fault: "client";
774
-
775
- constructor(opts: __ExceptionOptionType<DBSubnetGroupQuotaExceededFault, __BaseException>);
776
- }
777
-
778
- export declare class DBSubnetQuotaExceededFault extends __BaseException {
779
- readonly name: "DBSubnetQuotaExceededFault";
780
- readonly $fault: "client";
781
-
782
- constructor(opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>);
783
- }
784
-
785
- export interface CreateEventSubscriptionMessage {
786
-
787
- SubscriptionName: string | undefined;
788
-
789
- SnsTopicArn: string | undefined;
790
-
791
- SourceType?: string;
792
-
793
- EventCategories?: string[];
794
-
795
- SourceIds?: string[];
796
-
797
- Enabled?: boolean;
798
-
799
- Tags?: Tag[];
800
- }
801
- export interface CreateEventSubscriptionResult {
802
-
803
- EventSubscription?: EventSubscription;
804
- }
805
-
806
- export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
807
- readonly name: "EventSubscriptionQuotaExceededFault";
808
- readonly $fault: "client";
809
-
810
- constructor(opts: __ExceptionOptionType<EventSubscriptionQuotaExceededFault, __BaseException>);
811
- }
812
-
813
- export declare class SNSInvalidTopicFault extends __BaseException {
814
- readonly name: "SNSInvalidTopicFault";
815
- readonly $fault: "client";
816
-
817
- constructor(opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>);
818
- }
819
-
820
- export declare class SNSNoAuthorizationFault extends __BaseException {
821
- readonly name: "SNSNoAuthorizationFault";
822
- readonly $fault: "client";
823
-
824
- constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
825
- }
826
-
827
- export declare class SNSTopicArnNotFoundFault extends __BaseException {
828
- readonly name: "SNSTopicArnNotFoundFault";
829
- readonly $fault: "client";
830
-
831
- constructor(opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>);
832
- }
833
-
834
- export declare class SubscriptionAlreadyExistFault extends __BaseException {
835
- readonly name: "SubscriptionAlreadyExistFault";
836
- readonly $fault: "client";
837
-
838
- constructor(opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>);
839
- }
840
-
841
- export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
842
- readonly name: "SubscriptionCategoryNotFoundFault";
843
- readonly $fault: "client";
844
-
845
- constructor(opts: __ExceptionOptionType<SubscriptionCategoryNotFoundFault, __BaseException>);
846
- }
847
-
848
- export interface CreateGlobalClusterMessage {
849
-
850
- GlobalClusterIdentifier: string | undefined;
851
-
852
- SourceDBClusterIdentifier?: string;
853
-
854
- Engine?: string;
855
-
856
- EngineVersion?: string;
857
-
858
- DeletionProtection?: boolean;
859
-
860
- DatabaseName?: string;
861
-
862
- StorageEncrypted?: boolean;
863
- }
864
-
865
- export interface GlobalClusterMember {
866
-
867
- DBClusterArn?: string;
868
-
869
- Readers?: string[];
870
-
871
- IsWriter?: boolean;
872
- }
873
-
874
- export interface GlobalCluster {
875
-
876
- GlobalClusterIdentifier?: string;
877
-
878
- GlobalClusterResourceId?: string;
879
-
880
- GlobalClusterArn?: string;
881
-
882
- Status?: string;
883
-
884
- Engine?: string;
885
-
886
- EngineVersion?: string;
887
-
888
- DatabaseName?: string;
889
-
890
- StorageEncrypted?: boolean;
891
-
892
- DeletionProtection?: boolean;
893
-
894
- GlobalClusterMembers?: GlobalClusterMember[];
895
- }
896
- export interface CreateGlobalClusterResult {
897
-
898
- GlobalCluster?: GlobalCluster;
899
- }
900
-
901
- export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
902
- readonly name: "GlobalClusterAlreadyExistsFault";
903
- readonly $fault: "client";
904
-
905
- constructor(opts: __ExceptionOptionType<GlobalClusterAlreadyExistsFault, __BaseException>);
906
- }
907
-
908
- export declare class GlobalClusterQuotaExceededFault extends __BaseException {
909
- readonly name: "GlobalClusterQuotaExceededFault";
910
- readonly $fault: "client";
911
-
912
- constructor(opts: __ExceptionOptionType<GlobalClusterQuotaExceededFault, __BaseException>);
913
- }
914
-
915
- export interface DeleteDBClusterMessage {
916
-
917
- DBClusterIdentifier: string | undefined;
918
-
919
- SkipFinalSnapshot?: boolean;
920
-
921
- FinalDBSnapshotIdentifier?: string;
922
- }
923
- export interface DeleteDBClusterResult {
924
-
925
- DBCluster?: DBCluster;
926
- }
927
-
928
- export interface DeleteDBClusterParameterGroupMessage {
929
-
930
- DBClusterParameterGroupName: string | undefined;
931
- }
932
-
933
- export declare class InvalidDBParameterGroupStateFault extends __BaseException {
934
- readonly name: "InvalidDBParameterGroupStateFault";
935
- readonly $fault: "client";
936
-
937
- constructor(opts: __ExceptionOptionType<InvalidDBParameterGroupStateFault, __BaseException>);
938
- }
939
-
940
- export interface DeleteDBClusterSnapshotMessage {
941
-
942
- DBClusterSnapshotIdentifier: string | undefined;
943
- }
944
- export interface DeleteDBClusterSnapshotResult {
945
-
946
- DBClusterSnapshot?: DBClusterSnapshot;
947
- }
948
-
949
- export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
950
- readonly name: "DBSnapshotAlreadyExistsFault";
951
- readonly $fault: "client";
952
-
953
- constructor(opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>);
954
- }
955
-
956
- export interface DeleteDBInstanceMessage {
957
-
958
- DBInstanceIdentifier: string | undefined;
959
- }
960
- export interface DeleteDBInstanceResult {
961
-
962
- DBInstance?: DBInstance;
963
- }
964
-
965
- export interface DeleteDBSubnetGroupMessage {
966
-
967
- DBSubnetGroupName: string | undefined;
968
- }
969
-
970
- export declare class InvalidDBSubnetStateFault extends __BaseException {
971
- readonly name: "InvalidDBSubnetStateFault";
972
- readonly $fault: "client";
973
-
974
- constructor(opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>);
975
- }
976
-
977
- export interface DeleteEventSubscriptionMessage {
978
-
979
- SubscriptionName: string | undefined;
980
- }
981
- export interface DeleteEventSubscriptionResult {
982
-
983
- EventSubscription?: EventSubscription;
984
- }
985
-
986
- export declare class InvalidEventSubscriptionStateFault extends __BaseException {
987
- readonly name: "InvalidEventSubscriptionStateFault";
988
- readonly $fault: "client";
989
-
990
- constructor(opts: __ExceptionOptionType<InvalidEventSubscriptionStateFault, __BaseException>);
991
- }
992
-
993
- export interface DeleteGlobalClusterMessage {
994
-
995
- GlobalClusterIdentifier: string | undefined;
996
- }
997
- export interface DeleteGlobalClusterResult {
998
-
999
- GlobalCluster?: GlobalCluster;
1000
- }
1001
-
1002
- export interface Certificate {
1003
-
1004
- CertificateIdentifier?: string;
1005
-
1006
- CertificateType?: string;
1007
-
1008
- Thumbprint?: string;
1009
-
1010
- ValidFrom?: Date;
1011
-
1012
- ValidTill?: Date;
1013
-
1014
- CertificateArn?: string;
1015
- }
1016
- export interface CertificateMessage {
1017
-
1018
- Certificates?: Certificate[];
1019
-
1020
- Marker?: string;
1021
- }
1022
-
1023
- export declare class CertificateNotFoundFault extends __BaseException {
1024
- readonly name: "CertificateNotFoundFault";
1025
- readonly $fault: "client";
1026
-
1027
- constructor(opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>);
1028
- }
1029
-
1030
- export interface Filter {
1031
-
1032
- Name: string | undefined;
1033
-
1034
- Values: string[] | undefined;
1035
- }
1036
- export interface DescribeCertificatesMessage {
1037
-
1038
- CertificateIdentifier?: string;
1039
-
1040
- Filters?: Filter[];
1041
-
1042
- MaxRecords?: number;
1043
-
1044
- Marker?: string;
1045
- }
1046
-
1047
- export interface DBClusterParameterGroupsMessage {
1048
-
1049
- Marker?: string;
1050
-
1051
- DBClusterParameterGroups?: DBClusterParameterGroup[];
1052
- }
1053
-
1054
- export interface DescribeDBClusterParameterGroupsMessage {
1055
-
1056
- DBClusterParameterGroupName?: string;
1057
-
1058
- Filters?: Filter[];
1059
-
1060
- MaxRecords?: number;
1061
-
1062
- Marker?: string;
1063
- }
1064
- export declare type ApplyMethod = "immediate" | "pending-reboot";
1065
-
1066
- export interface Parameter {
1067
-
1068
- ParameterName?: string;
1069
-
1070
- ParameterValue?: string;
1071
-
1072
- Description?: string;
1073
-
1074
- Source?: string;
1075
-
1076
- ApplyType?: string;
1077
-
1078
- DataType?: string;
1079
-
1080
- AllowedValues?: string;
1081
-
1082
- IsModifiable?: boolean;
1083
-
1084
- MinimumEngineVersion?: string;
1085
-
1086
- ApplyMethod?: ApplyMethod | string;
1087
- }
1088
-
1089
- export interface DBClusterParameterGroupDetails {
1090
-
1091
- Parameters?: Parameter[];
1092
-
1093
- Marker?: string;
1094
- }
1095
-
1096
- export interface DescribeDBClusterParametersMessage {
1097
-
1098
- DBClusterParameterGroupName: string | undefined;
1099
-
1100
- Source?: string;
1101
-
1102
- Filters?: Filter[];
1103
-
1104
- MaxRecords?: number;
1105
-
1106
- Marker?: string;
1107
- }
1108
-
1109
- export interface DBClusterMessage {
1110
-
1111
- Marker?: string;
1112
-
1113
- DBClusters?: DBCluster[];
1114
- }
1115
-
1116
- export interface DescribeDBClustersMessage {
1117
-
1118
- DBClusterIdentifier?: string;
1119
-
1120
- Filters?: Filter[];
1121
-
1122
- MaxRecords?: number;
1123
-
1124
- Marker?: string;
1125
- }
1126
-
1127
- export interface DescribeDBClusterSnapshotAttributesMessage {
1128
-
1129
- DBClusterSnapshotIdentifier: string | undefined;
1130
- }
1131
-
1132
- export interface DBClusterSnapshotAttribute {
1133
-
1134
- AttributeName?: string;
1135
-
1136
- AttributeValues?: string[];
1137
- }
1138
-
1139
- export interface DBClusterSnapshotAttributesResult {
1140
-
1141
- DBClusterSnapshotIdentifier?: string;
1142
-
1143
- DBClusterSnapshotAttributes?: DBClusterSnapshotAttribute[];
1144
- }
1145
- export interface DescribeDBClusterSnapshotAttributesResult {
1146
-
1147
- DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
1148
- }
1149
-
1150
- export interface DBClusterSnapshotMessage {
1151
-
1152
- Marker?: string;
1153
-
1154
- DBClusterSnapshots?: DBClusterSnapshot[];
1155
- }
1156
-
1157
- export interface DescribeDBClusterSnapshotsMessage {
1158
-
1159
- DBClusterIdentifier?: string;
1160
-
1161
- DBClusterSnapshotIdentifier?: string;
1162
-
1163
- SnapshotType?: string;
1164
-
1165
- Filters?: Filter[];
1166
-
1167
- MaxRecords?: number;
1168
-
1169
- Marker?: string;
1170
-
1171
- IncludeShared?: boolean;
1172
-
1173
- IncludePublic?: boolean;
1174
- }
1175
-
1176
- export interface UpgradeTarget {
1177
-
1178
- Engine?: string;
1179
-
1180
- EngineVersion?: string;
1181
-
1182
- Description?: string;
1183
-
1184
- AutoUpgrade?: boolean;
1185
-
1186
- IsMajorVersionUpgrade?: boolean;
1187
- }
1188
-
1189
- export interface DBEngineVersion {
1190
-
1191
- Engine?: string;
1192
-
1193
- EngineVersion?: string;
1194
-
1195
- DBParameterGroupFamily?: string;
1196
-
1197
- DBEngineDescription?: string;
1198
-
1199
- DBEngineVersionDescription?: string;
1200
-
1201
- ValidUpgradeTarget?: UpgradeTarget[];
1202
-
1203
- ExportableLogTypes?: string[];
1204
-
1205
- SupportsLogExportsToCloudwatchLogs?: boolean;
1206
- }
1207
-
1208
- export interface DBEngineVersionMessage {
1209
-
1210
- Marker?: string;
1211
-
1212
- DBEngineVersions?: DBEngineVersion[];
1213
- }
1214
-
1215
- export interface DescribeDBEngineVersionsMessage {
1216
-
1217
- Engine?: string;
1218
-
1219
- EngineVersion?: string;
1220
-
1221
- DBParameterGroupFamily?: string;
1222
-
1223
- Filters?: Filter[];
1224
-
1225
- MaxRecords?: number;
1226
-
1227
- Marker?: string;
1228
-
1229
- DefaultOnly?: boolean;
1230
-
1231
- ListSupportedCharacterSets?: boolean;
1232
-
1233
- ListSupportedTimezones?: boolean;
1234
- }
1235
-
1236
- export interface DBInstanceMessage {
1237
-
1238
- Marker?: string;
1239
-
1240
- DBInstances?: DBInstance[];
1241
- }
1242
-
1243
- export interface DescribeDBInstancesMessage {
1244
-
1245
- DBInstanceIdentifier?: string;
1246
-
1247
- Filters?: Filter[];
1248
-
1249
- MaxRecords?: number;
1250
-
1251
- Marker?: string;
1252
- }
1253
-
1254
- export interface DBSubnetGroupMessage {
1255
-
1256
- Marker?: string;
1257
-
1258
- DBSubnetGroups?: DBSubnetGroup[];
1259
- }
1260
-
1261
- export interface DescribeDBSubnetGroupsMessage {
1262
-
1263
- DBSubnetGroupName?: string;
1264
-
1265
- Filters?: Filter[];
1266
-
1267
- MaxRecords?: number;
1268
-
1269
- Marker?: string;
1270
- }
1271
-
1272
- export interface DescribeEngineDefaultClusterParametersMessage {
1273
-
1274
- DBParameterGroupFamily: string | undefined;
1275
-
1276
- Filters?: Filter[];
1277
-
1278
- MaxRecords?: number;
1279
-
1280
- Marker?: string;
1281
- }
1282
-
1283
- export interface EngineDefaults {
1284
-
1285
- DBParameterGroupFamily?: string;
1286
-
1287
- Marker?: string;
1288
-
1289
- Parameters?: Parameter[];
1290
- }
1291
- export interface DescribeEngineDefaultClusterParametersResult {
1292
-
1293
- EngineDefaults?: EngineDefaults;
1294
- }
1295
-
1296
- export interface DescribeEventCategoriesMessage {
1297
-
1298
- SourceType?: string;
1299
-
1300
- Filters?: Filter[];
1301
- }
1302
-
1303
- export interface EventCategoriesMap {
1304
-
1305
- SourceType?: string;
1306
-
1307
- EventCategories?: string[];
1308
- }
1309
-
1310
- export interface EventCategoriesMessage {
1311
-
1312
- EventCategoriesMapList?: EventCategoriesMap[];
1313
- }
1314
- export declare type SourceType = "db-cluster" | "db-cluster-snapshot" | "db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot";
1315
-
1316
- export interface DescribeEventsMessage {
1317
-
1318
- SourceIdentifier?: string;
1319
-
1320
- SourceType?: SourceType | string;
1321
-
1322
- StartTime?: Date;
1323
-
1324
- EndTime?: Date;
1325
-
1326
- Duration?: number;
1327
-
1328
- EventCategories?: string[];
1329
-
1330
- Filters?: Filter[];
1331
-
1332
- MaxRecords?: number;
1333
-
1334
- Marker?: string;
1335
- }
1336
-
1337
- export interface Event {
1338
-
1339
- SourceIdentifier?: string;
1340
-
1341
- SourceType?: SourceType | string;
1342
-
1343
- Message?: string;
1344
-
1345
- EventCategories?: string[];
1346
-
1347
- Date?: Date;
1348
-
1349
- SourceArn?: string;
1350
- }
1351
-
1352
- export interface EventsMessage {
1353
-
1354
- Marker?: string;
1355
-
1356
- Events?: Event[];
1357
- }
1358
-
1359
- export interface DescribeEventSubscriptionsMessage {
1360
-
1361
- SubscriptionName?: string;
1362
-
1363
- Filters?: Filter[];
1364
-
1365
- MaxRecords?: number;
1366
-
1367
- Marker?: string;
1368
- }
1369
-
1370
- export interface EventSubscriptionsMessage {
1371
-
1372
- Marker?: string;
1373
-
1374
- EventSubscriptionsList?: EventSubscription[];
1375
- }
1376
- export interface DescribeGlobalClustersMessage {
1377
-
1378
- GlobalClusterIdentifier?: string;
1379
-
1380
- Filters?: Filter[];
1381
-
1382
- MaxRecords?: number;
1383
-
1384
- Marker?: string;
1385
- }
1386
- export interface GlobalClustersMessage {
1387
-
1388
- Marker?: string;
1389
-
1390
- GlobalClusters?: GlobalCluster[];
1391
- }
1392
-
1393
- export interface DescribeOrderableDBInstanceOptionsMessage {
1394
-
1395
- Engine: string | undefined;
1396
-
1397
- EngineVersion?: string;
1398
-
1399
- DBInstanceClass?: string;
1400
-
1401
- LicenseModel?: string;
1402
-
1403
- Vpc?: boolean;
1404
-
1405
- Filters?: Filter[];
1406
-
1407
- MaxRecords?: number;
1408
-
1409
- Marker?: string;
1410
- }
1411
-
1412
- export interface OrderableDBInstanceOption {
1413
-
1414
- Engine?: string;
1415
-
1416
- EngineVersion?: string;
1417
-
1418
- DBInstanceClass?: string;
1419
-
1420
- LicenseModel?: string;
1421
-
1422
- AvailabilityZones?: AvailabilityZone[];
1423
-
1424
- Vpc?: boolean;
1425
- }
1426
-
1427
- export interface OrderableDBInstanceOptionsMessage {
1428
-
1429
- OrderableDBInstanceOptions?: OrderableDBInstanceOption[];
1430
-
1431
- Marker?: string;
1432
- }
1433
-
1434
- export interface DescribePendingMaintenanceActionsMessage {
1435
-
1436
- ResourceIdentifier?: string;
1437
-
1438
- Filters?: Filter[];
1439
-
1440
- Marker?: string;
1441
-
1442
- MaxRecords?: number;
1443
- }
1444
-
1445
- export interface PendingMaintenanceActionsMessage {
1446
-
1447
- PendingMaintenanceActions?: ResourcePendingMaintenanceActions[];
1448
-
1449
- Marker?: string;
1450
- }
1451
-
1452
- export interface FailoverDBClusterMessage {
1453
-
1454
- DBClusterIdentifier?: string;
1455
-
1456
- TargetDBInstanceIdentifier?: string;
1457
- }
1458
- export interface FailoverDBClusterResult {
1459
-
1460
- DBCluster?: DBCluster;
1461
- }
1462
-
1463
- export interface ListTagsForResourceMessage {
1464
-
1465
- ResourceName: string | undefined;
1466
-
1467
- Filters?: Filter[];
1468
- }
1469
-
1470
- export interface TagListMessage {
1471
-
1472
- TagList?: Tag[];
1473
- }
1474
-
1475
- export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
1476
- readonly name: "InvalidDBSecurityGroupStateFault";
1477
- readonly $fault: "client";
1478
-
1479
- constructor(opts: __ExceptionOptionType<InvalidDBSecurityGroupStateFault, __BaseException>);
1480
- }
1481
-
1482
- export interface CloudwatchLogsExportConfiguration {
1483
-
1484
- EnableLogTypes?: string[];
1485
-
1486
- DisableLogTypes?: string[];
1487
- }
1488
-
1489
- export interface ModifyDBClusterMessage {
1490
-
1491
- DBClusterIdentifier: string | undefined;
1492
-
1493
- NewDBClusterIdentifier?: string;
1494
-
1495
- ApplyImmediately?: boolean;
1496
-
1497
- BackupRetentionPeriod?: number;
1498
-
1499
- DBClusterParameterGroupName?: string;
1500
-
1501
- VpcSecurityGroupIds?: string[];
1502
-
1503
- Port?: number;
1504
-
1505
- MasterUserPassword?: string;
1506
-
1507
- PreferredBackupWindow?: string;
1508
-
1509
- PreferredMaintenanceWindow?: string;
1510
-
1511
- CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
1512
-
1513
- EngineVersion?: string;
1514
-
1515
- DeletionProtection?: boolean;
1516
- }
1517
- export interface ModifyDBClusterResult {
1518
-
1519
- DBCluster?: DBCluster;
1520
- }
1521
-
1522
- export interface DBClusterParameterGroupNameMessage {
1523
-
1524
- DBClusterParameterGroupName?: string;
1525
- }
1526
-
1527
- export interface ModifyDBClusterParameterGroupMessage {
1528
-
1529
- DBClusterParameterGroupName: string | undefined;
1530
-
1531
- Parameters: Parameter[] | undefined;
1532
- }
1533
-
1534
- export interface ModifyDBClusterSnapshotAttributeMessage {
1535
-
1536
- DBClusterSnapshotIdentifier: string | undefined;
1537
-
1538
- AttributeName: string | undefined;
1539
-
1540
- ValuesToAdd?: string[];
1541
-
1542
- ValuesToRemove?: string[];
1543
- }
1544
- export interface ModifyDBClusterSnapshotAttributeResult {
1545
-
1546
- DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
1547
- }
1548
-
1549
- export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
1550
- readonly name: "SharedSnapshotQuotaExceededFault";
1551
- readonly $fault: "client";
1552
-
1553
- constructor(opts: __ExceptionOptionType<SharedSnapshotQuotaExceededFault, __BaseException>);
1554
- }
1555
-
1556
- export declare class DBUpgradeDependencyFailureFault extends __BaseException {
1557
- readonly name: "DBUpgradeDependencyFailureFault";
1558
- readonly $fault: "client";
1559
-
1560
- constructor(opts: __ExceptionOptionType<DBUpgradeDependencyFailureFault, __BaseException>);
1561
- }
1562
-
1563
- export interface ModifyDBInstanceMessage {
1564
-
1565
- DBInstanceIdentifier: string | undefined;
1566
-
1567
- DBInstanceClass?: string;
1568
-
1569
- ApplyImmediately?: boolean;
1570
-
1571
- PreferredMaintenanceWindow?: string;
1572
-
1573
- AutoMinorVersionUpgrade?: boolean;
1574
-
1575
- NewDBInstanceIdentifier?: string;
1576
-
1577
- CACertificateIdentifier?: string;
1578
-
1579
- CopyTagsToSnapshot?: boolean;
1580
-
1581
- PromotionTier?: number;
1582
-
1583
- EnablePerformanceInsights?: boolean;
1584
-
1585
- PerformanceInsightsKMSKeyId?: string;
1586
- }
1587
- export interface ModifyDBInstanceResult {
1588
-
1589
- DBInstance?: DBInstance;
1590
- }
1591
-
1592
- export interface ModifyDBSubnetGroupMessage {
1593
-
1594
- DBSubnetGroupName: string | undefined;
1595
-
1596
- DBSubnetGroupDescription?: string;
1597
-
1598
- SubnetIds: string[] | undefined;
1599
- }
1600
- export interface ModifyDBSubnetGroupResult {
1601
-
1602
- DBSubnetGroup?: DBSubnetGroup;
1603
- }
1604
-
1605
- export declare class SubnetAlreadyInUse extends __BaseException {
1606
- readonly name: "SubnetAlreadyInUse";
1607
- readonly $fault: "client";
1608
-
1609
- constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
1610
- }
1611
-
1612
- export interface ModifyEventSubscriptionMessage {
1613
-
1614
- SubscriptionName: string | undefined;
1615
-
1616
- SnsTopicArn?: string;
1617
-
1618
- SourceType?: string;
1619
-
1620
- EventCategories?: string[];
1621
-
1622
- Enabled?: boolean;
1623
- }
1624
- export interface ModifyEventSubscriptionResult {
1625
-
1626
- EventSubscription?: EventSubscription;
1627
- }
1628
-
1629
- export interface ModifyGlobalClusterMessage {
1630
-
1631
- GlobalClusterIdentifier: string | undefined;
1632
-
1633
- NewGlobalClusterIdentifier?: string;
1634
-
1635
- DeletionProtection?: boolean;
1636
- }
1637
- export interface ModifyGlobalClusterResult {
1638
-
1639
- GlobalCluster?: GlobalCluster;
1640
- }
1641
-
1642
- export interface RebootDBInstanceMessage {
1643
-
1644
- DBInstanceIdentifier: string | undefined;
1645
-
1646
- ForceFailover?: boolean;
1647
- }
1648
- export interface RebootDBInstanceResult {
1649
-
1650
- DBInstance?: DBInstance;
1651
- }
1652
-
1653
- export interface RemoveFromGlobalClusterMessage {
1654
-
1655
- GlobalClusterIdentifier: string | undefined;
1656
-
1657
- DbClusterIdentifier: string | undefined;
1658
- }
1659
- export interface RemoveFromGlobalClusterResult {
1660
-
1661
- GlobalCluster?: GlobalCluster;
1662
- }
1663
-
1664
- export interface RemoveSourceIdentifierFromSubscriptionMessage {
1665
-
1666
- SubscriptionName: string | undefined;
1667
-
1668
- SourceIdentifier: string | undefined;
1669
- }
1670
- export interface RemoveSourceIdentifierFromSubscriptionResult {
1671
-
1672
- EventSubscription?: EventSubscription;
1673
- }
1674
-
1675
- export interface RemoveTagsFromResourceMessage {
1676
-
1677
- ResourceName: string | undefined;
1678
-
1679
- TagKeys: string[] | undefined;
1680
- }
1681
-
1682
- export interface ResetDBClusterParameterGroupMessage {
1683
-
1684
- DBClusterParameterGroupName: string | undefined;
1685
-
1686
- ResetAllParameters?: boolean;
1687
-
1688
- Parameters?: Parameter[];
1689
- }
1690
-
1691
- export declare class InsufficientDBClusterCapacityFault extends __BaseException {
1692
- readonly name: "InsufficientDBClusterCapacityFault";
1693
- readonly $fault: "client";
1694
-
1695
- constructor(opts: __ExceptionOptionType<InsufficientDBClusterCapacityFault, __BaseException>);
1696
- }
1697
-
1698
- export declare class InvalidDBSnapshotStateFault extends __BaseException {
1699
- readonly name: "InvalidDBSnapshotStateFault";
1700
- readonly $fault: "client";
1701
-
1702
- constructor(opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>);
1703
- }
1704
-
1705
- export declare class InvalidRestoreFault extends __BaseException {
1706
- readonly name: "InvalidRestoreFault";
1707
- readonly $fault: "client";
1708
-
1709
- constructor(opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>);
1710
- }
1711
-
1712
- export interface RestoreDBClusterFromSnapshotMessage {
1713
-
1714
- AvailabilityZones?: string[];
1715
-
1716
- DBClusterIdentifier: string | undefined;
1717
-
1718
- SnapshotIdentifier: string | undefined;
1719
-
1720
- Engine: string | undefined;
1721
-
1722
- EngineVersion?: string;
1723
-
1724
- Port?: number;
1725
-
1726
- DBSubnetGroupName?: string;
1727
-
1728
- VpcSecurityGroupIds?: string[];
1729
-
1730
- Tags?: Tag[];
1731
-
1732
- KmsKeyId?: string;
1733
-
1734
- EnableCloudwatchLogsExports?: string[];
1735
-
1736
- DeletionProtection?: boolean;
1737
- }
1738
- export interface RestoreDBClusterFromSnapshotResult {
1739
-
1740
- DBCluster?: DBCluster;
1741
- }
1742
-
1743
- export interface RestoreDBClusterToPointInTimeMessage {
1744
-
1745
- DBClusterIdentifier: string | undefined;
1746
-
1747
- RestoreType?: string;
1748
-
1749
- SourceDBClusterIdentifier: string | undefined;
1750
-
1751
- RestoreToTime?: Date;
1752
-
1753
- UseLatestRestorableTime?: boolean;
1754
-
1755
- Port?: number;
1756
-
1757
- DBSubnetGroupName?: string;
1758
-
1759
- VpcSecurityGroupIds?: string[];
1760
-
1761
- Tags?: Tag[];
1762
-
1763
- KmsKeyId?: string;
1764
-
1765
- EnableCloudwatchLogsExports?: string[];
1766
-
1767
- DeletionProtection?: boolean;
1768
- }
1769
- export interface RestoreDBClusterToPointInTimeResult {
1770
-
1771
- DBCluster?: DBCluster;
1772
- }
1773
- export interface StartDBClusterMessage {
1774
-
1775
- DBClusterIdentifier: string | undefined;
1776
- }
1777
- export interface StartDBClusterResult {
1778
-
1779
- DBCluster?: DBCluster;
1780
- }
1781
- export interface StopDBClusterMessage {
1782
-
1783
- DBClusterIdentifier: string | undefined;
1784
- }
1785
- export interface StopDBClusterResult {
1786
-
1787
- DBCluster?: DBCluster;
1788
- }
1789
-
1790
- export declare const AddSourceIdentifierToSubscriptionMessageFilterSensitiveLog: (obj: AddSourceIdentifierToSubscriptionMessage) => any;
1791
-
1792
- export declare const EventSubscriptionFilterSensitiveLog: (obj: EventSubscription) => any;
1793
-
1794
- export declare const AddSourceIdentifierToSubscriptionResultFilterSensitiveLog: (obj: AddSourceIdentifierToSubscriptionResult) => any;
1795
-
1796
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1797
-
1798
- export declare const AddTagsToResourceMessageFilterSensitiveLog: (obj: AddTagsToResourceMessage) => any;
1799
-
1800
- export declare const ApplyPendingMaintenanceActionMessageFilterSensitiveLog: (obj: ApplyPendingMaintenanceActionMessage) => any;
1801
-
1802
- export declare const PendingMaintenanceActionFilterSensitiveLog: (obj: PendingMaintenanceAction) => any;
1803
-
1804
- export declare const ResourcePendingMaintenanceActionsFilterSensitiveLog: (obj: ResourcePendingMaintenanceActions) => any;
1805
-
1806
- export declare const ApplyPendingMaintenanceActionResultFilterSensitiveLog: (obj: ApplyPendingMaintenanceActionResult) => any;
1807
-
1808
- export declare const CopyDBClusterParameterGroupMessageFilterSensitiveLog: (obj: CopyDBClusterParameterGroupMessage) => any;
1809
-
1810
- export declare const DBClusterParameterGroupFilterSensitiveLog: (obj: DBClusterParameterGroup) => any;
1811
-
1812
- export declare const CopyDBClusterParameterGroupResultFilterSensitiveLog: (obj: CopyDBClusterParameterGroupResult) => any;
1813
-
1814
- export declare const CopyDBClusterSnapshotMessageFilterSensitiveLog: (obj: CopyDBClusterSnapshotMessage) => any;
1815
-
1816
- export declare const DBClusterSnapshotFilterSensitiveLog: (obj: DBClusterSnapshot) => any;
1817
-
1818
- export declare const CopyDBClusterSnapshotResultFilterSensitiveLog: (obj: CopyDBClusterSnapshotResult) => any;
1819
-
1820
- export declare const CreateDBClusterMessageFilterSensitiveLog: (obj: CreateDBClusterMessage) => any;
1821
-
1822
- export declare const DBClusterRoleFilterSensitiveLog: (obj: DBClusterRole) => any;
1823
-
1824
- export declare const DBClusterMemberFilterSensitiveLog: (obj: DBClusterMember) => any;
1825
-
1826
- export declare const VpcSecurityGroupMembershipFilterSensitiveLog: (obj: VpcSecurityGroupMembership) => any;
1827
-
1828
- export declare const DBClusterFilterSensitiveLog: (obj: DBCluster) => any;
1829
-
1830
- export declare const CreateDBClusterResultFilterSensitiveLog: (obj: CreateDBClusterResult) => any;
1831
-
1832
- export declare const CreateDBClusterParameterGroupMessageFilterSensitiveLog: (obj: CreateDBClusterParameterGroupMessage) => any;
1833
-
1834
- export declare const CreateDBClusterParameterGroupResultFilterSensitiveLog: (obj: CreateDBClusterParameterGroupResult) => any;
1835
-
1836
- export declare const CreateDBClusterSnapshotMessageFilterSensitiveLog: (obj: CreateDBClusterSnapshotMessage) => any;
1837
-
1838
- export declare const CreateDBClusterSnapshotResultFilterSensitiveLog: (obj: CreateDBClusterSnapshotResult) => any;
1839
-
1840
- export declare const CreateDBInstanceMessageFilterSensitiveLog: (obj: CreateDBInstanceMessage) => any;
1841
-
1842
- export declare const AvailabilityZoneFilterSensitiveLog: (obj: AvailabilityZone) => any;
1843
-
1844
- export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
1845
-
1846
- export declare const DBSubnetGroupFilterSensitiveLog: (obj: DBSubnetGroup) => any;
1847
-
1848
- export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
1849
-
1850
- export declare const PendingCloudwatchLogsExportsFilterSensitiveLog: (obj: PendingCloudwatchLogsExports) => any;
1851
-
1852
- export declare const PendingModifiedValuesFilterSensitiveLog: (obj: PendingModifiedValues) => any;
1853
-
1854
- export declare const DBInstanceStatusInfoFilterSensitiveLog: (obj: DBInstanceStatusInfo) => any;
1855
-
1856
- export declare const DBInstanceFilterSensitiveLog: (obj: DBInstance) => any;
1857
-
1858
- export declare const CreateDBInstanceResultFilterSensitiveLog: (obj: CreateDBInstanceResult) => any;
1859
-
1860
- export declare const CreateDBSubnetGroupMessageFilterSensitiveLog: (obj: CreateDBSubnetGroupMessage) => any;
1861
-
1862
- export declare const CreateDBSubnetGroupResultFilterSensitiveLog: (obj: CreateDBSubnetGroupResult) => any;
1863
-
1864
- export declare const CreateEventSubscriptionMessageFilterSensitiveLog: (obj: CreateEventSubscriptionMessage) => any;
1865
-
1866
- export declare const CreateEventSubscriptionResultFilterSensitiveLog: (obj: CreateEventSubscriptionResult) => any;
1867
-
1868
- export declare const CreateGlobalClusterMessageFilterSensitiveLog: (obj: CreateGlobalClusterMessage) => any;
1869
-
1870
- export declare const GlobalClusterMemberFilterSensitiveLog: (obj: GlobalClusterMember) => any;
1871
-
1872
- export declare const GlobalClusterFilterSensitiveLog: (obj: GlobalCluster) => any;
1873
-
1874
- export declare const CreateGlobalClusterResultFilterSensitiveLog: (obj: CreateGlobalClusterResult) => any;
1875
-
1876
- export declare const DeleteDBClusterMessageFilterSensitiveLog: (obj: DeleteDBClusterMessage) => any;
1877
-
1878
- export declare const DeleteDBClusterResultFilterSensitiveLog: (obj: DeleteDBClusterResult) => any;
1879
-
1880
- export declare const DeleteDBClusterParameterGroupMessageFilterSensitiveLog: (obj: DeleteDBClusterParameterGroupMessage) => any;
1881
-
1882
- export declare const DeleteDBClusterSnapshotMessageFilterSensitiveLog: (obj: DeleteDBClusterSnapshotMessage) => any;
1883
-
1884
- export declare const DeleteDBClusterSnapshotResultFilterSensitiveLog: (obj: DeleteDBClusterSnapshotResult) => any;
1885
-
1886
- export declare const DeleteDBInstanceMessageFilterSensitiveLog: (obj: DeleteDBInstanceMessage) => any;
1887
-
1888
- export declare const DeleteDBInstanceResultFilterSensitiveLog: (obj: DeleteDBInstanceResult) => any;
1889
-
1890
- export declare const DeleteDBSubnetGroupMessageFilterSensitiveLog: (obj: DeleteDBSubnetGroupMessage) => any;
1891
-
1892
- export declare const DeleteEventSubscriptionMessageFilterSensitiveLog: (obj: DeleteEventSubscriptionMessage) => any;
1893
-
1894
- export declare const DeleteEventSubscriptionResultFilterSensitiveLog: (obj: DeleteEventSubscriptionResult) => any;
1895
-
1896
- export declare const DeleteGlobalClusterMessageFilterSensitiveLog: (obj: DeleteGlobalClusterMessage) => any;
1897
-
1898
- export declare const DeleteGlobalClusterResultFilterSensitiveLog: (obj: DeleteGlobalClusterResult) => any;
1899
-
1900
- export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
1901
-
1902
- export declare const CertificateMessageFilterSensitiveLog: (obj: CertificateMessage) => any;
1903
-
1904
- export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1905
-
1906
- export declare const DescribeCertificatesMessageFilterSensitiveLog: (obj: DescribeCertificatesMessage) => any;
1907
-
1908
- export declare const DBClusterParameterGroupsMessageFilterSensitiveLog: (obj: DBClusterParameterGroupsMessage) => any;
1909
-
1910
- export declare const DescribeDBClusterParameterGroupsMessageFilterSensitiveLog: (obj: DescribeDBClusterParameterGroupsMessage) => any;
1911
-
1912
- export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
1913
-
1914
- export declare const DBClusterParameterGroupDetailsFilterSensitiveLog: (obj: DBClusterParameterGroupDetails) => any;
1915
-
1916
- export declare const DescribeDBClusterParametersMessageFilterSensitiveLog: (obj: DescribeDBClusterParametersMessage) => any;
1917
-
1918
- export declare const DBClusterMessageFilterSensitiveLog: (obj: DBClusterMessage) => any;
1919
-
1920
- export declare const DescribeDBClustersMessageFilterSensitiveLog: (obj: DescribeDBClustersMessage) => any;
1921
-
1922
- export declare const DescribeDBClusterSnapshotAttributesMessageFilterSensitiveLog: (obj: DescribeDBClusterSnapshotAttributesMessage) => any;
1923
-
1924
- export declare const DBClusterSnapshotAttributeFilterSensitiveLog: (obj: DBClusterSnapshotAttribute) => any;
1925
-
1926
- export declare const DBClusterSnapshotAttributesResultFilterSensitiveLog: (obj: DBClusterSnapshotAttributesResult) => any;
1927
-
1928
- export declare const DescribeDBClusterSnapshotAttributesResultFilterSensitiveLog: (obj: DescribeDBClusterSnapshotAttributesResult) => any;
1929
-
1930
- export declare const DBClusterSnapshotMessageFilterSensitiveLog: (obj: DBClusterSnapshotMessage) => any;
1931
-
1932
- export declare const DescribeDBClusterSnapshotsMessageFilterSensitiveLog: (obj: DescribeDBClusterSnapshotsMessage) => any;
1933
-
1934
- export declare const UpgradeTargetFilterSensitiveLog: (obj: UpgradeTarget) => any;
1935
-
1936
- export declare const DBEngineVersionFilterSensitiveLog: (obj: DBEngineVersion) => any;
1937
-
1938
- export declare const DBEngineVersionMessageFilterSensitiveLog: (obj: DBEngineVersionMessage) => any;
1939
-
1940
- export declare const DescribeDBEngineVersionsMessageFilterSensitiveLog: (obj: DescribeDBEngineVersionsMessage) => any;
1941
-
1942
- export declare const DBInstanceMessageFilterSensitiveLog: (obj: DBInstanceMessage) => any;
1943
-
1944
- export declare const DescribeDBInstancesMessageFilterSensitiveLog: (obj: DescribeDBInstancesMessage) => any;
1945
-
1946
- export declare const DBSubnetGroupMessageFilterSensitiveLog: (obj: DBSubnetGroupMessage) => any;
1947
-
1948
- export declare const DescribeDBSubnetGroupsMessageFilterSensitiveLog: (obj: DescribeDBSubnetGroupsMessage) => any;
1949
-
1950
- export declare const DescribeEngineDefaultClusterParametersMessageFilterSensitiveLog: (obj: DescribeEngineDefaultClusterParametersMessage) => any;
1951
-
1952
- export declare const EngineDefaultsFilterSensitiveLog: (obj: EngineDefaults) => any;
1953
-
1954
- export declare const DescribeEngineDefaultClusterParametersResultFilterSensitiveLog: (obj: DescribeEngineDefaultClusterParametersResult) => any;
1955
-
1956
- export declare const DescribeEventCategoriesMessageFilterSensitiveLog: (obj: DescribeEventCategoriesMessage) => any;
1957
-
1958
- export declare const EventCategoriesMapFilterSensitiveLog: (obj: EventCategoriesMap) => any;
1959
-
1960
- export declare const EventCategoriesMessageFilterSensitiveLog: (obj: EventCategoriesMessage) => any;
1961
-
1962
- export declare const DescribeEventsMessageFilterSensitiveLog: (obj: DescribeEventsMessage) => any;
1963
-
1964
- export declare const EventFilterSensitiveLog: (obj: Event) => any;
1965
-
1966
- export declare const EventsMessageFilterSensitiveLog: (obj: EventsMessage) => any;
1967
-
1968
- export declare const DescribeEventSubscriptionsMessageFilterSensitiveLog: (obj: DescribeEventSubscriptionsMessage) => any;
1969
-
1970
- export declare const EventSubscriptionsMessageFilterSensitiveLog: (obj: EventSubscriptionsMessage) => any;
1971
-
1972
- export declare const DescribeGlobalClustersMessageFilterSensitiveLog: (obj: DescribeGlobalClustersMessage) => any;
1973
-
1974
- export declare const GlobalClustersMessageFilterSensitiveLog: (obj: GlobalClustersMessage) => any;
1975
-
1976
- export declare const DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog: (obj: DescribeOrderableDBInstanceOptionsMessage) => any;
1977
-
1978
- export declare const OrderableDBInstanceOptionFilterSensitiveLog: (obj: OrderableDBInstanceOption) => any;
1979
-
1980
- export declare const OrderableDBInstanceOptionsMessageFilterSensitiveLog: (obj: OrderableDBInstanceOptionsMessage) => any;
1981
-
1982
- export declare const DescribePendingMaintenanceActionsMessageFilterSensitiveLog: (obj: DescribePendingMaintenanceActionsMessage) => any;
1983
-
1984
- export declare const PendingMaintenanceActionsMessageFilterSensitiveLog: (obj: PendingMaintenanceActionsMessage) => any;
1985
-
1986
- export declare const FailoverDBClusterMessageFilterSensitiveLog: (obj: FailoverDBClusterMessage) => any;
1987
-
1988
- export declare const FailoverDBClusterResultFilterSensitiveLog: (obj: FailoverDBClusterResult) => any;
1989
-
1990
- export declare const ListTagsForResourceMessageFilterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
1991
-
1992
- export declare const TagListMessageFilterSensitiveLog: (obj: TagListMessage) => any;
1993
-
1994
- export declare const CloudwatchLogsExportConfigurationFilterSensitiveLog: (obj: CloudwatchLogsExportConfiguration) => any;
1995
-
1996
- export declare const ModifyDBClusterMessageFilterSensitiveLog: (obj: ModifyDBClusterMessage) => any;
1997
-
1998
- export declare const ModifyDBClusterResultFilterSensitiveLog: (obj: ModifyDBClusterResult) => any;
1999
-
2000
- export declare const DBClusterParameterGroupNameMessageFilterSensitiveLog: (obj: DBClusterParameterGroupNameMessage) => any;
2001
-
2002
- export declare const ModifyDBClusterParameterGroupMessageFilterSensitiveLog: (obj: ModifyDBClusterParameterGroupMessage) => any;
2003
-
2004
- export declare const ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog: (obj: ModifyDBClusterSnapshotAttributeMessage) => any;
2005
-
2006
- export declare const ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog: (obj: ModifyDBClusterSnapshotAttributeResult) => any;
2007
-
2008
- export declare const ModifyDBInstanceMessageFilterSensitiveLog: (obj: ModifyDBInstanceMessage) => any;
2009
-
2010
- export declare const ModifyDBInstanceResultFilterSensitiveLog: (obj: ModifyDBInstanceResult) => any;
2011
-
2012
- export declare const ModifyDBSubnetGroupMessageFilterSensitiveLog: (obj: ModifyDBSubnetGroupMessage) => any;
2013
-
2014
- export declare const ModifyDBSubnetGroupResultFilterSensitiveLog: (obj: ModifyDBSubnetGroupResult) => any;
2015
-
2016
- export declare const ModifyEventSubscriptionMessageFilterSensitiveLog: (obj: ModifyEventSubscriptionMessage) => any;
2017
-
2018
- export declare const ModifyEventSubscriptionResultFilterSensitiveLog: (obj: ModifyEventSubscriptionResult) => any;
2019
-
2020
- export declare const ModifyGlobalClusterMessageFilterSensitiveLog: (obj: ModifyGlobalClusterMessage) => any;
2021
-
2022
- export declare const ModifyGlobalClusterResultFilterSensitiveLog: (obj: ModifyGlobalClusterResult) => any;
2023
-
2024
- export declare const RebootDBInstanceMessageFilterSensitiveLog: (obj: RebootDBInstanceMessage) => any;
2025
-
2026
- export declare const RebootDBInstanceResultFilterSensitiveLog: (obj: RebootDBInstanceResult) => any;
2027
-
2028
- export declare const RemoveFromGlobalClusterMessageFilterSensitiveLog: (obj: RemoveFromGlobalClusterMessage) => any;
2029
-
2030
- export declare const RemoveFromGlobalClusterResultFilterSensitiveLog: (obj: RemoveFromGlobalClusterResult) => any;
2031
-
2032
- export declare const RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog: (obj: RemoveSourceIdentifierFromSubscriptionMessage) => any;
2033
-
2034
- export declare const RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog: (obj: RemoveSourceIdentifierFromSubscriptionResult) => any;
2035
-
2036
- export declare const RemoveTagsFromResourceMessageFilterSensitiveLog: (obj: RemoveTagsFromResourceMessage) => any;
2037
-
2038
- export declare const ResetDBClusterParameterGroupMessageFilterSensitiveLog: (obj: ResetDBClusterParameterGroupMessage) => any;
2039
-
2040
- export declare const RestoreDBClusterFromSnapshotMessageFilterSensitiveLog: (obj: RestoreDBClusterFromSnapshotMessage) => any;
2041
-
2042
- export declare const RestoreDBClusterFromSnapshotResultFilterSensitiveLog: (obj: RestoreDBClusterFromSnapshotResult) => any;
2043
-
2044
- export declare const RestoreDBClusterToPointInTimeMessageFilterSensitiveLog: (obj: RestoreDBClusterToPointInTimeMessage) => any;
2045
-
2046
- export declare const RestoreDBClusterToPointInTimeResultFilterSensitiveLog: (obj: RestoreDBClusterToPointInTimeResult) => any;
2047
-
2048
- export declare const StartDBClusterMessageFilterSensitiveLog: (obj: StartDBClusterMessage) => any;
2049
-
2050
- export declare const StartDBClusterResultFilterSensitiveLog: (obj: StartDBClusterResult) => any;
2051
-
2052
- export declare const StopDBClusterMessageFilterSensitiveLog: (obj: StopDBClusterMessage) => any;
2053
-
2054
- export declare const StopDBClusterResultFilterSensitiveLog: (obj: StopDBClusterResult) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { DocDBServiceException as __BaseException } from "./DocDBServiceException";
3
+ export interface AddSourceIdentifierToSubscriptionMessage {
4
+ SubscriptionName: string | undefined;
5
+ SourceIdentifier: string | undefined;
6
+ }
7
+ export interface EventSubscription {
8
+ CustomerAwsId?: string;
9
+ CustSubscriptionId?: string;
10
+ SnsTopicArn?: string;
11
+ Status?: string;
12
+ SubscriptionCreationTime?: string;
13
+ SourceType?: string;
14
+ SourceIdsList?: string[];
15
+ EventCategoriesList?: string[];
16
+ Enabled?: boolean;
17
+ EventSubscriptionArn?: string;
18
+ }
19
+ export interface AddSourceIdentifierToSubscriptionResult {
20
+ EventSubscription?: EventSubscription;
21
+ }
22
+ export declare class SourceNotFoundFault extends __BaseException {
23
+ readonly name: "SourceNotFoundFault";
24
+ readonly $fault: "client";
25
+ constructor(
26
+ opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>
27
+ );
28
+ }
29
+ export declare class SubscriptionNotFoundFault extends __BaseException {
30
+ readonly name: "SubscriptionNotFoundFault";
31
+ readonly $fault: "client";
32
+ constructor(
33
+ opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>
34
+ );
35
+ }
36
+ export interface Tag {
37
+ Key?: string;
38
+ Value?: string;
39
+ }
40
+ export interface AddTagsToResourceMessage {
41
+ ResourceName: string | undefined;
42
+ Tags: Tag[] | undefined;
43
+ }
44
+ export declare class DBClusterNotFoundFault extends __BaseException {
45
+ readonly name: "DBClusterNotFoundFault";
46
+ readonly $fault: "client";
47
+ constructor(
48
+ opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>
49
+ );
50
+ }
51
+ export declare class DBInstanceNotFoundFault extends __BaseException {
52
+ readonly name: "DBInstanceNotFoundFault";
53
+ readonly $fault: "client";
54
+ constructor(
55
+ opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>
56
+ );
57
+ }
58
+ export declare class DBSnapshotNotFoundFault extends __BaseException {
59
+ readonly name: "DBSnapshotNotFoundFault";
60
+ readonly $fault: "client";
61
+ constructor(
62
+ opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>
63
+ );
64
+ }
65
+ export interface ApplyPendingMaintenanceActionMessage {
66
+ ResourceIdentifier: string | undefined;
67
+ ApplyAction: string | undefined;
68
+ OptInType: string | undefined;
69
+ }
70
+ export interface PendingMaintenanceAction {
71
+ Action?: string;
72
+ AutoAppliedAfterDate?: Date;
73
+ ForcedApplyDate?: Date;
74
+ OptInStatus?: string;
75
+ CurrentApplyDate?: Date;
76
+ Description?: string;
77
+ }
78
+ export interface ResourcePendingMaintenanceActions {
79
+ ResourceIdentifier?: string;
80
+ PendingMaintenanceActionDetails?: PendingMaintenanceAction[];
81
+ }
82
+ export interface ApplyPendingMaintenanceActionResult {
83
+ ResourcePendingMaintenanceActions?: ResourcePendingMaintenanceActions;
84
+ }
85
+ export declare class InvalidDBClusterStateFault extends __BaseException {
86
+ readonly name: "InvalidDBClusterStateFault";
87
+ readonly $fault: "client";
88
+ constructor(
89
+ opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>
90
+ );
91
+ }
92
+ export declare class InvalidDBInstanceStateFault extends __BaseException {
93
+ readonly name: "InvalidDBInstanceStateFault";
94
+ readonly $fault: "client";
95
+ constructor(
96
+ opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>
97
+ );
98
+ }
99
+ export declare class ResourceNotFoundFault extends __BaseException {
100
+ readonly name: "ResourceNotFoundFault";
101
+ readonly $fault: "client";
102
+ constructor(
103
+ opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>
104
+ );
105
+ }
106
+ export interface CopyDBClusterParameterGroupMessage {
107
+ SourceDBClusterParameterGroupIdentifier: string | undefined;
108
+ TargetDBClusterParameterGroupIdentifier: string | undefined;
109
+ TargetDBClusterParameterGroupDescription: string | undefined;
110
+ Tags?: Tag[];
111
+ }
112
+ export interface DBClusterParameterGroup {
113
+ DBClusterParameterGroupName?: string;
114
+ DBParameterGroupFamily?: string;
115
+ Description?: string;
116
+ DBClusterParameterGroupArn?: string;
117
+ }
118
+ export interface CopyDBClusterParameterGroupResult {
119
+ DBClusterParameterGroup?: DBClusterParameterGroup;
120
+ }
121
+ export declare class DBParameterGroupAlreadyExistsFault extends __BaseException {
122
+ readonly name: "DBParameterGroupAlreadyExistsFault";
123
+ readonly $fault: "client";
124
+ constructor(
125
+ opts: __ExceptionOptionType<
126
+ DBParameterGroupAlreadyExistsFault,
127
+ __BaseException
128
+ >
129
+ );
130
+ }
131
+ export declare class DBParameterGroupNotFoundFault extends __BaseException {
132
+ readonly name: "DBParameterGroupNotFoundFault";
133
+ readonly $fault: "client";
134
+ constructor(
135
+ opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>
136
+ );
137
+ }
138
+ export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
139
+ readonly name: "DBParameterGroupQuotaExceededFault";
140
+ readonly $fault: "client";
141
+ constructor(
142
+ opts: __ExceptionOptionType<
143
+ DBParameterGroupQuotaExceededFault,
144
+ __BaseException
145
+ >
146
+ );
147
+ }
148
+ export interface CopyDBClusterSnapshotMessage {
149
+ SourceDBClusterSnapshotIdentifier: string | undefined;
150
+ TargetDBClusterSnapshotIdentifier: string | undefined;
151
+ KmsKeyId?: string;
152
+ PreSignedUrl?: string;
153
+ CopyTags?: boolean;
154
+ Tags?: Tag[];
155
+ }
156
+ export interface DBClusterSnapshot {
157
+ AvailabilityZones?: string[];
158
+ DBClusterSnapshotIdentifier?: string;
159
+ DBClusterIdentifier?: string;
160
+ SnapshotCreateTime?: Date;
161
+ Engine?: string;
162
+ Status?: string;
163
+ Port?: number;
164
+ VpcId?: string;
165
+ ClusterCreateTime?: Date;
166
+ MasterUsername?: string;
167
+ EngineVersion?: string;
168
+ SnapshotType?: string;
169
+ PercentProgress?: number;
170
+ StorageEncrypted?: boolean;
171
+ KmsKeyId?: string;
172
+ DBClusterSnapshotArn?: string;
173
+ SourceDBClusterSnapshotArn?: string;
174
+ }
175
+ export interface CopyDBClusterSnapshotResult {
176
+ DBClusterSnapshot?: DBClusterSnapshot;
177
+ }
178
+ export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
179
+ readonly name: "DBClusterSnapshotAlreadyExistsFault";
180
+ readonly $fault: "client";
181
+ constructor(
182
+ opts: __ExceptionOptionType<
183
+ DBClusterSnapshotAlreadyExistsFault,
184
+ __BaseException
185
+ >
186
+ );
187
+ }
188
+ export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
189
+ readonly name: "DBClusterSnapshotNotFoundFault";
190
+ readonly $fault: "client";
191
+ constructor(
192
+ opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>
193
+ );
194
+ }
195
+ export declare class InvalidDBClusterSnapshotStateFault extends __BaseException {
196
+ readonly name: "InvalidDBClusterSnapshotStateFault";
197
+ readonly $fault: "client";
198
+ constructor(
199
+ opts: __ExceptionOptionType<
200
+ InvalidDBClusterSnapshotStateFault,
201
+ __BaseException
202
+ >
203
+ );
204
+ }
205
+ export declare class KMSKeyNotAccessibleFault extends __BaseException {
206
+ readonly name: "KMSKeyNotAccessibleFault";
207
+ readonly $fault: "client";
208
+ constructor(
209
+ opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>
210
+ );
211
+ }
212
+ export declare class SnapshotQuotaExceededFault extends __BaseException {
213
+ readonly name: "SnapshotQuotaExceededFault";
214
+ readonly $fault: "client";
215
+ constructor(
216
+ opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>
217
+ );
218
+ }
219
+ export interface CreateDBClusterMessage {
220
+ AvailabilityZones?: string[];
221
+ BackupRetentionPeriod?: number;
222
+ DBClusterIdentifier: string | undefined;
223
+ DBClusterParameterGroupName?: string;
224
+ VpcSecurityGroupIds?: string[];
225
+ DBSubnetGroupName?: string;
226
+ Engine: string | undefined;
227
+ EngineVersion?: string;
228
+ Port?: number;
229
+ MasterUsername?: string;
230
+ MasterUserPassword?: string;
231
+ PreferredBackupWindow?: string;
232
+ PreferredMaintenanceWindow?: string;
233
+ Tags?: Tag[];
234
+ StorageEncrypted?: boolean;
235
+ KmsKeyId?: string;
236
+ PreSignedUrl?: string;
237
+ EnableCloudwatchLogsExports?: string[];
238
+ DeletionProtection?: boolean;
239
+ GlobalClusterIdentifier?: string;
240
+ }
241
+ export interface DBClusterRole {
242
+ RoleArn?: string;
243
+ Status?: string;
244
+ }
245
+ export interface DBClusterMember {
246
+ DBInstanceIdentifier?: string;
247
+ IsClusterWriter?: boolean;
248
+ DBClusterParameterGroupStatus?: string;
249
+ PromotionTier?: number;
250
+ }
251
+ export interface VpcSecurityGroupMembership {
252
+ VpcSecurityGroupId?: string;
253
+ Status?: string;
254
+ }
255
+ export interface DBCluster {
256
+ AvailabilityZones?: string[];
257
+ BackupRetentionPeriod?: number;
258
+ DBClusterIdentifier?: string;
259
+ DBClusterParameterGroup?: string;
260
+ DBSubnetGroup?: string;
261
+ Status?: string;
262
+ PercentProgress?: string;
263
+ EarliestRestorableTime?: Date;
264
+ Endpoint?: string;
265
+ ReaderEndpoint?: string;
266
+ MultiAZ?: boolean;
267
+ Engine?: string;
268
+ EngineVersion?: string;
269
+ LatestRestorableTime?: Date;
270
+ Port?: number;
271
+ MasterUsername?: string;
272
+ PreferredBackupWindow?: string;
273
+ PreferredMaintenanceWindow?: string;
274
+ ReplicationSourceIdentifier?: string;
275
+ ReadReplicaIdentifiers?: string[];
276
+ DBClusterMembers?: DBClusterMember[];
277
+ VpcSecurityGroups?: VpcSecurityGroupMembership[];
278
+ HostedZoneId?: string;
279
+ StorageEncrypted?: boolean;
280
+ KmsKeyId?: string;
281
+ DbClusterResourceId?: string;
282
+ DBClusterArn?: string;
283
+ AssociatedRoles?: DBClusterRole[];
284
+ CloneGroupId?: string;
285
+ ClusterCreateTime?: Date;
286
+ EnabledCloudwatchLogsExports?: string[];
287
+ DeletionProtection?: boolean;
288
+ }
289
+ export interface CreateDBClusterResult {
290
+ DBCluster?: DBCluster;
291
+ }
292
+ export declare class DBClusterAlreadyExistsFault extends __BaseException {
293
+ readonly name: "DBClusterAlreadyExistsFault";
294
+ readonly $fault: "client";
295
+ constructor(
296
+ opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>
297
+ );
298
+ }
299
+ export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
300
+ readonly name: "DBClusterParameterGroupNotFoundFault";
301
+ readonly $fault: "client";
302
+ constructor(
303
+ opts: __ExceptionOptionType<
304
+ DBClusterParameterGroupNotFoundFault,
305
+ __BaseException
306
+ >
307
+ );
308
+ }
309
+ export declare class DBClusterQuotaExceededFault extends __BaseException {
310
+ readonly name: "DBClusterQuotaExceededFault";
311
+ readonly $fault: "client";
312
+ constructor(
313
+ opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>
314
+ );
315
+ }
316
+ export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
317
+ readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs";
318
+ readonly $fault: "client";
319
+ constructor(
320
+ opts: __ExceptionOptionType<
321
+ DBSubnetGroupDoesNotCoverEnoughAZs,
322
+ __BaseException
323
+ >
324
+ );
325
+ }
326
+ export declare class DBSubnetGroupNotFoundFault extends __BaseException {
327
+ readonly name: "DBSubnetGroupNotFoundFault";
328
+ readonly $fault: "client";
329
+ constructor(
330
+ opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>
331
+ );
332
+ }
333
+ export declare class GlobalClusterNotFoundFault extends __BaseException {
334
+ readonly name: "GlobalClusterNotFoundFault";
335
+ readonly $fault: "client";
336
+ constructor(
337
+ opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>
338
+ );
339
+ }
340
+ export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
341
+ readonly name: "InsufficientStorageClusterCapacityFault";
342
+ readonly $fault: "client";
343
+ constructor(
344
+ opts: __ExceptionOptionType<
345
+ InsufficientStorageClusterCapacityFault,
346
+ __BaseException
347
+ >
348
+ );
349
+ }
350
+ export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
351
+ readonly name: "InvalidDBSubnetGroupStateFault";
352
+ readonly $fault: "client";
353
+ constructor(
354
+ opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>
355
+ );
356
+ }
357
+ export declare class InvalidGlobalClusterStateFault extends __BaseException {
358
+ readonly name: "InvalidGlobalClusterStateFault";
359
+ readonly $fault: "client";
360
+ constructor(
361
+ opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>
362
+ );
363
+ }
364
+ export declare class InvalidSubnet extends __BaseException {
365
+ readonly name: "InvalidSubnet";
366
+ readonly $fault: "client";
367
+ constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
368
+ }
369
+ export declare class InvalidVPCNetworkStateFault extends __BaseException {
370
+ readonly name: "InvalidVPCNetworkStateFault";
371
+ readonly $fault: "client";
372
+ constructor(
373
+ opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>
374
+ );
375
+ }
376
+ export declare class StorageQuotaExceededFault extends __BaseException {
377
+ readonly name: "StorageQuotaExceededFault";
378
+ readonly $fault: "client";
379
+ constructor(
380
+ opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>
381
+ );
382
+ }
383
+ export interface CreateDBClusterParameterGroupMessage {
384
+ DBClusterParameterGroupName: string | undefined;
385
+ DBParameterGroupFamily: string | undefined;
386
+ Description: string | undefined;
387
+ Tags?: Tag[];
388
+ }
389
+ export interface CreateDBClusterParameterGroupResult {
390
+ DBClusterParameterGroup?: DBClusterParameterGroup;
391
+ }
392
+ export interface CreateDBClusterSnapshotMessage {
393
+ DBClusterSnapshotIdentifier: string | undefined;
394
+ DBClusterIdentifier: string | undefined;
395
+ Tags?: Tag[];
396
+ }
397
+ export interface CreateDBClusterSnapshotResult {
398
+ DBClusterSnapshot?: DBClusterSnapshot;
399
+ }
400
+ export declare class AuthorizationNotFoundFault extends __BaseException {
401
+ readonly name: "AuthorizationNotFoundFault";
402
+ readonly $fault: "client";
403
+ constructor(
404
+ opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>
405
+ );
406
+ }
407
+ export interface CreateDBInstanceMessage {
408
+ DBInstanceIdentifier: string | undefined;
409
+ DBInstanceClass: string | undefined;
410
+ Engine: string | undefined;
411
+ AvailabilityZone?: string;
412
+ PreferredMaintenanceWindow?: string;
413
+ AutoMinorVersionUpgrade?: boolean;
414
+ Tags?: Tag[];
415
+ DBClusterIdentifier: string | undefined;
416
+ CopyTagsToSnapshot?: boolean;
417
+ PromotionTier?: number;
418
+ EnablePerformanceInsights?: boolean;
419
+ PerformanceInsightsKMSKeyId?: string;
420
+ }
421
+ export interface AvailabilityZone {
422
+ Name?: string;
423
+ }
424
+ export interface Subnet {
425
+ SubnetIdentifier?: string;
426
+ SubnetAvailabilityZone?: AvailabilityZone;
427
+ SubnetStatus?: string;
428
+ }
429
+ export interface DBSubnetGroup {
430
+ DBSubnetGroupName?: string;
431
+ DBSubnetGroupDescription?: string;
432
+ VpcId?: string;
433
+ SubnetGroupStatus?: string;
434
+ Subnets?: Subnet[];
435
+ DBSubnetGroupArn?: string;
436
+ }
437
+ export interface Endpoint {
438
+ Address?: string;
439
+ Port?: number;
440
+ HostedZoneId?: string;
441
+ }
442
+ export interface PendingCloudwatchLogsExports {
443
+ LogTypesToEnable?: string[];
444
+ LogTypesToDisable?: string[];
445
+ }
446
+ export interface PendingModifiedValues {
447
+ DBInstanceClass?: string;
448
+ AllocatedStorage?: number;
449
+ MasterUserPassword?: string;
450
+ Port?: number;
451
+ BackupRetentionPeriod?: number;
452
+ MultiAZ?: boolean;
453
+ EngineVersion?: string;
454
+ LicenseModel?: string;
455
+ Iops?: number;
456
+ DBInstanceIdentifier?: string;
457
+ StorageType?: string;
458
+ CACertificateIdentifier?: string;
459
+ DBSubnetGroupName?: string;
460
+ PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports;
461
+ }
462
+ export interface DBInstanceStatusInfo {
463
+ StatusType?: string;
464
+ Normal?: boolean;
465
+ Status?: string;
466
+ Message?: string;
467
+ }
468
+ export interface DBInstance {
469
+ DBInstanceIdentifier?: string;
470
+ DBInstanceClass?: string;
471
+ Engine?: string;
472
+ DBInstanceStatus?: string;
473
+ Endpoint?: Endpoint;
474
+ InstanceCreateTime?: Date;
475
+ PreferredBackupWindow?: string;
476
+ BackupRetentionPeriod?: number;
477
+ VpcSecurityGroups?: VpcSecurityGroupMembership[];
478
+ AvailabilityZone?: string;
479
+ DBSubnetGroup?: DBSubnetGroup;
480
+ PreferredMaintenanceWindow?: string;
481
+ PendingModifiedValues?: PendingModifiedValues;
482
+ LatestRestorableTime?: Date;
483
+ EngineVersion?: string;
484
+ AutoMinorVersionUpgrade?: boolean;
485
+ PubliclyAccessible?: boolean;
486
+ StatusInfos?: DBInstanceStatusInfo[];
487
+ DBClusterIdentifier?: string;
488
+ StorageEncrypted?: boolean;
489
+ KmsKeyId?: string;
490
+ DbiResourceId?: string;
491
+ CACertificateIdentifier?: string;
492
+ CopyTagsToSnapshot?: boolean;
493
+ PromotionTier?: number;
494
+ DBInstanceArn?: string;
495
+ EnabledCloudwatchLogsExports?: string[];
496
+ }
497
+ export interface CreateDBInstanceResult {
498
+ DBInstance?: DBInstance;
499
+ }
500
+ export declare class DBInstanceAlreadyExistsFault extends __BaseException {
501
+ readonly name: "DBInstanceAlreadyExistsFault";
502
+ readonly $fault: "client";
503
+ constructor(
504
+ opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>
505
+ );
506
+ }
507
+ export declare class DBSecurityGroupNotFoundFault extends __BaseException {
508
+ readonly name: "DBSecurityGroupNotFoundFault";
509
+ readonly $fault: "client";
510
+ constructor(
511
+ opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>
512
+ );
513
+ }
514
+ export declare class InstanceQuotaExceededFault extends __BaseException {
515
+ readonly name: "InstanceQuotaExceededFault";
516
+ readonly $fault: "client";
517
+ constructor(
518
+ opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>
519
+ );
520
+ }
521
+ export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
522
+ readonly name: "InsufficientDBInstanceCapacityFault";
523
+ readonly $fault: "client";
524
+ constructor(
525
+ opts: __ExceptionOptionType<
526
+ InsufficientDBInstanceCapacityFault,
527
+ __BaseException
528
+ >
529
+ );
530
+ }
531
+ export declare class StorageTypeNotSupportedFault extends __BaseException {
532
+ readonly name: "StorageTypeNotSupportedFault";
533
+ readonly $fault: "client";
534
+ constructor(
535
+ opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>
536
+ );
537
+ }
538
+ export interface CreateDBSubnetGroupMessage {
539
+ DBSubnetGroupName: string | undefined;
540
+ DBSubnetGroupDescription: string | undefined;
541
+ SubnetIds: string[] | undefined;
542
+ Tags?: Tag[];
543
+ }
544
+ export interface CreateDBSubnetGroupResult {
545
+ DBSubnetGroup?: DBSubnetGroup;
546
+ }
547
+ export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
548
+ readonly name: "DBSubnetGroupAlreadyExistsFault";
549
+ readonly $fault: "client";
550
+ constructor(
551
+ opts: __ExceptionOptionType<
552
+ DBSubnetGroupAlreadyExistsFault,
553
+ __BaseException
554
+ >
555
+ );
556
+ }
557
+ export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
558
+ readonly name: "DBSubnetGroupQuotaExceededFault";
559
+ readonly $fault: "client";
560
+ constructor(
561
+ opts: __ExceptionOptionType<
562
+ DBSubnetGroupQuotaExceededFault,
563
+ __BaseException
564
+ >
565
+ );
566
+ }
567
+ export declare class DBSubnetQuotaExceededFault extends __BaseException {
568
+ readonly name: "DBSubnetQuotaExceededFault";
569
+ readonly $fault: "client";
570
+ constructor(
571
+ opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>
572
+ );
573
+ }
574
+ export interface CreateEventSubscriptionMessage {
575
+ SubscriptionName: string | undefined;
576
+ SnsTopicArn: string | undefined;
577
+ SourceType?: string;
578
+ EventCategories?: string[];
579
+ SourceIds?: string[];
580
+ Enabled?: boolean;
581
+ Tags?: Tag[];
582
+ }
583
+ export interface CreateEventSubscriptionResult {
584
+ EventSubscription?: EventSubscription;
585
+ }
586
+ export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
587
+ readonly name: "EventSubscriptionQuotaExceededFault";
588
+ readonly $fault: "client";
589
+ constructor(
590
+ opts: __ExceptionOptionType<
591
+ EventSubscriptionQuotaExceededFault,
592
+ __BaseException
593
+ >
594
+ );
595
+ }
596
+ export declare class SNSInvalidTopicFault extends __BaseException {
597
+ readonly name: "SNSInvalidTopicFault";
598
+ readonly $fault: "client";
599
+ constructor(
600
+ opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>
601
+ );
602
+ }
603
+ export declare class SNSNoAuthorizationFault extends __BaseException {
604
+ readonly name: "SNSNoAuthorizationFault";
605
+ readonly $fault: "client";
606
+ constructor(
607
+ opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>
608
+ );
609
+ }
610
+ export declare class SNSTopicArnNotFoundFault extends __BaseException {
611
+ readonly name: "SNSTopicArnNotFoundFault";
612
+ readonly $fault: "client";
613
+ constructor(
614
+ opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>
615
+ );
616
+ }
617
+ export declare class SubscriptionAlreadyExistFault extends __BaseException {
618
+ readonly name: "SubscriptionAlreadyExistFault";
619
+ readonly $fault: "client";
620
+ constructor(
621
+ opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>
622
+ );
623
+ }
624
+ export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
625
+ readonly name: "SubscriptionCategoryNotFoundFault";
626
+ readonly $fault: "client";
627
+ constructor(
628
+ opts: __ExceptionOptionType<
629
+ SubscriptionCategoryNotFoundFault,
630
+ __BaseException
631
+ >
632
+ );
633
+ }
634
+ export interface CreateGlobalClusterMessage {
635
+ GlobalClusterIdentifier: string | undefined;
636
+ SourceDBClusterIdentifier?: string;
637
+ Engine?: string;
638
+ EngineVersion?: string;
639
+ DeletionProtection?: boolean;
640
+ DatabaseName?: string;
641
+ StorageEncrypted?: boolean;
642
+ }
643
+ export interface GlobalClusterMember {
644
+ DBClusterArn?: string;
645
+ Readers?: string[];
646
+ IsWriter?: boolean;
647
+ }
648
+ export interface GlobalCluster {
649
+ GlobalClusterIdentifier?: string;
650
+ GlobalClusterResourceId?: string;
651
+ GlobalClusterArn?: string;
652
+ Status?: string;
653
+ Engine?: string;
654
+ EngineVersion?: string;
655
+ DatabaseName?: string;
656
+ StorageEncrypted?: boolean;
657
+ DeletionProtection?: boolean;
658
+ GlobalClusterMembers?: GlobalClusterMember[];
659
+ }
660
+ export interface CreateGlobalClusterResult {
661
+ GlobalCluster?: GlobalCluster;
662
+ }
663
+ export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
664
+ readonly name: "GlobalClusterAlreadyExistsFault";
665
+ readonly $fault: "client";
666
+ constructor(
667
+ opts: __ExceptionOptionType<
668
+ GlobalClusterAlreadyExistsFault,
669
+ __BaseException
670
+ >
671
+ );
672
+ }
673
+ export declare class GlobalClusterQuotaExceededFault extends __BaseException {
674
+ readonly name: "GlobalClusterQuotaExceededFault";
675
+ readonly $fault: "client";
676
+ constructor(
677
+ opts: __ExceptionOptionType<
678
+ GlobalClusterQuotaExceededFault,
679
+ __BaseException
680
+ >
681
+ );
682
+ }
683
+ export interface DeleteDBClusterMessage {
684
+ DBClusterIdentifier: string | undefined;
685
+ SkipFinalSnapshot?: boolean;
686
+ FinalDBSnapshotIdentifier?: string;
687
+ }
688
+ export interface DeleteDBClusterResult {
689
+ DBCluster?: DBCluster;
690
+ }
691
+ export interface DeleteDBClusterParameterGroupMessage {
692
+ DBClusterParameterGroupName: string | undefined;
693
+ }
694
+ export declare class InvalidDBParameterGroupStateFault extends __BaseException {
695
+ readonly name: "InvalidDBParameterGroupStateFault";
696
+ readonly $fault: "client";
697
+ constructor(
698
+ opts: __ExceptionOptionType<
699
+ InvalidDBParameterGroupStateFault,
700
+ __BaseException
701
+ >
702
+ );
703
+ }
704
+ export interface DeleteDBClusterSnapshotMessage {
705
+ DBClusterSnapshotIdentifier: string | undefined;
706
+ }
707
+ export interface DeleteDBClusterSnapshotResult {
708
+ DBClusterSnapshot?: DBClusterSnapshot;
709
+ }
710
+ export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
711
+ readonly name: "DBSnapshotAlreadyExistsFault";
712
+ readonly $fault: "client";
713
+ constructor(
714
+ opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>
715
+ );
716
+ }
717
+ export interface DeleteDBInstanceMessage {
718
+ DBInstanceIdentifier: string | undefined;
719
+ }
720
+ export interface DeleteDBInstanceResult {
721
+ DBInstance?: DBInstance;
722
+ }
723
+ export interface DeleteDBSubnetGroupMessage {
724
+ DBSubnetGroupName: string | undefined;
725
+ }
726
+ export declare class InvalidDBSubnetStateFault extends __BaseException {
727
+ readonly name: "InvalidDBSubnetStateFault";
728
+ readonly $fault: "client";
729
+ constructor(
730
+ opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>
731
+ );
732
+ }
733
+ export interface DeleteEventSubscriptionMessage {
734
+ SubscriptionName: string | undefined;
735
+ }
736
+ export interface DeleteEventSubscriptionResult {
737
+ EventSubscription?: EventSubscription;
738
+ }
739
+ export declare class InvalidEventSubscriptionStateFault extends __BaseException {
740
+ readonly name: "InvalidEventSubscriptionStateFault";
741
+ readonly $fault: "client";
742
+ constructor(
743
+ opts: __ExceptionOptionType<
744
+ InvalidEventSubscriptionStateFault,
745
+ __BaseException
746
+ >
747
+ );
748
+ }
749
+ export interface DeleteGlobalClusterMessage {
750
+ GlobalClusterIdentifier: string | undefined;
751
+ }
752
+ export interface DeleteGlobalClusterResult {
753
+ GlobalCluster?: GlobalCluster;
754
+ }
755
+ export interface Certificate {
756
+ CertificateIdentifier?: string;
757
+ CertificateType?: string;
758
+ Thumbprint?: string;
759
+ ValidFrom?: Date;
760
+ ValidTill?: Date;
761
+ CertificateArn?: string;
762
+ }
763
+ export interface CertificateMessage {
764
+ Certificates?: Certificate[];
765
+ Marker?: string;
766
+ }
767
+ export declare class CertificateNotFoundFault extends __BaseException {
768
+ readonly name: "CertificateNotFoundFault";
769
+ readonly $fault: "client";
770
+ constructor(
771
+ opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>
772
+ );
773
+ }
774
+ export interface Filter {
775
+ Name: string | undefined;
776
+ Values: string[] | undefined;
777
+ }
778
+ export interface DescribeCertificatesMessage {
779
+ CertificateIdentifier?: string;
780
+ Filters?: Filter[];
781
+ MaxRecords?: number;
782
+ Marker?: string;
783
+ }
784
+ export interface DBClusterParameterGroupsMessage {
785
+ Marker?: string;
786
+ DBClusterParameterGroups?: DBClusterParameterGroup[];
787
+ }
788
+ export interface DescribeDBClusterParameterGroupsMessage {
789
+ DBClusterParameterGroupName?: string;
790
+ Filters?: Filter[];
791
+ MaxRecords?: number;
792
+ Marker?: string;
793
+ }
794
+ export declare type ApplyMethod = "immediate" | "pending-reboot";
795
+ export interface Parameter {
796
+ ParameterName?: string;
797
+ ParameterValue?: string;
798
+ Description?: string;
799
+ Source?: string;
800
+ ApplyType?: string;
801
+ DataType?: string;
802
+ AllowedValues?: string;
803
+ IsModifiable?: boolean;
804
+ MinimumEngineVersion?: string;
805
+ ApplyMethod?: ApplyMethod | string;
806
+ }
807
+ export interface DBClusterParameterGroupDetails {
808
+ Parameters?: Parameter[];
809
+ Marker?: string;
810
+ }
811
+ export interface DescribeDBClusterParametersMessage {
812
+ DBClusterParameterGroupName: string | undefined;
813
+ Source?: string;
814
+ Filters?: Filter[];
815
+ MaxRecords?: number;
816
+ Marker?: string;
817
+ }
818
+ export interface DBClusterMessage {
819
+ Marker?: string;
820
+ DBClusters?: DBCluster[];
821
+ }
822
+ export interface DescribeDBClustersMessage {
823
+ DBClusterIdentifier?: string;
824
+ Filters?: Filter[];
825
+ MaxRecords?: number;
826
+ Marker?: string;
827
+ }
828
+ export interface DescribeDBClusterSnapshotAttributesMessage {
829
+ DBClusterSnapshotIdentifier: string | undefined;
830
+ }
831
+ export interface DBClusterSnapshotAttribute {
832
+ AttributeName?: string;
833
+ AttributeValues?: string[];
834
+ }
835
+ export interface DBClusterSnapshotAttributesResult {
836
+ DBClusterSnapshotIdentifier?: string;
837
+ DBClusterSnapshotAttributes?: DBClusterSnapshotAttribute[];
838
+ }
839
+ export interface DescribeDBClusterSnapshotAttributesResult {
840
+ DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
841
+ }
842
+ export interface DBClusterSnapshotMessage {
843
+ Marker?: string;
844
+ DBClusterSnapshots?: DBClusterSnapshot[];
845
+ }
846
+ export interface DescribeDBClusterSnapshotsMessage {
847
+ DBClusterIdentifier?: string;
848
+ DBClusterSnapshotIdentifier?: string;
849
+ SnapshotType?: string;
850
+ Filters?: Filter[];
851
+ MaxRecords?: number;
852
+ Marker?: string;
853
+ IncludeShared?: boolean;
854
+ IncludePublic?: boolean;
855
+ }
856
+ export interface UpgradeTarget {
857
+ Engine?: string;
858
+ EngineVersion?: string;
859
+ Description?: string;
860
+ AutoUpgrade?: boolean;
861
+ IsMajorVersionUpgrade?: boolean;
862
+ }
863
+ export interface DBEngineVersion {
864
+ Engine?: string;
865
+ EngineVersion?: string;
866
+ DBParameterGroupFamily?: string;
867
+ DBEngineDescription?: string;
868
+ DBEngineVersionDescription?: string;
869
+ ValidUpgradeTarget?: UpgradeTarget[];
870
+ ExportableLogTypes?: string[];
871
+ SupportsLogExportsToCloudwatchLogs?: boolean;
872
+ }
873
+ export interface DBEngineVersionMessage {
874
+ Marker?: string;
875
+ DBEngineVersions?: DBEngineVersion[];
876
+ }
877
+ export interface DescribeDBEngineVersionsMessage {
878
+ Engine?: string;
879
+ EngineVersion?: string;
880
+ DBParameterGroupFamily?: string;
881
+ Filters?: Filter[];
882
+ MaxRecords?: number;
883
+ Marker?: string;
884
+ DefaultOnly?: boolean;
885
+ ListSupportedCharacterSets?: boolean;
886
+ ListSupportedTimezones?: boolean;
887
+ }
888
+ export interface DBInstanceMessage {
889
+ Marker?: string;
890
+ DBInstances?: DBInstance[];
891
+ }
892
+ export interface DescribeDBInstancesMessage {
893
+ DBInstanceIdentifier?: string;
894
+ Filters?: Filter[];
895
+ MaxRecords?: number;
896
+ Marker?: string;
897
+ }
898
+ export interface DBSubnetGroupMessage {
899
+ Marker?: string;
900
+ DBSubnetGroups?: DBSubnetGroup[];
901
+ }
902
+ export interface DescribeDBSubnetGroupsMessage {
903
+ DBSubnetGroupName?: string;
904
+ Filters?: Filter[];
905
+ MaxRecords?: number;
906
+ Marker?: string;
907
+ }
908
+ export interface DescribeEngineDefaultClusterParametersMessage {
909
+ DBParameterGroupFamily: string | undefined;
910
+ Filters?: Filter[];
911
+ MaxRecords?: number;
912
+ Marker?: string;
913
+ }
914
+ export interface EngineDefaults {
915
+ DBParameterGroupFamily?: string;
916
+ Marker?: string;
917
+ Parameters?: Parameter[];
918
+ }
919
+ export interface DescribeEngineDefaultClusterParametersResult {
920
+ EngineDefaults?: EngineDefaults;
921
+ }
922
+ export interface DescribeEventCategoriesMessage {
923
+ SourceType?: string;
924
+ Filters?: Filter[];
925
+ }
926
+ export interface EventCategoriesMap {
927
+ SourceType?: string;
928
+ EventCategories?: string[];
929
+ }
930
+ export interface EventCategoriesMessage {
931
+ EventCategoriesMapList?: EventCategoriesMap[];
932
+ }
933
+ export declare type SourceType =
934
+ | "db-cluster"
935
+ | "db-cluster-snapshot"
936
+ | "db-instance"
937
+ | "db-parameter-group"
938
+ | "db-security-group"
939
+ | "db-snapshot";
940
+ export interface DescribeEventsMessage {
941
+ SourceIdentifier?: string;
942
+ SourceType?: SourceType | string;
943
+ StartTime?: Date;
944
+ EndTime?: Date;
945
+ Duration?: number;
946
+ EventCategories?: string[];
947
+ Filters?: Filter[];
948
+ MaxRecords?: number;
949
+ Marker?: string;
950
+ }
951
+ export interface Event {
952
+ SourceIdentifier?: string;
953
+ SourceType?: SourceType | string;
954
+ Message?: string;
955
+ EventCategories?: string[];
956
+ Date?: Date;
957
+ SourceArn?: string;
958
+ }
959
+ export interface EventsMessage {
960
+ Marker?: string;
961
+ Events?: Event[];
962
+ }
963
+ export interface DescribeEventSubscriptionsMessage {
964
+ SubscriptionName?: string;
965
+ Filters?: Filter[];
966
+ MaxRecords?: number;
967
+ Marker?: string;
968
+ }
969
+ export interface EventSubscriptionsMessage {
970
+ Marker?: string;
971
+ EventSubscriptionsList?: EventSubscription[];
972
+ }
973
+ export interface DescribeGlobalClustersMessage {
974
+ GlobalClusterIdentifier?: string;
975
+ Filters?: Filter[];
976
+ MaxRecords?: number;
977
+ Marker?: string;
978
+ }
979
+ export interface GlobalClustersMessage {
980
+ Marker?: string;
981
+ GlobalClusters?: GlobalCluster[];
982
+ }
983
+ export interface DescribeOrderableDBInstanceOptionsMessage {
984
+ Engine: string | undefined;
985
+ EngineVersion?: string;
986
+ DBInstanceClass?: string;
987
+ LicenseModel?: string;
988
+ Vpc?: boolean;
989
+ Filters?: Filter[];
990
+ MaxRecords?: number;
991
+ Marker?: string;
992
+ }
993
+ export interface OrderableDBInstanceOption {
994
+ Engine?: string;
995
+ EngineVersion?: string;
996
+ DBInstanceClass?: string;
997
+ LicenseModel?: string;
998
+ AvailabilityZones?: AvailabilityZone[];
999
+ Vpc?: boolean;
1000
+ }
1001
+ export interface OrderableDBInstanceOptionsMessage {
1002
+ OrderableDBInstanceOptions?: OrderableDBInstanceOption[];
1003
+ Marker?: string;
1004
+ }
1005
+ export interface DescribePendingMaintenanceActionsMessage {
1006
+ ResourceIdentifier?: string;
1007
+ Filters?: Filter[];
1008
+ Marker?: string;
1009
+ MaxRecords?: number;
1010
+ }
1011
+ export interface PendingMaintenanceActionsMessage {
1012
+ PendingMaintenanceActions?: ResourcePendingMaintenanceActions[];
1013
+ Marker?: string;
1014
+ }
1015
+ export interface FailoverDBClusterMessage {
1016
+ DBClusterIdentifier?: string;
1017
+ TargetDBInstanceIdentifier?: string;
1018
+ }
1019
+ export interface FailoverDBClusterResult {
1020
+ DBCluster?: DBCluster;
1021
+ }
1022
+ export interface ListTagsForResourceMessage {
1023
+ ResourceName: string | undefined;
1024
+ Filters?: Filter[];
1025
+ }
1026
+ export interface TagListMessage {
1027
+ TagList?: Tag[];
1028
+ }
1029
+ export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
1030
+ readonly name: "InvalidDBSecurityGroupStateFault";
1031
+ readonly $fault: "client";
1032
+ constructor(
1033
+ opts: __ExceptionOptionType<
1034
+ InvalidDBSecurityGroupStateFault,
1035
+ __BaseException
1036
+ >
1037
+ );
1038
+ }
1039
+ export interface CloudwatchLogsExportConfiguration {
1040
+ EnableLogTypes?: string[];
1041
+ DisableLogTypes?: string[];
1042
+ }
1043
+ export interface ModifyDBClusterMessage {
1044
+ DBClusterIdentifier: string | undefined;
1045
+ NewDBClusterIdentifier?: string;
1046
+ ApplyImmediately?: boolean;
1047
+ BackupRetentionPeriod?: number;
1048
+ DBClusterParameterGroupName?: string;
1049
+ VpcSecurityGroupIds?: string[];
1050
+ Port?: number;
1051
+ MasterUserPassword?: string;
1052
+ PreferredBackupWindow?: string;
1053
+ PreferredMaintenanceWindow?: string;
1054
+ CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
1055
+ EngineVersion?: string;
1056
+ DeletionProtection?: boolean;
1057
+ }
1058
+ export interface ModifyDBClusterResult {
1059
+ DBCluster?: DBCluster;
1060
+ }
1061
+ export interface DBClusterParameterGroupNameMessage {
1062
+ DBClusterParameterGroupName?: string;
1063
+ }
1064
+ export interface ModifyDBClusterParameterGroupMessage {
1065
+ DBClusterParameterGroupName: string | undefined;
1066
+ Parameters: Parameter[] | undefined;
1067
+ }
1068
+ export interface ModifyDBClusterSnapshotAttributeMessage {
1069
+ DBClusterSnapshotIdentifier: string | undefined;
1070
+ AttributeName: string | undefined;
1071
+ ValuesToAdd?: string[];
1072
+ ValuesToRemove?: string[];
1073
+ }
1074
+ export interface ModifyDBClusterSnapshotAttributeResult {
1075
+ DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
1076
+ }
1077
+ export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
1078
+ readonly name: "SharedSnapshotQuotaExceededFault";
1079
+ readonly $fault: "client";
1080
+ constructor(
1081
+ opts: __ExceptionOptionType<
1082
+ SharedSnapshotQuotaExceededFault,
1083
+ __BaseException
1084
+ >
1085
+ );
1086
+ }
1087
+ export declare class DBUpgradeDependencyFailureFault extends __BaseException {
1088
+ readonly name: "DBUpgradeDependencyFailureFault";
1089
+ readonly $fault: "client";
1090
+ constructor(
1091
+ opts: __ExceptionOptionType<
1092
+ DBUpgradeDependencyFailureFault,
1093
+ __BaseException
1094
+ >
1095
+ );
1096
+ }
1097
+ export interface ModifyDBInstanceMessage {
1098
+ DBInstanceIdentifier: string | undefined;
1099
+ DBInstanceClass?: string;
1100
+ ApplyImmediately?: boolean;
1101
+ PreferredMaintenanceWindow?: string;
1102
+ AutoMinorVersionUpgrade?: boolean;
1103
+ NewDBInstanceIdentifier?: string;
1104
+ CACertificateIdentifier?: string;
1105
+ CopyTagsToSnapshot?: boolean;
1106
+ PromotionTier?: number;
1107
+ EnablePerformanceInsights?: boolean;
1108
+ PerformanceInsightsKMSKeyId?: string;
1109
+ }
1110
+ export interface ModifyDBInstanceResult {
1111
+ DBInstance?: DBInstance;
1112
+ }
1113
+ export interface ModifyDBSubnetGroupMessage {
1114
+ DBSubnetGroupName: string | undefined;
1115
+ DBSubnetGroupDescription?: string;
1116
+ SubnetIds: string[] | undefined;
1117
+ }
1118
+ export interface ModifyDBSubnetGroupResult {
1119
+ DBSubnetGroup?: DBSubnetGroup;
1120
+ }
1121
+ export declare class SubnetAlreadyInUse extends __BaseException {
1122
+ readonly name: "SubnetAlreadyInUse";
1123
+ readonly $fault: "client";
1124
+ constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
1125
+ }
1126
+ export interface ModifyEventSubscriptionMessage {
1127
+ SubscriptionName: string | undefined;
1128
+ SnsTopicArn?: string;
1129
+ SourceType?: string;
1130
+ EventCategories?: string[];
1131
+ Enabled?: boolean;
1132
+ }
1133
+ export interface ModifyEventSubscriptionResult {
1134
+ EventSubscription?: EventSubscription;
1135
+ }
1136
+ export interface ModifyGlobalClusterMessage {
1137
+ GlobalClusterIdentifier: string | undefined;
1138
+ NewGlobalClusterIdentifier?: string;
1139
+ DeletionProtection?: boolean;
1140
+ }
1141
+ export interface ModifyGlobalClusterResult {
1142
+ GlobalCluster?: GlobalCluster;
1143
+ }
1144
+ export interface RebootDBInstanceMessage {
1145
+ DBInstanceIdentifier: string | undefined;
1146
+ ForceFailover?: boolean;
1147
+ }
1148
+ export interface RebootDBInstanceResult {
1149
+ DBInstance?: DBInstance;
1150
+ }
1151
+ export interface RemoveFromGlobalClusterMessage {
1152
+ GlobalClusterIdentifier: string | undefined;
1153
+ DbClusterIdentifier: string | undefined;
1154
+ }
1155
+ export interface RemoveFromGlobalClusterResult {
1156
+ GlobalCluster?: GlobalCluster;
1157
+ }
1158
+ export interface RemoveSourceIdentifierFromSubscriptionMessage {
1159
+ SubscriptionName: string | undefined;
1160
+ SourceIdentifier: string | undefined;
1161
+ }
1162
+ export interface RemoveSourceIdentifierFromSubscriptionResult {
1163
+ EventSubscription?: EventSubscription;
1164
+ }
1165
+ export interface RemoveTagsFromResourceMessage {
1166
+ ResourceName: string | undefined;
1167
+ TagKeys: string[] | undefined;
1168
+ }
1169
+ export interface ResetDBClusterParameterGroupMessage {
1170
+ DBClusterParameterGroupName: string | undefined;
1171
+ ResetAllParameters?: boolean;
1172
+ Parameters?: Parameter[];
1173
+ }
1174
+ export declare class InsufficientDBClusterCapacityFault extends __BaseException {
1175
+ readonly name: "InsufficientDBClusterCapacityFault";
1176
+ readonly $fault: "client";
1177
+ constructor(
1178
+ opts: __ExceptionOptionType<
1179
+ InsufficientDBClusterCapacityFault,
1180
+ __BaseException
1181
+ >
1182
+ );
1183
+ }
1184
+ export declare class InvalidDBSnapshotStateFault extends __BaseException {
1185
+ readonly name: "InvalidDBSnapshotStateFault";
1186
+ readonly $fault: "client";
1187
+ constructor(
1188
+ opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>
1189
+ );
1190
+ }
1191
+ export declare class InvalidRestoreFault extends __BaseException {
1192
+ readonly name: "InvalidRestoreFault";
1193
+ readonly $fault: "client";
1194
+ constructor(
1195
+ opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>
1196
+ );
1197
+ }
1198
+ export interface RestoreDBClusterFromSnapshotMessage {
1199
+ AvailabilityZones?: string[];
1200
+ DBClusterIdentifier: string | undefined;
1201
+ SnapshotIdentifier: string | undefined;
1202
+ Engine: string | undefined;
1203
+ EngineVersion?: string;
1204
+ Port?: number;
1205
+ DBSubnetGroupName?: string;
1206
+ VpcSecurityGroupIds?: string[];
1207
+ Tags?: Tag[];
1208
+ KmsKeyId?: string;
1209
+ EnableCloudwatchLogsExports?: string[];
1210
+ DeletionProtection?: boolean;
1211
+ }
1212
+ export interface RestoreDBClusterFromSnapshotResult {
1213
+ DBCluster?: DBCluster;
1214
+ }
1215
+ export interface RestoreDBClusterToPointInTimeMessage {
1216
+ DBClusterIdentifier: string | undefined;
1217
+ RestoreType?: string;
1218
+ SourceDBClusterIdentifier: string | undefined;
1219
+ RestoreToTime?: Date;
1220
+ UseLatestRestorableTime?: boolean;
1221
+ Port?: number;
1222
+ DBSubnetGroupName?: string;
1223
+ VpcSecurityGroupIds?: string[];
1224
+ Tags?: Tag[];
1225
+ KmsKeyId?: string;
1226
+ EnableCloudwatchLogsExports?: string[];
1227
+ DeletionProtection?: boolean;
1228
+ }
1229
+ export interface RestoreDBClusterToPointInTimeResult {
1230
+ DBCluster?: DBCluster;
1231
+ }
1232
+ export interface StartDBClusterMessage {
1233
+ DBClusterIdentifier: string | undefined;
1234
+ }
1235
+ export interface StartDBClusterResult {
1236
+ DBCluster?: DBCluster;
1237
+ }
1238
+ export interface StopDBClusterMessage {
1239
+ DBClusterIdentifier: string | undefined;
1240
+ }
1241
+ export interface StopDBClusterResult {
1242
+ DBCluster?: DBCluster;
1243
+ }
1244
+ export declare const AddSourceIdentifierToSubscriptionMessageFilterSensitiveLog: (
1245
+ obj: AddSourceIdentifierToSubscriptionMessage
1246
+ ) => any;
1247
+ export declare const EventSubscriptionFilterSensitiveLog: (
1248
+ obj: EventSubscription
1249
+ ) => any;
1250
+ export declare const AddSourceIdentifierToSubscriptionResultFilterSensitiveLog: (
1251
+ obj: AddSourceIdentifierToSubscriptionResult
1252
+ ) => any;
1253
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1254
+ export declare const AddTagsToResourceMessageFilterSensitiveLog: (
1255
+ obj: AddTagsToResourceMessage
1256
+ ) => any;
1257
+ export declare const ApplyPendingMaintenanceActionMessageFilterSensitiveLog: (
1258
+ obj: ApplyPendingMaintenanceActionMessage
1259
+ ) => any;
1260
+ export declare const PendingMaintenanceActionFilterSensitiveLog: (
1261
+ obj: PendingMaintenanceAction
1262
+ ) => any;
1263
+ export declare const ResourcePendingMaintenanceActionsFilterSensitiveLog: (
1264
+ obj: ResourcePendingMaintenanceActions
1265
+ ) => any;
1266
+ export declare const ApplyPendingMaintenanceActionResultFilterSensitiveLog: (
1267
+ obj: ApplyPendingMaintenanceActionResult
1268
+ ) => any;
1269
+ export declare const CopyDBClusterParameterGroupMessageFilterSensitiveLog: (
1270
+ obj: CopyDBClusterParameterGroupMessage
1271
+ ) => any;
1272
+ export declare const DBClusterParameterGroupFilterSensitiveLog: (
1273
+ obj: DBClusterParameterGroup
1274
+ ) => any;
1275
+ export declare const CopyDBClusterParameterGroupResultFilterSensitiveLog: (
1276
+ obj: CopyDBClusterParameterGroupResult
1277
+ ) => any;
1278
+ export declare const CopyDBClusterSnapshotMessageFilterSensitiveLog: (
1279
+ obj: CopyDBClusterSnapshotMessage
1280
+ ) => any;
1281
+ export declare const DBClusterSnapshotFilterSensitiveLog: (
1282
+ obj: DBClusterSnapshot
1283
+ ) => any;
1284
+ export declare const CopyDBClusterSnapshotResultFilterSensitiveLog: (
1285
+ obj: CopyDBClusterSnapshotResult
1286
+ ) => any;
1287
+ export declare const CreateDBClusterMessageFilterSensitiveLog: (
1288
+ obj: CreateDBClusterMessage
1289
+ ) => any;
1290
+ export declare const DBClusterRoleFilterSensitiveLog: (
1291
+ obj: DBClusterRole
1292
+ ) => any;
1293
+ export declare const DBClusterMemberFilterSensitiveLog: (
1294
+ obj: DBClusterMember
1295
+ ) => any;
1296
+ export declare const VpcSecurityGroupMembershipFilterSensitiveLog: (
1297
+ obj: VpcSecurityGroupMembership
1298
+ ) => any;
1299
+ export declare const DBClusterFilterSensitiveLog: (obj: DBCluster) => any;
1300
+ export declare const CreateDBClusterResultFilterSensitiveLog: (
1301
+ obj: CreateDBClusterResult
1302
+ ) => any;
1303
+ export declare const CreateDBClusterParameterGroupMessageFilterSensitiveLog: (
1304
+ obj: CreateDBClusterParameterGroupMessage
1305
+ ) => any;
1306
+ export declare const CreateDBClusterParameterGroupResultFilterSensitiveLog: (
1307
+ obj: CreateDBClusterParameterGroupResult
1308
+ ) => any;
1309
+ export declare const CreateDBClusterSnapshotMessageFilterSensitiveLog: (
1310
+ obj: CreateDBClusterSnapshotMessage
1311
+ ) => any;
1312
+ export declare const CreateDBClusterSnapshotResultFilterSensitiveLog: (
1313
+ obj: CreateDBClusterSnapshotResult
1314
+ ) => any;
1315
+ export declare const CreateDBInstanceMessageFilterSensitiveLog: (
1316
+ obj: CreateDBInstanceMessage
1317
+ ) => any;
1318
+ export declare const AvailabilityZoneFilterSensitiveLog: (
1319
+ obj: AvailabilityZone
1320
+ ) => any;
1321
+ export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
1322
+ export declare const DBSubnetGroupFilterSensitiveLog: (
1323
+ obj: DBSubnetGroup
1324
+ ) => any;
1325
+ export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
1326
+ export declare const PendingCloudwatchLogsExportsFilterSensitiveLog: (
1327
+ obj: PendingCloudwatchLogsExports
1328
+ ) => any;
1329
+ export declare const PendingModifiedValuesFilterSensitiveLog: (
1330
+ obj: PendingModifiedValues
1331
+ ) => any;
1332
+ export declare const DBInstanceStatusInfoFilterSensitiveLog: (
1333
+ obj: DBInstanceStatusInfo
1334
+ ) => any;
1335
+ export declare const DBInstanceFilterSensitiveLog: (obj: DBInstance) => any;
1336
+ export declare const CreateDBInstanceResultFilterSensitiveLog: (
1337
+ obj: CreateDBInstanceResult
1338
+ ) => any;
1339
+ export declare const CreateDBSubnetGroupMessageFilterSensitiveLog: (
1340
+ obj: CreateDBSubnetGroupMessage
1341
+ ) => any;
1342
+ export declare const CreateDBSubnetGroupResultFilterSensitiveLog: (
1343
+ obj: CreateDBSubnetGroupResult
1344
+ ) => any;
1345
+ export declare const CreateEventSubscriptionMessageFilterSensitiveLog: (
1346
+ obj: CreateEventSubscriptionMessage
1347
+ ) => any;
1348
+ export declare const CreateEventSubscriptionResultFilterSensitiveLog: (
1349
+ obj: CreateEventSubscriptionResult
1350
+ ) => any;
1351
+ export declare const CreateGlobalClusterMessageFilterSensitiveLog: (
1352
+ obj: CreateGlobalClusterMessage
1353
+ ) => any;
1354
+ export declare const GlobalClusterMemberFilterSensitiveLog: (
1355
+ obj: GlobalClusterMember
1356
+ ) => any;
1357
+ export declare const GlobalClusterFilterSensitiveLog: (
1358
+ obj: GlobalCluster
1359
+ ) => any;
1360
+ export declare const CreateGlobalClusterResultFilterSensitiveLog: (
1361
+ obj: CreateGlobalClusterResult
1362
+ ) => any;
1363
+ export declare const DeleteDBClusterMessageFilterSensitiveLog: (
1364
+ obj: DeleteDBClusterMessage
1365
+ ) => any;
1366
+ export declare const DeleteDBClusterResultFilterSensitiveLog: (
1367
+ obj: DeleteDBClusterResult
1368
+ ) => any;
1369
+ export declare const DeleteDBClusterParameterGroupMessageFilterSensitiveLog: (
1370
+ obj: DeleteDBClusterParameterGroupMessage
1371
+ ) => any;
1372
+ export declare const DeleteDBClusterSnapshotMessageFilterSensitiveLog: (
1373
+ obj: DeleteDBClusterSnapshotMessage
1374
+ ) => any;
1375
+ export declare const DeleteDBClusterSnapshotResultFilterSensitiveLog: (
1376
+ obj: DeleteDBClusterSnapshotResult
1377
+ ) => any;
1378
+ export declare const DeleteDBInstanceMessageFilterSensitiveLog: (
1379
+ obj: DeleteDBInstanceMessage
1380
+ ) => any;
1381
+ export declare const DeleteDBInstanceResultFilterSensitiveLog: (
1382
+ obj: DeleteDBInstanceResult
1383
+ ) => any;
1384
+ export declare const DeleteDBSubnetGroupMessageFilterSensitiveLog: (
1385
+ obj: DeleteDBSubnetGroupMessage
1386
+ ) => any;
1387
+ export declare const DeleteEventSubscriptionMessageFilterSensitiveLog: (
1388
+ obj: DeleteEventSubscriptionMessage
1389
+ ) => any;
1390
+ export declare const DeleteEventSubscriptionResultFilterSensitiveLog: (
1391
+ obj: DeleteEventSubscriptionResult
1392
+ ) => any;
1393
+ export declare const DeleteGlobalClusterMessageFilterSensitiveLog: (
1394
+ obj: DeleteGlobalClusterMessage
1395
+ ) => any;
1396
+ export declare const DeleteGlobalClusterResultFilterSensitiveLog: (
1397
+ obj: DeleteGlobalClusterResult
1398
+ ) => any;
1399
+ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
1400
+ export declare const CertificateMessageFilterSensitiveLog: (
1401
+ obj: CertificateMessage
1402
+ ) => any;
1403
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1404
+ export declare const DescribeCertificatesMessageFilterSensitiveLog: (
1405
+ obj: DescribeCertificatesMessage
1406
+ ) => any;
1407
+ export declare const DBClusterParameterGroupsMessageFilterSensitiveLog: (
1408
+ obj: DBClusterParameterGroupsMessage
1409
+ ) => any;
1410
+ export declare const DescribeDBClusterParameterGroupsMessageFilterSensitiveLog: (
1411
+ obj: DescribeDBClusterParameterGroupsMessage
1412
+ ) => any;
1413
+ export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
1414
+ export declare const DBClusterParameterGroupDetailsFilterSensitiveLog: (
1415
+ obj: DBClusterParameterGroupDetails
1416
+ ) => any;
1417
+ export declare const DescribeDBClusterParametersMessageFilterSensitiveLog: (
1418
+ obj: DescribeDBClusterParametersMessage
1419
+ ) => any;
1420
+ export declare const DBClusterMessageFilterSensitiveLog: (
1421
+ obj: DBClusterMessage
1422
+ ) => any;
1423
+ export declare const DescribeDBClustersMessageFilterSensitiveLog: (
1424
+ obj: DescribeDBClustersMessage
1425
+ ) => any;
1426
+ export declare const DescribeDBClusterSnapshotAttributesMessageFilterSensitiveLog: (
1427
+ obj: DescribeDBClusterSnapshotAttributesMessage
1428
+ ) => any;
1429
+ export declare const DBClusterSnapshotAttributeFilterSensitiveLog: (
1430
+ obj: DBClusterSnapshotAttribute
1431
+ ) => any;
1432
+ export declare const DBClusterSnapshotAttributesResultFilterSensitiveLog: (
1433
+ obj: DBClusterSnapshotAttributesResult
1434
+ ) => any;
1435
+ export declare const DescribeDBClusterSnapshotAttributesResultFilterSensitiveLog: (
1436
+ obj: DescribeDBClusterSnapshotAttributesResult
1437
+ ) => any;
1438
+ export declare const DBClusterSnapshotMessageFilterSensitiveLog: (
1439
+ obj: DBClusterSnapshotMessage
1440
+ ) => any;
1441
+ export declare const DescribeDBClusterSnapshotsMessageFilterSensitiveLog: (
1442
+ obj: DescribeDBClusterSnapshotsMessage
1443
+ ) => any;
1444
+ export declare const UpgradeTargetFilterSensitiveLog: (
1445
+ obj: UpgradeTarget
1446
+ ) => any;
1447
+ export declare const DBEngineVersionFilterSensitiveLog: (
1448
+ obj: DBEngineVersion
1449
+ ) => any;
1450
+ export declare const DBEngineVersionMessageFilterSensitiveLog: (
1451
+ obj: DBEngineVersionMessage
1452
+ ) => any;
1453
+ export declare const DescribeDBEngineVersionsMessageFilterSensitiveLog: (
1454
+ obj: DescribeDBEngineVersionsMessage
1455
+ ) => any;
1456
+ export declare const DBInstanceMessageFilterSensitiveLog: (
1457
+ obj: DBInstanceMessage
1458
+ ) => any;
1459
+ export declare const DescribeDBInstancesMessageFilterSensitiveLog: (
1460
+ obj: DescribeDBInstancesMessage
1461
+ ) => any;
1462
+ export declare const DBSubnetGroupMessageFilterSensitiveLog: (
1463
+ obj: DBSubnetGroupMessage
1464
+ ) => any;
1465
+ export declare const DescribeDBSubnetGroupsMessageFilterSensitiveLog: (
1466
+ obj: DescribeDBSubnetGroupsMessage
1467
+ ) => any;
1468
+ export declare const DescribeEngineDefaultClusterParametersMessageFilterSensitiveLog: (
1469
+ obj: DescribeEngineDefaultClusterParametersMessage
1470
+ ) => any;
1471
+ export declare const EngineDefaultsFilterSensitiveLog: (
1472
+ obj: EngineDefaults
1473
+ ) => any;
1474
+ export declare const DescribeEngineDefaultClusterParametersResultFilterSensitiveLog: (
1475
+ obj: DescribeEngineDefaultClusterParametersResult
1476
+ ) => any;
1477
+ export declare const DescribeEventCategoriesMessageFilterSensitiveLog: (
1478
+ obj: DescribeEventCategoriesMessage
1479
+ ) => any;
1480
+ export declare const EventCategoriesMapFilterSensitiveLog: (
1481
+ obj: EventCategoriesMap
1482
+ ) => any;
1483
+ export declare const EventCategoriesMessageFilterSensitiveLog: (
1484
+ obj: EventCategoriesMessage
1485
+ ) => any;
1486
+ export declare const DescribeEventsMessageFilterSensitiveLog: (
1487
+ obj: DescribeEventsMessage
1488
+ ) => any;
1489
+ export declare const EventFilterSensitiveLog: (obj: Event) => any;
1490
+ export declare const EventsMessageFilterSensitiveLog: (
1491
+ obj: EventsMessage
1492
+ ) => any;
1493
+ export declare const DescribeEventSubscriptionsMessageFilterSensitiveLog: (
1494
+ obj: DescribeEventSubscriptionsMessage
1495
+ ) => any;
1496
+ export declare const EventSubscriptionsMessageFilterSensitiveLog: (
1497
+ obj: EventSubscriptionsMessage
1498
+ ) => any;
1499
+ export declare const DescribeGlobalClustersMessageFilterSensitiveLog: (
1500
+ obj: DescribeGlobalClustersMessage
1501
+ ) => any;
1502
+ export declare const GlobalClustersMessageFilterSensitiveLog: (
1503
+ obj: GlobalClustersMessage
1504
+ ) => any;
1505
+ export declare const DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog: (
1506
+ obj: DescribeOrderableDBInstanceOptionsMessage
1507
+ ) => any;
1508
+ export declare const OrderableDBInstanceOptionFilterSensitiveLog: (
1509
+ obj: OrderableDBInstanceOption
1510
+ ) => any;
1511
+ export declare const OrderableDBInstanceOptionsMessageFilterSensitiveLog: (
1512
+ obj: OrderableDBInstanceOptionsMessage
1513
+ ) => any;
1514
+ export declare const DescribePendingMaintenanceActionsMessageFilterSensitiveLog: (
1515
+ obj: DescribePendingMaintenanceActionsMessage
1516
+ ) => any;
1517
+ export declare const PendingMaintenanceActionsMessageFilterSensitiveLog: (
1518
+ obj: PendingMaintenanceActionsMessage
1519
+ ) => any;
1520
+ export declare const FailoverDBClusterMessageFilterSensitiveLog: (
1521
+ obj: FailoverDBClusterMessage
1522
+ ) => any;
1523
+ export declare const FailoverDBClusterResultFilterSensitiveLog: (
1524
+ obj: FailoverDBClusterResult
1525
+ ) => any;
1526
+ export declare const ListTagsForResourceMessageFilterSensitiveLog: (
1527
+ obj: ListTagsForResourceMessage
1528
+ ) => any;
1529
+ export declare const TagListMessageFilterSensitiveLog: (
1530
+ obj: TagListMessage
1531
+ ) => any;
1532
+ export declare const CloudwatchLogsExportConfigurationFilterSensitiveLog: (
1533
+ obj: CloudwatchLogsExportConfiguration
1534
+ ) => any;
1535
+ export declare const ModifyDBClusterMessageFilterSensitiveLog: (
1536
+ obj: ModifyDBClusterMessage
1537
+ ) => any;
1538
+ export declare const ModifyDBClusterResultFilterSensitiveLog: (
1539
+ obj: ModifyDBClusterResult
1540
+ ) => any;
1541
+ export declare const DBClusterParameterGroupNameMessageFilterSensitiveLog: (
1542
+ obj: DBClusterParameterGroupNameMessage
1543
+ ) => any;
1544
+ export declare const ModifyDBClusterParameterGroupMessageFilterSensitiveLog: (
1545
+ obj: ModifyDBClusterParameterGroupMessage
1546
+ ) => any;
1547
+ export declare const ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog: (
1548
+ obj: ModifyDBClusterSnapshotAttributeMessage
1549
+ ) => any;
1550
+ export declare const ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog: (
1551
+ obj: ModifyDBClusterSnapshotAttributeResult
1552
+ ) => any;
1553
+ export declare const ModifyDBInstanceMessageFilterSensitiveLog: (
1554
+ obj: ModifyDBInstanceMessage
1555
+ ) => any;
1556
+ export declare const ModifyDBInstanceResultFilterSensitiveLog: (
1557
+ obj: ModifyDBInstanceResult
1558
+ ) => any;
1559
+ export declare const ModifyDBSubnetGroupMessageFilterSensitiveLog: (
1560
+ obj: ModifyDBSubnetGroupMessage
1561
+ ) => any;
1562
+ export declare const ModifyDBSubnetGroupResultFilterSensitiveLog: (
1563
+ obj: ModifyDBSubnetGroupResult
1564
+ ) => any;
1565
+ export declare const ModifyEventSubscriptionMessageFilterSensitiveLog: (
1566
+ obj: ModifyEventSubscriptionMessage
1567
+ ) => any;
1568
+ export declare const ModifyEventSubscriptionResultFilterSensitiveLog: (
1569
+ obj: ModifyEventSubscriptionResult
1570
+ ) => any;
1571
+ export declare const ModifyGlobalClusterMessageFilterSensitiveLog: (
1572
+ obj: ModifyGlobalClusterMessage
1573
+ ) => any;
1574
+ export declare const ModifyGlobalClusterResultFilterSensitiveLog: (
1575
+ obj: ModifyGlobalClusterResult
1576
+ ) => any;
1577
+ export declare const RebootDBInstanceMessageFilterSensitiveLog: (
1578
+ obj: RebootDBInstanceMessage
1579
+ ) => any;
1580
+ export declare const RebootDBInstanceResultFilterSensitiveLog: (
1581
+ obj: RebootDBInstanceResult
1582
+ ) => any;
1583
+ export declare const RemoveFromGlobalClusterMessageFilterSensitiveLog: (
1584
+ obj: RemoveFromGlobalClusterMessage
1585
+ ) => any;
1586
+ export declare const RemoveFromGlobalClusterResultFilterSensitiveLog: (
1587
+ obj: RemoveFromGlobalClusterResult
1588
+ ) => any;
1589
+ export declare const RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog: (
1590
+ obj: RemoveSourceIdentifierFromSubscriptionMessage
1591
+ ) => any;
1592
+ export declare const RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog: (
1593
+ obj: RemoveSourceIdentifierFromSubscriptionResult
1594
+ ) => any;
1595
+ export declare const RemoveTagsFromResourceMessageFilterSensitiveLog: (
1596
+ obj: RemoveTagsFromResourceMessage
1597
+ ) => any;
1598
+ export declare const ResetDBClusterParameterGroupMessageFilterSensitiveLog: (
1599
+ obj: ResetDBClusterParameterGroupMessage
1600
+ ) => any;
1601
+ export declare const RestoreDBClusterFromSnapshotMessageFilterSensitiveLog: (
1602
+ obj: RestoreDBClusterFromSnapshotMessage
1603
+ ) => any;
1604
+ export declare const RestoreDBClusterFromSnapshotResultFilterSensitiveLog: (
1605
+ obj: RestoreDBClusterFromSnapshotResult
1606
+ ) => any;
1607
+ export declare const RestoreDBClusterToPointInTimeMessageFilterSensitiveLog: (
1608
+ obj: RestoreDBClusterToPointInTimeMessage
1609
+ ) => any;
1610
+ export declare const RestoreDBClusterToPointInTimeResultFilterSensitiveLog: (
1611
+ obj: RestoreDBClusterToPointInTimeResult
1612
+ ) => any;
1613
+ export declare const StartDBClusterMessageFilterSensitiveLog: (
1614
+ obj: StartDBClusterMessage
1615
+ ) => any;
1616
+ export declare const StartDBClusterResultFilterSensitiveLog: (
1617
+ obj: StartDBClusterResult
1618
+ ) => any;
1619
+ export declare const StopDBClusterMessageFilterSensitiveLog: (
1620
+ obj: StopDBClusterMessage
1621
+ ) => any;
1622
+ export declare const StopDBClusterResultFilterSensitiveLog: (
1623
+ obj: StopDBClusterResult
1624
+ ) => any;