@aws-sdk/client-rds 3.934.0 → 3.935.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/dist-cjs/index.js +193 -193
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +192 -0
  4. package/dist-es/models/errors.js +1741 -0
  5. package/dist-es/models/models_0.js +1 -1531
  6. package/dist-es/models/models_1.js +1 -403
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -2
  9. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -2
  10. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
  12. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -1
  59. package/dist-types/index.d.ts +4 -1
  60. package/dist-types/models/enums.d.ts +464 -0
  61. package/dist-types/models/errors.d.ts +1805 -0
  62. package/dist-types/models/models_0.d.ts +6098 -1781
  63. package/dist-types/models/models_1.d.ts +2 -6588
  64. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +1 -2
  66. package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -2
  70. package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -4
  115. package/dist-types/ts3.4/index.d.ts +4 -1
  116. package/dist-types/ts3.4/models/enums.d.ts +250 -0
  117. package/dist-types/ts3.4/models/errors.d.ts +1214 -0
  118. package/dist-types/ts3.4/models/models_0.d.ts +892 -1163
  119. package/dist-types/ts3.4/models/models_1.d.ts +20 -1178
  120. package/package.json +13 -13
  121. package/dist-es/models/index.js +0 -2
  122. package/dist-types/models/index.d.ts +0 -2
  123. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,5 +1,37 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { RDSServiceException as __BaseException } from "./RDSServiceException";
