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