@aws-sdk/client-docdb 3.296.0 → 3.297.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/dist-cjs/protocols/Aws_query.js +135 -592
- package/dist-es/protocols/Aws_query.js +135 -592
- package/dist-types/DocDB.d.ts +54 -0
- package/dist-types/DocDBClient.d.ts +24 -4
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +16 -0
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +16 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +16 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +16 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +16 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +16 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +16 -0
- package/dist-types/models/DocDBServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +274 -2
- package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBClusterParametersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBEngineVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeGlobalClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { DocDBServiceException as __BaseException } from "./DocDBServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>Represents the input to <a>AddSourceIdentifierToSubscription</a>.
|
|
5
6
|
* </p>
|
|
6
7
|
*/
|
|
@@ -34,6 +35,7 @@ export interface AddSourceIdentifierToSubscriptionMessage {
|
|
|
34
35
|
SourceIdentifier: string | undefined;
|
|
35
36
|
}
|
|
36
37
|
/**
|
|
38
|
+
* @public
|
|
37
39
|
* <p>Detailed information about an event to which you have subscribed.</p>
|
|
38
40
|
*/
|
|
39
41
|
export interface EventSubscription {
|
|
@@ -88,6 +90,9 @@ export interface EventSubscription {
|
|
|
88
90
|
*/
|
|
89
91
|
EventSubscriptionArn?: string;
|
|
90
92
|
}
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
91
96
|
export interface AddSourceIdentifierToSubscriptionResult {
|
|
92
97
|
/**
|
|
93
98
|
* <p>Detailed information about an event to which you have subscribed.</p>
|
|
@@ -95,6 +100,7 @@ export interface AddSourceIdentifierToSubscriptionResult {
|
|
|
95
100
|
EventSubscription?: EventSubscription;
|
|
96
101
|
}
|
|
97
102
|
/**
|
|
103
|
+
* @public
|
|
98
104
|
* <p>The requested source could not be found. </p>
|
|
99
105
|
*/
|
|
100
106
|
export declare class SourceNotFoundFault extends __BaseException {
|
|
@@ -106,6 +112,7 @@ export declare class SourceNotFoundFault extends __BaseException {
|
|
|
106
112
|
constructor(opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>);
|
|
107
113
|
}
|
|
108
114
|
/**
|
|
115
|
+
* @public
|
|
109
116
|
* <p>The subscription name does not exist. </p>
|
|
110
117
|
*/
|
|
111
118
|
export declare class SubscriptionNotFoundFault extends __BaseException {
|
|
@@ -117,19 +124,21 @@ export declare class SubscriptionNotFoundFault extends __BaseException {
|
|
|
117
124
|
constructor(opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>);
|
|
118
125
|
}
|
|
119
126
|
/**
|
|
127
|
+
* @public
|
|
120
128
|
* <p>Metadata assigned to an Amazon DocumentDB resource consisting of a key-value pair.</p>
|
|
121
129
|
*/
|
|
122
130
|
export interface Tag {
|
|
123
131
|
/**
|
|
124
|
-
* <p>The required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with "<code>aws:</code>" or "<code>rds:</code>". The string can contain only the set of Unicode letters, digits, white space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").</p>
|
|
132
|
+
* <p>The required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with "<code>aws:</code>" or "<code>rds:</code>". The string can contain only the set of Unicode letters, digits, white space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p\{L\}\\p\{Z\}\\p\{N\}_.:/=+\\-]*)$").</p>
|
|
125
133
|
*/
|
|
126
134
|
Key?: string;
|
|
127
135
|
/**
|
|
128
|
-
* <p>The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with "<code>aws:</code>" or "<code>rds:</code>". The string can contain only the set of Unicode letters, digits, white space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").</p>
|
|
136
|
+
* <p>The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with "<code>aws:</code>" or "<code>rds:</code>". The string can contain only the set of Unicode letters, digits, white space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p\{L\}\\p\{Z\}\\p\{N\}_.:/=+\\-]*)$").</p>
|
|
129
137
|
*/
|
|
130
138
|
Value?: string;
|
|
131
139
|
}
|
|
132
140
|
/**
|
|
141
|
+
* @public
|
|
133
142
|
* <p>Represents the input to <a>AddTagsToResource</a>.
|
|
134
143
|
* </p>
|
|
135
144
|
*/
|
|
@@ -145,6 +154,7 @@ export interface AddTagsToResourceMessage {
|
|
|
145
154
|
Tags: Tag[] | undefined;
|
|
146
155
|
}
|
|
147
156
|
/**
|
|
157
|
+
* @public
|
|
148
158
|
* <p>
|
|
149
159
|
* <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
|
|
150
160
|
*/
|
|
@@ -157,6 +167,7 @@ export declare class DBClusterNotFoundFault extends __BaseException {
|
|
|
157
167
|
constructor(opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>);
|
|
158
168
|
}
|
|
159
169
|
/**
|
|
170
|
+
* @public
|
|
160
171
|
* <p>
|
|
161
172
|
* <code>DBInstanceIdentifier</code> doesn't refer to an existing instance. </p>
|
|
162
173
|
*/
|
|
@@ -169,6 +180,7 @@ export declare class DBInstanceNotFoundFault extends __BaseException {
|
|
|
169
180
|
constructor(opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>);
|
|
170
181
|
}
|
|
171
182
|
/**
|
|
183
|
+
* @public
|
|
172
184
|
* <p>
|
|
173
185
|
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing snapshot. </p>
|
|
174
186
|
*/
|
|
@@ -181,6 +193,7 @@ export declare class DBSnapshotNotFoundFault extends __BaseException {
|
|
|
181
193
|
constructor(opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>);
|
|
182
194
|
}
|
|
183
195
|
/**
|
|
196
|
+
* @public
|
|
184
197
|
* <p>Represents the input to <a>ApplyPendingMaintenanceAction</a>.
|
|
185
198
|
* </p>
|
|
186
199
|
*/
|
|
@@ -223,6 +236,7 @@ export interface ApplyPendingMaintenanceActionMessage {
|
|
|
223
236
|
OptInType: string | undefined;
|
|
224
237
|
}
|
|
225
238
|
/**
|
|
239
|
+
* @public
|
|
226
240
|
* <p>Provides information about a pending maintenance action for a resource.</p>
|
|
227
241
|
*/
|
|
228
242
|
export interface PendingMaintenanceAction {
|
|
@@ -258,6 +272,7 @@ export interface PendingMaintenanceAction {
|
|
|
258
272
|
Description?: string;
|
|
259
273
|
}
|
|
260
274
|
/**
|
|
275
|
+
* @public
|
|
261
276
|
* <p>Represents the output of <a>ApplyPendingMaintenanceAction</a>.
|
|
262
277
|
* </p>
|
|
263
278
|
*/
|
|
@@ -273,6 +288,9 @@ export interface ResourcePendingMaintenanceActions {
|
|
|
273
288
|
*/
|
|
274
289
|
PendingMaintenanceActionDetails?: PendingMaintenanceAction[];
|
|
275
290
|
}
|
|
291
|
+
/**
|
|
292
|
+
* @public
|
|
293
|
+
*/
|
|
276
294
|
export interface ApplyPendingMaintenanceActionResult {
|
|
277
295
|
/**
|
|
278
296
|
* <p>Represents the output of <a>ApplyPendingMaintenanceAction</a>.
|
|
@@ -281,6 +299,7 @@ export interface ApplyPendingMaintenanceActionResult {
|
|
|
281
299
|
ResourcePendingMaintenanceActions?: ResourcePendingMaintenanceActions;
|
|
282
300
|
}
|
|
283
301
|
/**
|
|
302
|
+
* @public
|
|
284
303
|
* <p>The cluster isn't in a valid state.</p>
|
|
285
304
|
*/
|
|
286
305
|
export declare class InvalidDBClusterStateFault extends __BaseException {
|
|
@@ -292,6 +311,7 @@ export declare class InvalidDBClusterStateFault extends __BaseException {
|
|
|
292
311
|
constructor(opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>);
|
|
293
312
|
}
|
|
294
313
|
/**
|
|
314
|
+
* @public
|
|
295
315
|
* <p> The specified instance isn't in the <i>available</i> state.
|
|
296
316
|
* </p>
|
|
297
317
|
*/
|
|
@@ -304,6 +324,7 @@ export declare class InvalidDBInstanceStateFault extends __BaseException {
|
|
|
304
324
|
constructor(opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>);
|
|
305
325
|
}
|
|
306
326
|
/**
|
|
327
|
+
* @public
|
|
307
328
|
* <p>The specified resource ID was not found.</p>
|
|
308
329
|
*/
|
|
309
330
|
export declare class ResourceNotFoundFault extends __BaseException {
|
|
@@ -315,6 +336,7 @@ export declare class ResourceNotFoundFault extends __BaseException {
|
|
|
315
336
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
|
|
316
337
|
}
|
|
317
338
|
/**
|
|
339
|
+
* @public
|
|
318
340
|
* <p>Represents the input to <a>CopyDBClusterParameterGroup</a>.
|
|
319
341
|
* </p>
|
|
320
342
|
*/
|
|
@@ -368,6 +390,7 @@ export interface CopyDBClusterParameterGroupMessage {
|
|
|
368
390
|
Tags?: Tag[];
|
|
369
391
|
}
|
|
370
392
|
/**
|
|
393
|
+
* @public
|
|
371
394
|
* <p>Detailed information about a cluster parameter group. </p>
|
|
372
395
|
*/
|
|
373
396
|
export interface DBClusterParameterGroup {
|
|
@@ -390,6 +413,9 @@ export interface DBClusterParameterGroup {
|
|
|
390
413
|
*/
|
|
391
414
|
DBClusterParameterGroupArn?: string;
|
|
392
415
|
}
|
|
416
|
+
/**
|
|
417
|
+
* @public
|
|
418
|
+
*/
|
|
393
419
|
export interface CopyDBClusterParameterGroupResult {
|
|
394
420
|
/**
|
|
395
421
|
* <p>Detailed information about a cluster parameter group. </p>
|
|
@@ -397,6 +423,7 @@ export interface CopyDBClusterParameterGroupResult {
|
|
|
397
423
|
DBClusterParameterGroup?: DBClusterParameterGroup;
|
|
398
424
|
}
|
|
399
425
|
/**
|
|
426
|
+
* @public
|
|
400
427
|
* <p>A parameter group with the same name already exists.</p>
|
|
401
428
|
*/
|
|
402
429
|
export declare class DBParameterGroupAlreadyExistsFault extends __BaseException {
|
|
@@ -408,6 +435,7 @@ export declare class DBParameterGroupAlreadyExistsFault extends __BaseException
|
|
|
408
435
|
constructor(opts: __ExceptionOptionType<DBParameterGroupAlreadyExistsFault, __BaseException>);
|
|
409
436
|
}
|
|
410
437
|
/**
|
|
438
|
+
* @public
|
|
411
439
|
* <p>
|
|
412
440
|
* <code>DBParameterGroupName</code> doesn't refer to an existing parameter group. </p>
|
|
413
441
|
*/
|
|
@@ -420,6 +448,7 @@ export declare class DBParameterGroupNotFoundFault extends __BaseException {
|
|
|
420
448
|
constructor(opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>);
|
|
421
449
|
}
|
|
422
450
|
/**
|
|
451
|
+
* @public
|
|
423
452
|
* <p>This request would cause you to exceed the allowed number of parameter groups.</p>
|
|
424
453
|
*/
|
|
425
454
|
export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
|
|
@@ -431,6 +460,7 @@ export declare class DBParameterGroupQuotaExceededFault extends __BaseException
|
|
|
431
460
|
constructor(opts: __ExceptionOptionType<DBParameterGroupQuotaExceededFault, __BaseException>);
|
|
432
461
|
}
|
|
433
462
|
/**
|
|
463
|
+
* @public
|
|
434
464
|
* <p>Represents the input to <a>CopyDBClusterSnapshot</a>.
|
|
435
465
|
* </p>
|
|
436
466
|
*/
|
|
@@ -546,6 +576,7 @@ export interface CopyDBClusterSnapshotMessage {
|
|
|
546
576
|
Tags?: Tag[];
|
|
547
577
|
}
|
|
548
578
|
/**
|
|
579
|
+
* @public
|
|
549
580
|
* <p>Detailed information about a cluster snapshot. </p>
|
|
550
581
|
*/
|
|
551
582
|
export interface DBClusterSnapshot {
|
|
@@ -624,6 +655,9 @@ export interface DBClusterSnapshot {
|
|
|
624
655
|
*/
|
|
625
656
|
SourceDBClusterSnapshotArn?: string;
|
|
626
657
|
}
|
|
658
|
+
/**
|
|
659
|
+
* @public
|
|
660
|
+
*/
|
|
627
661
|
export interface CopyDBClusterSnapshotResult {
|
|
628
662
|
/**
|
|
629
663
|
* <p>Detailed information about a cluster snapshot. </p>
|
|
@@ -631,6 +665,7 @@ export interface CopyDBClusterSnapshotResult {
|
|
|
631
665
|
DBClusterSnapshot?: DBClusterSnapshot;
|
|
632
666
|
}
|
|
633
667
|
/**
|
|
668
|
+
* @public
|
|
634
669
|
* <p>You already have a cluster snapshot with the given identifier.</p>
|
|
635
670
|
*/
|
|
636
671
|
export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
|
|
@@ -642,6 +677,7 @@ export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException
|
|
|
642
677
|
constructor(opts: __ExceptionOptionType<DBClusterSnapshotAlreadyExistsFault, __BaseException>);
|
|
643
678
|
}
|
|
644
679
|
/**
|
|
680
|
+
* @public
|
|
645
681
|
* <p>
|
|
646
682
|
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing cluster snapshot. </p>
|
|
647
683
|
*/
|
|
@@ -654,6 +690,7 @@ export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
|
|
|
654
690
|
constructor(opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>);
|
|
655
691
|
}
|
|
656
692
|
/**
|
|
693
|
+
* @public
|
|
657
694
|
* <p>The provided value isn't a valid cluster snapshot state.</p>
|
|
658
695
|
*/
|
|
659
696
|
export declare class InvalidDBClusterSnapshotStateFault extends __BaseException {
|
|
@@ -665,6 +702,7 @@ export declare class InvalidDBClusterSnapshotStateFault extends __BaseException
|
|
|
665
702
|
constructor(opts: __ExceptionOptionType<InvalidDBClusterSnapshotStateFault, __BaseException>);
|
|
666
703
|
}
|
|
667
704
|
/**
|
|
705
|
+
* @public
|
|
668
706
|
* <p>An error occurred when accessing an KMS key.</p>
|
|
669
707
|
*/
|
|
670
708
|
export declare class KMSKeyNotAccessibleFault extends __BaseException {
|
|
@@ -676,6 +714,7 @@ export declare class KMSKeyNotAccessibleFault extends __BaseException {
|
|
|
676
714
|
constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
|
|
677
715
|
}
|
|
678
716
|
/**
|
|
717
|
+
* @public
|
|
679
718
|
* <p>The request would cause you to exceed the allowed number of snapshots.</p>
|
|
680
719
|
*/
|
|
681
720
|
export declare class SnapshotQuotaExceededFault extends __BaseException {
|
|
@@ -687,6 +726,7 @@ export declare class SnapshotQuotaExceededFault extends __BaseException {
|
|
|
687
726
|
constructor(opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>);
|
|
688
727
|
}
|
|
689
728
|
/**
|
|
729
|
+
* @public
|
|
690
730
|
* <p>Represents the input to <a>CreateDBCluster</a>.
|
|
691
731
|
* </p>
|
|
692
732
|
*/
|
|
@@ -870,6 +910,7 @@ export interface CreateDBClusterMessage {
|
|
|
870
910
|
GlobalClusterIdentifier?: string;
|
|
871
911
|
}
|
|
872
912
|
/**
|
|
913
|
+
* @public
|
|
873
914
|
* <p>Describes an Identity and Access Management (IAM) role that is associated with a
|
|
874
915
|
* cluster.</p>
|
|
875
916
|
*/
|
|
@@ -899,6 +940,7 @@ export interface DBClusterRole {
|
|
|
899
940
|
Status?: string;
|
|
900
941
|
}
|
|
901
942
|
/**
|
|
943
|
+
* @public
|
|
902
944
|
* <p>Contains information about an instance that is part of a cluster.</p>
|
|
903
945
|
*/
|
|
904
946
|
export interface DBClusterMember {
|
|
@@ -923,6 +965,7 @@ export interface DBClusterMember {
|
|
|
923
965
|
PromotionTier?: number;
|
|
924
966
|
}
|
|
925
967
|
/**
|
|
968
|
+
* @public
|
|
926
969
|
* <p>Used as a response element for queries on virtual private cloud (VPC) security group
|
|
927
970
|
* membership.</p>
|
|
928
971
|
*/
|
|
@@ -937,6 +980,7 @@ export interface VpcSecurityGroupMembership {
|
|
|
937
980
|
Status?: string;
|
|
938
981
|
}
|
|
939
982
|
/**
|
|
983
|
+
* @public
|
|
940
984
|
* <p>Detailed information about a cluster. </p>
|
|
941
985
|
*/
|
|
942
986
|
export interface DBCluster {
|
|
@@ -1084,6 +1128,9 @@ export interface DBCluster {
|
|
|
1084
1128
|
*/
|
|
1085
1129
|
DeletionProtection?: boolean;
|
|
1086
1130
|
}
|
|
1131
|
+
/**
|
|
1132
|
+
* @public
|
|
1133
|
+
*/
|
|
1087
1134
|
export interface CreateDBClusterResult {
|
|
1088
1135
|
/**
|
|
1089
1136
|
* <p>Detailed information about a cluster. </p>
|
|
@@ -1091,6 +1138,7 @@ export interface CreateDBClusterResult {
|
|
|
1091
1138
|
DBCluster?: DBCluster;
|
|
1092
1139
|
}
|
|
1093
1140
|
/**
|
|
1141
|
+
* @public
|
|
1094
1142
|
* <p>You already have a cluster with the given identifier.</p>
|
|
1095
1143
|
*/
|
|
1096
1144
|
export declare class DBClusterAlreadyExistsFault extends __BaseException {
|
|
@@ -1102,6 +1150,7 @@ export declare class DBClusterAlreadyExistsFault extends __BaseException {
|
|
|
1102
1150
|
constructor(opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>);
|
|
1103
1151
|
}
|
|
1104
1152
|
/**
|
|
1153
|
+
* @public
|
|
1105
1154
|
* <p>
|
|
1106
1155
|
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing cluster parameter group. </p>
|
|
1107
1156
|
*/
|
|
@@ -1114,6 +1163,7 @@ export declare class DBClusterParameterGroupNotFoundFault extends __BaseExceptio
|
|
|
1114
1163
|
constructor(opts: __ExceptionOptionType<DBClusterParameterGroupNotFoundFault, __BaseException>);
|
|
1115
1164
|
}
|
|
1116
1165
|
/**
|
|
1166
|
+
* @public
|
|
1117
1167
|
* <p>The cluster can't be created because you have reached the maximum allowed quota of clusters.</p>
|
|
1118
1168
|
*/
|
|
1119
1169
|
export declare class DBClusterQuotaExceededFault extends __BaseException {
|
|
@@ -1125,6 +1175,7 @@ export declare class DBClusterQuotaExceededFault extends __BaseException {
|
|
|
1125
1175
|
constructor(opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>);
|
|
1126
1176
|
}
|
|
1127
1177
|
/**
|
|
1178
|
+
* @public
|
|
1128
1179
|
* <p>Subnets in the subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
1129
1180
|
*/
|
|
1130
1181
|
export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
@@ -1136,6 +1187,7 @@ export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException
|
|
|
1136
1187
|
constructor(opts: __ExceptionOptionType<DBSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
|
|
1137
1188
|
}
|
|
1138
1189
|
/**
|
|
1190
|
+
* @public
|
|
1139
1191
|
* <p>
|
|
1140
1192
|
* <code>DBSubnetGroupName</code> doesn't refer to an existing subnet group. </p>
|
|
1141
1193
|
*/
|
|
@@ -1148,6 +1200,7 @@ export declare class DBSubnetGroupNotFoundFault extends __BaseException {
|
|
|
1148
1200
|
constructor(opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>);
|
|
1149
1201
|
}
|
|
1150
1202
|
/**
|
|
1203
|
+
* @public
|
|
1151
1204
|
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global cluster.</p>
|
|
1152
1205
|
*/
|
|
1153
1206
|
export declare class GlobalClusterNotFoundFault extends __BaseException {
|
|
@@ -1159,6 +1212,7 @@ export declare class GlobalClusterNotFoundFault extends __BaseException {
|
|
|
1159
1212
|
constructor(opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>);
|
|
1160
1213
|
}
|
|
1161
1214
|
/**
|
|
1215
|
+
* @public
|
|
1162
1216
|
* <p>There is not enough storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available. </p>
|
|
1163
1217
|
*/
|
|
1164
1218
|
export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
|
|
@@ -1170,6 +1224,7 @@ export declare class InsufficientStorageClusterCapacityFault extends __BaseExcep
|
|
|
1170
1224
|
constructor(opts: __ExceptionOptionType<InsufficientStorageClusterCapacityFault, __BaseException>);
|
|
1171
1225
|
}
|
|
1172
1226
|
/**
|
|
1227
|
+
* @public
|
|
1173
1228
|
* <p>The subnet group can't be deleted because it's in use.</p>
|
|
1174
1229
|
*/
|
|
1175
1230
|
export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
|
|
@@ -1181,6 +1236,7 @@ export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
|
|
|
1181
1236
|
constructor(opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>);
|
|
1182
1237
|
}
|
|
1183
1238
|
/**
|
|
1239
|
+
* @public
|
|
1184
1240
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
1185
1241
|
*/
|
|
1186
1242
|
export declare class InvalidGlobalClusterStateFault extends __BaseException {
|
|
@@ -1192,6 +1248,7 @@ export declare class InvalidGlobalClusterStateFault extends __BaseException {
|
|
|
1192
1248
|
constructor(opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>);
|
|
1193
1249
|
}
|
|
1194
1250
|
/**
|
|
1251
|
+
* @public
|
|
1195
1252
|
* <p>The requested subnet is not valid, or multiple subnets were requested that are not all
|
|
1196
1253
|
* in a common virtual private cloud (VPC).</p>
|
|
1197
1254
|
*/
|
|
@@ -1204,6 +1261,7 @@ export declare class InvalidSubnet extends __BaseException {
|
|
|
1204
1261
|
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
1205
1262
|
}
|
|
1206
1263
|
/**
|
|
1264
|
+
* @public
|
|
1207
1265
|
* <p>The subnet group doesn't cover all Availability Zones after it is created
|
|
1208
1266
|
* because of changes that were made.</p>
|
|
1209
1267
|
*/
|
|
@@ -1216,6 +1274,7 @@ export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
|
1216
1274
|
constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
|
|
1217
1275
|
}
|
|
1218
1276
|
/**
|
|
1277
|
+
* @public
|
|
1219
1278
|
* <p>The request would cause you to exceed the allowed amount of storage available across
|
|
1220
1279
|
* all instances.</p>
|
|
1221
1280
|
*/
|
|
@@ -1228,6 +1287,7 @@ export declare class StorageQuotaExceededFault extends __BaseException {
|
|
|
1228
1287
|
constructor(opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>);
|
|
1229
1288
|
}
|
|
1230
1289
|
/**
|
|
1290
|
+
* @public
|
|
1231
1291
|
* <p>Represents the input of <a>CreateDBClusterParameterGroup</a>.</p>
|
|
1232
1292
|
*/
|
|
1233
1293
|
export interface CreateDBClusterParameterGroupMessage {
|
|
@@ -1258,6 +1318,9 @@ export interface CreateDBClusterParameterGroupMessage {
|
|
|
1258
1318
|
*/
|
|
1259
1319
|
Tags?: Tag[];
|
|
1260
1320
|
}
|
|
1321
|
+
/**
|
|
1322
|
+
* @public
|
|
1323
|
+
*/
|
|
1261
1324
|
export interface CreateDBClusterParameterGroupResult {
|
|
1262
1325
|
/**
|
|
1263
1326
|
* <p>Detailed information about a cluster parameter group. </p>
|
|
@@ -1265,6 +1328,7 @@ export interface CreateDBClusterParameterGroupResult {
|
|
|
1265
1328
|
DBClusterParameterGroup?: DBClusterParameterGroup;
|
|
1266
1329
|
}
|
|
1267
1330
|
/**
|
|
1331
|
+
* @public
|
|
1268
1332
|
* <p>Represents the input of <a>CreateDBClusterSnapshot</a>.</p>
|
|
1269
1333
|
*/
|
|
1270
1334
|
export interface CreateDBClusterSnapshotMessage {
|
|
@@ -1307,6 +1371,9 @@ export interface CreateDBClusterSnapshotMessage {
|
|
|
1307
1371
|
*/
|
|
1308
1372
|
Tags?: Tag[];
|
|
1309
1373
|
}
|
|
1374
|
+
/**
|
|
1375
|
+
* @public
|
|
1376
|
+
*/
|
|
1310
1377
|
export interface CreateDBClusterSnapshotResult {
|
|
1311
1378
|
/**
|
|
1312
1379
|
* <p>Detailed information about a cluster snapshot. </p>
|
|
@@ -1314,6 +1381,7 @@ export interface CreateDBClusterSnapshotResult {
|
|
|
1314
1381
|
DBClusterSnapshot?: DBClusterSnapshot;
|
|
1315
1382
|
}
|
|
1316
1383
|
/**
|
|
1384
|
+
* @public
|
|
1317
1385
|
* <p>The specified CIDR IP or Amazon EC2 security group isn't authorized for the specified security group.</p>
|
|
1318
1386
|
* <p>Amazon DocumentDB also might not be authorized to perform necessary actions on your behalf using IAM.</p>
|
|
1319
1387
|
*/
|
|
@@ -1326,6 +1394,7 @@ export declare class AuthorizationNotFoundFault extends __BaseException {
|
|
|
1326
1394
|
constructor(opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>);
|
|
1327
1395
|
}
|
|
1328
1396
|
/**
|
|
1397
|
+
* @public
|
|
1329
1398
|
* <p>Represents the input to <a>CreateDBInstance</a>.</p>
|
|
1330
1399
|
*/
|
|
1331
1400
|
export interface CreateDBInstanceMessage {
|
|
@@ -1421,6 +1490,7 @@ export interface CreateDBInstanceMessage {
|
|
|
1421
1490
|
PerformanceInsightsKMSKeyId?: string;
|
|
1422
1491
|
}
|
|
1423
1492
|
/**
|
|
1493
|
+
* @public
|
|
1424
1494
|
* <p>Information about an Availability Zone.</p>
|
|
1425
1495
|
*/
|
|
1426
1496
|
export interface AvailabilityZone {
|
|
@@ -1430,6 +1500,7 @@ export interface AvailabilityZone {
|
|
|
1430
1500
|
Name?: string;
|
|
1431
1501
|
}
|
|
1432
1502
|
/**
|
|
1503
|
+
* @public
|
|
1433
1504
|
* <p> Detailed information about a subnet. </p>
|
|
1434
1505
|
*/
|
|
1435
1506
|
export interface Subnet {
|
|
@@ -1447,6 +1518,7 @@ export interface Subnet {
|
|
|
1447
1518
|
SubnetStatus?: string;
|
|
1448
1519
|
}
|
|
1449
1520
|
/**
|
|
1521
|
+
* @public
|
|
1450
1522
|
* <p>Detailed information about a subnet group. </p>
|
|
1451
1523
|
*/
|
|
1452
1524
|
export interface DBSubnetGroup {
|
|
@@ -1476,6 +1548,7 @@ export interface DBSubnetGroup {
|
|
|
1476
1548
|
DBSubnetGroupArn?: string;
|
|
1477
1549
|
}
|
|
1478
1550
|
/**
|
|
1551
|
+
* @public
|
|
1479
1552
|
* <p>Network information for accessing a cluster or instance. Client programs must
|
|
1480
1553
|
* specify a valid endpoint to access these Amazon DocumentDB resources.</p>
|
|
1481
1554
|
*/
|
|
@@ -1494,6 +1567,7 @@ export interface Endpoint {
|
|
|
1494
1567
|
HostedZoneId?: string;
|
|
1495
1568
|
}
|
|
1496
1569
|
/**
|
|
1570
|
+
* @public
|
|
1497
1571
|
* <p>A list of the log types whose configuration is still pending. These log types are in
|
|
1498
1572
|
* the process of being activated or deactivated.</p>
|
|
1499
1573
|
*/
|
|
@@ -1510,6 +1584,7 @@ export interface PendingCloudwatchLogsExports {
|
|
|
1510
1584
|
LogTypesToDisable?: string[];
|
|
1511
1585
|
}
|
|
1512
1586
|
/**
|
|
1587
|
+
* @public
|
|
1513
1588
|
* <p> One or more modified settings for an instance. These modified settings have been
|
|
1514
1589
|
* requested, but haven't been applied yet.</p>
|
|
1515
1590
|
*/
|
|
@@ -1582,6 +1657,7 @@ export interface PendingModifiedValues {
|
|
|
1582
1657
|
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports;
|
|
1583
1658
|
}
|
|
1584
1659
|
/**
|
|
1660
|
+
* @public
|
|
1585
1661
|
* <p>Provides a list of status information for an instance.</p>
|
|
1586
1662
|
*/
|
|
1587
1663
|
export interface DBInstanceStatusInfo {
|
|
@@ -1607,6 +1683,7 @@ export interface DBInstanceStatusInfo {
|
|
|
1607
1683
|
Message?: string;
|
|
1608
1684
|
}
|
|
1609
1685
|
/**
|
|
1686
|
+
* @public
|
|
1610
1687
|
* <p>Detailed information about an instance. </p>
|
|
1611
1688
|
*/
|
|
1612
1689
|
export interface DBInstance {
|
|
@@ -1730,6 +1807,9 @@ export interface DBInstance {
|
|
|
1730
1807
|
*/
|
|
1731
1808
|
EnabledCloudwatchLogsExports?: string[];
|
|
1732
1809
|
}
|
|
1810
|
+
/**
|
|
1811
|
+
* @public
|
|
1812
|
+
*/
|
|
1733
1813
|
export interface CreateDBInstanceResult {
|
|
1734
1814
|
/**
|
|
1735
1815
|
* <p>Detailed information about an instance. </p>
|
|
@@ -1737,6 +1817,7 @@ export interface CreateDBInstanceResult {
|
|
|
1737
1817
|
DBInstance?: DBInstance;
|
|
1738
1818
|
}
|
|
1739
1819
|
/**
|
|
1820
|
+
* @public
|
|
1740
1821
|
* <p>You already have a instance with the given identifier.</p>
|
|
1741
1822
|
*/
|
|
1742
1823
|
export declare class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
@@ -1748,6 +1829,7 @@ export declare class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
|
1748
1829
|
constructor(opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>);
|
|
1749
1830
|
}
|
|
1750
1831
|
/**
|
|
1832
|
+
* @public
|
|
1751
1833
|
* <p>
|
|
1752
1834
|
* <code>DBSecurityGroupName</code> doesn't refer to an existing security group. </p>
|
|
1753
1835
|
*/
|
|
@@ -1760,6 +1842,7 @@ export declare class DBSecurityGroupNotFoundFault extends __BaseException {
|
|
|
1760
1842
|
constructor(opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>);
|
|
1761
1843
|
}
|
|
1762
1844
|
/**
|
|
1845
|
+
* @public
|
|
1763
1846
|
* <p>The request would cause you to exceed the allowed number of instances.</p>
|
|
1764
1847
|
*/
|
|
1765
1848
|
export declare class InstanceQuotaExceededFault extends __BaseException {
|
|
@@ -1771,6 +1854,7 @@ export declare class InstanceQuotaExceededFault extends __BaseException {
|
|
|
1771
1854
|
constructor(opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>);
|
|
1772
1855
|
}
|
|
1773
1856
|
/**
|
|
1857
|
+
* @public
|
|
1774
1858
|
* <p>The specified instance class isn't available in the specified Availability Zone.</p>
|
|
1775
1859
|
*/
|
|
1776
1860
|
export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
@@ -1782,6 +1866,7 @@ export declare class InsufficientDBInstanceCapacityFault extends __BaseException
|
|
|
1782
1866
|
constructor(opts: __ExceptionOptionType<InsufficientDBInstanceCapacityFault, __BaseException>);
|
|
1783
1867
|
}
|
|
1784
1868
|
/**
|
|
1869
|
+
* @public
|
|
1785
1870
|
* <p>Storage of the specified <code>StorageType</code> can't be associated with the DB
|
|
1786
1871
|
* instance. </p>
|
|
1787
1872
|
*/
|
|
@@ -1794,6 +1879,7 @@ export declare class StorageTypeNotSupportedFault extends __BaseException {
|
|
|
1794
1879
|
constructor(opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>);
|
|
1795
1880
|
}
|
|
1796
1881
|
/**
|
|
1882
|
+
* @public
|
|
1797
1883
|
* <p>Represents the input to <a>CreateDBSubnetGroup</a>.</p>
|
|
1798
1884
|
*/
|
|
1799
1885
|
export interface CreateDBSubnetGroupMessage {
|
|
@@ -1818,6 +1904,9 @@ export interface CreateDBSubnetGroupMessage {
|
|
|
1818
1904
|
*/
|
|
1819
1905
|
Tags?: Tag[];
|
|
1820
1906
|
}
|
|
1907
|
+
/**
|
|
1908
|
+
* @public
|
|
1909
|
+
*/
|
|
1821
1910
|
export interface CreateDBSubnetGroupResult {
|
|
1822
1911
|
/**
|
|
1823
1912
|
* <p>Detailed information about a subnet group. </p>
|
|
@@ -1825,6 +1914,7 @@ export interface CreateDBSubnetGroupResult {
|
|
|
1825
1914
|
DBSubnetGroup?: DBSubnetGroup;
|
|
1826
1915
|
}
|
|
1827
1916
|
/**
|
|
1917
|
+
* @public
|
|
1828
1918
|
* <p>
|
|
1829
1919
|
* <code>DBSubnetGroupName</code> is already being used by an existing subnet group. </p>
|
|
1830
1920
|
*/
|
|
@@ -1837,6 +1927,7 @@ export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
|
1837
1927
|
constructor(opts: __ExceptionOptionType<DBSubnetGroupAlreadyExistsFault, __BaseException>);
|
|
1838
1928
|
}
|
|
1839
1929
|
/**
|
|
1930
|
+
* @public
|
|
1840
1931
|
* <p>The request would cause you to exceed the allowed number of subnet groups.</p>
|
|
1841
1932
|
*/
|
|
1842
1933
|
export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
|
|
@@ -1848,6 +1939,7 @@ export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
|
|
|
1848
1939
|
constructor(opts: __ExceptionOptionType<DBSubnetGroupQuotaExceededFault, __BaseException>);
|
|
1849
1940
|
}
|
|
1850
1941
|
/**
|
|
1942
|
+
* @public
|
|
1851
1943
|
* <p>The request would cause you to exceed the allowed number of subnets in a subnet group.</p>
|
|
1852
1944
|
*/
|
|
1853
1945
|
export declare class DBSubnetQuotaExceededFault extends __BaseException {
|
|
@@ -1859,6 +1951,7 @@ export declare class DBSubnetQuotaExceededFault extends __BaseException {
|
|
|
1859
1951
|
constructor(opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>);
|
|
1860
1952
|
}
|
|
1861
1953
|
/**
|
|
1954
|
+
* @public
|
|
1862
1955
|
* <p>Represents the input to <a>CreateEventSubscription</a>.</p>
|
|
1863
1956
|
*/
|
|
1864
1957
|
export interface CreateEventSubscriptionMessage {
|
|
@@ -1920,6 +2013,9 @@ export interface CreateEventSubscriptionMessage {
|
|
|
1920
2013
|
*/
|
|
1921
2014
|
Tags?: Tag[];
|
|
1922
2015
|
}
|
|
2016
|
+
/**
|
|
2017
|
+
* @public
|
|
2018
|
+
*/
|
|
1923
2019
|
export interface CreateEventSubscriptionResult {
|
|
1924
2020
|
/**
|
|
1925
2021
|
* <p>Detailed information about an event to which you have subscribed.</p>
|
|
@@ -1927,6 +2023,7 @@ export interface CreateEventSubscriptionResult {
|
|
|
1927
2023
|
EventSubscription?: EventSubscription;
|
|
1928
2024
|
}
|
|
1929
2025
|
/**
|
|
2026
|
+
* @public
|
|
1930
2027
|
* <p>You have reached the maximum number of event subscriptions. </p>
|
|
1931
2028
|
*/
|
|
1932
2029
|
export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
|
|
@@ -1938,6 +2035,7 @@ export declare class EventSubscriptionQuotaExceededFault extends __BaseException
|
|
|
1938
2035
|
constructor(opts: __ExceptionOptionType<EventSubscriptionQuotaExceededFault, __BaseException>);
|
|
1939
2036
|
}
|
|
1940
2037
|
/**
|
|
2038
|
+
* @public
|
|
1941
2039
|
* <p>Amazon SNS has responded that there is a problem with the specified topic. </p>
|
|
1942
2040
|
*/
|
|
1943
2041
|
export declare class SNSInvalidTopicFault extends __BaseException {
|
|
@@ -1949,6 +2047,7 @@ export declare class SNSInvalidTopicFault extends __BaseException {
|
|
|
1949
2047
|
constructor(opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>);
|
|
1950
2048
|
}
|
|
1951
2049
|
/**
|
|
2050
|
+
* @public
|
|
1952
2051
|
* <p>You do not have permission to publish to the SNS topic Amazon Resource Name (ARN). </p>
|
|
1953
2052
|
*/
|
|
1954
2053
|
export declare class SNSNoAuthorizationFault extends __BaseException {
|
|
@@ -1960,6 +2059,7 @@ export declare class SNSNoAuthorizationFault extends __BaseException {
|
|
|
1960
2059
|
constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
|
|
1961
2060
|
}
|
|
1962
2061
|
/**
|
|
2062
|
+
* @public
|
|
1963
2063
|
* <p>The SNS topic Amazon Resource Name (ARN) does not exist. </p>
|
|
1964
2064
|
*/
|
|
1965
2065
|
export declare class SNSTopicArnNotFoundFault extends __BaseException {
|
|
@@ -1971,6 +2071,7 @@ export declare class SNSTopicArnNotFoundFault extends __BaseException {
|
|
|
1971
2071
|
constructor(opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>);
|
|
1972
2072
|
}
|
|
1973
2073
|
/**
|
|
2074
|
+
* @public
|
|
1974
2075
|
* <p>The provided subscription name already exists. </p>
|
|
1975
2076
|
*/
|
|
1976
2077
|
export declare class SubscriptionAlreadyExistFault extends __BaseException {
|
|
@@ -1982,6 +2083,7 @@ export declare class SubscriptionAlreadyExistFault extends __BaseException {
|
|
|
1982
2083
|
constructor(opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>);
|
|
1983
2084
|
}
|
|
1984
2085
|
/**
|
|
2086
|
+
* @public
|
|
1985
2087
|
* <p>The provided category does not exist. </p>
|
|
1986
2088
|
*/
|
|
1987
2089
|
export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
@@ -1993,6 +2095,7 @@ export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
|
1993
2095
|
constructor(opts: __ExceptionOptionType<SubscriptionCategoryNotFoundFault, __BaseException>);
|
|
1994
2096
|
}
|
|
1995
2097
|
/**
|
|
2098
|
+
* @public
|
|
1996
2099
|
* <p>Represents the input to <a>CreateGlobalCluster</a>.</p>
|
|
1997
2100
|
*/
|
|
1998
2101
|
export interface CreateGlobalClusterMessage {
|
|
@@ -2026,6 +2129,7 @@ export interface CreateGlobalClusterMessage {
|
|
|
2026
2129
|
StorageEncrypted?: boolean;
|
|
2027
2130
|
}
|
|
2028
2131
|
/**
|
|
2132
|
+
* @public
|
|
2029
2133
|
* <p>A data structure with information about any primary and secondary clusters associated with an Amazon DocumentDB global clusters. </p>
|
|
2030
2134
|
*/
|
|
2031
2135
|
export interface GlobalClusterMember {
|
|
@@ -2043,6 +2147,7 @@ export interface GlobalClusterMember {
|
|
|
2043
2147
|
IsWriter?: boolean;
|
|
2044
2148
|
}
|
|
2045
2149
|
/**
|
|
2150
|
+
* @public
|
|
2046
2151
|
* <p>A data type representing an Amazon DocumentDB global cluster.</p>
|
|
2047
2152
|
*/
|
|
2048
2153
|
export interface GlobalCluster {
|
|
@@ -2087,6 +2192,9 @@ export interface GlobalCluster {
|
|
|
2087
2192
|
*/
|
|
2088
2193
|
GlobalClusterMembers?: GlobalClusterMember[];
|
|
2089
2194
|
}
|
|
2195
|
+
/**
|
|
2196
|
+
* @public
|
|
2197
|
+
*/
|
|
2090
2198
|
export interface CreateGlobalClusterResult {
|
|
2091
2199
|
/**
|
|
2092
2200
|
* <p>A data type representing an Amazon DocumentDB global cluster.</p>
|
|
@@ -2094,6 +2202,7 @@ export interface CreateGlobalClusterResult {
|
|
|
2094
2202
|
GlobalCluster?: GlobalCluster;
|
|
2095
2203
|
}
|
|
2096
2204
|
/**
|
|
2205
|
+
* @public
|
|
2097
2206
|
* <p>The <code>GlobalClusterIdentifier</code> already exists. Choose a new global cluster identifier (unique name) to create a new global cluster. </p>
|
|
2098
2207
|
*/
|
|
2099
2208
|
export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
|
|
@@ -2105,6 +2214,7 @@ export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
|
|
|
2105
2214
|
constructor(opts: __ExceptionOptionType<GlobalClusterAlreadyExistsFault, __BaseException>);
|
|
2106
2215
|
}
|
|
2107
2216
|
/**
|
|
2217
|
+
* @public
|
|
2108
2218
|
* <p>The number of global clusters for this account is already at the maximum allowed.</p>
|
|
2109
2219
|
*/
|
|
2110
2220
|
export declare class GlobalClusterQuotaExceededFault extends __BaseException {
|
|
@@ -2116,6 +2226,7 @@ export declare class GlobalClusterQuotaExceededFault extends __BaseException {
|
|
|
2116
2226
|
constructor(opts: __ExceptionOptionType<GlobalClusterQuotaExceededFault, __BaseException>);
|
|
2117
2227
|
}
|
|
2118
2228
|
/**
|
|
2229
|
+
* @public
|
|
2119
2230
|
* <p>Represents the input to <a>DeleteDBCluster</a>.</p>
|
|
2120
2231
|
*/
|
|
2121
2232
|
export interface DeleteDBClusterMessage {
|
|
@@ -2158,6 +2269,9 @@ export interface DeleteDBClusterMessage {
|
|
|
2158
2269
|
*/
|
|
2159
2270
|
FinalDBSnapshotIdentifier?: string;
|
|
2160
2271
|
}
|
|
2272
|
+
/**
|
|
2273
|
+
* @public
|
|
2274
|
+
*/
|
|
2161
2275
|
export interface DeleteDBClusterResult {
|
|
2162
2276
|
/**
|
|
2163
2277
|
* <p>Detailed information about a cluster. </p>
|
|
@@ -2165,6 +2279,7 @@ export interface DeleteDBClusterResult {
|
|
|
2165
2279
|
DBCluster?: DBCluster;
|
|
2166
2280
|
}
|
|
2167
2281
|
/**
|
|
2282
|
+
* @public
|
|
2168
2283
|
* <p>Represents the input to <a>DeleteDBClusterParameterGroup</a>.</p>
|
|
2169
2284
|
*/
|
|
2170
2285
|
export interface DeleteDBClusterParameterGroupMessage {
|
|
@@ -2186,6 +2301,7 @@ export interface DeleteDBClusterParameterGroupMessage {
|
|
|
2186
2301
|
DBClusterParameterGroupName: string | undefined;
|
|
2187
2302
|
}
|
|
2188
2303
|
/**
|
|
2304
|
+
* @public
|
|
2189
2305
|
* <p>The parameter group is in use, or it is in a state that is not valid. If you are trying to delete the parameter group, you can't delete it when the parameter group is in this state.</p>
|
|
2190
2306
|
*/
|
|
2191
2307
|
export declare class InvalidDBParameterGroupStateFault extends __BaseException {
|
|
@@ -2197,6 +2313,7 @@ export declare class InvalidDBParameterGroupStateFault extends __BaseException {
|
|
|
2197
2313
|
constructor(opts: __ExceptionOptionType<InvalidDBParameterGroupStateFault, __BaseException>);
|
|
2198
2314
|
}
|
|
2199
2315
|
/**
|
|
2316
|
+
* @public
|
|
2200
2317
|
* <p>Represents the input to <a>DeleteDBClusterSnapshot</a>.</p>
|
|
2201
2318
|
*/
|
|
2202
2319
|
export interface DeleteDBClusterSnapshotMessage {
|
|
@@ -2206,6 +2323,9 @@ export interface DeleteDBClusterSnapshotMessage {
|
|
|
2206
2323
|
*/
|
|
2207
2324
|
DBClusterSnapshotIdentifier: string | undefined;
|
|
2208
2325
|
}
|
|
2326
|
+
/**
|
|
2327
|
+
* @public
|
|
2328
|
+
*/
|
|
2209
2329
|
export interface DeleteDBClusterSnapshotResult {
|
|
2210
2330
|
/**
|
|
2211
2331
|
* <p>Detailed information about a cluster snapshot. </p>
|
|
@@ -2213,6 +2333,7 @@ export interface DeleteDBClusterSnapshotResult {
|
|
|
2213
2333
|
DBClusterSnapshot?: DBClusterSnapshot;
|
|
2214
2334
|
}
|
|
2215
2335
|
/**
|
|
2336
|
+
* @public
|
|
2216
2337
|
* <p>
|
|
2217
2338
|
* <code>DBSnapshotIdentifier</code> is already being used by an existing snapshot. </p>
|
|
2218
2339
|
*/
|
|
@@ -2225,6 +2346,7 @@ export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
|
|
|
2225
2346
|
constructor(opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>);
|
|
2226
2347
|
}
|
|
2227
2348
|
/**
|
|
2349
|
+
* @public
|
|
2228
2350
|
* <p>Represents the input to <a>DeleteDBInstance</a>.</p>
|
|
2229
2351
|
*/
|
|
2230
2352
|
export interface DeleteDBInstanceMessage {
|
|
@@ -2240,6 +2362,9 @@ export interface DeleteDBInstanceMessage {
|
|
|
2240
2362
|
*/
|
|
2241
2363
|
DBInstanceIdentifier: string | undefined;
|
|
2242
2364
|
}
|
|
2365
|
+
/**
|
|
2366
|
+
* @public
|
|
2367
|
+
*/
|
|
2243
2368
|
export interface DeleteDBInstanceResult {
|
|
2244
2369
|
/**
|
|
2245
2370
|
* <p>Detailed information about an instance. </p>
|
|
@@ -2247,6 +2372,7 @@ export interface DeleteDBInstanceResult {
|
|
|
2247
2372
|
DBInstance?: DBInstance;
|
|
2248
2373
|
}
|
|
2249
2374
|
/**
|
|
2375
|
+
* @public
|
|
2250
2376
|
* <p>Represents the input to <a>DeleteDBSubnetGroup</a>.</p>
|
|
2251
2377
|
*/
|
|
2252
2378
|
export interface DeleteDBSubnetGroupMessage {
|
|
@@ -2263,6 +2389,7 @@ export interface DeleteDBSubnetGroupMessage {
|
|
|
2263
2389
|
DBSubnetGroupName: string | undefined;
|
|
2264
2390
|
}
|
|
2265
2391
|
/**
|
|
2392
|
+
* @public
|
|
2266
2393
|
* <p> The subnet isn't in the <i>available</i> state. </p>
|
|
2267
2394
|
*/
|
|
2268
2395
|
export declare class InvalidDBSubnetStateFault extends __BaseException {
|
|
@@ -2274,6 +2401,7 @@ export declare class InvalidDBSubnetStateFault extends __BaseException {
|
|
|
2274
2401
|
constructor(opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>);
|
|
2275
2402
|
}
|
|
2276
2403
|
/**
|
|
2404
|
+
* @public
|
|
2277
2405
|
* <p>Represents the input to <a>DeleteEventSubscription</a>.</p>
|
|
2278
2406
|
*/
|
|
2279
2407
|
export interface DeleteEventSubscriptionMessage {
|
|
@@ -2282,6 +2410,9 @@ export interface DeleteEventSubscriptionMessage {
|
|
|
2282
2410
|
*/
|
|
2283
2411
|
SubscriptionName: string | undefined;
|
|
2284
2412
|
}
|
|
2413
|
+
/**
|
|
2414
|
+
* @public
|
|
2415
|
+
*/
|
|
2285
2416
|
export interface DeleteEventSubscriptionResult {
|
|
2286
2417
|
/**
|
|
2287
2418
|
* <p>Detailed information about an event to which you have subscribed.</p>
|
|
@@ -2289,6 +2420,7 @@ export interface DeleteEventSubscriptionResult {
|
|
|
2289
2420
|
EventSubscription?: EventSubscription;
|
|
2290
2421
|
}
|
|
2291
2422
|
/**
|
|
2423
|
+
* @public
|
|
2292
2424
|
* <p>Someone else might be modifying a subscription. Wait a few seconds, and try
|
|
2293
2425
|
* again.</p>
|
|
2294
2426
|
*/
|
|
@@ -2301,6 +2433,7 @@ export declare class InvalidEventSubscriptionStateFault extends __BaseException
|
|
|
2301
2433
|
constructor(opts: __ExceptionOptionType<InvalidEventSubscriptionStateFault, __BaseException>);
|
|
2302
2434
|
}
|
|
2303
2435
|
/**
|
|
2436
|
+
* @public
|
|
2304
2437
|
* <p>Represents the input to <a>DeleteGlobalCluster</a>.</p>
|
|
2305
2438
|
*/
|
|
2306
2439
|
export interface DeleteGlobalClusterMessage {
|
|
@@ -2309,6 +2442,9 @@ export interface DeleteGlobalClusterMessage {
|
|
|
2309
2442
|
*/
|
|
2310
2443
|
GlobalClusterIdentifier: string | undefined;
|
|
2311
2444
|
}
|
|
2445
|
+
/**
|
|
2446
|
+
* @public
|
|
2447
|
+
*/
|
|
2312
2448
|
export interface DeleteGlobalClusterResult {
|
|
2313
2449
|
/**
|
|
2314
2450
|
* <p>A data type representing an Amazon DocumentDB global cluster.</p>
|
|
@@ -2316,6 +2452,7 @@ export interface DeleteGlobalClusterResult {
|
|
|
2316
2452
|
GlobalCluster?: GlobalCluster;
|
|
2317
2453
|
}
|
|
2318
2454
|
/**
|
|
2455
|
+
* @public
|
|
2319
2456
|
* <p>A certificate authority (CA) certificate for an Amazon Web Services account.</p>
|
|
2320
2457
|
*/
|
|
2321
2458
|
export interface Certificate {
|
|
@@ -2354,6 +2491,9 @@ export interface Certificate {
|
|
|
2354
2491
|
*/
|
|
2355
2492
|
CertificateArn?: string;
|
|
2356
2493
|
}
|
|
2494
|
+
/**
|
|
2495
|
+
* @public
|
|
2496
|
+
*/
|
|
2357
2497
|
export interface CertificateMessage {
|
|
2358
2498
|
/**
|
|
2359
2499
|
* <p>A list of certificates for this Amazon Web Services account.</p>
|
|
@@ -2365,6 +2505,7 @@ export interface CertificateMessage {
|
|
|
2365
2505
|
Marker?: string;
|
|
2366
2506
|
}
|
|
2367
2507
|
/**
|
|
2508
|
+
* @public
|
|
2368
2509
|
* <p>
|
|
2369
2510
|
* <code>CertificateIdentifier</code> doesn't refer to an existing certificate. </p>
|
|
2370
2511
|
*/
|
|
@@ -2377,6 +2518,7 @@ export declare class CertificateNotFoundFault extends __BaseException {
|
|
|
2377
2518
|
constructor(opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>);
|
|
2378
2519
|
}
|
|
2379
2520
|
/**
|
|
2521
|
+
* @public
|
|
2380
2522
|
* <p>A named set of filter values, used to return a more specific list of results. You can
|
|
2381
2523
|
* use a filter to match a set of resources by specific criteria, such as IDs.</p>
|
|
2382
2524
|
* <p>Wildcards are not supported in filters.</p>
|
|
@@ -2391,6 +2533,9 @@ export interface Filter {
|
|
|
2391
2533
|
*/
|
|
2392
2534
|
Values: string[] | undefined;
|
|
2393
2535
|
}
|
|
2536
|
+
/**
|
|
2537
|
+
* @public
|
|
2538
|
+
*/
|
|
2394
2539
|
export interface DescribeCertificatesMessage {
|
|
2395
2540
|
/**
|
|
2396
2541
|
* <p>The user-supplied certificate identifier. If this parameter is specified, information for only the specified certificate is returned. If this parameter is omitted, a list of up to <code>MaxRecords</code> certificates is returned. This parameter is not case sensitive.</p>
|
|
@@ -2426,6 +2571,7 @@ export interface DescribeCertificatesMessage {
|
|
|
2426
2571
|
Marker?: string;
|
|
2427
2572
|
}
|
|
2428
2573
|
/**
|
|
2574
|
+
* @public
|
|
2429
2575
|
* <p>Represents the output of <a>DBClusterParameterGroups</a>.</p>
|
|
2430
2576
|
*/
|
|
2431
2577
|
export interface DBClusterParameterGroupsMessage {
|
|
@@ -2441,6 +2587,7 @@ export interface DBClusterParameterGroupsMessage {
|
|
|
2441
2587
|
DBClusterParameterGroups?: DBClusterParameterGroup[];
|
|
2442
2588
|
}
|
|
2443
2589
|
/**
|
|
2590
|
+
* @public
|
|
2444
2591
|
* <p>Represents the input to <a>DescribeDBClusterParameterGroups</a>.</p>
|
|
2445
2592
|
*/
|
|
2446
2593
|
export interface DescribeDBClusterParameterGroupsMessage {
|
|
@@ -2474,8 +2621,12 @@ export interface DescribeDBClusterParameterGroupsMessage {
|
|
|
2474
2621
|
*/
|
|
2475
2622
|
Marker?: string;
|
|
2476
2623
|
}
|
|
2624
|
+
/**
|
|
2625
|
+
* @public
|
|
2626
|
+
*/
|
|
2477
2627
|
export type ApplyMethod = "immediate" | "pending-reboot";
|
|
2478
2628
|
/**
|
|
2629
|
+
* @public
|
|
2479
2630
|
* <p>Detailed information about an individual parameter.</p>
|
|
2480
2631
|
*/
|
|
2481
2632
|
export interface Parameter {
|
|
@@ -2523,6 +2674,7 @@ export interface Parameter {
|
|
|
2523
2674
|
ApplyMethod?: ApplyMethod | string;
|
|
2524
2675
|
}
|
|
2525
2676
|
/**
|
|
2677
|
+
* @public
|
|
2526
2678
|
* <p>Represents the output of <a>DBClusterParameterGroup</a>.</p>
|
|
2527
2679
|
*/
|
|
2528
2680
|
export interface DBClusterParameterGroupDetails {
|
|
@@ -2538,6 +2690,7 @@ export interface DBClusterParameterGroupDetails {
|
|
|
2538
2690
|
Marker?: string;
|
|
2539
2691
|
}
|
|
2540
2692
|
/**
|
|
2693
|
+
* @public
|
|
2541
2694
|
* <p>Represents the input to <a>DescribeDBClusterParameters</a>.</p>
|
|
2542
2695
|
*/
|
|
2543
2696
|
export interface DescribeDBClusterParametersMessage {
|
|
@@ -2576,6 +2729,7 @@ export interface DescribeDBClusterParametersMessage {
|
|
|
2576
2729
|
Marker?: string;
|
|
2577
2730
|
}
|
|
2578
2731
|
/**
|
|
2732
|
+
* @public
|
|
2579
2733
|
* <p>Represents the output of <a>DescribeDBClusters</a>.</p>
|
|
2580
2734
|
*/
|
|
2581
2735
|
export interface DBClusterMessage {
|
|
@@ -2591,6 +2745,7 @@ export interface DBClusterMessage {
|
|
|
2591
2745
|
DBClusters?: DBCluster[];
|
|
2592
2746
|
}
|
|
2593
2747
|
/**
|
|
2748
|
+
* @public
|
|
2594
2749
|
* <p>Represents the input to <a>DescribeDBClusters</a>.</p>
|
|
2595
2750
|
*/
|
|
2596
2751
|
export interface DescribeDBClustersMessage {
|
|
@@ -2631,6 +2786,7 @@ export interface DescribeDBClustersMessage {
|
|
|
2631
2786
|
Marker?: string;
|
|
2632
2787
|
}
|
|
2633
2788
|
/**
|
|
2789
|
+
* @public
|
|
2634
2790
|
* <p>Represents the input to <a>DescribeDBClusterSnapshotAttributes</a>.</p>
|
|
2635
2791
|
*/
|
|
2636
2792
|
export interface DescribeDBClusterSnapshotAttributesMessage {
|
|
@@ -2640,6 +2796,7 @@ export interface DescribeDBClusterSnapshotAttributesMessage {
|
|
|
2640
2796
|
DBClusterSnapshotIdentifier: string | undefined;
|
|
2641
2797
|
}
|
|
2642
2798
|
/**
|
|
2799
|
+
* @public
|
|
2643
2800
|
* <p>Contains the name and values of a manual cluster snapshot attribute.</p>
|
|
2644
2801
|
* <p>Manual cluster snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual cluster snapshot.</p>
|
|
2645
2802
|
*/
|
|
@@ -2656,6 +2813,7 @@ export interface DBClusterSnapshotAttribute {
|
|
|
2656
2813
|
AttributeValues?: string[];
|
|
2657
2814
|
}
|
|
2658
2815
|
/**
|
|
2816
|
+
* @public
|
|
2659
2817
|
* <p>Detailed information about the attributes that are associated with a cluster
|
|
2660
2818
|
* snapshot.</p>
|
|
2661
2819
|
*/
|
|
@@ -2669,6 +2827,9 @@ export interface DBClusterSnapshotAttributesResult {
|
|
|
2669
2827
|
*/
|
|
2670
2828
|
DBClusterSnapshotAttributes?: DBClusterSnapshotAttribute[];
|
|
2671
2829
|
}
|
|
2830
|
+
/**
|
|
2831
|
+
* @public
|
|
2832
|
+
*/
|
|
2672
2833
|
export interface DescribeDBClusterSnapshotAttributesResult {
|
|
2673
2834
|
/**
|
|
2674
2835
|
* <p>Detailed information about the attributes that are associated with a cluster
|
|
@@ -2677,6 +2838,7 @@ export interface DescribeDBClusterSnapshotAttributesResult {
|
|
|
2677
2838
|
DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
|
|
2678
2839
|
}
|
|
2679
2840
|
/**
|
|
2841
|
+
* @public
|
|
2680
2842
|
* <p>Represents the output of <a>DescribeDBClusterSnapshots</a>.</p>
|
|
2681
2843
|
*/
|
|
2682
2844
|
export interface DBClusterSnapshotMessage {
|
|
@@ -2692,6 +2854,7 @@ export interface DBClusterSnapshotMessage {
|
|
|
2692
2854
|
DBClusterSnapshots?: DBClusterSnapshot[];
|
|
2693
2855
|
}
|
|
2694
2856
|
/**
|
|
2857
|
+
* @public
|
|
2695
2858
|
* <p>Represents the input to <a>DescribeDBClusterSnapshots</a>.</p>
|
|
2696
2859
|
*/
|
|
2697
2860
|
export interface DescribeDBClusterSnapshotsMessage {
|
|
@@ -2773,6 +2936,7 @@ export interface DescribeDBClusterSnapshotsMessage {
|
|
|
2773
2936
|
IncludePublic?: boolean;
|
|
2774
2937
|
}
|
|
2775
2938
|
/**
|
|
2939
|
+
* @public
|
|
2776
2940
|
* <p>The version of the database engine that an instance can be upgraded to.</p>
|
|
2777
2941
|
*/
|
|
2778
2942
|
export interface UpgradeTarget {
|
|
@@ -2799,6 +2963,7 @@ export interface UpgradeTarget {
|
|
|
2799
2963
|
IsMajorVersionUpgrade?: boolean;
|
|
2800
2964
|
}
|
|
2801
2965
|
/**
|
|
2966
|
+
* @public
|
|
2802
2967
|
* <p> Detailed information about an engine version. </p>
|
|
2803
2968
|
*/
|
|
2804
2969
|
export interface DBEngineVersion {
|
|
@@ -2838,6 +3003,7 @@ export interface DBEngineVersion {
|
|
|
2838
3003
|
SupportsLogExportsToCloudwatchLogs?: boolean;
|
|
2839
3004
|
}
|
|
2840
3005
|
/**
|
|
3006
|
+
* @public
|
|
2841
3007
|
* <p>Represents the output of <a>DescribeDBEngineVersions</a>.</p>
|
|
2842
3008
|
*/
|
|
2843
3009
|
export interface DBEngineVersionMessage {
|
|
@@ -2853,6 +3019,7 @@ export interface DBEngineVersionMessage {
|
|
|
2853
3019
|
DBEngineVersions?: DBEngineVersion[];
|
|
2854
3020
|
}
|
|
2855
3021
|
/**
|
|
3022
|
+
* @public
|
|
2856
3023
|
* <p>Represents the input to <a>DescribeDBEngineVersions</a>.</p>
|
|
2857
3024
|
*/
|
|
2858
3025
|
export interface DescribeDBEngineVersionsMessage {
|
|
@@ -2910,6 +3077,7 @@ export interface DescribeDBEngineVersionsMessage {
|
|
|
2910
3077
|
ListSupportedTimezones?: boolean;
|
|
2911
3078
|
}
|
|
2912
3079
|
/**
|
|
3080
|
+
* @public
|
|
2913
3081
|
* <p>Represents the output of <a>DescribeDBInstances</a>.</p>
|
|
2914
3082
|
*/
|
|
2915
3083
|
export interface DBInstanceMessage {
|
|
@@ -2925,6 +3093,7 @@ export interface DBInstanceMessage {
|
|
|
2925
3093
|
DBInstances?: DBInstance[];
|
|
2926
3094
|
}
|
|
2927
3095
|
/**
|
|
3096
|
+
* @public
|
|
2928
3097
|
* <p>Represents the input to <a>DescribeDBInstances</a>.</p>
|
|
2929
3098
|
*/
|
|
2930
3099
|
export interface DescribeDBInstancesMessage {
|
|
@@ -2970,6 +3139,7 @@ export interface DescribeDBInstancesMessage {
|
|
|
2970
3139
|
Marker?: string;
|
|
2971
3140
|
}
|
|
2972
3141
|
/**
|
|
3142
|
+
* @public
|
|
2973
3143
|
* <p>Represents the output of <a>DescribeDBSubnetGroups</a>.</p>
|
|
2974
3144
|
*/
|
|
2975
3145
|
export interface DBSubnetGroupMessage {
|
|
@@ -2985,6 +3155,7 @@ export interface DBSubnetGroupMessage {
|
|
|
2985
3155
|
DBSubnetGroups?: DBSubnetGroup[];
|
|
2986
3156
|
}
|
|
2987
3157
|
/**
|
|
3158
|
+
* @public
|
|
2988
3159
|
* <p>Represents the input to <a>DescribeDBSubnetGroups</a>.</p>
|
|
2989
3160
|
*/
|
|
2990
3161
|
export interface DescribeDBSubnetGroupsMessage {
|
|
@@ -3012,6 +3183,7 @@ export interface DescribeDBSubnetGroupsMessage {
|
|
|
3012
3183
|
Marker?: string;
|
|
3013
3184
|
}
|
|
3014
3185
|
/**
|
|
3186
|
+
* @public
|
|
3015
3187
|
* <p>Represents the input to <a>DescribeEngineDefaultClusterParameters</a>.</p>
|
|
3016
3188
|
*/
|
|
3017
3189
|
export interface DescribeEngineDefaultClusterParametersMessage {
|
|
@@ -3040,6 +3212,7 @@ export interface DescribeEngineDefaultClusterParametersMessage {
|
|
|
3040
3212
|
Marker?: string;
|
|
3041
3213
|
}
|
|
3042
3214
|
/**
|
|
3215
|
+
* @public
|
|
3043
3216
|
* <p>Contains the result of a successful invocation of the
|
|
3044
3217
|
* <code>DescribeEngineDefaultClusterParameters</code> operation. </p>
|
|
3045
3218
|
*/
|
|
@@ -3059,6 +3232,9 @@ export interface EngineDefaults {
|
|
|
3059
3232
|
*/
|
|
3060
3233
|
Parameters?: Parameter[];
|
|
3061
3234
|
}
|
|
3235
|
+
/**
|
|
3236
|
+
* @public
|
|
3237
|
+
*/
|
|
3062
3238
|
export interface DescribeEngineDefaultClusterParametersResult {
|
|
3063
3239
|
/**
|
|
3064
3240
|
* <p>Contains the result of a successful invocation of the
|
|
@@ -3067,6 +3243,7 @@ export interface DescribeEngineDefaultClusterParametersResult {
|
|
|
3067
3243
|
EngineDefaults?: EngineDefaults;
|
|
3068
3244
|
}
|
|
3069
3245
|
/**
|
|
3246
|
+
* @public
|
|
3070
3247
|
* <p>Represents the input to <a>DescribeEventCategories</a>.</p>
|
|
3071
3248
|
*/
|
|
3072
3249
|
export interface DescribeEventCategoriesMessage {
|
|
@@ -3082,6 +3259,7 @@ export interface DescribeEventCategoriesMessage {
|
|
|
3082
3259
|
Filters?: Filter[];
|
|
3083
3260
|
}
|
|
3084
3261
|
/**
|
|
3262
|
+
* @public
|
|
3085
3263
|
* <p>An event source type, accompanied by one or more event category names.</p>
|
|
3086
3264
|
*/
|
|
3087
3265
|
export interface EventCategoriesMap {
|
|
@@ -3095,6 +3273,7 @@ export interface EventCategoriesMap {
|
|
|
3095
3273
|
EventCategories?: string[];
|
|
3096
3274
|
}
|
|
3097
3275
|
/**
|
|
3276
|
+
* @public
|
|
3098
3277
|
* <p>Represents the output of <a>DescribeEventCategories</a>.</p>
|
|
3099
3278
|
*/
|
|
3100
3279
|
export interface EventCategoriesMessage {
|
|
@@ -3103,8 +3282,12 @@ export interface EventCategoriesMessage {
|
|
|
3103
3282
|
*/
|
|
3104
3283
|
EventCategoriesMapList?: EventCategoriesMap[];
|
|
3105
3284
|
}
|
|
3285
|
+
/**
|
|
3286
|
+
* @public
|
|
3287
|
+
*/
|
|
3106
3288
|
export type SourceType = "db-cluster" | "db-cluster-snapshot" | "db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot";
|
|
3107
3289
|
/**
|
|
3290
|
+
* @public
|
|
3108
3291
|
* <p>Represents the input to <a>DescribeEvents</a>.</p>
|
|
3109
3292
|
*/
|
|
3110
3293
|
export interface DescribeEventsMessage {
|
|
@@ -3182,6 +3365,7 @@ export interface DescribeEventsMessage {
|
|
|
3182
3365
|
Marker?: string;
|
|
3183
3366
|
}
|
|
3184
3367
|
/**
|
|
3368
|
+
* @public
|
|
3185
3369
|
* <p>Detailed information about an event.</p>
|
|
3186
3370
|
*/
|
|
3187
3371
|
export interface Event {
|
|
@@ -3211,6 +3395,7 @@ export interface Event {
|
|
|
3211
3395
|
SourceArn?: string;
|
|
3212
3396
|
}
|
|
3213
3397
|
/**
|
|
3398
|
+
* @public
|
|
3214
3399
|
* <p>Represents the output of <a>DescribeEvents</a>.</p>
|
|
3215
3400
|
*/
|
|
3216
3401
|
export interface EventsMessage {
|
|
@@ -3226,6 +3411,7 @@ export interface EventsMessage {
|
|
|
3226
3411
|
Events?: Event[];
|
|
3227
3412
|
}
|
|
3228
3413
|
/**
|
|
3414
|
+
* @public
|
|
3229
3415
|
* <p>Represents the input to <a>DescribeEventSubscriptions</a>.</p>
|
|
3230
3416
|
*/
|
|
3231
3417
|
export interface DescribeEventSubscriptionsMessage {
|
|
@@ -3254,6 +3440,7 @@ export interface DescribeEventSubscriptionsMessage {
|
|
|
3254
3440
|
Marker?: string;
|
|
3255
3441
|
}
|
|
3256
3442
|
/**
|
|
3443
|
+
* @public
|
|
3257
3444
|
* <p>Represents the output of <a>DescribeEventSubscriptions</a>.</p>
|
|
3258
3445
|
*/
|
|
3259
3446
|
export interface EventSubscriptionsMessage {
|
|
@@ -3268,6 +3455,9 @@ export interface EventSubscriptionsMessage {
|
|
|
3268
3455
|
*/
|
|
3269
3456
|
EventSubscriptionsList?: EventSubscription[];
|
|
3270
3457
|
}
|
|
3458
|
+
/**
|
|
3459
|
+
* @public
|
|
3460
|
+
*/
|
|
3271
3461
|
export interface DescribeGlobalClustersMessage {
|
|
3272
3462
|
/**
|
|
3273
3463
|
* <p>The user-supplied cluster identifier. If this parameter is specified, information from only the specific cluster is returned. This parameter isn't case-sensitive.</p>
|
|
@@ -3287,6 +3477,9 @@ export interface DescribeGlobalClustersMessage {
|
|
|
3287
3477
|
*/
|
|
3288
3478
|
Marker?: string;
|
|
3289
3479
|
}
|
|
3480
|
+
/**
|
|
3481
|
+
* @public
|
|
3482
|
+
*/
|
|
3290
3483
|
export interface GlobalClustersMessage {
|
|
3291
3484
|
/**
|
|
3292
3485
|
* <p></p>
|
|
@@ -3298,6 +3491,7 @@ export interface GlobalClustersMessage {
|
|
|
3298
3491
|
GlobalClusters?: GlobalCluster[];
|
|
3299
3492
|
}
|
|
3300
3493
|
/**
|
|
3494
|
+
* @public
|
|
3301
3495
|
* <p>Represents the input to <a>DescribeOrderableDBInstanceOptions</a>.</p>
|
|
3302
3496
|
*/
|
|
3303
3497
|
export interface DescribeOrderableDBInstanceOptionsMessage {
|
|
@@ -3345,6 +3539,7 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
|
|
|
3345
3539
|
Marker?: string;
|
|
3346
3540
|
}
|
|
3347
3541
|
/**
|
|
3542
|
+
* @public
|
|
3348
3543
|
* <p>The options that are available for an instance.</p>
|
|
3349
3544
|
*/
|
|
3350
3545
|
export interface OrderableDBInstanceOption {
|
|
@@ -3374,6 +3569,7 @@ export interface OrderableDBInstanceOption {
|
|
|
3374
3569
|
Vpc?: boolean;
|
|
3375
3570
|
}
|
|
3376
3571
|
/**
|
|
3572
|
+
* @public
|
|
3377
3573
|
* <p>Represents the output of <a>DescribeOrderableDBInstanceOptions</a>.</p>
|
|
3378
3574
|
*/
|
|
3379
3575
|
export interface OrderableDBInstanceOptionsMessage {
|
|
@@ -3389,6 +3585,7 @@ export interface OrderableDBInstanceOptionsMessage {
|
|
|
3389
3585
|
Marker?: string;
|
|
3390
3586
|
}
|
|
3391
3587
|
/**
|
|
3588
|
+
* @public
|
|
3392
3589
|
* <p>Represents the input to <a>DescribePendingMaintenanceActions</a>.</p>
|
|
3393
3590
|
*/
|
|
3394
3591
|
export interface DescribePendingMaintenanceActionsMessage {
|
|
@@ -3432,6 +3629,7 @@ export interface DescribePendingMaintenanceActionsMessage {
|
|
|
3432
3629
|
MaxRecords?: number;
|
|
3433
3630
|
}
|
|
3434
3631
|
/**
|
|
3632
|
+
* @public
|
|
3435
3633
|
* <p>Represents the output of <a>DescribePendingMaintenanceActions</a>.</p>
|
|
3436
3634
|
*/
|
|
3437
3635
|
export interface PendingMaintenanceActionsMessage {
|
|
@@ -3447,6 +3645,7 @@ export interface PendingMaintenanceActionsMessage {
|
|
|
3447
3645
|
Marker?: string;
|
|
3448
3646
|
}
|
|
3449
3647
|
/**
|
|
3648
|
+
* @public
|
|
3450
3649
|
* <p>Represents the input to <a>FailoverDBCluster</a>.</p>
|
|
3451
3650
|
*/
|
|
3452
3651
|
export interface FailoverDBClusterMessage {
|
|
@@ -3467,6 +3666,9 @@ export interface FailoverDBClusterMessage {
|
|
|
3467
3666
|
*/
|
|
3468
3667
|
TargetDBInstanceIdentifier?: string;
|
|
3469
3668
|
}
|
|
3669
|
+
/**
|
|
3670
|
+
* @public
|
|
3671
|
+
*/
|
|
3470
3672
|
export interface FailoverDBClusterResult {
|
|
3471
3673
|
/**
|
|
3472
3674
|
* <p>Detailed information about a cluster. </p>
|
|
@@ -3474,6 +3676,7 @@ export interface FailoverDBClusterResult {
|
|
|
3474
3676
|
DBCluster?: DBCluster;
|
|
3475
3677
|
}
|
|
3476
3678
|
/**
|
|
3679
|
+
* @public
|
|
3477
3680
|
* <p>Represents the input to <a>ListTagsForResource</a>.</p>
|
|
3478
3681
|
*/
|
|
3479
3682
|
export interface ListTagsForResourceMessage {
|
|
@@ -3488,6 +3691,7 @@ export interface ListTagsForResourceMessage {
|
|
|
3488
3691
|
Filters?: Filter[];
|
|
3489
3692
|
}
|
|
3490
3693
|
/**
|
|
3694
|
+
* @public
|
|
3491
3695
|
* <p>Represents the output of <a>ListTagsForResource</a>.</p>
|
|
3492
3696
|
*/
|
|
3493
3697
|
export interface TagListMessage {
|
|
@@ -3497,6 +3701,7 @@ export interface TagListMessage {
|
|
|
3497
3701
|
TagList?: Tag[];
|
|
3498
3702
|
}
|
|
3499
3703
|
/**
|
|
3704
|
+
* @public
|
|
3500
3705
|
* <p>The state of the security group doesn't allow deletion.</p>
|
|
3501
3706
|
*/
|
|
3502
3707
|
export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
|
|
@@ -3508,6 +3713,7 @@ export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
|
|
|
3508
3713
|
constructor(opts: __ExceptionOptionType<InvalidDBSecurityGroupStateFault, __BaseException>);
|
|
3509
3714
|
}
|
|
3510
3715
|
/**
|
|
3716
|
+
* @public
|
|
3511
3717
|
* <p>The configuration setting for the log types to be enabled for export to Amazon
|
|
3512
3718
|
* CloudWatch Logs for a specific instance or cluster.</p>
|
|
3513
3719
|
* <p>The <code>EnableLogTypes</code> and <code>DisableLogTypes</code> arrays determine
|
|
@@ -3525,6 +3731,7 @@ export interface CloudwatchLogsExportConfiguration {
|
|
|
3525
3731
|
DisableLogTypes?: string[];
|
|
3526
3732
|
}
|
|
3527
3733
|
/**
|
|
3734
|
+
* @public
|
|
3528
3735
|
* <p>Represents the input to <a>ModifyDBCluster</a>.</p>
|
|
3529
3736
|
*/
|
|
3530
3737
|
export interface ModifyDBClusterMessage {
|
|
@@ -3660,6 +3867,9 @@ export interface ModifyDBClusterMessage {
|
|
|
3660
3867
|
*/
|
|
3661
3868
|
DeletionProtection?: boolean;
|
|
3662
3869
|
}
|
|
3870
|
+
/**
|
|
3871
|
+
* @public
|
|
3872
|
+
*/
|
|
3663
3873
|
export interface ModifyDBClusterResult {
|
|
3664
3874
|
/**
|
|
3665
3875
|
* <p>Detailed information about a cluster. </p>
|
|
@@ -3667,6 +3877,7 @@ export interface ModifyDBClusterResult {
|
|
|
3667
3877
|
DBCluster?: DBCluster;
|
|
3668
3878
|
}
|
|
3669
3879
|
/**
|
|
3880
|
+
* @public
|
|
3670
3881
|
* <p>Contains the name of a cluster parameter group.</p>
|
|
3671
3882
|
*/
|
|
3672
3883
|
export interface DBClusterParameterGroupNameMessage {
|
|
@@ -3691,6 +3902,7 @@ export interface DBClusterParameterGroupNameMessage {
|
|
|
3691
3902
|
DBClusterParameterGroupName?: string;
|
|
3692
3903
|
}
|
|
3693
3904
|
/**
|
|
3905
|
+
* @public
|
|
3694
3906
|
* <p>Represents the input to <a>ModifyDBClusterParameterGroup</a>.</p>
|
|
3695
3907
|
*/
|
|
3696
3908
|
export interface ModifyDBClusterParameterGroupMessage {
|
|
@@ -3704,6 +3916,7 @@ export interface ModifyDBClusterParameterGroupMessage {
|
|
|
3704
3916
|
Parameters: Parameter[] | undefined;
|
|
3705
3917
|
}
|
|
3706
3918
|
/**
|
|
3919
|
+
* @public
|
|
3707
3920
|
* <p>Represents the input to <a>ModifyDBClusterSnapshotAttribute</a>.</p>
|
|
3708
3921
|
*/
|
|
3709
3922
|
export interface ModifyDBClusterSnapshotAttributeMessage {
|
|
@@ -3728,6 +3941,9 @@ export interface ModifyDBClusterSnapshotAttributeMessage {
|
|
|
3728
3941
|
*/
|
|
3729
3942
|
ValuesToRemove?: string[];
|
|
3730
3943
|
}
|
|
3944
|
+
/**
|
|
3945
|
+
* @public
|
|
3946
|
+
*/
|
|
3731
3947
|
export interface ModifyDBClusterSnapshotAttributeResult {
|
|
3732
3948
|
/**
|
|
3733
3949
|
* <p>Detailed information about the attributes that are associated with a cluster
|
|
@@ -3736,6 +3952,7 @@ export interface ModifyDBClusterSnapshotAttributeResult {
|
|
|
3736
3952
|
DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
|
|
3737
3953
|
}
|
|
3738
3954
|
/**
|
|
3955
|
+
* @public
|
|
3739
3956
|
* <p>You have exceeded the maximum number of accounts that you can share a manual DB
|
|
3740
3957
|
* snapshot with. </p>
|
|
3741
3958
|
*/
|
|
@@ -3748,6 +3965,7 @@ export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
|
|
|
3748
3965
|
constructor(opts: __ExceptionOptionType<SharedSnapshotQuotaExceededFault, __BaseException>);
|
|
3749
3966
|
}
|
|
3750
3967
|
/**
|
|
3968
|
+
* @public
|
|
3751
3969
|
* <p>The upgrade failed because a resource that the depends on can't be
|
|
3752
3970
|
* modified.</p>
|
|
3753
3971
|
*/
|
|
@@ -3760,6 +3978,7 @@ export declare class DBUpgradeDependencyFailureFault extends __BaseException {
|
|
|
3760
3978
|
constructor(opts: __ExceptionOptionType<DBUpgradeDependencyFailureFault, __BaseException>);
|
|
3761
3979
|
}
|
|
3762
3980
|
/**
|
|
3981
|
+
* @public
|
|
3763
3982
|
* <p>Represents the input to <a>ModifyDBInstance</a>.</p>
|
|
3764
3983
|
*/
|
|
3765
3984
|
export interface ModifyDBInstanceMessage {
|
|
@@ -3862,6 +4081,9 @@ export interface ModifyDBInstanceMessage {
|
|
|
3862
4081
|
*/
|
|
3863
4082
|
PerformanceInsightsKMSKeyId?: string;
|
|
3864
4083
|
}
|
|
4084
|
+
/**
|
|
4085
|
+
* @public
|
|
4086
|
+
*/
|
|
3865
4087
|
export interface ModifyDBInstanceResult {
|
|
3866
4088
|
/**
|
|
3867
4089
|
* <p>Detailed information about an instance. </p>
|
|
@@ -3869,6 +4091,7 @@ export interface ModifyDBInstanceResult {
|
|
|
3869
4091
|
DBInstance?: DBInstance;
|
|
3870
4092
|
}
|
|
3871
4093
|
/**
|
|
4094
|
+
* @public
|
|
3872
4095
|
* <p>Represents the input to <a>ModifyDBSubnetGroup</a>.</p>
|
|
3873
4096
|
*/
|
|
3874
4097
|
export interface ModifyDBSubnetGroupMessage {
|
|
@@ -3888,6 +4111,9 @@ export interface ModifyDBSubnetGroupMessage {
|
|
|
3888
4111
|
*/
|
|
3889
4112
|
SubnetIds: string[] | undefined;
|
|
3890
4113
|
}
|
|
4114
|
+
/**
|
|
4115
|
+
* @public
|
|
4116
|
+
*/
|
|
3891
4117
|
export interface ModifyDBSubnetGroupResult {
|
|
3892
4118
|
/**
|
|
3893
4119
|
* <p>Detailed information about a subnet group. </p>
|
|
@@ -3895,6 +4121,7 @@ export interface ModifyDBSubnetGroupResult {
|
|
|
3895
4121
|
DBSubnetGroup?: DBSubnetGroup;
|
|
3896
4122
|
}
|
|
3897
4123
|
/**
|
|
4124
|
+
* @public
|
|
3898
4125
|
* <p>The subnet is already in use in the Availability Zone.</p>
|
|
3899
4126
|
*/
|
|
3900
4127
|
export declare class SubnetAlreadyInUse extends __BaseException {
|
|
@@ -3906,6 +4133,7 @@ export declare class SubnetAlreadyInUse extends __BaseException {
|
|
|
3906
4133
|
constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
|
|
3907
4134
|
}
|
|
3908
4135
|
/**
|
|
4136
|
+
* @public
|
|
3909
4137
|
* <p>Represents the input to <a>ModifyEventSubscription</a>.</p>
|
|
3910
4138
|
*/
|
|
3911
4139
|
export interface ModifyEventSubscriptionMessage {
|
|
@@ -3934,6 +4162,9 @@ export interface ModifyEventSubscriptionMessage {
|
|
|
3934
4162
|
*/
|
|
3935
4163
|
Enabled?: boolean;
|
|
3936
4164
|
}
|
|
4165
|
+
/**
|
|
4166
|
+
* @public
|
|
4167
|
+
*/
|
|
3937
4168
|
export interface ModifyEventSubscriptionResult {
|
|
3938
4169
|
/**
|
|
3939
4170
|
* <p>Detailed information about an event to which you have subscribed.</p>
|
|
@@ -3941,6 +4172,7 @@ export interface ModifyEventSubscriptionResult {
|
|
|
3941
4172
|
EventSubscription?: EventSubscription;
|
|
3942
4173
|
}
|
|
3943
4174
|
/**
|
|
4175
|
+
* @public
|
|
3944
4176
|
* <p>Represents the input to <a>ModifyGlobalCluster</a>.</p>
|
|
3945
4177
|
*/
|
|
3946
4178
|
export interface ModifyGlobalClusterMessage {
|
|
@@ -3972,6 +4204,9 @@ export interface ModifyGlobalClusterMessage {
|
|
|
3972
4204
|
*/
|
|
3973
4205
|
DeletionProtection?: boolean;
|
|
3974
4206
|
}
|
|
4207
|
+
/**
|
|
4208
|
+
* @public
|
|
4209
|
+
*/
|
|
3975
4210
|
export interface ModifyGlobalClusterResult {
|
|
3976
4211
|
/**
|
|
3977
4212
|
* <p>A data type representing an Amazon DocumentDB global cluster.</p>
|
|
@@ -3979,6 +4214,7 @@ export interface ModifyGlobalClusterResult {
|
|
|
3979
4214
|
GlobalCluster?: GlobalCluster;
|
|
3980
4215
|
}
|
|
3981
4216
|
/**
|
|
4217
|
+
* @public
|
|
3982
4218
|
* <p>Represents the input to <a>RebootDBInstance</a>.</p>
|
|
3983
4219
|
*/
|
|
3984
4220
|
export interface RebootDBInstanceMessage {
|
|
@@ -3999,6 +4235,9 @@ export interface RebootDBInstanceMessage {
|
|
|
3999
4235
|
*/
|
|
4000
4236
|
ForceFailover?: boolean;
|
|
4001
4237
|
}
|
|
4238
|
+
/**
|
|
4239
|
+
* @public
|
|
4240
|
+
*/
|
|
4002
4241
|
export interface RebootDBInstanceResult {
|
|
4003
4242
|
/**
|
|
4004
4243
|
* <p>Detailed information about an instance. </p>
|
|
@@ -4006,6 +4245,7 @@ export interface RebootDBInstanceResult {
|
|
|
4006
4245
|
DBInstance?: DBInstance;
|
|
4007
4246
|
}
|
|
4008
4247
|
/**
|
|
4248
|
+
* @public
|
|
4009
4249
|
* <p>Represents the input to <a>RemoveFromGlobalCluster</a>.</p>
|
|
4010
4250
|
*/
|
|
4011
4251
|
export interface RemoveFromGlobalClusterMessage {
|
|
@@ -4018,6 +4258,9 @@ export interface RemoveFromGlobalClusterMessage {
|
|
|
4018
4258
|
*/
|
|
4019
4259
|
DbClusterIdentifier: string | undefined;
|
|
4020
4260
|
}
|
|
4261
|
+
/**
|
|
4262
|
+
* @public
|
|
4263
|
+
*/
|
|
4021
4264
|
export interface RemoveFromGlobalClusterResult {
|
|
4022
4265
|
/**
|
|
4023
4266
|
* <p>A data type representing an Amazon DocumentDB global cluster.</p>
|
|
@@ -4025,6 +4268,7 @@ export interface RemoveFromGlobalClusterResult {
|
|
|
4025
4268
|
GlobalCluster?: GlobalCluster;
|
|
4026
4269
|
}
|
|
4027
4270
|
/**
|
|
4271
|
+
* @public
|
|
4028
4272
|
* <p>Represents the input to <a>RemoveSourceIdentifierFromSubscription</a>.</p>
|
|
4029
4273
|
*/
|
|
4030
4274
|
export interface RemoveSourceIdentifierFromSubscriptionMessage {
|
|
@@ -4039,6 +4283,9 @@ export interface RemoveSourceIdentifierFromSubscriptionMessage {
|
|
|
4039
4283
|
*/
|
|
4040
4284
|
SourceIdentifier: string | undefined;
|
|
4041
4285
|
}
|
|
4286
|
+
/**
|
|
4287
|
+
* @public
|
|
4288
|
+
*/
|
|
4042
4289
|
export interface RemoveSourceIdentifierFromSubscriptionResult {
|
|
4043
4290
|
/**
|
|
4044
4291
|
* <p>Detailed information about an event to which you have subscribed.</p>
|
|
@@ -4046,6 +4293,7 @@ export interface RemoveSourceIdentifierFromSubscriptionResult {
|
|
|
4046
4293
|
EventSubscription?: EventSubscription;
|
|
4047
4294
|
}
|
|
4048
4295
|
/**
|
|
4296
|
+
* @public
|
|
4049
4297
|
* <p>Represents the input to <a>RemoveTagsFromResource</a>.</p>
|
|
4050
4298
|
*/
|
|
4051
4299
|
export interface RemoveTagsFromResourceMessage {
|
|
@@ -4060,6 +4308,7 @@ export interface RemoveTagsFromResourceMessage {
|
|
|
4060
4308
|
TagKeys: string[] | undefined;
|
|
4061
4309
|
}
|
|
4062
4310
|
/**
|
|
4311
|
+
* @public
|
|
4063
4312
|
* <p>Represents the input to <a>ResetDBClusterParameterGroup</a>.</p>
|
|
4064
4313
|
*/
|
|
4065
4314
|
export interface ResetDBClusterParameterGroupMessage {
|
|
@@ -4082,6 +4331,7 @@ export interface ResetDBClusterParameterGroupMessage {
|
|
|
4082
4331
|
Parameters?: Parameter[];
|
|
4083
4332
|
}
|
|
4084
4333
|
/**
|
|
4334
|
+
* @public
|
|
4085
4335
|
* <p>The cluster doesn't have enough capacity for the current operation.</p>
|
|
4086
4336
|
*/
|
|
4087
4337
|
export declare class InsufficientDBClusterCapacityFault extends __BaseException {
|
|
@@ -4093,6 +4343,7 @@ export declare class InsufficientDBClusterCapacityFault extends __BaseException
|
|
|
4093
4343
|
constructor(opts: __ExceptionOptionType<InsufficientDBClusterCapacityFault, __BaseException>);
|
|
4094
4344
|
}
|
|
4095
4345
|
/**
|
|
4346
|
+
* @public
|
|
4096
4347
|
* <p>The state of the snapshot doesn't allow deletion.</p>
|
|
4097
4348
|
*/
|
|
4098
4349
|
export declare class InvalidDBSnapshotStateFault extends __BaseException {
|
|
@@ -4104,6 +4355,7 @@ export declare class InvalidDBSnapshotStateFault extends __BaseException {
|
|
|
4104
4355
|
constructor(opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>);
|
|
4105
4356
|
}
|
|
4106
4357
|
/**
|
|
4358
|
+
* @public
|
|
4107
4359
|
* <p>You cannot restore from a virtual private cloud (VPC) backup to a non-VPC DB
|
|
4108
4360
|
* instance.</p>
|
|
4109
4361
|
*/
|
|
@@ -4116,6 +4368,7 @@ export declare class InvalidRestoreFault extends __BaseException {
|
|
|
4116
4368
|
constructor(opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>);
|
|
4117
4369
|
}
|
|
4118
4370
|
/**
|
|
4371
|
+
* @public
|
|
4119
4372
|
* <p>Represents the input to <a>RestoreDBClusterFromSnapshot</a>.</p>
|
|
4120
4373
|
*/
|
|
4121
4374
|
export interface RestoreDBClusterFromSnapshotMessage {
|
|
@@ -4214,6 +4467,9 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
4214
4467
|
*/
|
|
4215
4468
|
DeletionProtection?: boolean;
|
|
4216
4469
|
}
|
|
4470
|
+
/**
|
|
4471
|
+
* @public
|
|
4472
|
+
*/
|
|
4217
4473
|
export interface RestoreDBClusterFromSnapshotResult {
|
|
4218
4474
|
/**
|
|
4219
4475
|
* <p>Detailed information about a cluster. </p>
|
|
@@ -4221,6 +4477,7 @@ export interface RestoreDBClusterFromSnapshotResult {
|
|
|
4221
4477
|
DBCluster?: DBCluster;
|
|
4222
4478
|
}
|
|
4223
4479
|
/**
|
|
4480
|
+
* @public
|
|
4224
4481
|
* <p>Represents the input to <a>RestoreDBClusterToPointInTime</a>.</p>
|
|
4225
4482
|
*/
|
|
4226
4483
|
export interface RestoreDBClusterToPointInTimeMessage {
|
|
@@ -4348,12 +4605,18 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
4348
4605
|
*/
|
|
4349
4606
|
DeletionProtection?: boolean;
|
|
4350
4607
|
}
|
|
4608
|
+
/**
|
|
4609
|
+
* @public
|
|
4610
|
+
*/
|
|
4351
4611
|
export interface RestoreDBClusterToPointInTimeResult {
|
|
4352
4612
|
/**
|
|
4353
4613
|
* <p>Detailed information about a cluster. </p>
|
|
4354
4614
|
*/
|
|
4355
4615
|
DBCluster?: DBCluster;
|
|
4356
4616
|
}
|
|
4617
|
+
/**
|
|
4618
|
+
* @public
|
|
4619
|
+
*/
|
|
4357
4620
|
export interface StartDBClusterMessage {
|
|
4358
4621
|
/**
|
|
4359
4622
|
* <p>The identifier of the cluster to restart. Example:
|
|
@@ -4362,12 +4625,18 @@ export interface StartDBClusterMessage {
|
|
|
4362
4625
|
*/
|
|
4363
4626
|
DBClusterIdentifier: string | undefined;
|
|
4364
4627
|
}
|
|
4628
|
+
/**
|
|
4629
|
+
* @public
|
|
4630
|
+
*/
|
|
4365
4631
|
export interface StartDBClusterResult {
|
|
4366
4632
|
/**
|
|
4367
4633
|
* <p>Detailed information about a cluster. </p>
|
|
4368
4634
|
*/
|
|
4369
4635
|
DBCluster?: DBCluster;
|
|
4370
4636
|
}
|
|
4637
|
+
/**
|
|
4638
|
+
* @public
|
|
4639
|
+
*/
|
|
4371
4640
|
export interface StopDBClusterMessage {
|
|
4372
4641
|
/**
|
|
4373
4642
|
* <p>The identifier of the cluster to stop. Example:
|
|
@@ -4376,6 +4645,9 @@ export interface StopDBClusterMessage {
|
|
|
4376
4645
|
*/
|
|
4377
4646
|
DBClusterIdentifier: string | undefined;
|
|
4378
4647
|
}
|
|
4648
|
+
/**
|
|
4649
|
+
* @public
|
|
4650
|
+
*/
|
|
4379
4651
|
export interface StopDBClusterResult {
|
|
4380
4652
|
/**
|
|
4381
4653
|
* <p>Detailed information about a cluster. </p>
|