1
+ import {
2
+ ActivityStreamMode,
3
+ ActivityStreamPolicyStatus,
4
+ ActivityStreamStatus,
5
+ ApplyMethod,
6
+ AuthScheme,
7
+ AutomationMode,
8
+ ClientPasswordAuthType,
9
+ ClusterScalabilityType,
10
+ DatabaseInsightsMode,
11
+ DBProxyEndpointStatus,
12
+ DBProxyEndpointTargetRole,
13
+ DBProxyStatus,
14
+ DefaultAuthScheme,
15
+ EndpointNetworkType,
16
+ EngineFamily,
17
+ ExportSourceType,
18
+ FailoverStatus,
19
+ GlobalClusterMemberSynchronizationStatus,
20
+ IAMAuthMode,
21
+ IntegrationStatus,
22
+ LifecycleSupportName,
23
+ LimitlessDatabaseStatus,
24
+ LocalWriteForwardingStatus,
25
+ MasterUserAuthenticationType,
26
+ ReplicaMode,
27
+ SourceType,
28
+ TargetConnectionNetworkType,
29
+ TargetHealthReason,
30
+ TargetRole,
31
+ TargetState,
32
+ TargetType,
33
+ WriteForwardingStatus,
34
+ } from "./enums";
3
35
  export interface AccountQuota {
4
36
  AccountQuotaName?: string | undefined;
5
37
  Used?: number | undefined;
@@ -8,106 +40,16 @@ export interface AccountQuota {
8
40
  export interface AccountAttributesMessage {
9
41
  AccountQuotas?: AccountQuota[] | undefined;
10
42
  }
11
- export declare const ActivityStreamMode: {
12
- readonly async: "async";
13
- readonly sync: "sync";
14
- };
15
- export type ActivityStreamMode =
16
- (typeof ActivityStreamMode)[keyof typeof ActivityStreamMode];
17
- export declare const ActivityStreamPolicyStatus: {
18
- readonly locked: "locked";
19
- readonly locking_policy: "locking-policy";
20
- readonly unlocked: "unlocked";
21
- readonly unlocking_policy: "unlocking-policy";
22
- };
23
- export type ActivityStreamPolicyStatus =
24
- (typeof ActivityStreamPolicyStatus)[keyof typeof ActivityStreamPolicyStatus];
25
- export declare const ActivityStreamStatus: {
26
- readonly started: "started";
27
- readonly starting: "starting";
28
- readonly stopped: "stopped";
29
- readonly stopping: "stopping";
30
- };
31
- export type ActivityStreamStatus =
32
- (typeof ActivityStreamStatus)[keyof typeof ActivityStreamStatus];
33
43
  export interface AddRoleToDBClusterMessage {
34
44
  DBClusterIdentifier: string | undefined;
35
45
  RoleArn: string | undefined;
36
46
  FeatureName?: string | undefined;
37
47
  }
38
- export declare class DBClusterNotFoundFault extends __BaseException {
39
- readonly name: "DBClusterNotFoundFault";
40
- readonly $fault: "client";
41
- constructor(
42
- opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>
43
- );
44
- }
45
- export declare class DBClusterRoleAlreadyExistsFault extends __BaseException {
46
- readonly name: "DBClusterRoleAlreadyExistsFault";
47
- readonly $fault: "client";
48
- constructor(
49
- opts: __ExceptionOptionType<
50
- DBClusterRoleAlreadyExistsFault,
51
- __BaseException
52
- >
53
- );
54
- }
55
- export declare class DBClusterRoleQuotaExceededFault extends __BaseException {
56
- readonly name: "DBClusterRoleQuotaExceededFault";
57
- readonly $fault: "client";
58
- constructor(
59
- opts: __ExceptionOptionType<
60
- DBClusterRoleQuotaExceededFault,
61
- __BaseException
62
- >
63
- );
64
- }
65
- export declare class InvalidDBClusterStateFault extends __BaseException {
66
- readonly name: "InvalidDBClusterStateFault";
67
- readonly $fault: "client";
68
- constructor(
69
- opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>
70
- );
71
- }
72
48
  export interface AddRoleToDBInstanceMessage {
73
49
  DBInstanceIdentifier: string | undefined;
74
50
  RoleArn: string | undefined;
75
51
  FeatureName: string | undefined;
76
52
  }
77
- export declare class DBInstanceNotFoundFault extends __BaseException {
78
- readonly name: "DBInstanceNotFoundFault";
79
- readonly $fault: "client";
80
- constructor(
81
- opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>
82
- );
83
- }
84
- export declare class DBInstanceRoleAlreadyExistsFault extends __BaseException {
85
- readonly name: "DBInstanceRoleAlreadyExistsFault";
86
- readonly $fault: "client";
87
- constructor(
88
- opts: __ExceptionOptionType<
89
- DBInstanceRoleAlreadyExistsFault,
90
- __BaseException
91
- >
92
- );
93
- }
94
- export declare class DBInstanceRoleQuotaExceededFault extends __BaseException {
95
- readonly name: "DBInstanceRoleQuotaExceededFault";
96
- readonly $fault: "client";
97
- constructor(
98
- opts: __ExceptionOptionType<
99
- DBInstanceRoleQuotaExceededFault,
100
- __BaseException
101
- >
102
- );
103
- }
104
- export declare class InvalidDBInstanceStateFault extends __BaseException {
105
- readonly name: "InvalidDBInstanceStateFault";
106
- readonly $fault: "client";
107
- constructor(
108
- opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>
109
- );
110
- }
111
53
  export interface AddSourceIdentifierToSubscriptionMessage {
112
54
  SubscriptionName: string | undefined;
113
55
  SourceIdentifier: string | undefined;
@@ -127,20 +69,6 @@ export interface EventSubscription {
127
69
  export interface AddSourceIdentifierToSubscriptionResult {
128
70
  EventSubscription?: EventSubscription | undefined;
129
71
  }
130
- export declare class SourceNotFoundFault extends __BaseException {
131
- readonly name: "SourceNotFoundFault";
132
- readonly $fault: "client";
133
- constructor(
134
- opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>
135
- );
136
- }
137
- export declare class SubscriptionNotFoundFault extends __BaseException {
138
- readonly name: "SubscriptionNotFoundFault";
139
- readonly $fault: "client";
140
- constructor(
141
- opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>
142
- );
143
- }
144
72
  export interface Tag {
145
73
  Key?: string | undefined;
146
74
  Value?: string | undefined;
@@ -149,88 +77,6 @@ export interface AddTagsToResourceMessage {
149
77
  ResourceName: string | undefined;
150
78
  Tags: Tag[] | undefined;
151
79
  }
152
- export declare class BlueGreenDeploymentNotFoundFault extends __BaseException {
153
- readonly name: "BlueGreenDeploymentNotFoundFault";
154
- readonly $fault: "client";
155
- constructor(
156
- opts: __ExceptionOptionType<
157
- BlueGreenDeploymentNotFoundFault,
158
- __BaseException
159
- >
160
- );
161
- }
162
- export declare class DBProxyEndpointNotFoundFault extends __BaseException {
163
- readonly name: "DBProxyEndpointNotFoundFault";
164
- readonly $fault: "client";
165
- constructor(
166
- opts: __ExceptionOptionType<DBProxyEndpointNotFoundFault, __BaseException>
167
- );
168
- }
169
- export declare class DBProxyNotFoundFault extends __BaseException {
170
- readonly name: "DBProxyNotFoundFault";
171
- readonly $fault: "client";
172
- constructor(
173
- opts: __ExceptionOptionType<DBProxyNotFoundFault, __BaseException>
174
- );
175
- }
176
- export declare class DBProxyTargetGroupNotFoundFault extends __BaseException {
177
- readonly name: "DBProxyTargetGroupNotFoundFault";
178
- readonly $fault: "client";
179
- constructor(
180
- opts: __ExceptionOptionType<
181
- DBProxyTargetGroupNotFoundFault,
182
- __BaseException
183
- >
184
- );
185
- }
186
- export declare class DBShardGroupNotFoundFault extends __BaseException {
187
- readonly name: "DBShardGroupNotFoundFault";
188
- readonly $fault: "client";
189
- constructor(
190
- opts: __ExceptionOptionType<DBShardGroupNotFoundFault, __BaseException>
191
- );
192
- }
193
- export declare class DBSnapshotNotFoundFault extends __BaseException {
194
- readonly name: "DBSnapshotNotFoundFault";
195
- readonly $fault: "client";
196
- constructor(
197
- opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>
198
- );
199
- }
200
- export declare class DBSnapshotTenantDatabaseNotFoundFault extends __BaseException {
201
- readonly name: "DBSnapshotTenantDatabaseNotFoundFault";
202
- readonly $fault: "client";
203
- constructor(
204
- opts: __ExceptionOptionType<
205
- DBSnapshotTenantDatabaseNotFoundFault,
206
- __BaseException
207
- >
208
- );
209
- }
210
- export declare class IntegrationNotFoundFault extends __BaseException {
211
- readonly name: "IntegrationNotFoundFault";
212
- readonly $fault: "client";
213
- constructor(
214
- opts: __ExceptionOptionType<IntegrationNotFoundFault, __BaseException>
215
- );
216
- }
217
- export declare class InvalidDBClusterEndpointStateFault extends __BaseException {
218
- readonly name: "InvalidDBClusterEndpointStateFault";
219
- readonly $fault: "client";
220
- constructor(
221
- opts: __ExceptionOptionType<
222
- InvalidDBClusterEndpointStateFault,
223
- __BaseException
224
- >
225
- );
226
- }
227
- export declare class TenantDatabaseNotFoundFault extends __BaseException {
228
- readonly name: "TenantDatabaseNotFoundFault";
229
- readonly $fault: "client";
230
- constructor(
231
- opts: __ExceptionOptionType<TenantDatabaseNotFoundFault, __BaseException>
232
- );
233
- }
234
80
  export interface ApplyPendingMaintenanceActionMessage {
235
81
  ResourceIdentifier: string | undefined;
236
82
  ApplyAction: string | undefined;
@@ -253,33 +99,6 @@ export interface ApplyPendingMaintenanceActionResult {
253
99
  | ResourcePendingMaintenanceActions
254
100
  | undefined;
255
101
  }
256
- export declare class ResourceNotFoundFault extends __BaseException {
257
- readonly name: "ResourceNotFoundFault";
258
- readonly $fault: "client";
259
- constructor(
260
- opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>
261
- );
262
- }
263
- export declare class AuthorizationAlreadyExistsFault extends __BaseException {
264
- readonly name: "AuthorizationAlreadyExistsFault";
265
- readonly $fault: "client";
266
- constructor(
267
- opts: __ExceptionOptionType<
268
- AuthorizationAlreadyExistsFault,
269
- __BaseException
270
- >
271
- );
272
- }
273
- export declare class AuthorizationQuotaExceededFault extends __BaseException {
274
- readonly name: "AuthorizationQuotaExceededFault";
275
- readonly $fault: "client";
276
- constructor(
277
- opts: __ExceptionOptionType<
278
- AuthorizationQuotaExceededFault,
279
- __BaseException
280
- >
281
- );
282
- }
283
102
  export interface AuthorizeDBSecurityGroupIngressMessage {
284
103
  DBSecurityGroupName: string | undefined;
285
104
  CIDRIP?: string | undefined;
@@ -309,23 +128,6 @@ export interface DBSecurityGroup {
309
128
  export interface AuthorizeDBSecurityGroupIngressResult {
310
129
  DBSecurityGroup?: DBSecurityGroup | undefined;
311
130
  }
312
- export declare class DBSecurityGroupNotFoundFault extends __BaseException {
313
- readonly name: "DBSecurityGroupNotFoundFault";
314
- readonly $fault: "client";
315
- constructor(
316
- opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>
317
- );
318
- }
319
- export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
320
- readonly name: "InvalidDBSecurityGroupStateFault";
321
- readonly $fault: "client";
322
- constructor(
323
- opts: __ExceptionOptionType<
324
- InvalidDBSecurityGroupStateFault,
325
- __BaseException
326
- >
327
- );
328
- }
329
131
  export interface BacktrackDBClusterMessage {
330
132
  DBClusterIdentifier: string | undefined;
331
133
  BacktrackTo: Date | undefined;
@@ -343,12 +145,6 @@ export interface DBClusterBacktrack {
343
145
  export interface CancelExportTaskMessage {
344
146
  ExportTaskIdentifier: string | undefined;
345
147
  }
346
- export declare const ExportSourceType: {
347
- readonly CLUSTER: "CLUSTER";
348
- readonly SNAPSHOT: "SNAPSHOT";
349
- };
350
- export type ExportSourceType =
351
- (typeof ExportSourceType)[keyof typeof ExportSourceType];
352
148
  export interface ExportTask {
353
149
  ExportTaskIdentifier?: string | undefined;
354
150
  SourceArn?: string | undefined;
@@ -367,20 +163,6 @@ export interface ExportTask {
367
163
  WarningMessage?: string | undefined;
368
164
  SourceType?: ExportSourceType | undefined;
369
165
  }
370
- export declare class ExportTaskNotFoundFault extends __BaseException {
371
- readonly name: "ExportTaskNotFoundFault";
372
- readonly $fault: "client";
373
- constructor(
374
- opts: __ExceptionOptionType<ExportTaskNotFoundFault, __BaseException>
375
- );
376
- }
377
- export declare class InvalidExportTaskStateFault extends __BaseException {
378
- readonly name: "InvalidExportTaskStateFault";
379
- readonly $fault: "client";
380
- constructor(
381
- opts: __ExceptionOptionType<InvalidExportTaskStateFault, __BaseException>
382
- );
383
- }
384
166
  export interface CopyDBClusterParameterGroupMessage {
385
167
  SourceDBClusterParameterGroupIdentifier: string | undefined;
386
168
  TargetDBClusterParameterGroupIdentifier: string | undefined;
@@ -396,33 +178,6 @@ export interface DBClusterParameterGroup {
396
178
  export interface CopyDBClusterParameterGroupResult {
397
179
  DBClusterParameterGroup?: DBClusterParameterGroup | undefined;
398
180
  }
399
- export declare class DBParameterGroupAlreadyExistsFault extends __BaseException {
400
- readonly name: "DBParameterGroupAlreadyExistsFault";
401
- readonly $fault: "client";
402
- constructor(
403
- opts: __ExceptionOptionType<
404
- DBParameterGroupAlreadyExistsFault,
405
- __BaseException
406
- >
407
- );
408
- }
409
- export declare class DBParameterGroupNotFoundFault extends __BaseException {
410
- readonly name: "DBParameterGroupNotFoundFault";
411
- readonly $fault: "client";
412
- constructor(
413
- opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>
414
- );
415
- }
416
- export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
417
- readonly name: "DBParameterGroupQuotaExceededFault";
418
- readonly $fault: "client";
419
- constructor(
420
- opts: __ExceptionOptionType<
421
- DBParameterGroupQuotaExceededFault,
422
- __BaseException
423
- >
424
- );
425
- }
426
181
  export interface CopyDBClusterSnapshotMessage {
427
182
  SourceDBClusterSnapshotIdentifier: string | undefined;
428
183
  TargetDBClusterSnapshotIdentifier: string | undefined;
@@ -462,47 +217,6 @@ export interface DBClusterSnapshot {
462
217
  export interface CopyDBClusterSnapshotResult {
463
218
  DBClusterSnapshot?: DBClusterSnapshot | undefined;
464
219
  }
465
- export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
466
- readonly name: "DBClusterSnapshotAlreadyExistsFault";
467
- readonly $fault: "client";
468
- constructor(
469
- opts: __ExceptionOptionType<
470
- DBClusterSnapshotAlreadyExistsFault,
471
- __BaseException
472
- >
473
- );
474
- }
475
- export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
476
- readonly name: "DBClusterSnapshotNotFoundFault";
477
- readonly $fault: "client";
478
- constructor(
479
- opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>
480
- );
481
- }
482
- export declare class InvalidDBClusterSnapshotStateFault extends __BaseException {
483
- readonly name: "InvalidDBClusterSnapshotStateFault";
484
- readonly $fault: "client";
485
- constructor(
486
- opts: __ExceptionOptionType<
487
- InvalidDBClusterSnapshotStateFault,
488
- __BaseException
489
- >
490
- );
491
- }
492
- export declare class KMSKeyNotAccessibleFault extends __BaseException {
493
- readonly name: "KMSKeyNotAccessibleFault";
494
- readonly $fault: "client";
495
- constructor(
496
- opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>
497
- );
498
- }
499
- export declare class SnapshotQuotaExceededFault extends __BaseException {
500
- readonly name: "SnapshotQuotaExceededFault";
501
- readonly $fault: "client";
502
- constructor(
503
- opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>
504
- );
505
- }
506
220
  export interface CopyDBParameterGroupMessage {
507
221
  SourceDBParameterGroupIdentifier: string | undefined;
508
222
  TargetDBParameterGroupIdentifier: string | undefined;
@@ -577,30 +291,6 @@ export interface DBSnapshot {
577
291
  export interface CopyDBSnapshotResult {
578
292
  DBSnapshot?: DBSnapshot | undefined;
579
293
  }
580
- export declare class CustomAvailabilityZoneNotFoundFault extends __BaseException {
581
- readonly name: "CustomAvailabilityZoneNotFoundFault";
582
- readonly $fault: "client";
583
- constructor(
584
- opts: __ExceptionOptionType<
585
- CustomAvailabilityZoneNotFoundFault,
586
- __BaseException
587
- >
588
- );
589
- }
590
- export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
591
- readonly name: "DBSnapshotAlreadyExistsFault";
592
- readonly $fault: "client";
593
- constructor(
594
- opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>
595
- );
596
- }
597
- export declare class InvalidDBSnapshotStateFault extends __BaseException {
598
- readonly name: "InvalidDBSnapshotStateFault";
599
- readonly $fault: "client";
600
- constructor(
601
- opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>
602
- );
603
- }
604
294
  export interface CopyOptionGroupMessage {
605
295
  SourceOptionGroupIdentifier: string | undefined;
606
296
  TargetOptionGroupIdentifier: string | undefined;
@@ -653,37 +343,6 @@ export interface OptionGroup {
653
343
  export interface CopyOptionGroupResult {
654
344
  OptionGroup?: OptionGroup | undefined;
655
345
  }
656
- export declare class OptionGroupAlreadyExistsFault extends __BaseException {
657
- readonly name: "OptionGroupAlreadyExistsFault";
658
- readonly $fault: "client";
659
- constructor(
660
- opts: __ExceptionOptionType<OptionGroupAlreadyExistsFault, __BaseException>
661
- );
662
- }
663
- export declare class OptionGroupNotFoundFault extends __BaseException {
664
- readonly name: "OptionGroupNotFoundFault";
665
- readonly $fault: "client";
666
- constructor(
667
- opts: __ExceptionOptionType<OptionGroupNotFoundFault, __BaseException>
668
- );
669
- }
670
- export declare class OptionGroupQuotaExceededFault extends __BaseException {
671
- readonly name: "OptionGroupQuotaExceededFault";
672
- readonly $fault: "client";
673
- constructor(
674
- opts: __ExceptionOptionType<OptionGroupQuotaExceededFault, __BaseException>
675
- );
676
- }
677
- export declare class BlueGreenDeploymentAlreadyExistsFault extends __BaseException {
678
- readonly name: "BlueGreenDeploymentAlreadyExistsFault";
679
- readonly $fault: "client";
680
- constructor(
681
- opts: __ExceptionOptionType<
682
- BlueGreenDeploymentAlreadyExistsFault,
683
- __BaseException
684
- >
685
- );
686
- }
687
346
  export interface CreateBlueGreenDeploymentRequest {
688
347
  BlueGreenDeploymentName: string | undefined;
689
348
  Source: string | undefined;
@@ -723,64 +382,6 @@ export interface BlueGreenDeployment {
723
382
  export interface CreateBlueGreenDeploymentResponse {
724
383
  BlueGreenDeployment?: BlueGreenDeployment | undefined;
725
384
  }
726
- export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
727
- readonly name: "DBClusterParameterGroupNotFoundFault";
728
- readonly $fault: "client";
729
- constructor(
730
- opts: __ExceptionOptionType<
731
- DBClusterParameterGroupNotFoundFault,
732
- __BaseException
733
- >
734
- );
735
- }
736
- export declare class DBClusterQuotaExceededFault extends __BaseException {
737
- readonly name: "DBClusterQuotaExceededFault";
738
- readonly $fault: "client";
739
- constructor(
740
- opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>
741
- );
742
- }
743
- export declare class InstanceQuotaExceededFault extends __BaseException {
744
- readonly name: "InstanceQuotaExceededFault";
745
- readonly $fault: "client";
746
- constructor(
747
- opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>
748
- );
749
- }
750
- export declare class SourceClusterNotSupportedFault extends __BaseException {
751
- readonly name: "SourceClusterNotSupportedFault";
752
- readonly $fault: "client";
753
- constructor(
754
- opts: __ExceptionOptionType<SourceClusterNotSupportedFault, __BaseException>
755
- );
756
- }
757
- export declare class SourceDatabaseNotSupportedFault extends __BaseException {
758
- readonly name: "SourceDatabaseNotSupportedFault";
759
- readonly $fault: "client";
760
- constructor(
761
- opts: __ExceptionOptionType<
762
- SourceDatabaseNotSupportedFault,
763
- __BaseException
764
- >
765
- );
766
- }
767
- export declare class StorageQuotaExceededFault extends __BaseException {
768
- readonly name: "StorageQuotaExceededFault";
769
- readonly $fault: "client";
770
- constructor(
771
- opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>
772
- );
773
- }
774
- export declare class CreateCustomDBEngineVersionFault extends __BaseException {
775
- readonly name: "CreateCustomDBEngineVersionFault";
776
- readonly $fault: "client";
777
- constructor(
778
- opts: __ExceptionOptionType<
779
- CreateCustomDBEngineVersionFault,
780
- __BaseException
781
- >
782
- );
783
- }
784
385
  export interface CreateCustomDBEngineVersionMessage {
785
386
  Engine: string | undefined;
786
387
  EngineVersion: string | undefined;
@@ -794,36 +395,6 @@ export interface CreateCustomDBEngineVersionMessage {
794
395
  Manifest?: string | undefined;
795
396
  Tags?: Tag[] | undefined;
796
397
  }
797
- export declare class CustomDBEngineVersionAlreadyExistsFault extends __BaseException {
798
- readonly name: "CustomDBEngineVersionAlreadyExistsFault";
799
- readonly $fault: "client";
800
- constructor(
801
- opts: __ExceptionOptionType<
802
- CustomDBEngineVersionAlreadyExistsFault,
803
- __BaseException
804
- >
805
- );
806
- }
807
- export declare class CustomDBEngineVersionNotFoundFault extends __BaseException {
808
- readonly name: "CustomDBEngineVersionNotFoundFault";
809
- readonly $fault: "client";
810
- constructor(
811
- opts: __ExceptionOptionType<
812
- CustomDBEngineVersionNotFoundFault,
813
- __BaseException
814
- >
815
- );
816
- }
817
- export declare class CustomDBEngineVersionQuotaExceededFault extends __BaseException {
818
- readonly name: "CustomDBEngineVersionQuotaExceededFault";
819
- readonly $fault: "client";
820
- constructor(
821
- opts: __ExceptionOptionType<
822
- CustomDBEngineVersionQuotaExceededFault,
823
- __BaseException
824
- >
825
- );
826
- }
827
398
  export interface CharacterSet {
828
399
  CharacterSetName?: string | undefined;
829
400
  CharacterSetDescription?: string | undefined;
@@ -890,49 +461,6 @@ export interface DBEngineVersion {
890
461
  SupportsIntegrations?: boolean | undefined;
891
462
  ServerlessV2FeaturesSupport?: ServerlessV2FeaturesSupport | undefined;
892
463
  }
893
- export declare class Ec2ImagePropertiesNotSupportedFault extends __BaseException {
894
- readonly name: "Ec2ImagePropertiesNotSupportedFault";
895
- readonly $fault: "client";
896
- constructor(
897
- opts: __ExceptionOptionType<
898
- Ec2ImagePropertiesNotSupportedFault,
899
- __BaseException
900
- >
901
- );
902
- }
903
- export declare class InvalidCustomDBEngineVersionStateFault extends __BaseException {
904
- readonly name: "InvalidCustomDBEngineVersionStateFault";
905
- readonly $fault: "client";
906
- constructor(
907
- opts: __ExceptionOptionType<
908
- InvalidCustomDBEngineVersionStateFault,
909
- __BaseException
910
- >
911
- );
912
- }
913
- export declare const ClusterScalabilityType: {
914
- readonly LIMITLESS: "limitless";
915
- readonly STANDARD: "standard";
916
- };
917
- export type ClusterScalabilityType =
918
- (typeof ClusterScalabilityType)[keyof typeof ClusterScalabilityType];
919
- export declare const DatabaseInsightsMode: {
920
- readonly ADVANCED: "advanced";
921
- readonly STANDARD: "standard";
922
- };
923
- export type DatabaseInsightsMode =
924
- (typeof DatabaseInsightsMode)[keyof typeof DatabaseInsightsMode];
925
- export declare const MasterUserAuthenticationType: {
926
- readonly IAM_DB_AUTH: "iam-db-auth";
927
- readonly PASSWORD: "password";
928
- };
929
- export type MasterUserAuthenticationType =
930
- (typeof MasterUserAuthenticationType)[keyof typeof MasterUserAuthenticationType];
931
- export declare const ReplicaMode: {
932
- readonly MOUNTED: "mounted";
933
- readonly OPEN_READ_ONLY: "open-read-only";
934
- };
935
- export type ReplicaMode = (typeof ReplicaMode)[keyof typeof ReplicaMode];
936
464
  export interface RdsCustomClusterConfiguration {
937
465
  InterconnectSubnetId?: string | undefined;
938
466
  TransitGatewayMulticastDomainId?: string | undefined;
@@ -1040,40 +568,10 @@ export interface DomainMembership {
1040
568
  AuthSecretArn?: string | undefined;
1041
569
  DnsIps?: string[] | undefined;
1042
570
  }
1043
- export declare const WriteForwardingStatus: {
1044
- readonly DISABLED: "disabled";
1045
- readonly DISABLING: "disabling";
1046
- readonly ENABLED: "enabled";
1047
- readonly ENABLING: "enabling";
1048
- readonly UNKNOWN: "unknown";
1049
- };
1050
- export type WriteForwardingStatus =
1051
- (typeof WriteForwardingStatus)[keyof typeof WriteForwardingStatus];
1052
- export declare const LimitlessDatabaseStatus: {
1053
- readonly ACTIVE: "active";
1054
- readonly DISABLED: "disabled";
1055
- readonly DISABLING: "disabling";
1056
- readonly ENABLED: "enabled";
1057
- readonly ENABLING: "enabling";
1058
- readonly ERROR: "error";
1059
- readonly MODIFYING_MAX_CAPACITY: "modifying-max-capacity";
1060
- readonly NOT_IN_USE: "not-in-use";
1061
- };
1062
- export type LimitlessDatabaseStatus =
1063
- (typeof LimitlessDatabaseStatus)[keyof typeof LimitlessDatabaseStatus];
1064
571
  export interface LimitlessDatabase {
1065
572
  Status?: LimitlessDatabaseStatus | undefined;
1066
573
  MinRequiredACU?: number | undefined;
1067
574
  }
1068
- export declare const LocalWriteForwardingStatus: {
1069
- readonly DISABLED: "disabled";
1070
- readonly DISABLING: "disabling";
1071
- readonly ENABLED: "enabled";
1072
- readonly ENABLING: "enabling";
1073
- readonly REQUESTED: "requested";
1074
- };
1075
- export type LocalWriteForwardingStatus =
1076
- (typeof LocalWriteForwardingStatus)[keyof typeof LocalWriteForwardingStatus];
1077
575
  export interface MasterUserSecret {
1078
576
  SecretArn?: string | undefined;
1079
577
  SecretStatus?: string | undefined;
@@ -1206,111 +704,6 @@ export interface DBCluster {
1206
704
  export interface CreateDBClusterResult {
1207
705
  DBCluster?: DBCluster | undefined;
1208
706
  }
1209
- export declare class DBClusterAlreadyExistsFault extends __BaseException {
1210
- readonly name: "DBClusterAlreadyExistsFault";
1211
- readonly $fault: "client";
1212
- constructor(
1213
- opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>
1214
- );
1215
- }
1216
- export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
1217
- readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs";
1218
- readonly $fault: "client";
1219
- constructor(
1220
- opts: __ExceptionOptionType<
1221
- DBSubnetGroupDoesNotCoverEnoughAZs,
1222
- __BaseException
1223
- >
1224
- );
1225
- }
1226
- export declare class DBSubnetGroupNotFoundFault extends __BaseException {
1227
- readonly name: "DBSubnetGroupNotFoundFault";
1228
- readonly $fault: "client";
1229
- constructor(
1230
- opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>
1231
- );
1232
- }
1233
- export declare class DomainNotFoundFault extends __BaseException {
1234
- readonly name: "DomainNotFoundFault";
1235
- readonly $fault: "client";
1236
- constructor(
1237
- opts: __ExceptionOptionType<DomainNotFoundFault, __BaseException>
1238
- );
1239
- }
1240
- export declare class GlobalClusterNotFoundFault extends __BaseException {
1241
- readonly name: "GlobalClusterNotFoundFault";
1242
- readonly $fault: "client";
1243
- constructor(
1244
- opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>
1245
- );
1246
- }
1247
- export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
1248
- readonly name: "InsufficientDBInstanceCapacityFault";
1249
- readonly $fault: "client";
1250
- constructor(
1251
- opts: __ExceptionOptionType<
1252
- InsufficientDBInstanceCapacityFault,
1253
- __BaseException
1254
- >
1255
- );
1256
- }
1257
- export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
1258
- readonly name: "InsufficientStorageClusterCapacityFault";
1259
- readonly $fault: "client";
1260
- constructor(
1261
- opts: __ExceptionOptionType<
1262
- InsufficientStorageClusterCapacityFault,
1263
- __BaseException
1264
- >
1265
- );
1266
- }
1267
- export declare class InvalidDBSubnetGroupFault extends __BaseException {
1268
- readonly name: "InvalidDBSubnetGroupFault";
1269
- readonly $fault: "client";
1270
- constructor(
1271
- opts: __ExceptionOptionType<InvalidDBSubnetGroupFault, __BaseException>
1272
- );
1273
- }
1274
- export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
1275
- readonly name: "InvalidDBSubnetGroupStateFault";
1276
- readonly $fault: "client";
1277
- constructor(
1278
- opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>
1279
- );
1280
- }
1281
- export declare class InvalidGlobalClusterStateFault extends __BaseException {
1282
- readonly name: "InvalidGlobalClusterStateFault";
1283
- readonly $fault: "client";
1284
- constructor(
1285
- opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>
1286
- );
1287
- }
1288
- export declare class InvalidSubnet extends __BaseException {
1289
- readonly name: "InvalidSubnet";
1290
- readonly $fault: "client";
1291
- constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
1292
- }
1293
- export declare class InvalidVPCNetworkStateFault extends __BaseException {
1294
- readonly name: "InvalidVPCNetworkStateFault";
1295
- readonly $fault: "client";
1296
- constructor(
1297
- opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>
1298
- );
1299
- }
1300
- export declare class NetworkTypeNotSupported extends __BaseException {
1301
- readonly name: "NetworkTypeNotSupported";
1302
- readonly $fault: "client";
1303
- constructor(
1304
- opts: __ExceptionOptionType<NetworkTypeNotSupported, __BaseException>
1305
- );
1306
- }
1307
- export declare class StorageTypeNotSupportedFault extends __BaseException {
1308
- readonly name: "StorageTypeNotSupportedFault";
1309
- readonly $fault: "client";
1310
- constructor(
1311
- opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>
1312
- );
1313
- }
1314
707
  export interface CreateDBClusterEndpointMessage {
1315
708
  DBClusterIdentifier: string | undefined;
1316
709
  DBClusterEndpointIdentifier: string | undefined;
@@ -1331,26 +724,6 @@ export interface DBClusterEndpoint {
1331
724
  ExcludedMembers?: string[] | undefined;
1332
725
  DBClusterEndpointArn?: string | undefined;
1333
726
  }
1334
- export declare class DBClusterEndpointAlreadyExistsFault extends __BaseException {
1335
- readonly name: "DBClusterEndpointAlreadyExistsFault";
1336
- readonly $fault: "client";
1337
- constructor(
1338
- opts: __ExceptionOptionType<
1339
- DBClusterEndpointAlreadyExistsFault,
1340
- __BaseException
1341
- >
1342
- );
1343
- }
1344
- export declare class DBClusterEndpointQuotaExceededFault extends __BaseException {
1345
- readonly name: "DBClusterEndpointQuotaExceededFault";
1346
- readonly $fault: "client";
1347
- constructor(
1348
- opts: __ExceptionOptionType<
1349
- DBClusterEndpointQuotaExceededFault,
1350
- __BaseException
1351
- >
1352
- );
1353
- }
1354
727
  export interface CreateDBClusterParameterGroupMessage {
1355
728
  DBClusterParameterGroupName: string | undefined;
1356
729
  DBParameterGroupFamily: string | undefined;
@@ -1368,27 +741,6 @@ export interface CreateDBClusterSnapshotMessage {
1368
741
  export interface CreateDBClusterSnapshotResult {
1369
742
  DBClusterSnapshot?: DBClusterSnapshot | undefined;
1370
743
  }
1371
- export declare class AuthorizationNotFoundFault extends __BaseException {
1372
- readonly name: "AuthorizationNotFoundFault";
1373
- readonly $fault: "client";
1374
- constructor(
1375
- opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>
1376
- );
1377
- }
1378
- export declare class BackupPolicyNotFoundFault extends __BaseException {
1379
- readonly name: "BackupPolicyNotFoundFault";
1380
- readonly $fault: "client";
1381
- constructor(
1382
- opts: __ExceptionOptionType<BackupPolicyNotFoundFault, __BaseException>
1383
- );
1384
- }
1385
- export declare class CertificateNotFoundFault extends __BaseException {
1386
- readonly name: "CertificateNotFoundFault";
1387
- readonly $fault: "client";
1388
- constructor(
1389
- opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>
1390
- );
1391
- }
1392
744
  export interface CreateDBInstanceMessage {
1393
745
  DBName?: string | undefined;
1394
746
  DBInstanceIdentifier: string | undefined;
@@ -1461,12 +813,6 @@ export interface DBInstanceRole {
1461
813
  FeatureName?: string | undefined;
1462
814
  Status?: string | undefined;
1463
815
  }
1464
- export declare const AutomationMode: {
1465
- readonly ALL_PAUSED: "all-paused";
1466
- readonly FULL: "full";
1467
- };
1468
- export type AutomationMode =
1469
- (typeof AutomationMode)[keyof typeof AutomationMode];
1470
816
  export interface DBInstanceAutomatedBackupsReplication {
1471
817
  DBInstanceAutomatedBackupsArn?: string | undefined;
1472
818
  }
@@ -1628,33 +974,6 @@ export interface DBInstance {
1628
974
  export interface CreateDBInstanceResult {
1629
975
  DBInstance?: DBInstance | undefined;
1630
976
  }
1631
- export declare class DBInstanceAlreadyExistsFault extends __BaseException {
1632
- readonly name: "DBInstanceAlreadyExistsFault";
1633
- readonly $fault: "client";
1634
- constructor(
1635
- opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>
1636
- );
1637
- }
1638
- export declare class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
1639
- readonly name: "ProvisionedIopsNotAvailableInAZFault";
1640
- readonly $fault: "client";
1641
- constructor(
1642
- opts: __ExceptionOptionType<
1643
- ProvisionedIopsNotAvailableInAZFault,
1644
- __BaseException
1645
- >
1646
- );
1647
- }
1648
- export declare class TenantDatabaseQuotaExceededFault extends __BaseException {
1649
- readonly name: "TenantDatabaseQuotaExceededFault";
1650
- readonly $fault: "client";
1651
- constructor(
1652
- opts: __ExceptionOptionType<
1653
- TenantDatabaseQuotaExceededFault,
1654
- __BaseException
1655
- >
1656
- );
1657
- }
1658
977
  export interface CreateDBInstanceReadReplicaMessage {
1659
978
  DBInstanceIdentifier: string | undefined;
1660
979
  SourceDBInstanceIdentifier?: string | undefined;
@@ -1707,13 +1026,6 @@ export interface CreateDBInstanceReadReplicaMessage {
1707
1026
  export interface CreateDBInstanceReadReplicaResult {
1708
1027
  DBInstance?: DBInstance | undefined;
1709
1028
  }
1710
- export declare class DBSubnetGroupNotAllowedFault extends __BaseException {
1711
- readonly name: "DBSubnetGroupNotAllowedFault";
1712
- readonly $fault: "client";
1713
- constructor(
1714
- opts: __ExceptionOptionType<DBSubnetGroupNotAllowedFault, __BaseException>
1715
- );
1716
- }
1717
1029
  export interface CreateDBParameterGroupMessage {
1718
1030
  DBParameterGroupName: string | undefined;
1719
1031
  DBParameterGroupFamily: string | undefined;
@@ -1723,25 +1035,6 @@ export interface CreateDBParameterGroupMessage {
1723
1035
  export interface CreateDBParameterGroupResult {
1724
1036
  DBParameterGroup?: DBParameterGroup | undefined;
1725
1037
  }
1726
- export declare const AuthScheme: {
1727
- readonly SECRETS: "SECRETS";
1728
- };
1729
- export type AuthScheme = (typeof AuthScheme)[keyof typeof AuthScheme];
1730
- export declare const ClientPasswordAuthType: {
1731
- readonly MYSQL_CACHING_SHA2_PASSWORD: "MYSQL_CACHING_SHA2_PASSWORD";
1732
- readonly MYSQL_NATIVE_PASSWORD: "MYSQL_NATIVE_PASSWORD";
1733
- readonly POSTGRES_MD5: "POSTGRES_MD5";
1734
- readonly POSTGRES_SCRAM_SHA_256: "POSTGRES_SCRAM_SHA_256";
1735
- readonly SQL_SERVER_AUTHENTICATION: "SQL_SERVER_AUTHENTICATION";
1736
- };
1737
- export type ClientPasswordAuthType =
1738
- (typeof ClientPasswordAuthType)[keyof typeof ClientPasswordAuthType];
1739
- export declare const IAMAuthMode: {
1740
- readonly DISABLED: "DISABLED";
1741
- readonly ENABLED: "ENABLED";
1742
- readonly REQUIRED: "REQUIRED";
1743
- };
1744
- export type IAMAuthMode = (typeof IAMAuthMode)[keyof typeof IAMAuthMode];
1745
1038
  export interface UserAuthConfig {
1746
1039
  Description?: string | undefined;
1747
1040
  UserName?: string | undefined;
@@ -1750,31 +1043,6 @@ export interface UserAuthConfig {
1750
1043
  IAMAuth?: IAMAuthMode | undefined;
1751
1044
  ClientPasswordAuthType?: ClientPasswordAuthType | undefined;
1752
1045
  }
1753
- export declare const DefaultAuthScheme: {
1754
- readonly IAM_AUTH: "IAM_AUTH";
1755
- readonly NONE: "NONE";
1756
- };
1757
- export type DefaultAuthScheme =
1758
- (typeof DefaultAuthScheme)[keyof typeof DefaultAuthScheme];
1759
- export declare const EndpointNetworkType: {
1760
- readonly DUAL: "DUAL";
1761
- readonly IPV4: "IPV4";
1762
- readonly IPV6: "IPV6";
1763
- };
1764
- export type EndpointNetworkType =
1765
- (typeof EndpointNetworkType)[keyof typeof EndpointNetworkType];
1766
- export declare const EngineFamily: {
1767
- readonly MYSQL: "MYSQL";
1768
- readonly POSTGRESQL: "POSTGRESQL";
1769
- readonly SQLSERVER: "SQLSERVER";
1770
- };
1771
- export type EngineFamily = (typeof EngineFamily)[keyof typeof EngineFamily];
1772
- export declare const TargetConnectionNetworkType: {
1773
- readonly IPV4: "IPV4";
1774
- readonly IPV6: "IPV6";
1775
- };
1776
- export type TargetConnectionNetworkType =
1777
- (typeof TargetConnectionNetworkType)[keyof typeof TargetConnectionNetworkType];
1778
1046
  export interface CreateDBProxyRequest {
1779
1047
  DBProxyName: string | undefined;
1780
1048
  EngineFamily: EngineFamily | undefined;
@@ -1798,18 +1066,6 @@ export interface UserAuthConfigInfo {
1798
1066
  IAMAuth?: IAMAuthMode | undefined;
1799
1067
  ClientPasswordAuthType?: ClientPasswordAuthType | undefined;
1800
1068
  }
1801
- export declare const DBProxyStatus: {
1802
- readonly AVAILABLE: "available";
1803
- readonly CREATING: "creating";
1804
- readonly DELETING: "deleting";
1805
- readonly INCOMPATIBLE_NETWORK: "incompatible-network";
1806
- readonly INSUFFICIENT_RESOURCE_LIMITS: "insufficient-resource-limits";
1807
- readonly MODIFYING: "modifying";
1808
- readonly REACTIVATING: "reactivating";
1809
- readonly SUSPENDED: "suspended";
1810
- readonly SUSPENDING: "suspending";
1811
- };
1812
- export type DBProxyStatus = (typeof DBProxyStatus)[keyof typeof DBProxyStatus];
1813
1069
  export interface DBProxy {
1814
1070
  DBProxyName?: string | undefined;
1815
1071
  DBProxyArn?: string | undefined;
@@ -1833,26 +1089,6 @@ export interface DBProxy {
1833
1089
  export interface CreateDBProxyResponse {
1834
1090
  DBProxy?: DBProxy | undefined;
1835
1091
  }
1836
- export declare class DBProxyAlreadyExistsFault extends __BaseException {
1837
- readonly name: "DBProxyAlreadyExistsFault";
1838
- readonly $fault: "client";
1839
- constructor(
1840
- opts: __ExceptionOptionType<DBProxyAlreadyExistsFault, __BaseException>
1841
- );
1842
- }
1843
- export declare class DBProxyQuotaExceededFault extends __BaseException {
1844
- readonly name: "DBProxyQuotaExceededFault";
1845
- readonly $fault: "client";
1846
- constructor(
1847
- opts: __ExceptionOptionType<DBProxyQuotaExceededFault, __BaseException>
1848
- );
1849
- }
1850
- export declare const DBProxyEndpointTargetRole: {
1851
- readonly READ_ONLY: "READ_ONLY";
1852
- readonly READ_WRITE: "READ_WRITE";
1853
- };
1854
- export type DBProxyEndpointTargetRole =
1855
- (typeof DBProxyEndpointTargetRole)[keyof typeof DBProxyEndpointTargetRole];
1856
1092
  export interface CreateDBProxyEndpointRequest {
1857
1093
  DBProxyName: string | undefined;
1858
1094
  DBProxyEndpointName: string | undefined;
@@ -1862,16 +1098,6 @@ export interface CreateDBProxyEndpointRequest {
1862
1098
  Tags?: Tag[] | undefined;
1863
1099
  EndpointNetworkType?: EndpointNetworkType | undefined;
1864
1100
  }
1865
- export declare const DBProxyEndpointStatus: {
1866
- readonly AVAILABLE: "available";
1867
- readonly CREATING: "creating";
1868
- readonly DELETING: "deleting";
1869
- readonly INCOMPATIBLE_NETWORK: "incompatible-network";
1870
- readonly INSUFFICIENT_RESOURCE_LIMITS: "insufficient-resource-limits";
1871
- readonly MODIFYING: "modifying";
1872
- };
1873
- export type DBProxyEndpointStatus =
1874
- (typeof DBProxyEndpointStatus)[keyof typeof DBProxyEndpointStatus];
1875
1101
  export interface DBProxyEndpoint {
1876
1102
  DBProxyEndpointName?: string | undefined;
1877
1103
  DBProxyEndpointArn?: string | undefined;
@@ -1889,33 +1115,6 @@ export interface DBProxyEndpoint {
1889
1115
  export interface CreateDBProxyEndpointResponse {
1890
1116
  DBProxyEndpoint?: DBProxyEndpoint | undefined;
1891
1117
  }
1892
- export declare class DBProxyEndpointAlreadyExistsFault extends __BaseException {
1893
- readonly name: "DBProxyEndpointAlreadyExistsFault";
1894
- readonly $fault: "client";
1895
- constructor(
1896
- opts: __ExceptionOptionType<
1897
- DBProxyEndpointAlreadyExistsFault,
1898
- __BaseException
1899
- >
1900
- );
1901
- }
1902
- export declare class DBProxyEndpointQuotaExceededFault extends __BaseException {
1903
- readonly name: "DBProxyEndpointQuotaExceededFault";
1904
- readonly $fault: "client";
1905
- constructor(
1906
- opts: __ExceptionOptionType<
1907
- DBProxyEndpointQuotaExceededFault,
1908
- __BaseException
1909
- >
1910
- );
1911
- }
1912
- export declare class InvalidDBProxyStateFault extends __BaseException {
1913
- readonly name: "InvalidDBProxyStateFault";
1914
- readonly $fault: "client";
1915
- constructor(
1916
- opts: __ExceptionOptionType<InvalidDBProxyStateFault, __BaseException>
1917
- );
1918
- }
1919
1118
  export interface CreateDBSecurityGroupMessage {
1920
1119
  DBSecurityGroupName: string | undefined;
1921
1120
  DBSecurityGroupDescription: string | undefined;
@@ -1924,36 +1123,6 @@ export interface CreateDBSecurityGroupMessage {
1924
1123
  export interface CreateDBSecurityGroupResult {
1925
1124
  DBSecurityGroup?: DBSecurityGroup | undefined;
1926
1125
  }
1927
- export declare class DBSecurityGroupAlreadyExistsFault extends __BaseException {
1928
- readonly name: "DBSecurityGroupAlreadyExistsFault";
1929
- readonly $fault: "client";
1930
- constructor(
1931
- opts: __ExceptionOptionType<
1932
- DBSecurityGroupAlreadyExistsFault,
1933
- __BaseException
1934
- >
1935
- );
1936
- }
1937
- export declare class DBSecurityGroupNotSupportedFault extends __BaseException {
1938
- readonly name: "DBSecurityGroupNotSupportedFault";
1939
- readonly $fault: "client";
1940
- constructor(
1941
- opts: __ExceptionOptionType<
1942
- DBSecurityGroupNotSupportedFault,
1943
- __BaseException
1944
- >
1945
- );
1946
- }
1947
- export declare class DBSecurityGroupQuotaExceededFault extends __BaseException {
1948
- readonly name: "DBSecurityGroupQuotaExceededFault";
1949
- readonly $fault: "client";
1950
- constructor(
1951
- opts: __ExceptionOptionType<
1952
- DBSecurityGroupQuotaExceededFault,
1953
- __BaseException
1954
- >
1955
- );
1956
- }
1957
1126
  export interface CreateDBShardGroupMessage {
1958
1127
  DBShardGroupIdentifier: string | undefined;
1959
1128
  DBClusterIdentifier: string | undefined;
@@ -1976,30 +1145,6 @@ export interface DBShardGroup {
1976
1145
  DBShardGroupArn?: string | undefined;
1977
1146
  TagList?: Tag[] | undefined;
1978
1147
  }
1979
- export declare class DBShardGroupAlreadyExistsFault extends __BaseException {
1980
- readonly name: "DBShardGroupAlreadyExistsFault";
1981
- readonly $fault: "client";
1982
- constructor(
1983
- opts: __ExceptionOptionType<DBShardGroupAlreadyExistsFault, __BaseException>
1984
- );
1985
- }
1986
- export declare class MaxDBShardGroupLimitReached extends __BaseException {
1987
- readonly name: "MaxDBShardGroupLimitReached";
1988
- readonly $fault: "client";
1989
- constructor(
1990
- opts: __ExceptionOptionType<MaxDBShardGroupLimitReached, __BaseException>
1991
- );
1992
- }
1993
- export declare class UnsupportedDBEngineVersionFault extends __BaseException {
1994
- readonly name: "UnsupportedDBEngineVersionFault";
1995
- readonly $fault: "client";
1996
- constructor(
1997
- opts: __ExceptionOptionType<
1998
- UnsupportedDBEngineVersionFault,
1999
- __BaseException
2000
- >
2001
- );
2002
- }
2003
1148
  export interface CreateDBSnapshotMessage {
2004
1149
  DBSnapshotIdentifier: string | undefined;
2005
1150
  DBInstanceIdentifier: string | undefined;
@@ -2017,33 +1162,6 @@ export interface CreateDBSubnetGroupMessage {
2017
1162
  export interface CreateDBSubnetGroupResult {
2018
1163
  DBSubnetGroup?: DBSubnetGroup | undefined;
2019
1164
  }
2020
- export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
2021
- readonly name: "DBSubnetGroupAlreadyExistsFault";
2022
- readonly $fault: "client";
2023
- constructor(
2024
- opts: __ExceptionOptionType<
2025
- DBSubnetGroupAlreadyExistsFault,
2026
- __BaseException
2027
- >
2028
- );
2029
- }
2030
- export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
2031
- readonly name: "DBSubnetGroupQuotaExceededFault";
2032
- readonly $fault: "client";
2033
- constructor(
2034
- opts: __ExceptionOptionType<
2035
- DBSubnetGroupQuotaExceededFault,
2036
- __BaseException
2037
- >
2038
- );
2039
- }
2040
- export declare class DBSubnetQuotaExceededFault extends __BaseException {
2041
- readonly name: "DBSubnetQuotaExceededFault";
2042
- readonly $fault: "client";
2043
- constructor(
2044
- opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>
2045
- );
2046
- }
2047
1165
  export interface CreateEventSubscriptionMessage {
2048
1166
  SubscriptionName: string | undefined;
2049
1167
  SnsTopicArn: string | undefined;
@@ -2056,54 +1174,6 @@ export interface CreateEventSubscriptionMessage {
2056
1174
  export interface CreateEventSubscriptionResult {
2057
1175
  EventSubscription?: EventSubscription | undefined;
2058
1176
  }
2059
- export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
2060
- readonly name: "EventSubscriptionQuotaExceededFault";
2061
- readonly $fault: "client";
2062
- constructor(
2063
- opts: __ExceptionOptionType<
2064
- EventSubscriptionQuotaExceededFault,
2065
- __BaseException
2066
- >
2067
- );
2068
- }
2069
- export declare class SNSInvalidTopicFault extends __BaseException {
2070
- readonly name: "SNSInvalidTopicFault";
2071
- readonly $fault: "client";
2072
- constructor(
2073
- opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>
2074
- );
2075
- }
2076
- export declare class SNSNoAuthorizationFault extends __BaseException {
2077
- readonly name: "SNSNoAuthorizationFault";
2078
- readonly $fault: "client";
2079
- constructor(
2080
- opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>
2081
- );
2082
- }
2083
- export declare class SNSTopicArnNotFoundFault extends __BaseException {
2084
- readonly name: "SNSTopicArnNotFoundFault";
2085
- readonly $fault: "client";
2086
- constructor(
2087
- opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>
2088
- );
2089
- }
2090
- export declare class SubscriptionAlreadyExistFault extends __BaseException {
2091
- readonly name: "SubscriptionAlreadyExistFault";
2092
- readonly $fault: "client";
2093
- constructor(
2094
- opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>
2095
- );
2096
- }
2097
- export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
2098
- readonly name: "SubscriptionCategoryNotFoundFault";
2099
- readonly $fault: "client";
2100
- constructor(
2101
- opts: __ExceptionOptionType<
2102
- SubscriptionCategoryNotFoundFault,
2103
- __BaseException
2104
- >
2105
- );
2106
- }
2107
1177
  export interface CreateGlobalClusterMessage {
2108
1178
  GlobalClusterIdentifier: string | undefined;
2109
1179
  SourceDBClusterIdentifier?: string | undefined;
@@ -2115,25 +1185,12 @@ export interface CreateGlobalClusterMessage {
2115
1185
  StorageEncrypted?: boolean | undefined;
2116
1186
  Tags?: Tag[] | undefined;
2117
1187
  }
2118
- export declare const FailoverStatus: {
2119
- readonly CANCELLING: "cancelling";
2120
- readonly FAILING_OVER: "failing-over";
2121
- readonly PENDING: "pending";
2122
- };
2123
- export type FailoverStatus =
2124
- (typeof FailoverStatus)[keyof typeof FailoverStatus];
2125
1188
  export interface FailoverState {
2126
1189
  Status?: FailoverStatus | undefined;
2127
1190
  FromDbClusterArn?: string | undefined;
2128
1191
  ToDbClusterArn?: string | undefined;
2129
1192
  IsDataLossAllowed?: boolean | undefined;
2130
1193
  }
2131
- export declare const GlobalClusterMemberSynchronizationStatus: {
2132
- readonly CONNECTED: "connected";
2133
- readonly PENDING_RESYNC: "pending-resync";
2134
- };
2135
- export type GlobalClusterMemberSynchronizationStatus =
2136
- (typeof GlobalClusterMemberSynchronizationStatus)[keyof typeof GlobalClusterMemberSynchronizationStatus];
2137
1194
  export interface GlobalClusterMember {
2138
1195
  DBClusterArn?: string | undefined;
2139
1196
  Readers?: string[] | undefined;
@@ -2160,33 +1217,6 @@ export interface GlobalCluster {
2160
1217
  export interface CreateGlobalClusterResult {
2161
1218
  GlobalCluster?: GlobalCluster | undefined;
2162
1219
  }
2163
- export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
2164
- readonly name: "GlobalClusterAlreadyExistsFault";
2165
- readonly $fault: "client";
2166
- constructor(
2167
- opts: __ExceptionOptionType<
2168
- GlobalClusterAlreadyExistsFault,
2169
- __BaseException
2170
- >
2171
- );
2172
- }
2173
- export declare class GlobalClusterQuotaExceededFault extends __BaseException {
2174
- readonly name: "GlobalClusterQuotaExceededFault";
2175
- readonly $fault: "client";
2176
- constructor(
2177
- opts: __ExceptionOptionType<
2178
- GlobalClusterQuotaExceededFault,
2179
- __BaseException
2180
- >
2181
- );
2182
- }
2183
- export declare class InvalidDBShardGroupStateFault extends __BaseException {
2184
- readonly name: "InvalidDBShardGroupStateFault";
2185
- readonly $fault: "client";
2186
- constructor(
2187
- opts: __ExceptionOptionType<InvalidDBShardGroupStateFault, __BaseException>
2188
- );
2189
- }
2190
1220
  export interface CreateIntegrationMessage {
2191
1221
  SourceArn: string | undefined;
2192
1222
  TargetArn: string | undefined;
@@ -2201,17 +1231,6 @@ export interface IntegrationError {
2201
1231
  ErrorCode: string | undefined;
2202
1232
  ErrorMessage?: string | undefined;
2203
1233
  }
2204
- export declare const IntegrationStatus: {
2205
- readonly ACTIVE: "active";
2206
- readonly CREATING: "creating";
2207
- readonly DELETING: "deleting";
2208
- readonly FAILED: "failed";
2209
- readonly MODIFYING: "modifying";
2210
- readonly NEEDS_ATTENTION: "needs_attention";
2211
- readonly SYNCING: "syncing";
2212
- };
2213
- export type IntegrationStatus =
2214
- (typeof IntegrationStatus)[keyof typeof IntegrationStatus];
2215
1234
  export interface Integration {
2216
1235
  SourceArn?: string | undefined;
2217
1236
  TargetArn?: string | undefined;
@@ -2226,30 +1245,6 @@ export interface Integration {
2226
1245
  CreateTime?: Date | undefined;
2227
1246
  Errors?: IntegrationError[] | undefined;
2228
1247
  }
2229
- export declare class IntegrationAlreadyExistsFault extends __BaseException {
2230
- readonly name: "IntegrationAlreadyExistsFault";
2231
- readonly $fault: "client";
2232
- constructor(
2233
- opts: __ExceptionOptionType<IntegrationAlreadyExistsFault, __BaseException>
2234
- );
2235
- }
2236
- export declare class IntegrationConflictOperationFault extends __BaseException {
2237
- readonly name: "IntegrationConflictOperationFault";
2238
- readonly $fault: "client";
2239
- constructor(
2240
- opts: __ExceptionOptionType<
2241
- IntegrationConflictOperationFault,
2242
- __BaseException
2243
- >
2244
- );
2245
- }
2246
- export declare class IntegrationQuotaExceededFault extends __BaseException {
2247
- readonly name: "IntegrationQuotaExceededFault";
2248
- readonly $fault: "client";
2249
- constructor(
2250
- opts: __ExceptionOptionType<IntegrationQuotaExceededFault, __BaseException>
2251
- );
2252
- }
2253
1248
  export interface CreateOptionGroupMessage {
2254
1249
  OptionGroupName: string | undefined;
2255
1250
  EngineName: string | undefined;
@@ -2294,16 +1289,6 @@ export interface TenantDatabase {
2294
1289
  export interface CreateTenantDatabaseResult {
2295
1290
  TenantDatabase?: TenantDatabase | undefined;
2296
1291
  }
2297
- export declare class TenantDatabaseAlreadyExistsFault extends __BaseException {
2298
- readonly name: "TenantDatabaseAlreadyExistsFault";
2299
- readonly $fault: "client";
2300
- constructor(
2301
- opts: __ExceptionOptionType<
2302
- TenantDatabaseAlreadyExistsFault,
2303
- __BaseException
2304
- >
2305
- );
2306
- }
2307
1292
  export interface DeleteBlueGreenDeploymentRequest {
2308
1293
  BlueGreenDeploymentIdentifier: string | undefined;
2309
1294
  DeleteTarget?: boolean | undefined;
@@ -2311,30 +1296,10 @@ export interface DeleteBlueGreenDeploymentRequest {
2311
1296
  export interface DeleteBlueGreenDeploymentResponse {
2312
1297
  BlueGreenDeployment?: BlueGreenDeployment | undefined;
2313
1298
  }
2314
- export declare class InvalidBlueGreenDeploymentStateFault extends __BaseException {
2315
- readonly name: "InvalidBlueGreenDeploymentStateFault";
2316
- readonly $fault: "client";
2317
- constructor(
2318
- opts: __ExceptionOptionType<
2319
- InvalidBlueGreenDeploymentStateFault,
2320
- __BaseException
2321
- >
2322
- );
2323
- }
2324
1299
  export interface DeleteCustomDBEngineVersionMessage {
2325
1300
  Engine: string | undefined;
2326
1301
  EngineVersion: string | undefined;
2327
1302
  }
2328
- export declare class DBClusterAutomatedBackupQuotaExceededFault extends __BaseException {
2329
- readonly name: "DBClusterAutomatedBackupQuotaExceededFault";
2330
- readonly $fault: "client";
2331
- constructor(
2332
- opts: __ExceptionOptionType<
2333
- DBClusterAutomatedBackupQuotaExceededFault,
2334
- __BaseException
2335
- >
2336
- );
2337
- }
2338
1303
  export interface DeleteDBClusterMessage {
2339
1304
  DBClusterIdentifier: string | undefined;
2340
1305
  SkipFinalSnapshot?: boolean | undefined;
@@ -2344,16 +1309,6 @@ export interface DeleteDBClusterMessage {
2344
1309
  export interface DeleteDBClusterResult {
2345
1310
  DBCluster?: DBCluster | undefined;
2346
1311
  }
2347
- export declare class DBClusterAutomatedBackupNotFoundFault extends __BaseException {
2348
- readonly name: "DBClusterAutomatedBackupNotFoundFault";
2349
- readonly $fault: "client";
2350
- constructor(
2351
- opts: __ExceptionOptionType<
2352
- DBClusterAutomatedBackupNotFoundFault,
2353
- __BaseException
2354
- >
2355
- );
2356
- }
2357
1312
  export interface DeleteDBClusterAutomatedBackupMessage {
2358
1313
  DbClusterResourceId: string | undefined;
2359
1314
  }
@@ -2391,55 +1346,18 @@ export interface DBClusterAutomatedBackup {
2391
1346
  export interface DeleteDBClusterAutomatedBackupResult {
2392
1347
  DBClusterAutomatedBackup?: DBClusterAutomatedBackup | undefined;
2393
1348
  }
2394
- export declare class InvalidDBClusterAutomatedBackupStateFault extends __BaseException {
2395
- readonly name: "InvalidDBClusterAutomatedBackupStateFault";
2396
- readonly $fault: "client";
2397
- constructor(
2398
- opts: __ExceptionOptionType<
2399
- InvalidDBClusterAutomatedBackupStateFault,
2400
- __BaseException
2401
- >
2402
- );
2403
- }
2404
- export declare class DBClusterEndpointNotFoundFault extends __BaseException {
2405
- readonly name: "DBClusterEndpointNotFoundFault";
2406
- readonly $fault: "client";
2407
- constructor(
2408
- opts: __ExceptionOptionType<DBClusterEndpointNotFoundFault, __BaseException>
2409
- );
2410
- }
2411
1349
  export interface DeleteDBClusterEndpointMessage {
2412
1350
  DBClusterEndpointIdentifier: string | undefined;
2413
1351
  }
2414
1352
  export interface DeleteDBClusterParameterGroupMessage {
2415
1353
  DBClusterParameterGroupName: string | undefined;
2416
1354
  }
2417
- export declare class InvalidDBParameterGroupStateFault extends __BaseException {
2418
- readonly name: "InvalidDBParameterGroupStateFault";
2419
- readonly $fault: "client";
2420
- constructor(
2421
- opts: __ExceptionOptionType<
2422
- InvalidDBParameterGroupStateFault,
2423
- __BaseException
2424
- >
2425
- );
2426
- }
2427
1355
  export interface DeleteDBClusterSnapshotMessage {
2428
1356
  DBClusterSnapshotIdentifier: string | undefined;
2429
1357
  }
2430
1358
  export interface DeleteDBClusterSnapshotResult {
2431
1359
  DBClusterSnapshot?: DBClusterSnapshot | undefined;
2432
1360
  }
2433
- export declare class DBInstanceAutomatedBackupQuotaExceededFault extends __BaseException {
2434
- readonly name: "DBInstanceAutomatedBackupQuotaExceededFault";
2435
- readonly $fault: "client";
2436
- constructor(
2437
- opts: __ExceptionOptionType<
2438
- DBInstanceAutomatedBackupQuotaExceededFault,
2439
- __BaseException
2440
- >
2441
- );
2442
- }
2443
1361
  export interface DeleteDBInstanceMessage {
2444
1362
  DBInstanceIdentifier: string | undefined;
2445
1363
  SkipFinalSnapshot?: boolean | undefined;
@@ -2449,16 +1367,6 @@ export interface DeleteDBInstanceMessage {
2449
1367
  export interface DeleteDBInstanceResult {
2450
1368
  DBInstance?: DBInstance | undefined;
2451
1369
  }
2452
- export declare class DBInstanceAutomatedBackupNotFoundFault extends __BaseException {
2453
- readonly name: "DBInstanceAutomatedBackupNotFoundFault";
2454
- readonly $fault: "client";
2455
- constructor(
2456
- opts: __ExceptionOptionType<
2457
- DBInstanceAutomatedBackupNotFoundFault,
2458
- __BaseException
2459
- >
2460
- );
2461
- }
2462
1370
  export interface DeleteDBInstanceAutomatedBackupMessage {
2463
1371
  DbiResourceId?: string | undefined;
2464
1372
  DBInstanceAutomatedBackupsArn?: string | undefined;
@@ -2501,16 +1409,6 @@ export interface DBInstanceAutomatedBackup {
2501
1409
  export interface DeleteDBInstanceAutomatedBackupResult {
2502
1410
  DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup | undefined;
2503
1411
  }
2504
- export declare class InvalidDBInstanceAutomatedBackupStateFault extends __BaseException {
2505
- readonly name: "InvalidDBInstanceAutomatedBackupStateFault";
2506
- readonly $fault: "client";
2507
- constructor(
2508
- opts: __ExceptionOptionType<
2509
- InvalidDBInstanceAutomatedBackupStateFault,
2510
- __BaseException
2511
- >
2512
- );
2513
- }
2514
1412
  export interface DeleteDBParameterGroupMessage {
2515
1413
  DBParameterGroupName: string | undefined;
2516
1414
  }
@@ -2526,16 +1424,6 @@ export interface DeleteDBProxyEndpointRequest {
2526
1424
  export interface DeleteDBProxyEndpointResponse {
2527
1425
  DBProxyEndpoint?: DBProxyEndpoint | undefined;
2528
1426
  }
2529
- export declare class InvalidDBProxyEndpointStateFault extends __BaseException {
2530
- readonly name: "InvalidDBProxyEndpointStateFault";
2531
- readonly $fault: "client";
2532
- constructor(
2533
- opts: __ExceptionOptionType<
2534
- InvalidDBProxyEndpointStateFault,
2535
- __BaseException
2536
- >
2537
- );
2538
- }
2539
1427
  export interface DeleteDBSecurityGroupMessage {
2540
1428
  DBSecurityGroupName: string | undefined;
2541
1429
  }
@@ -2551,29 +1439,870 @@ export interface DeleteDBSnapshotResult {
2551
1439
  export interface DeleteDBSubnetGroupMessage {
2552
1440
  DBSubnetGroupName: string | undefined;
2553
1441
  }
2554
- export declare class InvalidDBSubnetStateFault extends __BaseException {
2555
- readonly name: "InvalidDBSubnetStateFault";
2556
- readonly $fault: "client";
2557
- constructor(
2558
- opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>
2559
- );
2560
- }
2561
1442
  export interface DeleteEventSubscriptionMessage {
2562
1443
  SubscriptionName: string | undefined;
2563
1444
  }
2564
1445
  export interface DeleteEventSubscriptionResult {
2565
1446
  EventSubscription?: EventSubscription | undefined;
2566
1447
  }
2567
- export declare class InvalidEventSubscriptionStateFault extends __BaseException {
2568
- readonly name: "InvalidEventSubscriptionStateFault";
2569
- readonly $fault: "client";
2570
- constructor(
2571
- opts: __ExceptionOptionType<
2572
- InvalidEventSubscriptionStateFault,
2573
- __BaseException
2574
- >
2575
- );
2576
- }
2577
1448
  export interface DeleteGlobalClusterMessage {
2578
1449
  GlobalClusterIdentifier: string | undefined;
2579
1450
  }
1451
+ export interface DeleteGlobalClusterResult {
1452
+ GlobalCluster?: GlobalCluster | undefined;
1453
+ }
1454
+ export interface DeleteIntegrationMessage {
1455
+ IntegrationIdentifier: string | undefined;
1456
+ }
1457
+ export interface DeleteOptionGroupMessage {
1458
+ OptionGroupName: string | undefined;
1459
+ }
1460
+ export interface DeleteTenantDatabaseMessage {
1461
+ DBInstanceIdentifier: string | undefined;
1462
+ TenantDBName: string | undefined;
1463
+ SkipFinalSnapshot?: boolean | undefined;
1464
+ FinalDBSnapshotIdentifier?: string | undefined;
1465
+ }
1466
+ export interface DeleteTenantDatabaseResult {
1467
+ TenantDatabase?: TenantDatabase | undefined;
1468
+ }
1469
+ export interface DeregisterDBProxyTargetsRequest {
1470
+ DBProxyName: string | undefined;
1471
+ TargetGroupName?: string | undefined;
1472
+ DBInstanceIdentifiers?: string[] | undefined;
1473
+ DBClusterIdentifiers?: string[] | undefined;
1474
+ }
1475
+ export interface DeregisterDBProxyTargetsResponse {}
1476
+ export interface DescribeAccountAttributesMessage {}
1477
+ export interface Filter {
1478
+ Name: string | undefined;
1479
+ Values: string[] | undefined;
1480
+ }
1481
+ export interface DescribeBlueGreenDeploymentsRequest {
1482
+ BlueGreenDeploymentIdentifier?: string | undefined;
1483
+ Filters?: Filter[] | undefined;
1484
+ Marker?: string | undefined;
1485
+ MaxRecords?: number | undefined;
1486
+ }
1487
+ export interface DescribeBlueGreenDeploymentsResponse {
1488
+ BlueGreenDeployments?: BlueGreenDeployment[] | undefined;
1489
+ Marker?: string | undefined;
1490
+ }
1491
+ export interface Certificate {
1492
+ CertificateIdentifier?: string | undefined;
1493
+ CertificateType?: string | undefined;
1494
+ Thumbprint?: string | undefined;
1495
+ ValidFrom?: Date | undefined;
1496
+ ValidTill?: Date | undefined;
1497
+ CertificateArn?: string | undefined;
1498
+ CustomerOverride?: boolean | undefined;
1499
+ CustomerOverrideValidTill?: Date | undefined;
1500
+ }
1501
+ export interface CertificateMessage {
1502
+ DefaultCertificateForNewLaunches?: string | undefined;
1503
+ Certificates?: Certificate[] | undefined;
1504
+ Marker?: string | undefined;
1505
+ }
1506
+ export interface DescribeCertificatesMessage {
1507
+ CertificateIdentifier?: string | undefined;
1508
+ Filters?: Filter[] | undefined;
1509
+ MaxRecords?: number | undefined;
1510
+ Marker?: string | undefined;
1511
+ }
1512
+ export interface DBClusterAutomatedBackupMessage {
1513
+ Marker?: string | undefined;
1514
+ DBClusterAutomatedBackups?: DBClusterAutomatedBackup[] | undefined;
1515
+ }
1516
+ export interface DescribeDBClusterAutomatedBackupsMessage {
1517
+ DbClusterResourceId?: string | undefined;
1518
+ DBClusterIdentifier?: string | undefined;
1519
+ Filters?: Filter[] | undefined;
1520
+ MaxRecords?: number | undefined;
1521
+ Marker?: string | undefined;
1522
+ }
1523
+ export interface DBClusterBacktrackMessage {
1524
+ Marker?: string | undefined;
1525
+ DBClusterBacktracks?: DBClusterBacktrack[] | undefined;
1526
+ }
1527
+ export interface DescribeDBClusterBacktracksMessage {
1528
+ DBClusterIdentifier: string | undefined;
1529
+ BacktrackIdentifier?: string | undefined;
1530
+ Filters?: Filter[] | undefined;
1531
+ MaxRecords?: number | undefined;
1532
+ Marker?: string | undefined;
1533
+ }
1534
+ export interface DBClusterEndpointMessage {
1535
+ Marker?: string | undefined;
1536
+ DBClusterEndpoints?: DBClusterEndpoint[] | undefined;
1537
+ }
1538
+ export interface DescribeDBClusterEndpointsMessage {
1539
+ DBClusterIdentifier?: string | undefined;
1540
+ DBClusterEndpointIdentifier?: string | undefined;
1541
+ Filters?: Filter[] | undefined;
1542
+ MaxRecords?: number | undefined;
1543
+ Marker?: string | undefined;
1544
+ }
1545
+ export interface DBClusterParameterGroupsMessage {
1546
+ Marker?: string | undefined;
1547
+ DBClusterParameterGroups?: DBClusterParameterGroup[] | undefined;
1548
+ }
1549
+ export interface DescribeDBClusterParameterGroupsMessage {
1550
+ DBClusterParameterGroupName?: string | undefined;
1551
+ Filters?: Filter[] | undefined;
1552
+ MaxRecords?: number | undefined;
1553
+ Marker?: string | undefined;
1554
+ }
1555
+ export interface Parameter {
1556
+ ParameterName?: string | undefined;
1557
+ ParameterValue?: string | undefined;
1558
+ Description?: string | undefined;
1559
+ Source?: string | undefined;
1560
+ ApplyType?: string | undefined;
1561
+ DataType?: string | undefined;
1562
+ AllowedValues?: string | undefined;
1563
+ IsModifiable?: boolean | undefined;
1564
+ MinimumEngineVersion?: string | undefined;
1565
+ ApplyMethod?: ApplyMethod | undefined;
1566
+ SupportedEngineModes?: string[] | undefined;
1567
+ }
1568
+ export interface DBClusterParameterGroupDetails {
1569
+ Parameters?: Parameter[] | undefined;
1570
+ Marker?: string | undefined;
1571
+ }
1572
+ export interface DescribeDBClusterParametersMessage {
1573
+ DBClusterParameterGroupName: string | undefined;
1574
+ Source?: string | undefined;
1575
+ Filters?: Filter[] | undefined;
1576
+ MaxRecords?: number | undefined;
1577
+ Marker?: string | undefined;
1578
+ }
1579
+ export interface DBClusterMessage {
1580
+ Marker?: string | undefined;
1581
+ DBClusters?: DBCluster[] | undefined;
1582
+ }
1583
+ export interface DescribeDBClustersMessage {
1584
+ DBClusterIdentifier?: string | undefined;
1585
+ Filters?: Filter[] | undefined;
1586
+ MaxRecords?: number | undefined;
1587
+ Marker?: string | undefined;
1588
+ IncludeShared?: boolean | undefined;
1589
+ }
1590
+ export interface DescribeDBClusterSnapshotAttributesMessage {
1591
+ DBClusterSnapshotIdentifier: string | undefined;
1592
+ }
1593
+ export interface DBClusterSnapshotAttribute {
1594
+ AttributeName?: string | undefined;
1595
+ AttributeValues?: string[] | undefined;
1596
+ }
1597
+ export interface DBClusterSnapshotAttributesResult {
1598
+ DBClusterSnapshotIdentifier?: string | undefined;
1599
+ DBClusterSnapshotAttributes?: DBClusterSnapshotAttribute[] | undefined;
1600
+ }
1601
+ export interface DescribeDBClusterSnapshotAttributesResult {
1602
+ DBClusterSnapshotAttributesResult?:
1603
+ | DBClusterSnapshotAttributesResult
1604
+ | undefined;
1605
+ }
1606
+ export interface DBClusterSnapshotMessage {
1607
+ Marker?: string | undefined;
1608
+ DBClusterSnapshots?: DBClusterSnapshot[] | undefined;
1609
+ }
1610
+ export interface DescribeDBClusterSnapshotsMessage {
1611
+ DBClusterIdentifier?: string | undefined;
1612
+ DBClusterSnapshotIdentifier?: string | undefined;
1613
+ SnapshotType?: string | undefined;
1614
+ Filters?: Filter[] | undefined;
1615
+ MaxRecords?: number | undefined;
1616
+ Marker?: string | undefined;
1617
+ IncludeShared?: boolean | undefined;
1618
+ IncludePublic?: boolean | undefined;
1619
+ DbClusterResourceId?: string | undefined;
1620
+ }
1621
+ export interface DBEngineVersionMessage {
1622
+ Marker?: string | undefined;
1623
+ DBEngineVersions?: DBEngineVersion[] | undefined;
1624
+ }
1625
+ export interface DescribeDBEngineVersionsMessage {
1626
+ Engine?: string | undefined;
1627
+ EngineVersion?: string | undefined;
1628
+ DBParameterGroupFamily?: string | undefined;
1629
+ Filters?: Filter[] | undefined;
1630
+ MaxRecords?: number | undefined;
1631
+ Marker?: string | undefined;
1632
+ DefaultOnly?: boolean | undefined;
1633
+ ListSupportedCharacterSets?: boolean | undefined;
1634
+ ListSupportedTimezones?: boolean | undefined;
1635
+ IncludeAll?: boolean | undefined;
1636
+ }
1637
+ export interface DBInstanceAutomatedBackupMessage {
1638
+ Marker?: string | undefined;
1639
+ DBInstanceAutomatedBackups?: DBInstanceAutomatedBackup[] | undefined;
1640
+ }
1641
+ export interface DescribeDBInstanceAutomatedBackupsMessage {
1642
+ DbiResourceId?: string | undefined;
1643
+ DBInstanceIdentifier?: string | undefined;
1644
+ Filters?: Filter[] | undefined;
1645
+ MaxRecords?: number | undefined;
1646
+ Marker?: string | undefined;
1647
+ DBInstanceAutomatedBackupsArn?: string | undefined;
1648
+ }
1649
+ export interface DBInstanceMessage {
1650
+ Marker?: string | undefined;
1651
+ DBInstances?: DBInstance[] | undefined;
1652
+ }
1653
+ export interface DescribeDBInstancesMessage {
1654
+ DBInstanceIdentifier?: string | undefined;
1655
+ Filters?: Filter[] | undefined;
1656
+ MaxRecords?: number | undefined;
1657
+ Marker?: string | undefined;
1658
+ }
1659
+ export interface DescribeDBLogFilesMessage {
1660
+ DBInstanceIdentifier: string | undefined;
1661
+ FilenameContains?: string | undefined;
1662
+ FileLastWritten?: number | undefined;
1663
+ FileSize?: number | undefined;
1664
+ Filters?: Filter[] | undefined;
1665
+ MaxRecords?: number | undefined;
1666
+ Marker?: string | undefined;
1667
+ }
1668
+ export interface DescribeDBLogFilesDetails {
1669
+ LogFileName?: string | undefined;
1670
+ LastWritten?: number | undefined;
1671
+ Size?: number | undefined;
1672
+ }
1673
+ export interface DescribeDBLogFilesResponse {
1674
+ DescribeDBLogFiles?: DescribeDBLogFilesDetails[] | undefined;
1675
+ Marker?: string | undefined;
1676
+ }
1677
+ export interface DescribeDBMajorEngineVersionsRequest {
1678
+ Engine?: string | undefined;
1679
+ MajorEngineVersion?: string | undefined;
1680
+ Marker?: string | undefined;
1681
+ MaxRecords?: number | undefined;
1682
+ }
1683
+ export interface SupportedEngineLifecycle {
1684
+ LifecycleSupportName: LifecycleSupportName | undefined;
1685
+ LifecycleSupportStartDate: Date | undefined;
1686
+ LifecycleSupportEndDate: Date | undefined;
1687
+ }
1688
+ export interface DBMajorEngineVersion {
1689
+ Engine?: string | undefined;
1690
+ MajorEngineVersion?: string | undefined;
1691
+ SupportedEngineLifecycles?: SupportedEngineLifecycle[] | undefined;
1692
+ }
1693
+ export interface DescribeDBMajorEngineVersionsResponse {
1694
+ DBMajorEngineVersions?: DBMajorEngineVersion[] | undefined;
1695
+ Marker?: string | undefined;
1696
+ }
1697
+ export interface DBParameterGroupsMessage {
1698
+ Marker?: string | undefined;
1699
+ DBParameterGroups?: DBParameterGroup[] | undefined;
1700
+ }
1701
+ export interface DescribeDBParameterGroupsMessage {
1702
+ DBParameterGroupName?: string | undefined;
1703
+ Filters?: Filter[] | undefined;
1704
+ MaxRecords?: number | undefined;
1705
+ Marker?: string | undefined;
1706
+ }
1707
+ export interface DBParameterGroupDetails {
1708
+ Parameters?: Parameter[] | undefined;
1709
+ Marker?: string | undefined;
1710
+ }
1711
+ export interface DescribeDBParametersMessage {
1712
+ DBParameterGroupName: string | undefined;
1713
+ Source?: string | undefined;
1714
+ Filters?: Filter[] | undefined;
1715
+ MaxRecords?: number | undefined;
1716
+ Marker?: string | undefined;
1717
+ }
1718
+ export interface DescribeDBProxiesRequest {
1719
+ DBProxyName?: string | undefined;
1720
+ Filters?: Filter[] | undefined;
1721
+ Marker?: string | undefined;
1722
+ MaxRecords?: number | undefined;
1723
+ }
1724
+ export interface DescribeDBProxiesResponse {
1725
+ DBProxies?: DBProxy[] | undefined;
1726
+ Marker?: string | undefined;
1727
+ }
1728
+ export interface DescribeDBProxyEndpointsRequest {
1729
+ DBProxyName?: string | undefined;
1730
+ DBProxyEndpointName?: string | undefined;
1731
+ Filters?: Filter[] | undefined;
1732
+ Marker?: string | undefined;
1733
+ MaxRecords?: number | undefined;
1734
+ }
1735
+ export interface DescribeDBProxyEndpointsResponse {
1736
+ DBProxyEndpoints?: DBProxyEndpoint[] | undefined;
1737
+ Marker?: string | undefined;
1738
+ }
1739
+ export interface DescribeDBProxyTargetGroupsRequest {
1740
+ DBProxyName: string | undefined;
1741
+ TargetGroupName?: string | undefined;
1742
+ Filters?: Filter[] | undefined;
1743
+ Marker?: string | undefined;
1744
+ MaxRecords?: number | undefined;
1745
+ }
1746
+ export interface ConnectionPoolConfigurationInfo {
1747
+ MaxConnectionsPercent?: number | undefined;
1748
+ MaxIdleConnectionsPercent?: number | undefined;
1749
+ ConnectionBorrowTimeout?: number | undefined;
1750
+ SessionPinningFilters?: string[] | undefined;
1751
+ InitQuery?: string | undefined;
1752
+ }
1753
+ export interface DBProxyTargetGroup {
1754
+ DBProxyName?: string | undefined;
1755
+ TargetGroupName?: string | undefined;
1756
+ TargetGroupArn?: string | undefined;
1757
+ IsDefault?: boolean | undefined;
1758
+ Status?: string | undefined;
1759
+ ConnectionPoolConfig?: ConnectionPoolConfigurationInfo | undefined;
1760
+ CreatedDate?: Date | undefined;
1761
+ UpdatedDate?: Date | undefined;
1762
+ }
1763
+ export interface DescribeDBProxyTargetGroupsResponse {
1764
+ TargetGroups?: DBProxyTargetGroup[] | undefined;
1765
+ Marker?: string | undefined;
1766
+ }
1767
+ export interface DescribeDBProxyTargetsRequest {
1768
+ DBProxyName: string | undefined;
1769
+ TargetGroupName?: string | undefined;
1770
+ Filters?: Filter[] | undefined;
1771
+ Marker?: string | undefined;
1772
+ MaxRecords?: number | undefined;
1773
+ }
1774
+ export interface TargetHealth {
1775
+ State?: TargetState | undefined;
1776
+ Reason?: TargetHealthReason | undefined;
1777
+ Description?: string | undefined;
1778
+ }
1779
+ export interface DBProxyTarget {
1780
+ TargetArn?: string | undefined;
1781
+ Endpoint?: string | undefined;
1782
+ TrackedClusterId?: string | undefined;
1783
+ RdsResourceId?: string | undefined;
1784
+ Port?: number | undefined;
1785
+ Type?: TargetType | undefined;
1786
+ Role?: TargetRole | undefined;
1787
+ TargetHealth?: TargetHealth | undefined;
1788
+ }
1789
+ export interface DescribeDBProxyTargetsResponse {
1790
+ Targets?: DBProxyTarget[] | undefined;
1791
+ Marker?: string | undefined;
1792
+ }
1793
+ export interface PerformanceInsightsMetricDimensionGroup {
1794
+ Dimensions?: string[] | undefined;
1795
+ Group?: string | undefined;
1796
+ Limit?: number | undefined;
1797
+ }
1798
+ export interface PerformanceInsightsMetricQuery {
1799
+ GroupBy?: PerformanceInsightsMetricDimensionGroup | undefined;
1800
+ Metric?: string | undefined;
1801
+ }
1802
+ export interface MetricQuery {
1803
+ PerformanceInsightsMetricQuery?: PerformanceInsightsMetricQuery | undefined;
1804
+ }
1805
+ export interface ScalarReferenceDetails {
1806
+ Value?: number | undefined;
1807
+ }
1808
+ export interface ReferenceDetails {
1809
+ ScalarReferenceDetails?: ScalarReferenceDetails | undefined;
1810
+ }
1811
+ export interface MetricReference {
1812
+ Name?: string | undefined;
1813
+ ReferenceDetails?: ReferenceDetails | undefined;
1814
+ }
1815
+ export interface Metric {
1816
+ Name?: string | undefined;
1817
+ References?: MetricReference[] | undefined;
1818
+ StatisticsDetails?: string | undefined;
1819
+ MetricQuery?: MetricQuery | undefined;
1820
+ }
1821
+ export interface PerformanceIssueDetails {
1822
+ StartTime?: Date | undefined;
1823
+ EndTime?: Date | undefined;
1824
+ Metrics?: Metric[] | undefined;
1825
+ Analysis?: string | undefined;
1826
+ }
1827
+ export interface IssueDetails {
1828
+ PerformanceIssueDetails?: PerformanceIssueDetails | undefined;
1829
+ }
1830
+ export interface DocLink {
1831
+ Text?: string | undefined;
1832
+ Url?: string | undefined;
1833
+ }
1834
+ export interface ContextAttribute {
1835
+ Key?: string | undefined;
1836
+ Value?: string | undefined;
1837
+ }
1838
+ export interface RecommendedActionParameter {
1839
+ Key?: string | undefined;
1840
+ Value?: string | undefined;
1841
+ }
1842
+ export interface RecommendedAction {
1843
+ ActionId?: string | undefined;
1844
+ Title?: string | undefined;
1845
+ Description?: string | undefined;
1846
+ Operation?: string | undefined;
1847
+ Parameters?: RecommendedActionParameter[] | undefined;
1848
+ ApplyModes?: string[] | undefined;
1849
+ Status?: string | undefined;
1850
+ IssueDetails?: IssueDetails | undefined;
1851
+ ContextAttributes?: ContextAttribute[] | undefined;
1852
+ }
1853
+ export interface DBRecommendation {
1854
+ RecommendationId?: string | undefined;
1855
+ TypeId?: string | undefined;
1856
+ Severity?: string | undefined;
1857
+ ResourceArn?: string | undefined;
1858
+ Status?: string | undefined;
1859
+ CreatedTime?: Date | undefined;
1860
+ UpdatedTime?: Date | undefined;
1861
+ Detection?: string | undefined;
1862
+ Recommendation?: string | undefined;
1863
+ Description?: string | undefined;
1864
+ Reason?: string | undefined;
1865
+ RecommendedActions?: RecommendedAction[] | undefined;
1866
+ Category?: string | undefined;
1867
+ Source?: string | undefined;
1868
+ TypeDetection?: string | undefined;
1869
+ TypeRecommendation?: string | undefined;
1870
+ Impact?: string | undefined;
1871
+ AdditionalInfo?: string | undefined;
1872
+ Links?: DocLink[] | undefined;
1873
+ IssueDetails?: IssueDetails | undefined;
1874
+ }
1875
+ export interface DBRecommendationsMessage {
1876
+ DBRecommendations?: DBRecommendation[] | undefined;
1877
+ Marker?: string | undefined;
1878
+ }
1879
+ export interface DescribeDBRecommendationsMessage {
1880
+ LastUpdatedAfter?: Date | undefined;
1881
+ LastUpdatedBefore?: Date | undefined;
1882
+ Locale?: string | undefined;
1883
+ Filters?: Filter[] | undefined;
1884
+ MaxRecords?: number | undefined;
1885
+ Marker?: string | undefined;
1886
+ }
1887
+ export interface DBSecurityGroupMessage {
1888
+ Marker?: string | undefined;
1889
+ DBSecurityGroups?: DBSecurityGroup[] | undefined;
1890
+ }
1891
+ export interface DescribeDBSecurityGroupsMessage {
1892
+ DBSecurityGroupName?: string | undefined;
1893
+ Filters?: Filter[] | undefined;
1894
+ MaxRecords?: number | undefined;
1895
+ Marker?: string | undefined;
1896
+ }
1897
+ export interface DescribeDBShardGroupsMessage {
1898
+ DBShardGroupIdentifier?: string | undefined;
1899
+ Filters?: Filter[] | undefined;
1900
+ Marker?: string | undefined;
1901
+ MaxRecords?: number | undefined;
1902
+ }
1903
+ export interface DescribeDBShardGroupsResponse {
1904
+ DBShardGroups?: DBShardGroup[] | undefined;
1905
+ Marker?: string | undefined;
1906
+ }
1907
+ export interface DescribeDBSnapshotAttributesMessage {
1908
+ DBSnapshotIdentifier: string | undefined;
1909
+ }
1910
+ export interface DBSnapshotAttribute {
1911
+ AttributeName?: string | undefined;
1912
+ AttributeValues?: string[] | undefined;
1913
+ }
1914
+ export interface DBSnapshotAttributesResult {
1915
+ DBSnapshotIdentifier?: string | undefined;
1916
+ DBSnapshotAttributes?: DBSnapshotAttribute[] | undefined;
1917
+ }
1918
+ export interface DescribeDBSnapshotAttributesResult {
1919
+ DBSnapshotAttributesResult?: DBSnapshotAttributesResult | undefined;
1920
+ }
1921
+ export interface DBSnapshotMessage {
1922
+ Marker?: string | undefined;
1923
+ DBSnapshots?: DBSnapshot[] | undefined;
1924
+ }
1925
+ export interface DescribeDBSnapshotsMessage {
1926
+ DBInstanceIdentifier?: string | undefined;
1927
+ DBSnapshotIdentifier?: string | undefined;
1928
+ SnapshotType?: string | undefined;
1929
+ Filters?: Filter[] | undefined;
1930
+ MaxRecords?: number | undefined;
1931
+ Marker?: string | undefined;
1932
+ IncludeShared?: boolean | undefined;
1933
+ IncludePublic?: boolean | undefined;
1934
+ DbiResourceId?: string | undefined;
1935
+ }
1936
+ export interface DBSnapshotTenantDatabase {
1937
+ DBSnapshotIdentifier?: string | undefined;
1938
+ DBInstanceIdentifier?: string | undefined;
1939
+ DbiResourceId?: string | undefined;
1940
+ EngineName?: string | undefined;
1941
+ SnapshotType?: string | undefined;
1942
+ TenantDatabaseCreateTime?: Date | undefined;
1943
+ TenantDBName?: string | undefined;
1944
+ MasterUsername?: string | undefined;
1945
+ TenantDatabaseResourceId?: string | undefined;
1946
+ CharacterSetName?: string | undefined;
1947
+ DBSnapshotTenantDatabaseARN?: string | undefined;
1948
+ NcharCharacterSetName?: string | undefined;
1949
+ TagList?: Tag[] | undefined;
1950
+ }
1951
+ export interface DBSnapshotTenantDatabasesMessage {
1952
+ Marker?: string | undefined;
1953
+ DBSnapshotTenantDatabases?: DBSnapshotTenantDatabase[] | undefined;
1954
+ }
1955
+ export interface DescribeDBSnapshotTenantDatabasesMessage {
1956
+ DBInstanceIdentifier?: string | undefined;
1957
+ DBSnapshotIdentifier?: string | undefined;
1958
+ SnapshotType?: string | undefined;
1959
+ Filters?: Filter[] | undefined;
1960
+ MaxRecords?: number | undefined;
1961
+ Marker?: string | undefined;
1962
+ DbiResourceId?: string | undefined;
1963
+ }
1964
+ export interface DBSubnetGroupMessage {
1965
+ Marker?: string | undefined;
1966
+ DBSubnetGroups?: DBSubnetGroup[] | undefined;
1967
+ }
1968
+ export interface DescribeDBSubnetGroupsMessage {
1969
+ DBSubnetGroupName?: string | undefined;
1970
+ Filters?: Filter[] | undefined;
1971
+ MaxRecords?: number | undefined;
1972
+ Marker?: string | undefined;
1973
+ }
1974
+ export interface DescribeEngineDefaultClusterParametersMessage {
1975
+ DBParameterGroupFamily: string | undefined;
1976
+ Filters?: Filter[] | undefined;
1977
+ MaxRecords?: number | undefined;
1978
+ Marker?: string | undefined;
1979
+ }
1980
+ export interface EngineDefaults {
1981
+ DBParameterGroupFamily?: string | undefined;
1982
+ Marker?: string | undefined;
1983
+ Parameters?: Parameter[] | undefined;
1984
+ }
1985
+ export interface DescribeEngineDefaultClusterParametersResult {
1986
+ EngineDefaults?: EngineDefaults | undefined;
1987
+ }
1988
+ export interface DescribeEngineDefaultParametersMessage {
1989
+ DBParameterGroupFamily: string | undefined;
1990
+ Filters?: Filter[] | undefined;
1991
+ MaxRecords?: number | undefined;
1992
+ Marker?: string | undefined;
1993
+ }
1994
+ export interface DescribeEngineDefaultParametersResult {
1995
+ EngineDefaults?: EngineDefaults | undefined;
1996
+ }
1997
+ export interface DescribeEventCategoriesMessage {
1998
+ SourceType?: string | undefined;
1999
+ Filters?: Filter[] | undefined;
2000
+ }
2001
+ export interface EventCategoriesMap {
2002
+ SourceType?: string | undefined;
2003
+ EventCategories?: string[] | undefined;
2004
+ }
2005
+ export interface EventCategoriesMessage {
2006
+ EventCategoriesMapList?: EventCategoriesMap[] | undefined;
2007
+ }
2008
+ export interface DescribeEventsMessage {
2009
+ SourceIdentifier?: string | undefined;
2010
+ SourceType?: SourceType | undefined;
2011
+ StartTime?: Date | undefined;
2012
+ EndTime?: Date | undefined;
2013
+ Duration?: number | undefined;
2014
+ EventCategories?: string[] | undefined;
2015
+ Filters?: Filter[] | undefined;
2016
+ MaxRecords?: number | undefined;
2017
+ Marker?: string | undefined;
2018
+ }
2019
+ export interface Event {
2020
+ SourceIdentifier?: string | undefined;
2021
+ SourceType?: SourceType | undefined;
2022
+ Message?: string | undefined;
2023
+ EventCategories?: string[] | undefined;
2024
+ Date?: Date | undefined;
2025
+ SourceArn?: string | undefined;
2026
+ }
2027
+ export interface EventsMessage {
2028
+ Marker?: string | undefined;
2029
+ Events?: Event[] | undefined;
2030
+ }
2031
+ export interface DescribeEventSubscriptionsMessage {
2032
+ SubscriptionName?: string | undefined;
2033
+ Filters?: Filter[] | undefined;
2034
+ MaxRecords?: number | undefined;
2035
+ Marker?: string | undefined;
2036
+ }
2037
+ export interface EventSubscriptionsMessage {
2038
+ Marker?: string | undefined;
2039
+ EventSubscriptionsList?: EventSubscription[] | undefined;
2040
+ }
2041
+ export interface DescribeExportTasksMessage {
2042
+ ExportTaskIdentifier?: string | undefined;
2043
+ SourceArn?: string | undefined;
2044
+ Filters?: Filter[] | undefined;
2045
+ Marker?: string | undefined;
2046
+ MaxRecords?: number | undefined;
2047
+ SourceType?: ExportSourceType | undefined;
2048
+ }
2049
+ export interface ExportTasksMessage {
2050
+ Marker?: string | undefined;
2051
+ ExportTasks?: ExportTask[] | undefined;
2052
+ }
2053
+ export interface DescribeGlobalClustersMessage {
2054
+ GlobalClusterIdentifier?: string | undefined;
2055
+ Filters?: Filter[] | undefined;
2056
+ MaxRecords?: number | undefined;
2057
+ Marker?: string | undefined;
2058
+ }
2059
+ export interface GlobalClustersMessage {
2060
+ Marker?: string | undefined;
2061
+ GlobalClusters?: GlobalCluster[] | undefined;
2062
+ }
2063
+ export interface DescribeIntegrationsMessage {
2064
+ IntegrationIdentifier?: string | undefined;
2065
+ Filters?: Filter[] | undefined;
2066
+ MaxRecords?: number | undefined;
2067
+ Marker?: string | undefined;
2068
+ }
2069
+ export interface DescribeIntegrationsResponse {
2070
+ Marker?: string | undefined;
2071
+ Integrations?: Integration[] | undefined;
2072
+ }
2073
+ export interface DescribeOptionGroupOptionsMessage {
2074
+ EngineName: string | undefined;
2075
+ MajorEngineVersion?: string | undefined;
2076
+ Filters?: Filter[] | undefined;
2077
+ MaxRecords?: number | undefined;
2078
+ Marker?: string | undefined;
2079
+ }
2080
+ export interface MinimumEngineVersionPerAllowedValue {
2081
+ AllowedValue?: string | undefined;
2082
+ MinimumEngineVersion?: string | undefined;
2083
+ }
2084
+ export interface OptionGroupOptionSetting {
2085
+ SettingName?: string | undefined;
2086
+ SettingDescription?: string | undefined;
2087
+ DefaultValue?: string | undefined;
2088
+ ApplyType?: string | undefined;
2089
+ AllowedValues?: string | undefined;
2090
+ IsModifiable?: boolean | undefined;
2091
+ IsRequired?: boolean | undefined;
2092
+ MinimumEngineVersionPerAllowedValue?:
2093
+ | MinimumEngineVersionPerAllowedValue[]
2094
+ | undefined;
2095
+ }
2096
+ export interface OptionVersion {
2097
+ Version?: string | undefined;
2098
+ IsDefault?: boolean | undefined;
2099
+ }
2100
+ export interface OptionGroupOption {
2101
+ Name?: string | undefined;
2102
+ Description?: string | undefined;
2103
+ EngineName?: string | undefined;
2104
+ MajorEngineVersion?: string | undefined;
2105
+ MinimumRequiredMinorEngineVersion?: string | undefined;
2106
+ PortRequired?: boolean | undefined;
2107
+ DefaultPort?: number | undefined;
2108
+ OptionsDependedOn?: string[] | undefined;
2109
+ OptionsConflictsWith?: string[] | undefined;
2110
+ Persistent?: boolean | undefined;
2111
+ Permanent?: boolean | undefined;
2112
+ RequiresAutoMinorEngineVersionUpgrade?: boolean | undefined;
2113
+ VpcOnly?: boolean | undefined;
2114
+ SupportsOptionVersionDowngrade?: boolean | undefined;
2115
+ OptionGroupOptionSettings?: OptionGroupOptionSetting[] | undefined;
2116
+ OptionGroupOptionVersions?: OptionVersion[] | undefined;
2117
+ CopyableCrossAccount?: boolean | undefined;
2118
+ }
2119
+ export interface OptionGroupOptionsMessage {
2120
+ OptionGroupOptions?: OptionGroupOption[] | undefined;
2121
+ Marker?: string | undefined;
2122
+ }
2123
+ export interface DescribeOptionGroupsMessage {
2124
+ OptionGroupName?: string | undefined;
2125
+ Filters?: Filter[] | undefined;
2126
+ Marker?: string | undefined;
2127
+ MaxRecords?: number | undefined;
2128
+ EngineName?: string | undefined;
2129
+ MajorEngineVersion?: string | undefined;
2130
+ }
2131
+ export interface OptionGroups {
2132
+ OptionGroupsList?: OptionGroup[] | undefined;
2133
+ Marker?: string | undefined;
2134
+ }
2135
+ export interface DescribeOrderableDBInstanceOptionsMessage {
2136
+ Engine: string | undefined;
2137
+ EngineVersion?: string | undefined;
2138
+ DBInstanceClass?: string | undefined;
2139
+ LicenseModel?: string | undefined;
2140
+ AvailabilityZoneGroup?: string | undefined;
2141
+ Vpc?: boolean | undefined;
2142
+ Filters?: Filter[] | undefined;
2143
+ MaxRecords?: number | undefined;
2144
+ Marker?: string | undefined;
2145
+ }
2146
+ export interface AvailableProcessorFeature {
2147
+ Name?: string | undefined;
2148
+ DefaultValue?: string | undefined;
2149
+ AllowedValues?: string | undefined;
2150
+ }
2151
+ export interface OrderableDBInstanceOption {
2152
+ Engine?: string | undefined;
2153
+ EngineVersion?: string | undefined;
2154
+ DBInstanceClass?: string | undefined;
2155
+ LicenseModel?: string | undefined;
2156
+ AvailabilityZoneGroup?: string | undefined;
2157
+ AvailabilityZones?: AvailabilityZone[] | undefined;
2158
+ MultiAZCapable?: boolean | undefined;
2159
+ ReadReplicaCapable?: boolean | undefined;
2160
+ Vpc?: boolean | undefined;
2161
+ SupportsStorageEncryption?: boolean | undefined;
2162
+ StorageType?: string | undefined;
2163
+ SupportsIops?: boolean | undefined;
2164
+ SupportsStorageThroughput?: boolean | undefined;
2165
+ SupportsEnhancedMonitoring?: boolean | undefined;
2166
+ SupportsIAMDatabaseAuthentication?: boolean | undefined;
2167
+ SupportsPerformanceInsights?: boolean | undefined;
2168
+ MinStorageSize?: number | undefined;
2169
+ MaxStorageSize?: number | undefined;
2170
+ MinIopsPerDbInstance?: number | undefined;
2171
+ MaxIopsPerDbInstance?: number | undefined;
2172
+ MinIopsPerGib?: number | undefined;
2173
+ MaxIopsPerGib?: number | undefined;
2174
+ MinStorageThroughputPerDbInstance?: number | undefined;
2175
+ MaxStorageThroughputPerDbInstance?: number | undefined;
2176
+ MinStorageThroughputPerIops?: number | undefined;
2177
+ MaxStorageThroughputPerIops?: number | undefined;
2178
+ AvailableProcessorFeatures?: AvailableProcessorFeature[] | undefined;
2179
+ SupportedEngineModes?: string[] | undefined;
2180
+ SupportsStorageAutoscaling?: boolean | undefined;
2181
+ SupportsKerberosAuthentication?: boolean | undefined;
2182
+ OutpostCapable?: boolean | undefined;
2183
+ SupportedActivityStreamModes?: string[] | undefined;
2184
+ SupportsGlobalDatabases?: boolean | undefined;
2185
+ SupportedNetworkTypes?: string[] | undefined;
2186
+ SupportsClusters?: boolean | undefined;
2187
+ SupportsDedicatedLogVolume?: boolean | undefined;
2188
+ SupportsHttpEndpoint?: boolean | undefined;
2189
+ }
2190
+ export interface OrderableDBInstanceOptionsMessage {
2191
+ OrderableDBInstanceOptions?: OrderableDBInstanceOption[] | undefined;
2192
+ Marker?: string | undefined;
2193
+ }
2194
+ export interface DescribePendingMaintenanceActionsMessage {
2195
+ ResourceIdentifier?: string | undefined;
2196
+ Filters?: Filter[] | undefined;
2197
+ Marker?: string | undefined;
2198
+ MaxRecords?: number | undefined;
2199
+ }
2200
+ export interface PendingMaintenanceActionsMessage {
2201
+ PendingMaintenanceActions?: ResourcePendingMaintenanceActions[] | undefined;
2202
+ Marker?: string | undefined;
2203
+ }
2204
+ export interface DescribeReservedDBInstancesMessage {
2205
+ ReservedDBInstanceId?: string | undefined;
2206
+ ReservedDBInstancesOfferingId?: string | undefined;
2207
+ DBInstanceClass?: string | undefined;
2208
+ Duration?: string | undefined;
2209
+ ProductDescription?: string | undefined;
2210
+ OfferingType?: string | undefined;
2211
+ MultiAZ?: boolean | undefined;
2212
+ LeaseId?: string | undefined;
2213
+ Filters?: Filter[] | undefined;
2214
+ MaxRecords?: number | undefined;
2215
+ Marker?: string | undefined;
2216
+ }
2217
+ export interface RecurringCharge {
2218
+ RecurringChargeAmount?: number | undefined;
2219
+ RecurringChargeFrequency?: string | undefined;
2220
+ }
2221
+ export interface ReservedDBInstance {
2222
+ ReservedDBInstanceId?: string | undefined;
2223
+ ReservedDBInstancesOfferingId?: string | undefined;
2224
+ DBInstanceClass?: string | undefined;
2225
+ StartTime?: Date | undefined;
2226
+ Duration?: number | undefined;
2227
+ FixedPrice?: number | undefined;
2228
+ UsagePrice?: number | undefined;
2229
+ CurrencyCode?: string | undefined;
2230
+ DBInstanceCount?: number | undefined;
2231
+ ProductDescription?: string | undefined;
2232
+ OfferingType?: string | undefined;
2233
+ MultiAZ?: boolean | undefined;
2234
+ State?: string | undefined;
2235
+ RecurringCharges?: RecurringCharge[] | undefined;
2236
+ ReservedDBInstanceArn?: string | undefined;
2237
+ LeaseId?: string | undefined;
2238
+ }
2239
+ export interface ReservedDBInstanceMessage {
2240
+ Marker?: string | undefined;
2241
+ ReservedDBInstances?: ReservedDBInstance[] | undefined;
2242
+ }
2243
+ export interface DescribeReservedDBInstancesOfferingsMessage {
2244
+ ReservedDBInstancesOfferingId?: string | undefined;
2245
+ DBInstanceClass?: string | undefined;
2246
+ Duration?: string | undefined;
2247
+ ProductDescription?: string | undefined;
2248
+ OfferingType?: string | undefined;
2249
+ MultiAZ?: boolean | undefined;
2250
+ Filters?: Filter[] | undefined;
2251
+ MaxRecords?: number | undefined;
2252
+ Marker?: string | undefined;
2253
+ }
2254
+ export interface ReservedDBInstancesOffering {
2255
+ ReservedDBInstancesOfferingId?: string | undefined;
2256
+ DBInstanceClass?: string | undefined;
2257
+ Duration?: number | undefined;
2258
+ FixedPrice?: number | undefined;
2259
+ UsagePrice?: number | undefined;
2260
+ CurrencyCode?: string | undefined;
2261
+ ProductDescription?: string | undefined;
2262
+ OfferingType?: string | undefined;
2263
+ MultiAZ?: boolean | undefined;
2264
+ RecurringCharges?: RecurringCharge[] | undefined;
2265
+ }
2266
+ export interface ReservedDBInstancesOfferingMessage {
2267
+ Marker?: string | undefined;
2268
+ ReservedDBInstancesOfferings?: ReservedDBInstancesOffering[] | undefined;
2269
+ }
2270
+ export interface DescribeSourceRegionsMessage {
2271
+ RegionName?: string | undefined;
2272
+ MaxRecords?: number | undefined;
2273
+ Marker?: string | undefined;
2274
+ Filters?: Filter[] | undefined;
2275
+ }
2276
+ export interface SourceRegion {
2277
+ RegionName?: string | undefined;
2278
+ Endpoint?: string | undefined;
2279
+ Status?: string | undefined;
2280
+ SupportsDBInstanceAutomatedBackupsReplication?: boolean | undefined;
2281
+ }
2282
+ export interface SourceRegionMessage {
2283
+ Marker?: string | undefined;
2284
+ SourceRegions?: SourceRegion[] | undefined;
2285
+ }
2286
+ export interface DescribeTenantDatabasesMessage {
2287
+ DBInstanceIdentifier?: string | undefined;
2288
+ TenantDBName?: string | undefined;
2289
+ Filters?: Filter[] | undefined;
2290
+ Marker?: string | undefined;
2291
+ MaxRecords?: number | undefined;
2292
+ }
2293
+ export interface TenantDatabasesMessage {
2294
+ Marker?: string | undefined;
2295
+ TenantDatabases?: TenantDatabase[] | undefined;
2296
+ }
2297
+ export interface DescribeValidDBInstanceModificationsMessage {
2298
+ DBInstanceIdentifier: string | undefined;
2299
+ }
2300
+ export interface DoubleRange {
2301
+ From?: number | undefined;
2302
+ To?: number | undefined;
2303
+ }
2304
+ export interface Range {
2305
+ From?: number | undefined;
2306
+ To?: number | undefined;
2307
+ Step?: number | undefined;
2308
+ }