@aws-sdk/client-docdb 3.130.0 → 3.137.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 (114) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +2 -2
  3. package/dist-cjs/commands/AddTagsToResourceCommand.js +1 -1
  4. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +2 -2
  5. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +2 -2
  6. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDBClusterCommand.js +2 -2
  8. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +2 -2
  9. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +2 -2
  10. package/dist-cjs/commands/CreateDBInstanceCommand.js +2 -2
  11. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +2 -2
  12. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +2 -2
  13. package/dist-cjs/commands/CreateGlobalClusterCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteDBClusterCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteDBInstanceCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteGlobalClusterCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeCertificatesCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeDBClustersCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeDBInstancesCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeEventsCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeGlobalClustersCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +2 -2
  36. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +2 -2
  37. package/dist-cjs/commands/FailoverDBClusterCommand.js +2 -2
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-cjs/commands/ModifyDBClusterCommand.js +2 -2
  40. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +2 -2
  41. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +2 -2
  42. package/dist-cjs/commands/ModifyDBInstanceCommand.js +2 -2
  43. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +2 -2
  44. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +2 -2
  45. package/dist-cjs/commands/ModifyGlobalClusterCommand.js +2 -2
  46. package/dist-cjs/commands/RebootDBInstanceCommand.js +2 -2
  47. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +2 -2
  48. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +2 -2
  49. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +1 -1
  50. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +2 -2
  51. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +2 -2
  52. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +2 -2
  53. package/dist-cjs/commands/StartDBClusterCommand.js +2 -2
  54. package/dist-cjs/commands/StopDBClusterCommand.js +2 -2
  55. package/dist-cjs/models/models_0.js +536 -802
  56. package/dist-cjs/protocols/Aws_query.js +17 -0
  57. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +3 -3
  58. package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
  59. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
  60. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +3 -3
  61. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +3 -3
  62. package/dist-es/commands/CreateDBClusterCommand.js +3 -3
  63. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +3 -3
  64. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +3 -3
  65. package/dist-es/commands/CreateDBInstanceCommand.js +3 -3
  66. package/dist-es/commands/CreateDBSubnetGroupCommand.js +3 -3
  67. package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -3
  68. package/dist-es/commands/CreateGlobalClusterCommand.js +3 -3
  69. package/dist-es/commands/DeleteDBClusterCommand.js +3 -3
  70. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +2 -2
  71. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +3 -3
  72. package/dist-es/commands/DeleteDBInstanceCommand.js +3 -3
  73. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +2 -2
  74. package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -3
  75. package/dist-es/commands/DeleteGlobalClusterCommand.js +3 -3
  76. package/dist-es/commands/DescribeCertificatesCommand.js +3 -3
  77. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +3 -3
  78. package/dist-es/commands/DescribeDBClusterParametersCommand.js +3 -3
  79. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +3 -3
  80. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +3 -3
  81. package/dist-es/commands/DescribeDBClustersCommand.js +3 -3
  82. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +3 -3
  83. package/dist-es/commands/DescribeDBInstancesCommand.js +3 -3
  84. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +3 -3
  85. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +3 -3
  86. package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -3
  87. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -3
  88. package/dist-es/commands/DescribeEventsCommand.js +3 -3
  89. package/dist-es/commands/DescribeGlobalClustersCommand.js +3 -3
  90. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +3 -3
  91. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
  92. package/dist-es/commands/FailoverDBClusterCommand.js +3 -3
  93. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  94. package/dist-es/commands/ModifyDBClusterCommand.js +3 -3
  95. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +3 -3
  96. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +3 -3
  97. package/dist-es/commands/ModifyDBInstanceCommand.js +3 -3
  98. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +3 -3
  99. package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -3
  100. package/dist-es/commands/ModifyGlobalClusterCommand.js +3 -3
  101. package/dist-es/commands/RebootDBInstanceCommand.js +3 -3
  102. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +3 -3
  103. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +3 -3
  104. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
  105. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +3 -3
  106. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +3 -3
  107. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +3 -3
  108. package/dist-es/commands/StartDBClusterCommand.js +3 -3
  109. package/dist-es/commands/StopDBClusterCommand.js +3 -3
  110. package/dist-es/models/models_0.js +133 -532
  111. package/dist-es/protocols/Aws_query.js +17 -0
  112. package/dist-types/models/models_0.d.ts +567 -798
  113. package/dist-types/ts3.4/models/models_0.d.ts +276 -532
  114. package/package.json +7 -7
@@ -33,12 +33,6 @@ export interface AddSourceIdentifierToSubscriptionMessage {
33
33
  */
34
34
  SourceIdentifier: string | undefined;
35
35
  }
36
- export declare namespace AddSourceIdentifierToSubscriptionMessage {
37
- /**
38
- * @internal
39
- */
40
- const filterSensitiveLog: (obj: AddSourceIdentifierToSubscriptionMessage) => any;
41
- }
42
36
  /**
43
37
  * <p>Detailed information about an event to which you have subscribed.</p>
44
38
  */
@@ -94,24 +88,12 @@ export interface EventSubscription {
94
88
  */
95
89
  EventSubscriptionArn?: string;
96
90
  }
97
- export declare namespace EventSubscription {
98
- /**
99
- * @internal
100
- */
101
- const filterSensitiveLog: (obj: EventSubscription) => any;
102
- }
103
91
  export interface AddSourceIdentifierToSubscriptionResult {
104
92
  /**
105
93
  * <p>Detailed information about an event to which you have subscribed.</p>
106
94
  */
107
95
  EventSubscription?: EventSubscription;
108
96
  }
109
- export declare namespace AddSourceIdentifierToSubscriptionResult {
110
- /**
111
- * @internal
112
- */
113
- const filterSensitiveLog: (obj: AddSourceIdentifierToSubscriptionResult) => any;
114
- }
115
97
  /**
116
98
  * <p>The requested source could not be found. </p>
117
99
  */
@@ -147,12 +129,6 @@ export interface Tag {
147
129
  */
148
130
  Value?: string;
149
131
  }
150
- export declare namespace Tag {
151
- /**
152
- * @internal
153
- */
154
- const filterSensitiveLog: (obj: Tag) => any;
155
- }
156
132
  /**
157
133
  * <p>Represents the input to <a>AddTagsToResource</a>.
158
134
  * </p>
@@ -168,12 +144,6 @@ export interface AddTagsToResourceMessage {
168
144
  */
169
145
  Tags: Tag[] | undefined;
170
146
  }
171
- export declare namespace AddTagsToResourceMessage {
172
- /**
173
- * @internal
174
- */
175
- const filterSensitiveLog: (obj: AddTagsToResourceMessage) => any;
176
- }
177
147
  /**
178
148
  * <p>
179
149
  * <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
@@ -252,12 +222,6 @@ export interface ApplyPendingMaintenanceActionMessage {
252
222
  */
253
223
  OptInType: string | undefined;
254
224
  }
255
- export declare namespace ApplyPendingMaintenanceActionMessage {
256
- /**
257
- * @internal
258
- */
259
- const filterSensitiveLog: (obj: ApplyPendingMaintenanceActionMessage) => any;
260
- }
261
225
  /**
262
226
  * <p>Provides information about a pending maintenance action for a resource.</p>
263
227
  */
@@ -293,12 +257,6 @@ export interface PendingMaintenanceAction {
293
257
  */
294
258
  Description?: string;
295
259
  }
296
- export declare namespace PendingMaintenanceAction {
297
- /**
298
- * @internal
299
- */
300
- const filterSensitiveLog: (obj: PendingMaintenanceAction) => any;
301
- }
302
260
  /**
303
261
  * <p>Represents the output of <a>ApplyPendingMaintenanceAction</a>.
304
262
  * </p>
@@ -315,12 +273,6 @@ export interface ResourcePendingMaintenanceActions {
315
273
  */
316
274
  PendingMaintenanceActionDetails?: PendingMaintenanceAction[];
317
275
  }
318
- export declare namespace ResourcePendingMaintenanceActions {
319
- /**
320
- * @internal
321
- */
322
- const filterSensitiveLog: (obj: ResourcePendingMaintenanceActions) => any;
323
- }
324
276
  export interface ApplyPendingMaintenanceActionResult {
325
277
  /**
326
278
  * <p>Represents the output of <a>ApplyPendingMaintenanceAction</a>.
@@ -328,12 +280,6 @@ export interface ApplyPendingMaintenanceActionResult {
328
280
  */
329
281
  ResourcePendingMaintenanceActions?: ResourcePendingMaintenanceActions;
330
282
  }
331
- export declare namespace ApplyPendingMaintenanceActionResult {
332
- /**
333
- * @internal
334
- */
335
- const filterSensitiveLog: (obj: ApplyPendingMaintenanceActionResult) => any;
336
- }
337
283
  /**
338
284
  * <p>The cluster isn't in a valid state.</p>
339
285
  */
@@ -421,12 +367,6 @@ export interface CopyDBClusterParameterGroupMessage {
421
367
  */
422
368
  Tags?: Tag[];
423
369
  }
424
- export declare namespace CopyDBClusterParameterGroupMessage {
425
- /**
426
- * @internal
427
- */
428
- const filterSensitiveLog: (obj: CopyDBClusterParameterGroupMessage) => any;
429
- }
430
370
  /**
431
371
  * <p>Detailed information about a cluster parameter group. </p>
432
372
  */
@@ -450,24 +390,12 @@ export interface DBClusterParameterGroup {
450
390
  */
451
391
  DBClusterParameterGroupArn?: string;
452
392
  }
453
- export declare namespace DBClusterParameterGroup {
454
- /**
455
- * @internal
456
- */
457
- const filterSensitiveLog: (obj: DBClusterParameterGroup) => any;
458
- }
459
393
  export interface CopyDBClusterParameterGroupResult {
460
394
  /**
461
395
  * <p>Detailed information about a cluster parameter group. </p>
462
396
  */
463
397
  DBClusterParameterGroup?: DBClusterParameterGroup;
464
398
  }
465
- export declare namespace CopyDBClusterParameterGroupResult {
466
- /**
467
- * @internal
468
- */
469
- const filterSensitiveLog: (obj: CopyDBClusterParameterGroupResult) => any;
470
- }
471
399
  /**
472
400
  * <p>A parameter group with the same name already exists.</p>
473
401
  */
@@ -617,12 +545,6 @@ export interface CopyDBClusterSnapshotMessage {
617
545
  */
618
546
  Tags?: Tag[];
619
547
  }
620
- export declare namespace CopyDBClusterSnapshotMessage {
621
- /**
622
- * @internal
623
- */
624
- const filterSensitiveLog: (obj: CopyDBClusterSnapshotMessage) => any;
625
- }
626
548
  /**
627
549
  * <p>Detailed information about a cluster snapshot. </p>
628
550
  */
@@ -702,24 +624,12 @@ export interface DBClusterSnapshot {
702
624
  */
703
625
  SourceDBClusterSnapshotArn?: string;
704
626
  }
705
- export declare namespace DBClusterSnapshot {
706
- /**
707
- * @internal
708
- */
709
- const filterSensitiveLog: (obj: DBClusterSnapshot) => any;
710
- }
711
627
  export interface CopyDBClusterSnapshotResult {
712
628
  /**
713
629
  * <p>Detailed information about a cluster snapshot. </p>
714
630
  */
715
631
  DBClusterSnapshot?: DBClusterSnapshot;
716
632
  }
717
- export declare namespace CopyDBClusterSnapshotResult {
718
- /**
719
- * @internal
720
- */
721
- const filterSensitiveLog: (obj: CopyDBClusterSnapshotResult) => any;
722
- }
723
633
  /**
724
634
  * <p>You already have a cluster snapshot with the given identifier.</p>
725
635
  */
@@ -959,12 +869,6 @@ export interface CreateDBClusterMessage {
959
869
  */
960
870
  GlobalClusterIdentifier?: string;
961
871
  }
962
- export declare namespace CreateDBClusterMessage {
963
- /**
964
- * @internal
965
- */
966
- const filterSensitiveLog: (obj: CreateDBClusterMessage) => any;
967
- }
968
872
  /**
969
873
  * <p>Describes an Identity and Access Management (IAM) role that is associated with a
970
874
  * cluster.</p>
@@ -994,12 +898,6 @@ export interface DBClusterRole {
994
898
  */
995
899
  Status?: string;
996
900
  }
997
- export declare namespace DBClusterRole {
998
- /**
999
- * @internal
1000
- */
1001
- const filterSensitiveLog: (obj: DBClusterRole) => any;
1002
- }
1003
901
  /**
1004
902
  * <p>Contains information about an instance that is part of a cluster.</p>
1005
903
  */
@@ -1024,12 +922,6 @@ export interface DBClusterMember {
1024
922
  */
1025
923
  PromotionTier?: number;
1026
924
  }
1027
- export declare namespace DBClusterMember {
1028
- /**
1029
- * @internal
1030
- */
1031
- const filterSensitiveLog: (obj: DBClusterMember) => any;
1032
- }
1033
925
  /**
1034
926
  * <p>Used as a response element for queries on virtual private cloud (VPC) security group
1035
927
  * membership.</p>
@@ -1044,12 +936,6 @@ export interface VpcSecurityGroupMembership {
1044
936
  */
