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