1045
937
  Status?: string;
1046
938
  }
1047
- export declare namespace VpcSecurityGroupMembership {
1048
- /**
1049
- * @internal
1050
- */
1051
- const filterSensitiveLog: (obj: VpcSecurityGroupMembership) => any;
1052
- }
1053
939
  /**
1054
940
  * <p>Detailed information about a cluster. </p>
1055
941
  */
@@ -1176,6 +1062,10 @@ export interface DBCluster {
1176
1062
  * <p>Provides a list of the Identity and Access Management (IAM) roles that are associated with the cluster. (IAM) roles that are associated with a cluster grant permission for the cluster to access other Amazon Web Services services on your behalf.</p>
1177
1063
  */
1178
1064
  AssociatedRoles?: DBClusterRole[];
1065
+ /**
1066
+ * <p>Identifies the clone group to which the DB cluster is associated.</p>
1067
+ */
1068
+ CloneGroupId?: string;
1179
1069
  /**
1180
1070
  * <p>Specifies the time when the cluster was created, in Universal Coordinated Time
1181
1071
  * (UTC).</p>
@@ -1194,24 +1084,12 @@ export interface DBCluster {
1194
1084
  */
1195
1085
  DeletionProtection?: boolean;
1196
1086
  }
1197
- export declare namespace DBCluster {
1198
- /**
1199
- * @internal
1200
- */
1201
- const filterSensitiveLog: (obj: DBCluster) => any;
1202
- }
1203
1087
  export interface CreateDBClusterResult {
1204
1088
  /**
1205
1089
  * <p>Detailed information about a cluster. </p>
1206
1090
  */
1207
1091
  DBCluster?: DBCluster;
1208
1092
  }
1209
- export declare namespace CreateDBClusterResult {
1210
- /**
1211
- * @internal
1212
- */
1213
- const filterSensitiveLog: (obj: CreateDBClusterResult) => any;
1214
- }
1215
1093
  /**
1216
1094
  * <p>You already have a cluster with the given identifier.</p>
1217
1095
  */
@@ -1380,24 +1258,12 @@ export interface CreateDBClusterParameterGroupMessage {
1380
1258
  */
1381
1259
  Tags?: Tag[];
1382
1260
  }
1383
- export declare namespace CreateDBClusterParameterGroupMessage {
1384
- /**
1385
- * @internal
1386
- */
1387
- const filterSensitiveLog: (obj: CreateDBClusterParameterGroupMessage) => any;
1388
- }
1389
1261
  export interface CreateDBClusterParameterGroupResult {
1390
1262
  /**
1391
1263
  * <p>Detailed information about a cluster parameter group. </p>
1392
1264
  */
1393
1265
  DBClusterParameterGroup?: DBClusterParameterGroup;
1394
1266
  }
1395
- export declare namespace CreateDBClusterParameterGroupResult {
1396
- /**
1397
- * @internal
1398
- */
1399
- const filterSensitiveLog: (obj: CreateDBClusterParameterGroupResult) => any;
1400
- }
1401
1267
  /**
1402
1268
  * <p>Represents the input of <a>CreateDBClusterSnapshot</a>.</p>
1403
1269
  */
@@ -1441,24 +1307,12 @@ export interface CreateDBClusterSnapshotMessage {
1441
1307
  */
1442
1308
  Tags?: Tag[];
1443
1309
  }
1444
- export declare namespace CreateDBClusterSnapshotMessage {
1445
- /**
1446
- * @internal
1447
- */
1448
- const filterSensitiveLog: (obj: CreateDBClusterSnapshotMessage) => any;
1449
- }
1450
1310
  export interface CreateDBClusterSnapshotResult {
1451
1311
  /**
1452
1312
  * <p>Detailed information about a cluster snapshot. </p>
1453
1313
  */
1454
1314
  DBClusterSnapshot?: DBClusterSnapshot;
1455
1315
  }
1456
- export declare namespace CreateDBClusterSnapshotResult {
1457
- /**
1458
- * @internal
1459
- */
1460
- const filterSensitiveLog: (obj: CreateDBClusterSnapshotResult) => any;
1461
- }
1462
1316
  /**
1463
1317
  * <p>The specified CIDR IP or Amazon EC2 security group isn't authorized for the specified security group.</p>
1464
1318
  * <p>Amazon DocumentDB also might not be authorized to perform necessary actions on your behalf using IAM.</p>
@@ -1537,6 +1391,10 @@ export interface CreateDBInstanceMessage {
1537
1391
  * <p>The identifier of the cluster that the instance will belong to.</p>
1538
1392
  */
1539
1393
  DBClusterIdentifier: string | undefined;
1394
+ /**
1395
+ * <p>A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.</p>
1396
+ */
1397
+ CopyTagsToSnapshot?: boolean;
1540
1398
  /**
1541
1399
  * <p>A value that specifies the order in which an Amazon DocumentDB replica is promoted to the
1542
1400
  * primary instance after a failure of the existing primary instance.</p>
@@ -1562,12 +1420,6 @@ export interface CreateDBInstanceMessage {
1562
1420
  */
1563
1421
  PerformanceInsightsKMSKeyId?: string;
1564
1422
  }
1565
- export declare namespace CreateDBInstanceMessage {
1566
- /**
1567
- * @internal
1568
- */
1569
- const filterSensitiveLog: (obj: CreateDBInstanceMessage) => any;
1570
- }
1571
1423
  /**
1572
1424
  * <p>Information about an Availability Zone.</p>
1573
1425
  */
@@ -1577,12 +1429,6 @@ export interface AvailabilityZone {
1577
1429
  */
1578
1430
  Name?: string;
1579
1431
  }
1580
- export declare namespace AvailabilityZone {
1581
- /**
1582
- * @internal
1583
- */
1584
- const filterSensitiveLog: (obj: AvailabilityZone) => any;
1585
- }
1586
1432
  /**
1587
1433
  * <p> Detailed information about a subnet. </p>
1588
1434
  */
@@ -1600,12 +1446,6 @@ export interface Subnet {
1600
1446
  */
1601
1447
  SubnetStatus?: string;
1602
1448
  }
1603
- export declare namespace Subnet {
1604
- /**
1605
- * @internal
1606
- */
1607
- const filterSensitiveLog: (obj: Subnet) => any;
1608
- }
1609
1449
  /**
1610
1450
  * <p>Detailed information about a subnet group. </p>
1611
1451
  */
@@ -1635,12 +1475,6 @@ export interface DBSubnetGroup {
1635
1475
  */
1636
1476
  DBSubnetGroupArn?: string;
1637
1477
  }
1638
- export declare namespace DBSubnetGroup {
1639
- /**
1640
- * @internal
1641
- */
1642
- const filterSensitiveLog: (obj: DBSubnetGroup) => any;
1643
- }
1644
1478
  /**
1645
1479
  * <p>Network information for accessing a cluster or instance. Client programs must
1646
1480
  * specify a valid endpoint to access these Amazon DocumentDB resources.</p>
@@ -1659,12 +1493,6 @@ export interface Endpoint {
1659
1493
  */
1660
1494
  HostedZoneId?: string;
1661
1495
  }
1662
- export declare namespace Endpoint {
1663
- /**
1664
- * @internal
1665
- */
1666
- const filterSensitiveLog: (obj: Endpoint) => any;
1667
- }
1668
1496
  /**
1669
1497
  * <p>A list of the log types whose configuration is still pending. These log types are in
1670
1498
  * the process of being activated or deactivated.</p>
@@ -1681,12 +1509,6 @@ export interface PendingCloudwatchLogsExports {
1681
1509
  */
1682
1510
  LogTypesToDisable?: string[];
1683
1511
  }
1684
- export declare namespace PendingCloudwatchLogsExports {
1685
- /**
1686
- * @internal
1687
- */
1688
- const filterSensitiveLog: (obj: PendingCloudwatchLogsExports) => any;
1689
- }
1690
1512
  /**
1691
1513
  * <p> One or more modified settings for an instance. These modified settings have been
1692
1514
  * requested, but haven't been applied yet.</p>
@@ -1759,12 +1581,6 @@ export interface PendingModifiedValues {
1759
1581
  */
1760
1582
  PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports;
1761
1583
  }
1762
- export declare namespace PendingModifiedValues {
1763
- /**
1764
- * @internal
1765
- */
1766
- const filterSensitiveLog: (obj: PendingModifiedValues) => any;
1767
- }
1768
1584
  /**
1769
1585
  * <p>Provides a list of status information for an instance.</p>
1770
1586
  */
@@ -1790,12 +1606,6 @@ export interface DBInstanceStatusInfo {
1790
1606
  */
1791
1607
  Message?: string;
1792
1608
  }
1793
- export declare namespace DBInstanceStatusInfo {
1794
- /**
1795
- * @internal
1796
- */
1797
- const filterSensitiveLog: (obj: DBInstanceStatusInfo) => any;
1798
- }
1799
1609
  /**
1800
1610
  * <p>Detailed information about an instance. </p>
1801
1611
  */
@@ -1902,6 +1712,10 @@ export interface DBInstance {
1902
1712
  * <p>The identifier of the CA certificate for this DB instance.</p>
1903
1713
  */
1904
1714
  CACertificateIdentifier?: string;
1715
+ /**
1716
+ * <p>A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.</p>
1717
+ */
1718
+ CopyTagsToSnapshot?: boolean;
1905
1719
  /**
1906
1720
  * <p>A value that specifies the order in which an Amazon DocumentDB replica is promoted to the
1907
1721
  * primary instance after a failure of the existing primary instance.</p>
@@ -1916,24 +1730,12 @@ export interface DBInstance {
1916
1730
  */
1917
1731
  EnabledCloudwatchLogsExports?: string[];
1918
1732
  }
1919
- export declare namespace DBInstance {
1920
- /**
1921
- * @internal
1922
- */
1923
- const filterSensitiveLog: (obj: DBInstance) => any;
1924
- }
1925
1733
  export interface CreateDBInstanceResult {
1926
1734
  /**
1927
1735
  * <p>Detailed information about an instance. </p>
1928
1736
  */
1929
1737
  DBInstance?: DBInstance;
1930
1738
  }
1931
- export declare namespace CreateDBInstanceResult {
1932
- /**
1933
- * @internal
1934
- */
1935
- const filterSensitiveLog: (obj: CreateDBInstanceResult) => any;
1936
- }
1937
1739
  /**
1938
1740
  * <p>You already have a instance with the given identifier.</p>
1939
1741
  */
@@ -2016,24 +1818,12 @@ export interface CreateDBSubnetGroupMessage {
2016
1818
  */
2017
1819
  Tags?: Tag[];
2018
1820
  }
2019
- export declare namespace CreateDBSubnetGroupMessage {
2020
- /**
2021
- * @internal
2022
- */
2023
- const filterSensitiveLog: (obj: CreateDBSubnetGroupMessage) => any;
2024
- }
2025
1821
  export interface CreateDBSubnetGroupResult {
2026
1822
  /**
2027
1823
  * <p>Detailed information about a subnet group. </p>
2028
1824
  */
2029
1825
  DBSubnetGroup?: DBSubnetGroup;
2030
1826
  }
2031
- export declare namespace CreateDBSubnetGroupResult {
2032
- /**
2033
- * @internal
2034
- */
2035
- const filterSensitiveLog: (obj: CreateDBSubnetGroupResult) => any;
2036
- }
2037
1827
  /**
2038
1828
  * <p>
2039
1829
  * <code>DBSubnetGroupName</code> is already being used by an existing subnet group. </p>
@@ -2130,24 +1920,12 @@ export interface CreateEventSubscriptionMessage {
2130
1920
  */
2131
1921
  Tags?: Tag[];
2132
1922
  }
2133
- export declare namespace CreateEventSubscriptionMessage {
2134
- /**
2135
- * @internal
2136
- */
2137
- const filterSensitiveLog: (obj: CreateEventSubscriptionMessage) => any;
2138
- }
2139
1923
  export interface CreateEventSubscriptionResult {
2140
1924
  /**
2141
1925
  * <p>Detailed information about an event to which you have subscribed.</p>
2142
1926
  */
2143
1927
  EventSubscription?: EventSubscription;
2144
1928
  }
2145
- export declare namespace CreateEventSubscriptionResult {
2146
- /**
2147
- * @internal
2148
- */
2149
- const filterSensitiveLog: (obj: CreateEventSubscriptionResult) => any;
2150
- }
2151
1929
  /**
2152
1930
  * <p>You have reached the maximum number of event subscriptions. </p>
2153
1931
  */
@@ -2247,12 +2025,6 @@ export interface CreateGlobalClusterMessage {
2247
2025
  */
2248
2026
  StorageEncrypted?: boolean;
2249
2027
  }
2250
- export declare namespace CreateGlobalClusterMessage {
2251
- /**
2252
- * @internal
2253
- */
2254
- const filterSensitiveLog: (obj: CreateGlobalClusterMessage) => any;
2255
- }
2256
2028
  /**
2257
2029
  * <p>A data structure with information about any primary and secondary clusters associated with an Amazon DocumentDB global clusters. </p>
2258
2030
  */
@@ -2270,12 +2042,6 @@ export interface GlobalClusterMember {
2270
2042
  */
2271
2043
  IsWriter?: boolean;
2272
2044
  }
2273
- export declare namespace GlobalClusterMember {
2274
- /**
2275
- * @internal
2276
- */
2277
- const filterSensitiveLog: (obj: GlobalClusterMember) => any;
2278
- }
2279
2045
  /**
2280
2046
  * <p>A data type representing an Amazon DocumentDB global cluster.</p>
2281
2047
  */
@@ -2321,24 +2087,12 @@ export interface GlobalCluster {
2321
2087
  */
2322
2088
  GlobalClusterMembers?: GlobalClusterMember[];
2323
2089
  }
2324
- export declare namespace GlobalCluster {
2325
- /**
2326
- * @internal
2327
- */
2328
- const filterSensitiveLog: (obj: GlobalCluster) => any;
2329
- }
2330
2090
  export interface CreateGlobalClusterResult {
2331
2091
  /**
2332
2092
  * <p>A data type representing an Amazon DocumentDB global cluster.</p>
2333
2093
  */
2334
2094
  GlobalCluster?: GlobalCluster;
2335
2095
  }
2336
- export declare namespace CreateGlobalClusterResult {
2337
- /**
2338
- * @internal
2339
- */
2340
- const filterSensitiveLog: (obj: CreateGlobalClusterResult) => any;
2341
- }
2342
2096
  /**
2343
2097
  * <p>The <code>GlobalClusterIdentifier</code> already exists. Choose a new global cluster identifier (unique name) to create a new global cluster. </p>
2344
2098
  */
@@ -2404,24 +2158,12 @@ export interface DeleteDBClusterMessage {
2404
2158
  */
2405
2159
  FinalDBSnapshotIdentifier?: string;
2406
2160
  }
2407
- export declare namespace DeleteDBClusterMessage {
2408
- /**
2409
- * @internal
2410
- */
2411
- const filterSensitiveLog: (obj: DeleteDBClusterMessage) => any;
2412
- }
2413
2161
  export interface DeleteDBClusterResult {
2414
2162
  /**
2415
2163
  * <p>Detailed information about a cluster. </p>
2416
2164
  */
2417
2165
  DBCluster?: DBCluster;
2418
2166
  }
2419
- export declare namespace DeleteDBClusterResult {
2420
- /**
2421
- * @internal
2422
- */
2423
- const filterSensitiveLog: (obj: DeleteDBClusterResult) => any;
2424
- }
2425
2167
  /**
2426
2168
  * <p>Represents the input to <a>DeleteDBClusterParameterGroup</a>.</p>
2427
2169
  */
@@ -2443,12 +2185,6 @@ export interface DeleteDBClusterParameterGroupMessage {
2443
2185
  */
2444
2186
  DBClusterParameterGroupName: string | undefined;
2445
2187
  }
2446
- export declare namespace DeleteDBClusterParameterGroupMessage {
2447
- /**
2448
- * @internal
2449
- */
2450
- const filterSensitiveLog: (obj: DeleteDBClusterParameterGroupMessage) => any;
2451
- }
2452
2188
  /**
2453
2189
  * <p>The parameter group is in use, or it is in a state that is not valid. If you are trying to delete the parameter group, you can't delete it when the parameter group is in this state.</p>
2454
2190
  */
@@ -2470,24 +2206,12 @@ export interface DeleteDBClusterSnapshotMessage {
2470
2206
  */
2471
2207
  DBClusterSnapshotIdentifier: string | undefined;
2472
2208
  }
2473
- export declare namespace DeleteDBClusterSnapshotMessage {
2474
- /**
2475
- * @internal
2476
- */
2477
- const filterSensitiveLog: (obj: DeleteDBClusterSnapshotMessage) => any;
2478
- }
2479
2209
  export interface DeleteDBClusterSnapshotResult {
2480
2210
  /**
2481
2211
  * <p>Detailed information about a cluster snapshot. </p>
2482
2212
  */
2483
2213
  DBClusterSnapshot?: DBClusterSnapshot;
2484
2214
  }
2485
- export declare namespace DeleteDBClusterSnapshotResult {
2486
- /**
2487
- * @internal
2488
- */
2489
- const filterSensitiveLog: (obj: DeleteDBClusterSnapshotResult) => any;
2490
- }
2491
2215
  /**
2492
2216
  * <p>
2493
2217
  * <code>DBSnapshotIdentifier</code> is already being used by an existing snapshot. </p>
@@ -2516,24 +2240,12 @@ export interface DeleteDBInstanceMessage {
2516
2240
  */
2517
2241
  DBInstanceIdentifier: string | undefined;
2518
2242
  }
2519
- export declare namespace DeleteDBInstanceMessage {
2520
- /**
2521
- * @internal
2522
- */
2523
- const filterSensitiveLog: (obj: DeleteDBInstanceMessage) => any;
2524
- }
2525
2243
  export interface DeleteDBInstanceResult {
2526
2244
  /**
2527
2245
  * <p>Detailed information about an instance. </p>
2528
2246
  */
2529
2247
  DBInstance?: DBInstance;
2530
2248
  }
2531
- export declare namespace DeleteDBInstanceResult {
2532
- /**
2533
- * @internal
2534
- */
2535
- const filterSensitiveLog: (obj: DeleteDBInstanceResult) => any;
2536
- }
2537
2249
  /**
2538
2250
  * <p>Represents the input to <a>DeleteDBSubnetGroup</a>.</p>
2539
2251
  */
@@ -2550,12 +2262,6 @@ export interface DeleteDBSubnetGroupMessage {
2550
2262
  */
2551
2263
  DBSubnetGroupName: string | undefined;
2552
2264
  }
2553
- export declare namespace DeleteDBSubnetGroupMessage {
2554
- /**
2555
- * @internal
2556
- */
2557
- const filterSensitiveLog: (obj: DeleteDBSubnetGroupMessage) => any;
2558
- }
2559
2265
  /**
2560
2266
  * <p> The subnet isn't in the <i>available</i> state. </p>
2561
2267
  */
@@ -2576,24 +2282,12 @@ export interface DeleteEventSubscriptionMessage {
2576
2282
  */
2577
2283
  SubscriptionName: string | undefined;
2578
2284
  }
2579
- export declare namespace DeleteEventSubscriptionMessage {
2580
- /**
2581
- * @internal
2582
- */
2583
- const filterSensitiveLog: (obj: DeleteEventSubscriptionMessage) => any;
2584
- }
2585
2285
  export interface DeleteEventSubscriptionResult {
2586
2286
  /**
2587
2287
  * <p>Detailed information about an event to which you have subscribed.</p>
2588
2288
  */
2589
2289
  EventSubscription?: EventSubscription;
2590
2290
  }
2591
- export declare namespace DeleteEventSubscriptionResult {
2592
- /**
2593
- * @internal
2594
- */
2595
- const filterSensitiveLog: (obj: DeleteEventSubscriptionResult) => any;
2596
- }
2597
2291
  /**
2598
2292
  * <p>Someone else might be modifying a subscription. Wait a few seconds, and try
2599
2293
  * again.</p>
@@ -2615,24 +2309,12 @@ export interface DeleteGlobalClusterMessage {
2615
2309
  */
2616
2310
  GlobalClusterIdentifier: string | undefined;
2617
2311
  }
2618
- export declare namespace DeleteGlobalClusterMessage {
2619
- /**
2620
- * @internal
2621
- */
2622
- const filterSensitiveLog: (obj: DeleteGlobalClusterMessage) => any;
2623
- }
2624
2312
  export interface DeleteGlobalClusterResult {
2625
2313
  /**
2626
2314
  * <p>A data type representing an Amazon DocumentDB global cluster.</p>
2627
2315
  */
2628
2316
  GlobalCluster?: GlobalCluster;
2629
2317
  }
2630
- export declare namespace DeleteGlobalClusterResult {
2631
- /**
2632
- * @internal
2633
- */
2634
- const filterSensitiveLog: (obj: DeleteGlobalClusterResult) => any;
2635
- }
2636
2318
  /**
2637
2319
  * <p>A certificate authority (CA) certificate for an Amazon Web Services account.</p>
2638
2320
  */
@@ -2672,12 +2354,6 @@ export interface Certificate {
2672
2354
  */
2673
2355
  CertificateArn?: string;
2674
2356
  }
2675
- export declare namespace Certificate {
2676
- /**
2677
- * @internal
2678
- */
2679
- const filterSensitiveLog: (obj: Certificate) => any;
2680
- }
2681
2357
  export interface CertificateMessage {
2682
2358
  /**
2683
2359
  * <p>A list of certificates for this Amazon Web Services account.</p>
@@ -2688,12 +2364,6 @@ export interface CertificateMessage {
2688
2364
  */
2689
2365
  Marker?: string;
2690
2366
  }
2691
- export declare namespace CertificateMessage {
2692
- /**
2693
- * @internal
2694
- */
2695
- const filterSensitiveLog: (obj: CertificateMessage) => any;
2696
- }
2697
2367
  /**
2698
2368
  * <p>
2699
2369
  * <code>CertificateIdentifier</code> doesn't refer to an existing certificate. </p>
@@ -2721,12 +2391,6 @@ export interface Filter {
2721
2391
  */
2722
2392
  Values: string[] | undefined;
2723
2393
  }
2724
- export declare namespace Filter {
2725
- /**
2726
- * @internal
2727
- */
2728
- const filterSensitiveLog: (obj: Filter) => any;
2729
- }
2730
2394
  export interface DescribeCertificatesMessage {
2731
2395
  /**
2732
2396
  * <p>The user-supplied certificate identifier. If this parameter is specified, information for only the specified certificate is returned. If this parameter is omitted, a list of up to <code>MaxRecords</code> certificates is returned. This parameter is not case sensitive.</p>
@@ -2761,12 +2425,6 @@ export interface DescribeCertificatesMessage {
2761
2425
  */
2762
2426
  Marker?: string;
2763
2427
  }
2764
- export declare namespace DescribeCertificatesMessage {
2765
- /**
2766
- * @internal
2767
- */
2768
- const filterSensitiveLog: (obj: DescribeCertificatesMessage) => any;
2769
- }
2770
2428
  /**
2771
2429
  * <p>Represents the output of <a>DBClusterParameterGroups</a>.</p>
2772
2430
  */
@@ -2782,12 +2440,6 @@ export interface DBClusterParameterGroupsMessage {
2782
2440
  */
2783
2441
  DBClusterParameterGroups?: DBClusterParameterGroup[];
2784
2442
  }
2785
- export declare namespace DBClusterParameterGroupsMessage {
2786
- /**
2787
- * @internal
2788
- */
2789
- const filterSensitiveLog: (obj: DBClusterParameterGroupsMessage) => any;
2790
- }
2791
2443
  /**
2792
2444
  * <p>Represents the input to <a>DescribeDBClusterParameterGroups</a>.</p>
2793
2445
  */
@@ -2822,12 +2474,6 @@ export interface DescribeDBClusterParameterGroupsMessage {
2822
2474
  */
2823
2475
  Marker?: string;
2824
2476
  }
2825
- export declare namespace DescribeDBClusterParameterGroupsMessage {
2826
- /**
2827
- * @internal
2828
- */
2829
- const filterSensitiveLog: (obj: DescribeDBClusterParameterGroupsMessage) => any;
2830
- }
2831
2477
  export declare type ApplyMethod = "immediate" | "pending-reboot";
2832
2478
  /**
2833
2479
  * <p>Detailed information about an individual parameter.</p>
@@ -2876,12 +2522,6 @@ export interface Parameter {
2876
2522
  */
2877
2523
  ApplyMethod?: ApplyMethod | string;
2878
2524
  }
2879
- export declare namespace Parameter {
2880
- /**
2881
- * @internal
2882
- */
2883
- const filterSensitiveLog: (obj: Parameter) => any;
2884
- }
2885
2525
  /**
2886
2526
  * <p>Represents the output of <a>DBClusterParameterGroup</a>.</p>
2887
2527
  */
@@ -2897,12 +2537,6 @@ export interface DBClusterParameterGroupDetails {
2897
2537
  */
2898
2538
  Marker?: string;
2899
2539
  }
2900
- export declare namespace DBClusterParameterGroupDetails {
2901
- /**
2902
- * @internal
2903
- */
2904
- const filterSensitiveLog: (obj: DBClusterParameterGroupDetails) => any;
2905
- }
2906
2540
  /**
2907
2541
  * <p>Represents the input to <a>DescribeDBClusterParameters</a>.</p>
2908
2542
  */
@@ -2941,12 +2575,6 @@ export interface DescribeDBClusterParametersMessage {
2941
2575
  */
2942
2576
  Marker?: string;
2943
2577
  }
2944
- export declare namespace DescribeDBClusterParametersMessage {
2945
- /**
2946
- * @internal
2947
- */
2948
- const filterSensitiveLog: (obj: DescribeDBClusterParametersMessage) => any;
2949
- }
2950
2578
  /**
2951
2579
  * <p>Represents the output of <a>DescribeDBClusters</a>.</p>
2952
2580
  */
@@ -2962,12 +2590,6 @@ export interface DBClusterMessage {
2962
2590
  */
2963
2591
  DBClusters?: DBCluster[];
2964
2592
  }
2965
- export declare namespace DBClusterMessage {
2966
- /**
2967
- * @internal
2968
- */
2969
- const filterSensitiveLog: (obj: DBClusterMessage) => any;
2970
- }
2971
2593
  /**
2972
2594
  * <p>Represents the input to <a>DescribeDBClusters</a>.</p>
2973
2595
  */
@@ -3008,12 +2630,6 @@ export interface DescribeDBClustersMessage {
3008
2630
  */
3009
2631
  Marker?: string;
3010
2632
  }
3011
- export declare namespace DescribeDBClustersMessage {
3012
- /**
3013
- * @internal
3014
- */
3015
- const filterSensitiveLog: (obj: DescribeDBClustersMessage) => any;
3016
- }
3017
2633
  /**
3018
2634
  * <p>Represents the input to <a>DescribeDBClusterSnapshotAttributes</a>.</p>
3019
2635
  */
@@ -3023,12 +2639,6 @@ export interface DescribeDBClusterSnapshotAttributesMessage {
3023
2639
  */
3024
2640
  DBClusterSnapshotIdentifier: string | undefined;
3025
2641
  }
3026
- export declare namespace DescribeDBClusterSnapshotAttributesMessage {
3027
- /**
3028
- * @internal
3029
- */
3030
- const filterSensitiveLog: (obj: DescribeDBClusterSnapshotAttributesMessage) => any;
3031
- }
3032
2642
  /**
3033
2643
  * <p>Contains the name and values of a manual cluster snapshot attribute.</p>
3034
2644
  * <p>Manual cluster snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual cluster snapshot.</p>
@@ -3045,12 +2655,6 @@ export interface DBClusterSnapshotAttribute {
3045
2655
  */
3046
2656
  AttributeValues?: string[];
3047
2657
  }
3048
- export declare namespace DBClusterSnapshotAttribute {
3049
- /**
3050
- * @internal
3051
- */
3052
- const filterSensitiveLog: (obj: DBClusterSnapshotAttribute) => any;
3053
- }
3054
2658
  /**
3055
2659
  * <p>Detailed information about the attributes that are associated with a cluster
3056
2660
  * snapshot.</p>
@@ -3065,12 +2669,6 @@ export interface DBClusterSnapshotAttributesResult {
3065
2669
  */
3066
2670
  DBClusterSnapshotAttributes?: DBClusterSnapshotAttribute[];
3067
2671
  }
3068
- export declare namespace DBClusterSnapshotAttributesResult {
3069
- /**
3070
- * @internal
3071
- */
3072
- const filterSensitiveLog: (obj: DBClusterSnapshotAttributesResult) => any;
3073
- }
3074
2672
  export interface DescribeDBClusterSnapshotAttributesResult {
3075
2673
  /**
3076
2674
  * <p>Detailed information about the attributes that are associated with a cluster
@@ -3078,12 +2676,6 @@ export interface DescribeDBClusterSnapshotAttributesResult {
3078
2676
  */
3079
2677
  DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
3080
2678
  }
3081
- export declare namespace DescribeDBClusterSnapshotAttributesResult {
3082
- /**
3083
- * @internal
3084
- */
3085
- const filterSensitiveLog: (obj: DescribeDBClusterSnapshotAttributesResult) => any;
3086
- }
3087
2679
  /**
3088
2680
  * <p>Represents the output of <a>DescribeDBClusterSnapshots</a>.</p>
3089
2681
  */
@@ -3099,12 +2691,6 @@ export interface DBClusterSnapshotMessage {
3099
2691
  */
3100
2692
  DBClusterSnapshots?: DBClusterSnapshot[];
3101
2693
  }
3102
- export declare namespace DBClusterSnapshotMessage {
3103
- /**
3104
- * @internal
3105
- */
3106
- const filterSensitiveLog: (obj: DBClusterSnapshotMessage) => any;
3107
- }
3108
2694
  /**
3109
2695
  * <p>Represents the input to <a>DescribeDBClusterSnapshots</a>.</p>
3110
2696
  */
@@ -3186,12 +2772,6 @@ export interface DescribeDBClusterSnapshotsMessage {
3186
2772
  */
3187
2773
  IncludePublic?: boolean;
3188
2774
  }
3189
- export declare namespace DescribeDBClusterSnapshotsMessage {
3190
- /**
3191
- * @internal
3192
- */
3193
- const filterSensitiveLog: (obj: DescribeDBClusterSnapshotsMessage) => any;
3194
- }
3195
2775
  /**
3196
2776
  * <p>The version of the database engine that an instance can be upgraded to.</p>
3197
2777
  */
@@ -3218,12 +2798,6 @@ export interface UpgradeTarget {
3218
2798
  */
3219
2799
  IsMajorVersionUpgrade?: boolean;
3220
2800
  }
3221
- export declare namespace UpgradeTarget {
3222
- /**
3223
- * @internal
3224
- */
3225
- const filterSensitiveLog: (obj: UpgradeTarget) => any;
3226
- }
3227
2801
  /**
3228
2802
  * <p> Detailed information about an engine version. </p>
3229
2803
  */
@@ -3263,12 +2837,6 @@ export interface DBEngineVersion {
3263
2837
  */
3264
2838
  SupportsLogExportsToCloudwatchLogs?: boolean;
3265
2839
  }
3266
- export declare namespace DBEngineVersion {
3267
- /**
3268
- * @internal
3269
- */
3270
- const filterSensitiveLog: (obj: DBEngineVersion) => any;
3271
- }
3272
2840
  /**
3273
2841
  * <p>Represents the output of <a>DescribeDBEngineVersions</a>.</p>
3274
2842
  */
@@ -3284,12 +2852,6 @@ export interface DBEngineVersionMessage {
3284
2852
  */
3285
2853
  DBEngineVersions?: DBEngineVersion[];
3286
2854
  }
3287
- export declare namespace DBEngineVersionMessage {
3288
- /**
3289
- * @internal
3290
- */
3291
- const filterSensitiveLog: (obj: DBEngineVersionMessage) => any;
3292
- }
3293
2855
  /**
3294
2856
  * <p>Represents the input to <a>DescribeDBEngineVersions</a>.</p>
3295
2857
  */
@@ -3347,12 +2909,6 @@ export interface DescribeDBEngineVersionsMessage {
3347
2909
  */
3348
2910
  ListSupportedTimezones?: boolean;
3349
2911
  }
3350
- export declare namespace DescribeDBEngineVersionsMessage {
3351
- /**
3352
- * @internal
3353
- */
3354
- const filterSensitiveLog: (obj: DescribeDBEngineVersionsMessage) => any;
3355
- }
3356
2912
  /**
3357
2913
  * <p>Represents the output of <a>DescribeDBInstances</a>.</p>
3358
2914
  */
@@ -3368,12 +2924,6 @@ export interface DBInstanceMessage {
3368
2924
  */
3369
2925
  DBInstances?: DBInstance[];
3370
2926
  }
3371
- export declare namespace DBInstanceMessage {
3372
- /**
3373
- * @internal
3374
- */
3375
- const filterSensitiveLog: (obj: DBInstanceMessage) => any;
3376
- }
3377
2927
  /**
3378
2928
  * <p>Represents the input to <a>DescribeDBInstances</a>.</p>
3379
2929
  */
@@ -3419,12 +2969,6 @@ export interface DescribeDBInstancesMessage {
3419
2969
  */
3420
2970
  Marker?: string;
3421
2971
  }
3422
- export declare namespace DescribeDBInstancesMessage {
3423
- /**
3424
- * @internal
3425
- */
3426
- const filterSensitiveLog: (obj: DescribeDBInstancesMessage) => any;
3427
- }
3428
2972
  /**
3429
2973
  * <p>Represents the output of <a>DescribeDBSubnetGroups</a>.</p>
3430
2974
  */
@@ -3440,12 +2984,6 @@ export interface DBSubnetGroupMessage {
3440
2984
  */
3441
2985
  DBSubnetGroups?: DBSubnetGroup[];
3442
2986
  }
3443
- export declare namespace DBSubnetGroupMessage {
3444
- /**
3445
- * @internal
3446
- */
3447
- const filterSensitiveLog: (obj: DBSubnetGroupMessage) => any;
3448
- }
3449
2987
  /**
3450
2988
  * <p>Represents the input to <a>DescribeDBSubnetGroups</a>.</p>
3451
2989
  */
@@ -3473,12 +3011,6 @@ export interface DescribeDBSubnetGroupsMessage {
3473
3011
  */
3474
3012
  Marker?: string;
3475
3013
  }
3476
- export declare namespace DescribeDBSubnetGroupsMessage {
3477
- /**
3478
- * @internal
3479
- */
3480
- const filterSensitiveLog: (obj: DescribeDBSubnetGroupsMessage) => any;
3481
- }
3482
3014
  /**
3483
3015
  * <p>Represents the input to <a>DescribeEngineDefaultClusterParameters</a>.</p>
3484
3016
  */
@@ -3507,12 +3039,6 @@ export interface DescribeEngineDefaultClusterParametersMessage {
3507
3039
  */
3508
3040
  Marker?: string;
3509
3041
  }
3510
- export declare namespace DescribeEngineDefaultClusterParametersMessage {
3511
- /**
3512
- * @internal
3513
- */
3514
- const filterSensitiveLog: (obj: DescribeEngineDefaultClusterParametersMessage) => any;
3515
- }
3516
3042
  /**
3517
3043
  * <p>Contains the result of a successful invocation of the
3518
3044
  * <code>DescribeEngineDefaultClusterParameters</code> operation. </p>
@@ -3533,12 +3059,6 @@ export interface EngineDefaults {
3533
3059
  */
3534
3060
  Parameters?: Parameter[];
3535
3061
  }
3536
- export declare namespace EngineDefaults {
3537
- /**
3538
- * @internal
3539
- */
3540
- const filterSensitiveLog: (obj: EngineDefaults) => any;
3541
- }
3542
3062
  export interface DescribeEngineDefaultClusterParametersResult {
3543
3063
  /**
3544
3064
  * <p>Contains the result of a successful invocation of the
@@ -3546,12 +3066,6 @@ export interface DescribeEngineDefaultClusterParametersResult {
3546
3066
  */
3547
3067
  EngineDefaults?: EngineDefaults;
3548
3068
  }
3549
- export declare namespace DescribeEngineDefaultClusterParametersResult {
3550
- /**
3551
- * @internal
3552
- */
3553
- const filterSensitiveLog: (obj: DescribeEngineDefaultClusterParametersResult) => any;
3554
- }
3555
3069
  /**
3556
3070
  * <p>Represents the input to <a>DescribeEventCategories</a>.</p>
3557
3071
  */
@@ -3567,12 +3081,6 @@ export interface DescribeEventCategoriesMessage {
3567
3081
  */
3568
3082
  Filters?: Filter[];
3569
3083
  }
3570
- export declare namespace DescribeEventCategoriesMessage {
3571
- /**
3572
- * @internal
3573
- */
3574
- const filterSensitiveLog: (obj: DescribeEventCategoriesMessage) => any;
3575
- }
3576
3084
  /**
3577
3085
  * <p>An event source type, accompanied by one or more event category names.</p>
3578
3086
  */
@@ -3586,12 +3094,6 @@ export interface EventCategoriesMap {
3586
3094
  */
3587
3095
  EventCategories?: string[];
3588
3096
  }
3589
- export declare namespace EventCategoriesMap {
3590
- /**
3591
- * @internal
3592
- */
3593
- const filterSensitiveLog: (obj: EventCategoriesMap) => any;
3594
- }
3595
3097
  /**
3596
3098
  * <p>Represents the output of <a>DescribeEventCategories</a>.</p>
3597
3099
  */
@@ -3601,12 +3103,6 @@ export interface EventCategoriesMessage {
3601
3103
  */
3602
3104
  EventCategoriesMapList?: EventCategoriesMap[];
3603
3105
  }
3604
- export declare namespace EventCategoriesMessage {
3605
- /**
3606
- * @internal
3607
- */
3608
- const filterSensitiveLog: (obj: EventCategoriesMessage) => any;
3609
- }
3610
3106
  export declare type SourceType = "db-cluster" | "db-cluster-snapshot" | "db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot";
3611
3107
  /**
3612
3108
  * <p>Represents the input to <a>DescribeEvents</a>.</p>
@@ -3685,12 +3181,6 @@ export interface DescribeEventsMessage {
3685
3181
  */
3686
3182
  Marker?: string;
3687
3183
  }
3688
- export declare namespace DescribeEventsMessage {
3689
- /**
3690
- * @internal
3691
- */
3692
- const filterSensitiveLog: (obj: DescribeEventsMessage) => any;
3693
- }
3694
3184
  /**
3695
3185
  * <p>Detailed information about an event.</p>
3696
3186
  */
@@ -3720,12 +3210,6 @@ export interface Event {
3720
3210
  */
3721
3211
  SourceArn?: string;
3722
3212
  }
3723
- export declare namespace Event {
3724
- /**
3725
- * @internal
3726
- */
3727
- const filterSensitiveLog: (obj: Event) => any;
3728
- }
3729
3213
  /**
3730
3214
  * <p>Represents the output of <a>DescribeEvents</a>.</p>
3731
3215
  */
@@ -3741,12 +3225,6 @@ export interface EventsMessage {
3741
3225
  */
3742
3226
  Events?: Event[];
3743
3227
  }
3744
- export declare namespace EventsMessage {
3745
- /**
3746
- * @internal
3747
- */
3748
- const filterSensitiveLog: (obj: EventsMessage) => any;
3749
- }
3750
3228
  /**
3751
3229
  * <p>Represents the input to <a>DescribeEventSubscriptions</a>.</p>
3752
3230
  */
@@ -3775,12 +3253,6 @@ export interface DescribeEventSubscriptionsMessage {
3775
3253
  */
3776
3254
  Marker?: string;
3777
3255
  }
3778
- export declare namespace DescribeEventSubscriptionsMessage {
3779
- /**
3780
- * @internal
3781
- */
3782
- const filterSensitiveLog: (obj: DescribeEventSubscriptionsMessage) => any;
3783
- }
3784
3256
  /**
3785
3257
  * <p>Represents the output of <a>DescribeEventSubscriptions</a>.</p>
3786
3258
  */
@@ -3796,12 +3268,6 @@ export interface EventSubscriptionsMessage {
3796
3268
  */
3797
3269
  EventSubscriptionsList?: EventSubscription[];
3798
3270
  }
3799
- export declare namespace EventSubscriptionsMessage {
3800
- /**
3801
- * @internal
3802
- */
3803
- const filterSensitiveLog: (obj: EventSubscriptionsMessage) => any;
3804
- }
3805
3271
  export interface DescribeGlobalClustersMessage {
3806
3272
  /**
3807
3273
  * <p>The user-supplied cluster identifier. If this parameter is specified, information from only the specific cluster is returned. This parameter isn't case-sensitive.</p>
@@ -3821,12 +3287,6 @@ export interface DescribeGlobalClustersMessage {
3821
3287
  */
3822
3288
  Marker?: string;
3823
3289
  }
3824
- export declare namespace DescribeGlobalClustersMessage {
3825
- /**
3826
- * @internal
3827
- */
3828
- const filterSensitiveLog: (obj: DescribeGlobalClustersMessage) => any;
3829
- }
3830
3290
  export interface GlobalClustersMessage {
3831
3291
  /**
3832
3292
  * <p></p>
@@ -3837,12 +3297,6 @@ export interface GlobalClustersMessage {
3837
3297
  */
3838
3298
  GlobalClusters?: GlobalCluster[];
3839
3299
  }
3840
- export declare namespace GlobalClustersMessage {
3841
- /**
3842
- * @internal
3843
- */
3844
- const filterSensitiveLog: (obj: GlobalClustersMessage) => any;
3845
- }
3846
3300
  /**
3847
3301
  * <p>Represents the input to <a>DescribeOrderableDBInstanceOptions</a>.</p>
3848
3302
  */
@@ -3890,12 +3344,6 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
3890
3344
  */
3891
3345
  Marker?: string;
3892
3346
  }
3893
- export declare namespace DescribeOrderableDBInstanceOptionsMessage {
3894
- /**
3895
- * @internal
3896
- */
3897
- const filterSensitiveLog: (obj: DescribeOrderableDBInstanceOptionsMessage) => any;
3898
- }
3899
3347
  /**
3900
3348
  * <p>The options that are available for an instance.</p>
3901
3349
  */
@@ -3925,12 +3373,6 @@ export interface OrderableDBInstanceOption {
3925
3373
  */
3926
3374
  Vpc?: boolean;
3927
3375
  }
3928
- export declare namespace OrderableDBInstanceOption {
3929
- /**
3930
- * @internal
3931
- */
3932
- const filterSensitiveLog: (obj: OrderableDBInstanceOption) => any;
3933
- }
3934
3376
  /**
3935
3377
  * <p>Represents the output of <a>DescribeOrderableDBInstanceOptions</a>.</p>
3936
3378
  */
@@ -3946,12 +3388,6 @@ export interface OrderableDBInstanceOptionsMessage {
3946
3388
  */
3947
3389
  Marker?: string;
3948
3390
  }
3949
- export declare namespace OrderableDBInstanceOptionsMessage {
3950
- /**
3951
- * @internal
3952
- */
3953
- const filterSensitiveLog: (obj: OrderableDBInstanceOptionsMessage) => any;
3954
- }
3955
3391
  /**
3956
3392
  * <p>Represents the input to <a>DescribePendingMaintenanceActions</a>.</p>
3957
3393
  */
@@ -3995,12 +3431,6 @@ export interface DescribePendingMaintenanceActionsMessage {
3995
3431
  */
3996
3432
  MaxRecords?: number;
3997
3433
  }
3998
- export declare namespace DescribePendingMaintenanceActionsMessage {
3999
- /**
4000
- * @internal
4001
- */
4002
- const filterSensitiveLog: (obj: DescribePendingMaintenanceActionsMessage) => any;
4003
- }
4004
3434
  /**
4005
3435
  * <p>Represents the output of <a>DescribePendingMaintenanceActions</a>.</p>
4006
3436
  */
@@ -4016,12 +3446,6 @@ export interface PendingMaintenanceActionsMessage {
4016
3446
  */
4017
3447
  Marker?: string;
4018
3448
  }
4019
- export declare namespace PendingMaintenanceActionsMessage {
4020
- /**
4021
- * @internal
4022
- */
4023
- const filterSensitiveLog: (obj: PendingMaintenanceActionsMessage) => any;
4024
- }
4025
3449
  /**
4026
3450
  * <p>Represents the input to <a>FailoverDBCluster</a>.</p>
4027
3451
  */
@@ -4043,24 +3467,12 @@ export interface FailoverDBClusterMessage {
4043
3467
  */
4044
3468
  TargetDBInstanceIdentifier?: string;
4045
3469
  }
4046
- export declare namespace FailoverDBClusterMessage {
4047
- /**
4048
- * @internal
4049
- */
4050
- const filterSensitiveLog: (obj: FailoverDBClusterMessage) => any;
4051
- }
4052
3470
  export interface FailoverDBClusterResult {
4053
3471
  /**
4054
3472
  * <p>Detailed information about a cluster. </p>
4055
3473
  */
4056
3474
  DBCluster?: DBCluster;
4057
3475
  }
4058
- export declare namespace FailoverDBClusterResult {
4059
- /**
4060
- * @internal
4061
- */
4062
- const filterSensitiveLog: (obj: FailoverDBClusterResult) => any;
4063
- }
4064
3476
  /**
4065
3477
  * <p>Represents the input to <a>ListTagsForResource</a>.</p>
4066
3478
  */
@@ -4075,12 +3487,6 @@ export interface ListTagsForResourceMessage {
4075
3487
  */
4076
3488
  Filters?: Filter[];
4077
3489
  }
4078
- export declare namespace ListTagsForResourceMessage {
4079
- /**
4080
- * @internal
4081
- */
4082
- const filterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
4083
- }
4084
3490
  /**
4085
3491
  * <p>Represents the output of <a>ListTagsForResource</a>.</p>
4086
3492
  */
@@ -4090,12 +3496,6 @@ export interface TagListMessage {
4090
3496
  */
4091
3497
  TagList?: Tag[];
4092
3498
  }
4093
- export declare namespace TagListMessage {
4094
- /**
4095
- * @internal
4096
- */
4097
- const filterSensitiveLog: (obj: TagListMessage) => any;
4098
- }
4099
3499
  /**
4100
3500
  * <p>The state of the security group doesn't allow deletion.</p>
4101
3501
  */
@@ -4124,12 +3524,6 @@ export interface CloudwatchLogsExportConfiguration {
4124
3524
  */
4125
3525
  DisableLogTypes?: string[];
4126
3526
  }
4127
- export declare namespace CloudwatchLogsExportConfiguration {
4128
- /**
4129
- * @internal
4130
- */
4131
- const filterSensitiveLog: (obj: CloudwatchLogsExportConfiguration) => any;
4132
- }
4133
3527
  /**
4134
3528
  * <p>Represents the input to <a>ModifyDBCluster</a>.</p>
4135
3529
  */
@@ -4266,24 +3660,12 @@ export interface ModifyDBClusterMessage {
4266
3660
  */
4267
3661
  DeletionProtection?: boolean;
4268
3662
  }
4269
- export declare namespace ModifyDBClusterMessage {
4270
- /**
4271
- * @internal
4272
- */
4273
- const filterSensitiveLog: (obj: ModifyDBClusterMessage) => any;
4274
- }
4275
3663
  export interface ModifyDBClusterResult {
4276
3664
  /**
4277
3665
  * <p>Detailed information about a cluster. </p>
4278
3666
  */
4279
3667
  DBCluster?: DBCluster;
4280
3668
  }
4281
- export declare namespace ModifyDBClusterResult {
4282
- /**
4283
- * @internal
4284
- */
4285
- const filterSensitiveLog: (obj: ModifyDBClusterResult) => any;
4286
- }
4287
3669
  /**
4288
3670
  * <p>Contains the name of a cluster parameter group.</p>
4289
3671
  */
@@ -4308,12 +3690,6 @@ export interface DBClusterParameterGroupNameMessage {
4308
3690
  */
4309
3691
  DBClusterParameterGroupName?: string;
4310
3692
  }
4311
- export declare namespace DBClusterParameterGroupNameMessage {
4312
- /**
4313
- * @internal
4314
- */
4315
- const filterSensitiveLog: (obj: DBClusterParameterGroupNameMessage) => any;
4316
- }
4317
3693
  /**
4318
3694
  * <p>Represents the input to <a>ModifyDBClusterParameterGroup</a>.</p>
4319
3695
  */
@@ -4327,12 +3703,6 @@ export interface ModifyDBClusterParameterGroupMessage {
4327
3703
  */
4328
3704
  Parameters: Parameter[] | undefined;
4329
3705
  }
4330
- export declare namespace ModifyDBClusterParameterGroupMessage {
4331
- /**
4332
- * @internal
4333
- */
4334
- const filterSensitiveLog: (obj: ModifyDBClusterParameterGroupMessage) => any;
4335
- }
4336
3706
  /**
4337
3707
  * <p>Represents the input to <a>ModifyDBClusterSnapshotAttribute</a>.</p>
4338
3708
  */
@@ -4358,12 +3728,6 @@ export interface ModifyDBClusterSnapshotAttributeMessage {
4358
3728
  */
4359
3729
  ValuesToRemove?: string[];
4360
3730
  }
4361
- export declare namespace ModifyDBClusterSnapshotAttributeMessage {
4362
- /**
4363
- * @internal
4364
- */
4365
- const filterSensitiveLog: (obj: ModifyDBClusterSnapshotAttributeMessage) => any;
4366
- }
4367
3731
  export interface ModifyDBClusterSnapshotAttributeResult {
4368
3732
  /**
4369
3733
  * <p>Detailed information about the attributes that are associated with a cluster
@@ -4371,12 +3735,6 @@ export interface ModifyDBClusterSnapshotAttributeResult {
4371
3735
  */
4372
3736
  DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
4373
3737
  }
4374
- export declare namespace ModifyDBClusterSnapshotAttributeResult {
4375
- /**
4376
- * @internal
4377
- */
4378
- const filterSensitiveLog: (obj: ModifyDBClusterSnapshotAttributeResult) => any;
4379
- }
4380
3738
  /**
4381
3739
  * <p>You have exceeded the maximum number of accounts that you can share a manual DB
4382
3740
  * snapshot with. </p>
@@ -4476,6 +3834,10 @@ export interface ModifyDBInstanceMessage {
4476
3834
  * <p>Indicates the certificate that needs to be associated with the instance.</p>
4477
3835
  */
4478
3836
  CACertificateIdentifier?: string;
3837
+ /**
3838
+ * <p>A value that indicates whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.</p>
3839
+ */
3840
+ CopyTagsToSnapshot?: boolean;
4479
3841
  /**
4480
3842
  * <p>A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.</p>
4481
3843
  * <p>Default: 1</p>
@@ -4500,24 +3862,12 @@ export interface ModifyDBInstanceMessage {
4500
3862
  */
4501
3863
  PerformanceInsightsKMSKeyId?: string;
4502
3864
  }
4503
- export declare namespace ModifyDBInstanceMessage {
4504
- /**
4505
- * @internal
4506
- */
4507
- const filterSensitiveLog: (obj: ModifyDBInstanceMessage) => any;
4508
- }
4509
3865
  export interface ModifyDBInstanceResult {
4510
3866
  /**
4511
3867
  * <p>Detailed information about an instance. </p>
4512
3868
  */
4513
3869
  DBInstance?: DBInstance;
4514
3870
  }
4515
- export declare namespace ModifyDBInstanceResult {
4516
- /**
4517
- * @internal
4518
- */
4519
- const filterSensitiveLog: (obj: ModifyDBInstanceResult) => any;
4520
- }
4521
3871
  /**
4522
3872
  * <p>Represents the input to <a>ModifyDBSubnetGroup</a>.</p>
4523
3873
  */
@@ -4538,24 +3888,12 @@ export interface ModifyDBSubnetGroupMessage {
4538
3888
  */
4539
3889
  SubnetIds: string[] | undefined;
4540
3890
  }
4541
- export declare namespace ModifyDBSubnetGroupMessage {
4542
- /**
4543
- * @internal
4544
- */
4545
- const filterSensitiveLog: (obj: ModifyDBSubnetGroupMessage) => any;
4546
- }
4547
3891
  export interface ModifyDBSubnetGroupResult {
4548
3892
  /**
4549
3893
  * <p>Detailed information about a subnet group. </p>
4550
3894
  */
4551
3895
  DBSubnetGroup?: DBSubnetGroup;
4552
3896
  }
4553
- export declare namespace ModifyDBSubnetGroupResult {
4554
- /**
4555
- * @internal
4556
- */
4557
- const filterSensitiveLog: (obj: ModifyDBSubnetGroupResult) => any;
4558
- }
4559
3897
  /**
4560
3898
  * <p>The subnet is already in use in the Availability Zone.</p>
4561
3899
  */
@@ -4596,24 +3934,12 @@ export interface ModifyEventSubscriptionMessage {
4596
3934
  */
4597
3935
  Enabled?: boolean;
4598
3936
  }
4599
- export declare namespace ModifyEventSubscriptionMessage {
4600
- /**
4601
- * @internal
4602
- */
4603
- const filterSensitiveLog: (obj: ModifyEventSubscriptionMessage) => any;
4604
- }
4605
3937
  export interface ModifyEventSubscriptionResult {
4606
3938
  /**
4607
3939
  * <p>Detailed information about an event to which you have subscribed.</p>
4608
3940
  */
4609
3941
  EventSubscription?: EventSubscription;
4610
3942
  }
4611
- export declare namespace ModifyEventSubscriptionResult {
4612
- /**
4613
- * @internal
4614
- */
4615
- const filterSensitiveLog: (obj: ModifyEventSubscriptionResult) => any;
4616
- }
4617
3943
  /**
4618
3944
  * <p>Represents the input to <a>ModifyGlobalCluster</a>.</p>
4619
3945
  */
@@ -4646,24 +3972,12 @@ export interface ModifyGlobalClusterMessage {
4646
3972
  */
4647
3973
  DeletionProtection?: boolean;
4648
3974
  }
4649
- export declare namespace ModifyGlobalClusterMessage {
4650
- /**
4651
- * @internal
4652
- */
4653
- const filterSensitiveLog: (obj: ModifyGlobalClusterMessage) => any;
4654
- }
4655
3975
  export interface ModifyGlobalClusterResult {
4656
3976
  /**
4657
3977
  * <p>A data type representing an Amazon DocumentDB global cluster.</p>
4658
3978
  */
4659
3979
  GlobalCluster?: GlobalCluster;
4660
3980
  }
4661
- export declare namespace ModifyGlobalClusterResult {
4662
- /**
4663
- * @internal
4664
- */
4665
- const filterSensitiveLog: (obj: ModifyGlobalClusterResult) => any;
4666
- }
4667
3981
  /**
4668
3982
  * <p>Represents the input to <a>RebootDBInstance</a>.</p>
4669
3983
  */
@@ -4685,24 +3999,12 @@ export interface RebootDBInstanceMessage {
4685
3999
  */
4686
4000
  ForceFailover?: boolean;
4687
4001
  }
4688
- export declare namespace RebootDBInstanceMessage {
4689
- /**
4690
- * @internal
4691
- */
4692
- const filterSensitiveLog: (obj: RebootDBInstanceMessage) => any;
4693
- }
4694
4002
  export interface RebootDBInstanceResult {
4695
4003
  /**
4696
4004
  * <p>Detailed information about an instance. </p>
4697
4005
  */
4698
4006
  DBInstance?: DBInstance;
4699
4007
  }
4700
- export declare namespace RebootDBInstanceResult {
4701
- /**
4702
- * @internal
4703
- */
4704
- const filterSensitiveLog: (obj: RebootDBInstanceResult) => any;
4705
- }
4706
4008
  /**
4707
4009
  * <p>Represents the input to <a>RemoveFromGlobalCluster</a>.</p>
4708
4010
  */
@@ -4716,24 +4018,12 @@ export interface RemoveFromGlobalClusterMessage {
4716
4018
  */
4717
4019
  DbClusterIdentifier: string | undefined;
4718
4020
  }
4719
- export declare namespace RemoveFromGlobalClusterMessage {
4720
- /**
4721
- * @internal
4722
- */
4723
- const filterSensitiveLog: (obj: RemoveFromGlobalClusterMessage) => any;
4724
- }
4725
4021
  export interface RemoveFromGlobalClusterResult {
4726
4022
  /**
4727
4023
  * <p>A data type representing an Amazon DocumentDB global cluster.</p>
4728
4024
  */
4729
4025
  GlobalCluster?: GlobalCluster;
4730
4026
  }
4731
- export declare namespace RemoveFromGlobalClusterResult {
4732
- /**
4733
- * @internal
4734
- */
4735
- const filterSensitiveLog: (obj: RemoveFromGlobalClusterResult) => any;
4736
- }
4737
4027
  /**
4738
4028
  * <p>Represents the input to <a>RemoveSourceIdentifierFromSubscription</a>.</p>
4739
4029
  */
@@ -4749,24 +4039,12 @@ export interface RemoveSourceIdentifierFromSubscriptionMessage {
4749
4039
  */
4750
4040
  SourceIdentifier: string | undefined;
4751
4041
  }
4752
- export declare namespace RemoveSourceIdentifierFromSubscriptionMessage {
4753
- /**
4754
- * @internal
4755
- */
4756
- const filterSensitiveLog: (obj: RemoveSourceIdentifierFromSubscriptionMessage) => any;
4757
- }
4758
4042
  export interface RemoveSourceIdentifierFromSubscriptionResult {
4759
4043
  /**
4760
4044
  * <p>Detailed information about an event to which you have subscribed.</p>
4761
4045
  */
4762
4046
  EventSubscription?: EventSubscription;
4763
4047
  }
4764
- export declare namespace RemoveSourceIdentifierFromSubscriptionResult {
4765
- /**
4766
- * @internal
4767
- */
4768
- const filterSensitiveLog: (obj: RemoveSourceIdentifierFromSubscriptionResult) => any;
4769
- }
4770
4048
  /**
4771
4049
  * <p>Represents the input to <a>RemoveTagsFromResource</a>.</p>
4772
4050
  */
@@ -4781,12 +4059,6 @@ export interface RemoveTagsFromResourceMessage {
4781
4059
  */
4782
4060
  TagKeys: string[] | undefined;
4783
4061
  }
4784
- export declare namespace RemoveTagsFromResourceMessage {
4785
- /**
4786
- * @internal
4787
- */
4788
- const filterSensitiveLog: (obj: RemoveTagsFromResourceMessage) => any;
4789
- }
4790
4062
  /**
4791
4063
  * <p>Represents the input to <a>ResetDBClusterParameterGroup</a>.</p>
4792
4064
  */
@@ -4809,12 +4081,6 @@ export interface ResetDBClusterParameterGroupMessage {
4809
4081
  */
4810
4082
  Parameters?: Parameter[];
4811
4083
  }
4812
- export declare namespace ResetDBClusterParameterGroupMessage {
4813
- /**
4814
- * @internal
4815
- */
4816
- const filterSensitiveLog: (obj: ResetDBClusterParameterGroupMessage) => any;
4817
- }
4818
4084
  /**
4819
4085
  * <p>The cluster doesn't have enough capacity for the current operation.</p>
4820
4086
  */
@@ -4948,24 +4214,12 @@ export interface RestoreDBClusterFromSnapshotMessage {
4948
4214
  */
4949
4215
  DeletionProtection?: boolean;
4950
4216
  }
4951
- export declare namespace RestoreDBClusterFromSnapshotMessage {
4952
- /**
4953
- * @internal
4954
- */
4955
- const filterSensitiveLog: (obj: RestoreDBClusterFromSnapshotMessage) => any;
4956
- }
4957
4217
  export interface RestoreDBClusterFromSnapshotResult {
4958
4218
  /**
4959
4219
  * <p>Detailed information about a cluster. </p>
4960
4220
  */
4961
4221
  DBCluster?: DBCluster;
4962
4222
  }
4963
- export declare namespace RestoreDBClusterFromSnapshotResult {
4964
- /**
4965
- * @internal
4966
- */
4967
- const filterSensitiveLog: (obj: RestoreDBClusterFromSnapshotResult) => any;
4968
- }
4969
4223
  /**
4970
4224
  * <p>Represents the input to <a>RestoreDBClusterToPointInTime</a>.</p>
4971
4225
  */
@@ -4986,6 +4240,25 @@ export interface RestoreDBClusterToPointInTimeMessage {
4986
4240
  * </ul>
4987
4241
  */
4988
4242
  DBClusterIdentifier: string | undefined;
4243
+ /**
4244
+ * <p>The type of restore to be performed. You can specify one of the following values:</p>
4245
+ * <ul>
4246
+ * <li>
4247
+ * <p>
4248
+ * <code>full-copy</code> - The new DB cluster is restored as a full copy of the
4249
+ * source DB cluster.</p>
4250
+ * </li>
4251
+ * <li>
4252
+ * <p>
4253
+ * <code>copy-on-write</code> - The new DB cluster is restored as a clone of the
4254
+ * source DB cluster.</p>
4255
+ * </li>
4256
+ * </ul>
4257
+ * <p>Constraints: You can't specify <code>copy-on-write</code> if the engine version of the source DB cluster is earlier than 1.11.</p>
4258
+ * <p>If you don't specify a <code>RestoreType</code> value, then the new DB cluster is
4259
+ * restored as a full copy of the source DB cluster.</p>
4260
+ */
4261
+ RestoreType?: string;
4989
4262
  /**
4990
4263
  * <p>The identifier of the source cluster from which to restore.</p>
4991
4264
  * <p>Constraints:</p>
@@ -5076,24 +4349,12 @@ export interface RestoreDBClusterToPointInTimeMessage {
5076
4349
  */
5077
4350
  DeletionProtection?: boolean;
5078
4351
  }
5079
- export declare namespace RestoreDBClusterToPointInTimeMessage {
5080
- /**
5081
- * @internal
5082
- */
5083
- const filterSensitiveLog: (obj: RestoreDBClusterToPointInTimeMessage) => any;
5084
- }
5085
4352
  export interface RestoreDBClusterToPointInTimeResult {
5086
4353
  /**
5087
4354
  * <p>Detailed information about a cluster. </p>
5088
4355
  */
5089
4356
  DBCluster?: DBCluster;
5090
4357
  }
5091
- export declare namespace RestoreDBClusterToPointInTimeResult {
5092
- /**
5093
- * @internal
5094
- */
5095
- const filterSensitiveLog: (obj: RestoreDBClusterToPointInTimeResult) => any;
5096
- }
5097
4358
  export interface StartDBClusterMessage {
5098
4359
  /**
5099
4360
  * <p>The identifier of the cluster to restart. Example:
@@ -5102,24 +4363,12 @@ export interface StartDBClusterMessage {
5102
4363
  */
5103
4364
  DBClusterIdentifier: string | undefined;
5104
4365
  }
5105
- export declare namespace StartDBClusterMessage {
5106
- /**
5107
- * @internal
5108
- */
5109
- const filterSensitiveLog: (obj: StartDBClusterMessage) => any;
5110
- }
5111
4366
  export interface StartDBClusterResult {
5112
4367
  /**
5113
4368
  * <p>Detailed information about a cluster. </p>
5114
4369
  */
5115
4370
  DBCluster?: DBCluster;
5116
4371
  }
5117
- export declare namespace StartDBClusterResult {
5118
- /**
5119
- * @internal
5120
- */
5121
- const filterSensitiveLog: (obj: StartDBClusterResult) => any;
5122
- }
5123
4372
  export interface StopDBClusterMessage {
5124
4373
  /**
5125
4374
  * <p>The identifier of the cluster to stop. Example:
@@ -5128,21 +4377,541 @@ export interface StopDBClusterMessage {
5128
4377
  */
5129
4378
  DBClusterIdentifier: string | undefined;
5130
4379
  }
5131
- export declare namespace StopDBClusterMessage {
5132
- /**
5133
- * @internal
5134
- */
5135
- const filterSensitiveLog: (obj: StopDBClusterMessage) => any;
5136
- }
5137
4380
  export interface StopDBClusterResult {
5138
4381
  /**
5139
4382
  * <p>Detailed information about a cluster. </p>
5140
4383
  */
5141
4384
  DBCluster?: DBCluster;
5142
4385
  }
5143
- export declare namespace StopDBClusterResult {
5144
- /**
5145
- * @internal
5146
- */
5147
- const filterSensitiveLog: (obj: StopDBClusterResult) => any;
5148
- }
4386
+ /**
4387
+ * @internal
4388
+ */
4389
+ export declare const AddSourceIdentifierToSubscriptionMessageFilterSensitiveLog: (obj: AddSourceIdentifierToSubscriptionMessage) => any;
4390
+ /**
4391
+ * @internal
4392
+ */
4393
+ export declare const EventSubscriptionFilterSensitiveLog: (obj: EventSubscription) => any;
4394
+ /**
4395
+ * @internal
4396
+ */
4397
+ export declare const AddSourceIdentifierToSubscriptionResultFilterSensitiveLog: (obj: AddSourceIdentifierToSubscriptionResult) => any;
4398
+ /**
4399
+ * @internal
4400
+ */
4401
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
4402
+ /**
4403
+ * @internal
4404
+ */
4405
+ export declare const AddTagsToResourceMessageFilterSensitiveLog: (obj: AddTagsToResourceMessage) => any;
4406
+ /**
4407
+ * @internal
4408
+ */
4409
+ export declare const ApplyPendingMaintenanceActionMessageFilterSensitiveLog: (obj: ApplyPendingMaintenanceActionMessage) => any;
4410
+ /**
4411
+ * @internal
4412
+ */
4413
+ export declare const PendingMaintenanceActionFilterSensitiveLog: (obj: PendingMaintenanceAction) => any;
4414
+ /**
4415
+ * @internal
4416
+ */
4417
+ export declare const ResourcePendingMaintenanceActionsFilterSensitiveLog: (obj: ResourcePendingMaintenanceActions) => any;
4418
+ /**
4419
+ * @internal
4420
+ */
4421
+ export declare const ApplyPendingMaintenanceActionResultFilterSensitiveLog: (obj: ApplyPendingMaintenanceActionResult) => any;
4422
+ /**
4423
+ * @internal
4424
+ */
4425
+ export declare const CopyDBClusterParameterGroupMessageFilterSensitiveLog: (obj: CopyDBClusterParameterGroupMessage) => any;
4426
+ /**
4427
+ * @internal
4428
+ */
4429
+ export declare const DBClusterParameterGroupFilterSensitiveLog: (obj: DBClusterParameterGroup) => any;
4430
+ /**
4431
+ * @internal
4432
+ */
4433
+ export declare const CopyDBClusterParameterGroupResultFilterSensitiveLog: (obj: CopyDBClusterParameterGroupResult) => any;
4434
+ /**
4435
+ * @internal
4436
+ */
4437
+ export declare const CopyDBClusterSnapshotMessageFilterSensitiveLog: (obj: CopyDBClusterSnapshotMessage) => any;
4438
+ /**
4439
+ * @internal
4440
+ */
4441
+ export declare const DBClusterSnapshotFilterSensitiveLog: (obj: DBClusterSnapshot) => any;
4442
+ /**
4443
+ * @internal
4444
+ */
4445
+ export declare const CopyDBClusterSnapshotResultFilterSensitiveLog: (obj: CopyDBClusterSnapshotResult) => any;
4446
+ /**
4447
+ * @internal
4448
+ */
4449
+ export declare const CreateDBClusterMessageFilterSensitiveLog: (obj: CreateDBClusterMessage) => any;
4450
+ /**
4451
+ * @internal
4452
+ */
4453
+ export declare const DBClusterRoleFilterSensitiveLog: (obj: DBClusterRole) => any;
4454
+ /**
4455
+ * @internal
4456
+ */
4457
+ export declare const DBClusterMemberFilterSensitiveLog: (obj: DBClusterMember) => any;
4458
+ /**
4459
+ * @internal
4460
+ */
4461
+ export declare const VpcSecurityGroupMembershipFilterSensitiveLog: (obj: VpcSecurityGroupMembership) => any;
4462
+ /**
4463
+ * @internal
4464
+ */
4465
+ export declare const DBClusterFilterSensitiveLog: (obj: DBCluster) => any;
4466
+ /**
4467
+ * @internal
4468
+ */
4469
+ export declare const CreateDBClusterResultFilterSensitiveLog: (obj: CreateDBClusterResult) => any;
4470
+ /**
4471
+ * @internal
4472
+ */
4473
+ export declare const CreateDBClusterParameterGroupMessageFilterSensitiveLog: (obj: CreateDBClusterParameterGroupMessage) => any;
4474
+ /**
4475
+ * @internal
4476
+ */
4477
+ export declare const CreateDBClusterParameterGroupResultFilterSensitiveLog: (obj: CreateDBClusterParameterGroupResult) => any;
4478
+ /**
4479
+ * @internal
4480
+ */
4481
+ export declare const CreateDBClusterSnapshotMessageFilterSensitiveLog: (obj: CreateDBClusterSnapshotMessage) => any;
4482
+ /**
4483
+ * @internal
4484
+ */
4485
+ export declare const CreateDBClusterSnapshotResultFilterSensitiveLog: (obj: CreateDBClusterSnapshotResult) => any;
4486
+ /**
4487
+ * @internal
4488
+ */
4489
+ export declare const CreateDBInstanceMessageFilterSensitiveLog: (obj: CreateDBInstanceMessage) => any;
4490
+ /**
4491
+ * @internal
4492
+ */
4493
+ export declare const AvailabilityZoneFilterSensitiveLog: (obj: AvailabilityZone) => any;
4494
+ /**
4495
+ * @internal
4496
+ */
4497
+ export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
4498
+ /**
4499
+ * @internal
4500
+ */
4501
+ export declare const DBSubnetGroupFilterSensitiveLog: (obj: DBSubnetGroup) => any;
4502
+ /**
4503
+ * @internal
4504
+ */
4505
+ export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
4506
+ /**
4507
+ * @internal
4508
+ */
4509
+ export declare const PendingCloudwatchLogsExportsFilterSensitiveLog: (obj: PendingCloudwatchLogsExports) => any;
4510
+ /**
4511
+ * @internal
4512
+ */
4513
+ export declare const PendingModifiedValuesFilterSensitiveLog: (obj: PendingModifiedValues) => any;
4514
+ /**
4515
+ * @internal
4516
+ */
4517
+ export declare const DBInstanceStatusInfoFilterSensitiveLog: (obj: DBInstanceStatusInfo) => any;
4518
+ /**
4519
+ * @internal
4520
+ */
4521
+ export declare const DBInstanceFilterSensitiveLog: (obj: DBInstance) => any;
4522
+ /**
4523
+ * @internal
4524
+ */
4525
+ export declare const CreateDBInstanceResultFilterSensitiveLog: (obj: CreateDBInstanceResult) => any;
4526
+ /**
4527
+ * @internal
4528
+ */
4529
+ export declare const CreateDBSubnetGroupMessageFilterSensitiveLog: (obj: CreateDBSubnetGroupMessage) => any;
4530
+ /**
4531
+ * @internal
4532
+ */
4533
+ export declare const CreateDBSubnetGroupResultFilterSensitiveLog: (obj: CreateDBSubnetGroupResult) => any;
4534
+ /**
4535
+ * @internal
4536
+ */
4537
+ export declare const CreateEventSubscriptionMessageFilterSensitiveLog: (obj: CreateEventSubscriptionMessage) => any;
4538
+ /**
4539
+ * @internal
4540
+ */
4541
+ export declare const CreateEventSubscriptionResultFilterSensitiveLog: (obj: CreateEventSubscriptionResult) => any;
4542
+ /**
4543
+ * @internal
4544
+ */
4545
+ export declare const CreateGlobalClusterMessageFilterSensitiveLog: (obj: CreateGlobalClusterMessage) => any;
4546
+ /**
4547
+ * @internal
4548
+ */
4549
+ export declare const GlobalClusterMemberFilterSensitiveLog: (obj: GlobalClusterMember) => any;
4550
+ /**
4551
+ * @internal
4552
+ */
4553
+ export declare const GlobalClusterFilterSensitiveLog: (obj: GlobalCluster) => any;
4554
+ /**
4555
+ * @internal
4556
+ */
4557
+ export declare const CreateGlobalClusterResultFilterSensitiveLog: (obj: CreateGlobalClusterResult) => any;
4558
+ /**
4559
+ * @internal
4560
+ */
4561
+ export declare const DeleteDBClusterMessageFilterSensitiveLog: (obj: DeleteDBClusterMessage) => any;
4562
+ /**
4563
+ * @internal
4564
+ */
4565
+ export declare const DeleteDBClusterResultFilterSensitiveLog: (obj: DeleteDBClusterResult) => any;
4566
+ /**
4567
+ * @internal
4568
+ */
4569
+ export declare const DeleteDBClusterParameterGroupMessageFilterSensitiveLog: (obj: DeleteDBClusterParameterGroupMessage) => any;
4570
+ /**
4571
+ * @internal
4572
+ */
4573
+ export declare const DeleteDBClusterSnapshotMessageFilterSensitiveLog: (obj: DeleteDBClusterSnapshotMessage) => any;
4574
+ /**
4575
+ * @internal
4576
+ */
4577
+ export declare const DeleteDBClusterSnapshotResultFilterSensitiveLog: (obj: DeleteDBClusterSnapshotResult) => any;
4578
+ /**
4579
+ * @internal
4580
+ */
4581
+ export declare const DeleteDBInstanceMessageFilterSensitiveLog: (obj: DeleteDBInstanceMessage) => any;
4582
+ /**
4583
+ * @internal
4584
+ */
4585
+ export declare const DeleteDBInstanceResultFilterSensitiveLog: (obj: DeleteDBInstanceResult) => any;
4586
+ /**
4587
+ * @internal
4588
+ */
4589
+ export declare const DeleteDBSubnetGroupMessageFilterSensitiveLog: (obj: DeleteDBSubnetGroupMessage) => any;
4590
+ /**
4591
+ * @internal
4592
+ */
4593
+ export declare const DeleteEventSubscriptionMessageFilterSensitiveLog: (obj: DeleteEventSubscriptionMessage) => any;
4594
+ /**
4595
+ * @internal
4596
+ */
4597
+ export declare const DeleteEventSubscriptionResultFilterSensitiveLog: (obj: DeleteEventSubscriptionResult) => any;
4598
+ /**
4599
+ * @internal
4600
+ */
4601
+ export declare const DeleteGlobalClusterMessageFilterSensitiveLog: (obj: DeleteGlobalClusterMessage) => any;
4602
+ /**
4603
+ * @internal
4604
+ */
4605
+ export declare const DeleteGlobalClusterResultFilterSensitiveLog: (obj: DeleteGlobalClusterResult) => any;
4606
+ /**
4607
+ * @internal
4608
+ */
4609
+ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
4610
+ /**
4611
+ * @internal
4612
+ */
4613
+ export declare const CertificateMessageFilterSensitiveLog: (obj: CertificateMessage) => any;
4614
+ /**
4615
+ * @internal
4616
+ */
4617
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
4618
+ /**
4619
+ * @internal
4620
+ */
4621
+ export declare const DescribeCertificatesMessageFilterSensitiveLog: (obj: DescribeCertificatesMessage) => any;
4622
+ /**
4623
+ * @internal
4624
+ */
4625
+ export declare const DBClusterParameterGroupsMessageFilterSensitiveLog: (obj: DBClusterParameterGroupsMessage) => any;
4626
+ /**
4627
+ * @internal
4628
+ */
4629
+ export declare const DescribeDBClusterParameterGroupsMessageFilterSensitiveLog: (obj: DescribeDBClusterParameterGroupsMessage) => any;
4630
+ /**
4631
+ * @internal
4632
+ */
4633
+ export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
4634
+ /**
4635
+ * @internal
4636
+ */
4637
+ export declare const DBClusterParameterGroupDetailsFilterSensitiveLog: (obj: DBClusterParameterGroupDetails) => any;
4638
+ /**
4639
+ * @internal
4640
+ */
4641
+ export declare const DescribeDBClusterParametersMessageFilterSensitiveLog: (obj: DescribeDBClusterParametersMessage) => any;
4642
+ /**
4643
+ * @internal
4644
+ */
4645
+ export declare const DBClusterMessageFilterSensitiveLog: (obj: DBClusterMessage) => any;
4646
+ /**
4647
+ * @internal
4648
+ */
4649
+ export declare const DescribeDBClustersMessageFilterSensitiveLog: (obj: DescribeDBClustersMessage) => any;
4650
+ /**
4651
+ * @internal
4652
+ */
4653
+ export declare const DescribeDBClusterSnapshotAttributesMessageFilterSensitiveLog: (obj: DescribeDBClusterSnapshotAttributesMessage) => any;
4654
+ /**
4655
+ * @internal
4656
+ */
4657
+ export declare const DBClusterSnapshotAttributeFilterSensitiveLog: (obj: DBClusterSnapshotAttribute) => any;
4658
+ /**
4659
+ * @internal
4660
+ */
4661
+ export declare const DBClusterSnapshotAttributesResultFilterSensitiveLog: (obj: DBClusterSnapshotAttributesResult) => any;
4662
+ /**
4663
+ * @internal
4664
+ */
4665
+ export declare const DescribeDBClusterSnapshotAttributesResultFilterSensitiveLog: (obj: DescribeDBClusterSnapshotAttributesResult) => any;
4666
+ /**
4667
+ * @internal
4668
+ */
4669
+ export declare const DBClusterSnapshotMessageFilterSensitiveLog: (obj: DBClusterSnapshotMessage) => any;
4670
+ /**
4671
+ * @internal
4672
+ */
4673
+ export declare const DescribeDBClusterSnapshotsMessageFilterSensitiveLog: (obj: DescribeDBClusterSnapshotsMessage) => any;
4674
+ /**
4675
+ * @internal
4676
+ */
4677
+ export declare const UpgradeTargetFilterSensitiveLog: (obj: UpgradeTarget) => any;
4678
+ /**
4679
+ * @internal
4680
+ */
4681
+ export declare const DBEngineVersionFilterSensitiveLog: (obj: DBEngineVersion) => any;
4682
+ /**
4683
+ * @internal
4684
+ */
4685
+ export declare const DBEngineVersionMessageFilterSensitiveLog: (obj: DBEngineVersionMessage) => any;
4686
+ /**
4687
+ * @internal
4688
+ */
4689
+ export declare const DescribeDBEngineVersionsMessageFilterSensitiveLog: (obj: DescribeDBEngineVersionsMessage) => any;
4690
+ /**
4691
+ * @internal
4692
+ */
4693
+ export declare const DBInstanceMessageFilterSensitiveLog: (obj: DBInstanceMessage) => any;
4694
+ /**
4695
+ * @internal
4696
+ */
4697
+ export declare const DescribeDBInstancesMessageFilterSensitiveLog: (obj: DescribeDBInstancesMessage) => any;
4698
+ /**
4699
+ * @internal
4700
+ */
4701
+ export declare const DBSubnetGroupMessageFilterSensitiveLog: (obj: DBSubnetGroupMessage) => any;
4702
+ /**
4703
+ * @internal
4704
+ */
4705
+ export declare const DescribeDBSubnetGroupsMessageFilterSensitiveLog: (obj: DescribeDBSubnetGroupsMessage) => any;
4706
+ /**
4707
+ * @internal
4708
+ */
4709
+ export declare const DescribeEngineDefaultClusterParametersMessageFilterSensitiveLog: (obj: DescribeEngineDefaultClusterParametersMessage) => any;
4710
+ /**
4711
+ * @internal
4712
+ */
4713
+ export declare const EngineDefaultsFilterSensitiveLog: (obj: EngineDefaults) => any;
4714
+ /**
4715
+ * @internal
4716
+ */
4717
+ export declare const DescribeEngineDefaultClusterParametersResultFilterSensitiveLog: (obj: DescribeEngineDefaultClusterParametersResult) => any;
4718
+ /**
4719
+ * @internal
4720
+ */
4721
+ export declare const DescribeEventCategoriesMessageFilterSensitiveLog: (obj: DescribeEventCategoriesMessage) => any;
4722
+ /**
4723
+ * @internal
4724
+ */
4725
+ export declare const EventCategoriesMapFilterSensitiveLog: (obj: EventCategoriesMap) => any;
4726
+ /**
4727
+ * @internal
4728
+ */
4729
+ export declare const EventCategoriesMessageFilterSensitiveLog: (obj: EventCategoriesMessage) => any;
4730
+ /**
4731
+ * @internal
4732
+ */
4733
+ export declare const DescribeEventsMessageFilterSensitiveLog: (obj: DescribeEventsMessage) => any;
4734
+ /**
4735
+ * @internal
4736
+ */
4737
+ export declare const EventFilterSensitiveLog: (obj: Event) => any;
4738
+ /**
4739
+ * @internal
4740
+ */
4741
+ export declare const EventsMessageFilterSensitiveLog: (obj: EventsMessage) => any;
4742
+ /**
4743
+ * @internal
4744
+ */
4745
+ export declare const DescribeEventSubscriptionsMessageFilterSensitiveLog: (obj: DescribeEventSubscriptionsMessage) => any;
4746
+ /**
4747
+ * @internal
4748
+ */
4749
+ export declare const EventSubscriptionsMessageFilterSensitiveLog: (obj: EventSubscriptionsMessage) => any;
4750
+ /**
4751
+ * @internal
4752
+ */
4753
+ export declare const DescribeGlobalClustersMessageFilterSensitiveLog: (obj: DescribeGlobalClustersMessage) => any;
4754
+ /**
4755
+ * @internal
4756
+ */
4757
+ export declare const GlobalClustersMessageFilterSensitiveLog: (obj: GlobalClustersMessage) => any;
4758
+ /**
4759
+ * @internal
4760
+ */
4761
+ export declare const DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog: (obj: DescribeOrderableDBInstanceOptionsMessage) => any;
4762
+ /**
4763
+ * @internal
4764
+ */
4765
+ export declare const OrderableDBInstanceOptionFilterSensitiveLog: (obj: OrderableDBInstanceOption) => any;
4766
+ /**
4767
+ * @internal
4768
+ */
4769
+ export declare const OrderableDBInstanceOptionsMessageFilterSensitiveLog: (obj: OrderableDBInstanceOptionsMessage) => any;
4770
+ /**
4771
+ * @internal
4772
+ */
4773
+ export declare const DescribePendingMaintenanceActionsMessageFilterSensitiveLog: (obj: DescribePendingMaintenanceActionsMessage) => any;
4774
+ /**
4775
+ * @internal
4776
+ */
4777
+ export declare const PendingMaintenanceActionsMessageFilterSensitiveLog: (obj: PendingMaintenanceActionsMessage) => any;
4778
+ /**
4779
+ * @internal
4780
+ */
4781
+ export declare const FailoverDBClusterMessageFilterSensitiveLog: (obj: FailoverDBClusterMessage) => any;
4782
+ /**
4783
+ * @internal
4784
+ */
4785
+ export declare const FailoverDBClusterResultFilterSensitiveLog: (obj: FailoverDBClusterResult) => any;
4786
+ /**
4787
+ * @internal
4788
+ */
4789
+ export declare const ListTagsForResourceMessageFilterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
4790
+ /**
4791
+ * @internal
4792
+ */
4793
+ export declare const TagListMessageFilterSensitiveLog: (obj: TagListMessage) => any;
4794
+ /**
4795
+ * @internal
4796
+ */
4797
+ export declare const CloudwatchLogsExportConfigurationFilterSensitiveLog: (obj: CloudwatchLogsExportConfiguration) => any;
4798
+ /**
4799
+ * @internal
4800
+ */
4801
+ export declare const ModifyDBClusterMessageFilterSensitiveLog: (obj: ModifyDBClusterMessage) => any;
4802
+ /**
4803
+ * @internal
4804
+ */
4805
+ export declare const ModifyDBClusterResultFilterSensitiveLog: (obj: ModifyDBClusterResult) => any;
4806
+ /**
4807
+ * @internal
4808
+ */
4809
+ export declare const DBClusterParameterGroupNameMessageFilterSensitiveLog: (obj: DBClusterParameterGroupNameMessage) => any;
4810
+ /**
4811
+ * @internal
4812
+ */
4813
+ export declare const ModifyDBClusterParameterGroupMessageFilterSensitiveLog: (obj: ModifyDBClusterParameterGroupMessage) => any;
4814
+ /**
4815
+ * @internal
4816
+ */
4817
+ export declare const ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog: (obj: ModifyDBClusterSnapshotAttributeMessage) => any;
4818
+ /**
4819
+ * @internal
4820
+ */
4821
+ export declare const ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog: (obj: ModifyDBClusterSnapshotAttributeResult) => any;
4822
+ /**
4823
+ * @internal
4824
+ */
4825
+ export declare const ModifyDBInstanceMessageFilterSensitiveLog: (obj: ModifyDBInstanceMessage) => any;
4826
+ /**
4827
+ * @internal
4828
+ */
4829
+ export declare const ModifyDBInstanceResultFilterSensitiveLog: (obj: ModifyDBInstanceResult) => any;
4830
+ /**
4831
+ * @internal
4832
+ */
4833
+ export declare const ModifyDBSubnetGroupMessageFilterSensitiveLog: (obj: ModifyDBSubnetGroupMessage) => any;
4834
+ /**
4835
+ * @internal
4836
+ */
4837
+ export declare const ModifyDBSubnetGroupResultFilterSensitiveLog: (obj: ModifyDBSubnetGroupResult) => any;
4838
+ /**
4839
+ * @internal
4840
+ */
4841
+ export declare const ModifyEventSubscriptionMessageFilterSensitiveLog: (obj: ModifyEventSubscriptionMessage) => any;
4842
+ /**
4843
+ * @internal
4844
+ */
4845
+ export declare const ModifyEventSubscriptionResultFilterSensitiveLog: (obj: ModifyEventSubscriptionResult) => any;
4846
+ /**
4847
+ * @internal
4848
+ */
4849
+ export declare const ModifyGlobalClusterMessageFilterSensitiveLog: (obj: ModifyGlobalClusterMessage) => any;
4850
+ /**
4851
+ * @internal
4852
+ */
4853
+ export declare const ModifyGlobalClusterResultFilterSensitiveLog: (obj: ModifyGlobalClusterResult) => any;
4854
+ /**
4855
+ * @internal
4856
+ */
4857
+ export declare const RebootDBInstanceMessageFilterSensitiveLog: (obj: RebootDBInstanceMessage) => any;
4858
+ /**
4859
+ * @internal
4860
+ */
4861
+ export declare const RebootDBInstanceResultFilterSensitiveLog: (obj: RebootDBInstanceResult) => any;
4862
+ /**
4863
+ * @internal
4864
+ */
4865
+ export declare const RemoveFromGlobalClusterMessageFilterSensitiveLog: (obj: RemoveFromGlobalClusterMessage) => any;
4866
+ /**
4867
+ * @internal
4868
+ */
4869
+ export declare const RemoveFromGlobalClusterResultFilterSensitiveLog: (obj: RemoveFromGlobalClusterResult) => any;
4870
+ /**
4871
+ * @internal
4872
+ */
4873
+ export declare const RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog: (obj: RemoveSourceIdentifierFromSubscriptionMessage) => any;
4874
+ /**
4875
+ * @internal
4876
+ */
4877
+ export declare const RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog: (obj: RemoveSourceIdentifierFromSubscriptionResult) => any;
4878
+ /**
4879
+ * @internal
4880
+ */
4881
+ export declare const RemoveTagsFromResourceMessageFilterSensitiveLog: (obj: RemoveTagsFromResourceMessage) => any;
4882
+ /**
4883
+ * @internal
4884
+ */
4885
+ export declare const ResetDBClusterParameterGroupMessageFilterSensitiveLog: (obj: ResetDBClusterParameterGroupMessage) => any;
4886
+ /**
4887
+ * @internal
4888
+ */
4889
+ export declare const RestoreDBClusterFromSnapshotMessageFilterSensitiveLog: (obj: RestoreDBClusterFromSnapshotMessage) => any;
4890
+ /**
4891
+ * @internal
4892
+ */
4893
+ export declare const RestoreDBClusterFromSnapshotResultFilterSensitiveLog: (obj: RestoreDBClusterFromSnapshotResult) => any;
4894
+ /**
4895
+ * @internal
4896
+ */
4897
+ export declare const RestoreDBClusterToPointInTimeMessageFilterSensitiveLog: (obj: RestoreDBClusterToPointInTimeMessage) => any;
4898
+ /**
4899
+ * @internal
4900
+ */
4901
+ export declare const RestoreDBClusterToPointInTimeResultFilterSensitiveLog: (obj: RestoreDBClusterToPointInTimeResult) => any;
4902
+ /**
4903
+ * @internal
4904
+ */
4905
+ export declare const StartDBClusterMessageFilterSensitiveLog: (obj: StartDBClusterMessage) => any;
4906
+ /**
4907
+ * @internal
4908
+ */
4909
+ export declare const StartDBClusterResultFilterSensitiveLog: (obj: StartDBClusterResult) => any;
4910
+ /**
4911
+ * @internal
4912
+ */
4913
+ export declare const StopDBClusterMessageFilterSensitiveLog: (obj: StopDBClusterMessage) => any;
4914
+ /**
4915
+ * @internal
4916
+ */
4917
+ export declare const StopDBClusterResultFilterSensitiveLog: (obj: StopDBClusterResult) => any;