@aws-sdk/client-rds 3.42.0 → 3.47.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 +52 -0
- package/dist-cjs/RDS.js +15 -0
- package/dist-cjs/commands/RebootDBClusterCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +1 -28
- package/dist-cjs/models/models_0.js +4 -594
- package/dist-cjs/models/models_1.js +11 -137
- package/dist-cjs/protocols/Aws_query.js +248 -4
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/RDS.js +15 -0
- package/dist-es/commands/RebootDBClusterCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +1 -28
- package/dist-es/models/models_0.js +0 -392
- package/dist-es/models/models_1.js +8 -92
- package/dist-es/protocols/Aws_query.js +250 -0
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/RDS.d.ts +199 -118
- package/dist-types/RDSClient.d.ts +8 -3
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -6
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +0 -3
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +11 -7
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +5 -9
- package/dist-types/commands/CreateDBClusterCommand.d.ts +11 -8
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +3 -3
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -5
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +8 -4
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +6 -3
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +6 -2
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +6 -2
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +6 -2
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +6 -2
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +0 -3
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +7 -3
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +9 -4
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +16 -8
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +11 -7
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +9 -5
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +0 -3
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +0 -3
- package/dist-types/commands/RebootDBClusterCommand.d.ts +52 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +11 -4
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +7 -4
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +8 -5
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +8 -4
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +571 -809
- package/dist-types/models/models_1.d.ts +686 -285
- package/dist-types/protocols/Aws_query.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/RDS.d.ts +5 -0
- package/dist-types/ts3.4/RDSClient.d.ts +6 -3
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -392
- package/dist-types/ts3.4/models/models_1.d.ts +56 -90
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -47
|
@@ -41,40 +41,24 @@ export interface DBClusterNotFoundFault extends __SmithyException, $MetadataBear
|
|
|
41
41
|
$fault: "client";
|
|
42
42
|
message?: string;
|
|
43
43
|
}
|
|
44
|
-
export declare namespace DBClusterNotFoundFault {
|
|
45
|
-
|
|
46
|
-
const filterSensitiveLog: (obj: DBClusterNotFoundFault) => any;
|
|
47
|
-
}
|
|
48
44
|
|
|
49
45
|
export interface DBClusterRoleAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
50
46
|
name: "DBClusterRoleAlreadyExistsFault";
|
|
51
47
|
$fault: "client";
|
|
52
48
|
message?: string;
|
|
53
49
|
}
|
|
54
|
-
export declare namespace DBClusterRoleAlreadyExistsFault {
|
|
55
|
-
|
|
56
|
-
const filterSensitiveLog: (obj: DBClusterRoleAlreadyExistsFault) => any;
|
|
57
|
-
}
|
|
58
50
|
|
|
59
51
|
export interface DBClusterRoleQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
60
52
|
name: "DBClusterRoleQuotaExceededFault";
|
|
61
53
|
$fault: "client";
|
|
62
54
|
message?: string;
|
|
63
55
|
}
|
|
64
|
-
export declare namespace DBClusterRoleQuotaExceededFault {
|
|
65
|
-
|
|
66
|
-
const filterSensitiveLog: (obj: DBClusterRoleQuotaExceededFault) => any;
|
|
67
|
-
}
|
|
68
56
|
|
|
69
57
|
export interface InvalidDBClusterStateFault extends __SmithyException, $MetadataBearer {
|
|
70
58
|
name: "InvalidDBClusterStateFault";
|
|
71
59
|
$fault: "client";
|
|
72
60
|
message?: string;
|
|
73
61
|
}
|
|
74
|
-
export declare namespace InvalidDBClusterStateFault {
|
|
75
|
-
|
|
76
|
-
const filterSensitiveLog: (obj: InvalidDBClusterStateFault) => any;
|
|
77
|
-
}
|
|
78
62
|
export interface AddRoleToDBInstanceMessage {
|
|
79
63
|
|
|
80
64
|
DBInstanceIdentifier: string | undefined;
|
|
@@ -93,40 +77,24 @@ export interface DBInstanceNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
93
77
|
$fault: "client";
|
|
94
78
|
message?: string;
|
|
95
79
|
}
|
|
96
|
-
export declare namespace DBInstanceNotFoundFault {
|
|
97
|
-
|
|
98
|
-
const filterSensitiveLog: (obj: DBInstanceNotFoundFault) => any;
|
|
99
|
-
}
|
|
100
80
|
|
|
101
81
|
export interface DBInstanceRoleAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
102
82
|
name: "DBInstanceRoleAlreadyExistsFault";
|
|
103
83
|
$fault: "client";
|
|
104
84
|
message?: string;
|
|
105
85
|
}
|
|
106
|
-
export declare namespace DBInstanceRoleAlreadyExistsFault {
|
|
107
|
-
|
|
108
|
-
const filterSensitiveLog: (obj: DBInstanceRoleAlreadyExistsFault) => any;
|
|
109
|
-
}
|
|
110
86
|
|
|
111
87
|
export interface DBInstanceRoleQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
112
88
|
name: "DBInstanceRoleQuotaExceededFault";
|
|
113
89
|
$fault: "client";
|
|
114
90
|
message?: string;
|
|
115
91
|
}
|
|
116
|
-
export declare namespace DBInstanceRoleQuotaExceededFault {
|
|
117
|
-
|
|
118
|
-
const filterSensitiveLog: (obj: DBInstanceRoleQuotaExceededFault) => any;
|
|
119
|
-
}
|
|
120
92
|
|
|
121
93
|
export interface InvalidDBInstanceStateFault extends __SmithyException, $MetadataBearer {
|
|
122
94
|
name: "InvalidDBInstanceStateFault";
|
|
123
95
|
$fault: "client";
|
|
124
96
|
message?: string;
|
|
125
97
|
}
|
|
126
|
-
export declare namespace InvalidDBInstanceStateFault {
|
|
127
|
-
|
|
128
|
-
const filterSensitiveLog: (obj: InvalidDBInstanceStateFault) => any;
|
|
129
|
-
}
|
|
130
98
|
|
|
131
99
|
export interface AddSourceIdentifierToSubscriptionMessage {
|
|
132
100
|
|
|
@@ -179,20 +147,12 @@ export interface SourceNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
179
147
|
$fault: "client";
|
|
180
148
|
message?: string;
|
|
181
149
|
}
|
|
182
|
-
export declare namespace SourceNotFoundFault {
|
|
183
|
-
|
|
184
|
-
const filterSensitiveLog: (obj: SourceNotFoundFault) => any;
|
|
185
|
-
}
|
|
186
150
|
|
|
187
151
|
export interface SubscriptionNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
188
152
|
name: "SubscriptionNotFoundFault";
|
|
189
153
|
$fault: "client";
|
|
190
154
|
message?: string;
|
|
191
155
|
}
|
|
192
|
-
export declare namespace SubscriptionNotFoundFault {
|
|
193
|
-
|
|
194
|
-
const filterSensitiveLog: (obj: SubscriptionNotFoundFault) => any;
|
|
195
|
-
}
|
|
196
156
|
|
|
197
157
|
export interface Tag {
|
|
198
158
|
|
|
@@ -221,30 +181,18 @@ export interface DBProxyNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
221
181
|
$fault: "client";
|
|
222
182
|
message?: string;
|
|
223
183
|
}
|
|
224
|
-
export declare namespace DBProxyNotFoundFault {
|
|
225
|
-
|
|
226
|
-
const filterSensitiveLog: (obj: DBProxyNotFoundFault) => any;
|
|
227
|
-
}
|
|
228
184
|
|
|
229
185
|
export interface DBProxyTargetGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
230
186
|
name: "DBProxyTargetGroupNotFoundFault";
|
|
231
187
|
$fault: "client";
|
|
232
188
|
message?: string;
|
|
233
189
|
}
|
|
234
|
-
export declare namespace DBProxyTargetGroupNotFoundFault {
|
|
235
|
-
|
|
236
|
-
const filterSensitiveLog: (obj: DBProxyTargetGroupNotFoundFault) => any;
|
|
237
|
-
}
|
|
238
190
|
|
|
239
191
|
export interface DBSnapshotNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
240
192
|
name: "DBSnapshotNotFoundFault";
|
|
241
193
|
$fault: "client";
|
|
242
194
|
message?: string;
|
|
243
195
|
}
|
|
244
|
-
export declare namespace DBSnapshotNotFoundFault {
|
|
245
|
-
|
|
246
|
-
const filterSensitiveLog: (obj: DBSnapshotNotFoundFault) => any;
|
|
247
|
-
}
|
|
248
196
|
|
|
249
197
|
export interface ApplyPendingMaintenanceActionMessage {
|
|
250
198
|
|
|
@@ -302,30 +250,18 @@ export interface ResourceNotFoundFault extends __SmithyException, $MetadataBeare
|
|
|
302
250
|
$fault: "client";
|
|
303
251
|
message?: string;
|
|
304
252
|
}
|
|
305
|
-
export declare namespace ResourceNotFoundFault {
|
|
306
|
-
|
|
307
|
-
const filterSensitiveLog: (obj: ResourceNotFoundFault) => any;
|
|
308
|
-
}
|
|
309
253
|
|
|
310
254
|
export interface AuthorizationAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
311
255
|
name: "AuthorizationAlreadyExistsFault";
|
|
312
256
|
$fault: "client";
|
|
313
257
|
message?: string;
|
|
314
258
|
}
|
|
315
|
-
export declare namespace AuthorizationAlreadyExistsFault {
|
|
316
|
-
|
|
317
|
-
const filterSensitiveLog: (obj: AuthorizationAlreadyExistsFault) => any;
|
|
318
|
-
}
|
|
319
259
|
|
|
320
260
|
export interface AuthorizationQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
321
261
|
name: "AuthorizationQuotaExceededFault";
|
|
322
262
|
$fault: "client";
|
|
323
263
|
message?: string;
|
|
324
264
|
}
|
|
325
|
-
export declare namespace AuthorizationQuotaExceededFault {
|
|
326
|
-
|
|
327
|
-
const filterSensitiveLog: (obj: AuthorizationQuotaExceededFault) => any;
|
|
328
|
-
}
|
|
329
265
|
|
|
330
266
|
export interface AuthorizeDBSecurityGroupIngressMessage {
|
|
331
267
|
|
|
@@ -404,20 +340,12 @@ export interface DBSecurityGroupNotFoundFault extends __SmithyException, $Metada
|
|
|
404
340
|
$fault: "client";
|
|
405
341
|
message?: string;
|
|
406
342
|
}
|
|
407
|
-
export declare namespace DBSecurityGroupNotFoundFault {
|
|
408
|
-
|
|
409
|
-
const filterSensitiveLog: (obj: DBSecurityGroupNotFoundFault) => any;
|
|
410
|
-
}
|
|
411
343
|
|
|
412
344
|
export interface InvalidDBSecurityGroupStateFault extends __SmithyException, $MetadataBearer {
|
|
413
345
|
name: "InvalidDBSecurityGroupStateFault";
|
|
414
346
|
$fault: "client";
|
|
415
347
|
message?: string;
|
|
416
348
|
}
|
|
417
|
-
export declare namespace InvalidDBSecurityGroupStateFault {
|
|
418
|
-
|
|
419
|
-
const filterSensitiveLog: (obj: InvalidDBSecurityGroupStateFault) => any;
|
|
420
|
-
}
|
|
421
349
|
|
|
422
350
|
export interface BacktrackDBClusterMessage {
|
|
423
351
|
|
|
@@ -503,20 +431,12 @@ export interface ExportTaskNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
503
431
|
$fault: "client";
|
|
504
432
|
message?: string;
|
|
505
433
|
}
|
|
506
|
-
export declare namespace ExportTaskNotFoundFault {
|
|
507
|
-
|
|
508
|
-
const filterSensitiveLog: (obj: ExportTaskNotFoundFault) => any;
|
|
509
|
-
}
|
|
510
434
|
|
|
511
435
|
export interface InvalidExportTaskStateFault extends __SmithyException, $MetadataBearer {
|
|
512
436
|
name: "InvalidExportTaskStateFault";
|
|
513
437
|
$fault: "client";
|
|
514
438
|
message?: string;
|
|
515
439
|
}
|
|
516
|
-
export declare namespace InvalidExportTaskStateFault {
|
|
517
|
-
|
|
518
|
-
const filterSensitiveLog: (obj: InvalidExportTaskStateFault) => any;
|
|
519
|
-
}
|
|
520
440
|
export interface CopyDBClusterParameterGroupMessage {
|
|
521
441
|
|
|
522
442
|
SourceDBClusterParameterGroupIdentifier: string | undefined;
|
|
@@ -560,30 +480,18 @@ export interface DBParameterGroupAlreadyExistsFault extends __SmithyException, $
|
|
|
560
480
|
$fault: "client";
|
|
561
481
|
message?: string;
|
|
562
482
|
}
|
|
563
|
-
export declare namespace DBParameterGroupAlreadyExistsFault {
|
|
564
|
-
|
|
565
|
-
const filterSensitiveLog: (obj: DBParameterGroupAlreadyExistsFault) => any;
|
|
566
|
-
}
|
|
567
483
|
|
|
568
484
|
export interface DBParameterGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
569
485
|
name: "DBParameterGroupNotFoundFault";
|
|
570
486
|
$fault: "client";
|
|
571
487
|
message?: string;
|
|
572
488
|
}
|
|
573
|
-
export declare namespace DBParameterGroupNotFoundFault {
|
|
574
|
-
|
|
575
|
-
const filterSensitiveLog: (obj: DBParameterGroupNotFoundFault) => any;
|
|
576
|
-
}
|
|
577
489
|
|
|
578
490
|
export interface DBParameterGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
579
491
|
name: "DBParameterGroupQuotaExceededFault";
|
|
580
492
|
$fault: "client";
|
|
581
493
|
message?: string;
|
|
582
494
|
}
|
|
583
|
-
export declare namespace DBParameterGroupQuotaExceededFault {
|
|
584
|
-
|
|
585
|
-
const filterSensitiveLog: (obj: DBParameterGroupQuotaExceededFault) => any;
|
|
586
|
-
}
|
|
587
495
|
|
|
588
496
|
export interface CopyDBClusterSnapshotMessage {
|
|
589
497
|
|
|
@@ -668,50 +576,30 @@ export interface DBClusterSnapshotAlreadyExistsFault extends __SmithyException,
|
|
|
668
576
|
$fault: "client";
|
|
669
577
|
message?: string;
|
|
670
578
|
}
|
|
671
|
-
export declare namespace DBClusterSnapshotAlreadyExistsFault {
|
|
672
|
-
|
|
673
|
-
const filterSensitiveLog: (obj: DBClusterSnapshotAlreadyExistsFault) => any;
|
|
674
|
-
}
|
|
675
579
|
|
|
676
580
|
export interface DBClusterSnapshotNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
677
581
|
name: "DBClusterSnapshotNotFoundFault";
|
|
678
582
|
$fault: "client";
|
|
679
583
|
message?: string;
|
|
680
584
|
}
|
|
681
|
-
export declare namespace DBClusterSnapshotNotFoundFault {
|
|
682
|
-
|
|
683
|
-
const filterSensitiveLog: (obj: DBClusterSnapshotNotFoundFault) => any;
|
|
684
|
-
}
|
|
685
585
|
|
|
686
586
|
export interface InvalidDBClusterSnapshotStateFault extends __SmithyException, $MetadataBearer {
|
|
687
587
|
name: "InvalidDBClusterSnapshotStateFault";
|
|
688
588
|
$fault: "client";
|
|
689
589
|
message?: string;
|
|
690
590
|
}
|
|
691
|
-
export declare namespace InvalidDBClusterSnapshotStateFault {
|
|
692
|
-
|
|
693
|
-
const filterSensitiveLog: (obj: InvalidDBClusterSnapshotStateFault) => any;
|
|
694
|
-
}
|
|
695
591
|
|
|
696
592
|
export interface KMSKeyNotAccessibleFault extends __SmithyException, $MetadataBearer {
|
|
697
593
|
name: "KMSKeyNotAccessibleFault";
|
|
698
594
|
$fault: "client";
|
|
699
595
|
message?: string;
|
|
700
596
|
}
|
|
701
|
-
export declare namespace KMSKeyNotAccessibleFault {
|
|
702
|
-
|
|
703
|
-
const filterSensitiveLog: (obj: KMSKeyNotAccessibleFault) => any;
|
|
704
|
-
}
|
|
705
597
|
|
|
706
598
|
export interface SnapshotQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
707
599
|
name: "SnapshotQuotaExceededFault";
|
|
708
600
|
$fault: "client";
|
|
709
601
|
message?: string;
|
|
710
602
|
}
|
|
711
|
-
export declare namespace SnapshotQuotaExceededFault {
|
|
712
|
-
|
|
713
|
-
const filterSensitiveLog: (obj: SnapshotQuotaExceededFault) => any;
|
|
714
|
-
}
|
|
715
603
|
|
|
716
604
|
export interface CopyDBParameterGroupMessage {
|
|
717
605
|
|
|
@@ -846,6 +734,8 @@ export interface DBSnapshot {
|
|
|
846
734
|
TagList?: Tag[];
|
|
847
735
|
|
|
848
736
|
OriginalSnapshotCreateTime?: Date;
|
|
737
|
+
|
|
738
|
+
SnapshotTarget?: string;
|
|
849
739
|
}
|
|
850
740
|
export declare namespace DBSnapshot {
|
|
851
741
|
|
|
@@ -865,30 +755,18 @@ export interface CustomAvailabilityZoneNotFoundFault extends __SmithyException,
|
|
|
865
755
|
$fault: "client";
|
|
866
756
|
message?: string;
|
|
867
757
|
}
|
|
868
|
-
export declare namespace CustomAvailabilityZoneNotFoundFault {
|
|
869
|
-
|
|
870
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneNotFoundFault) => any;
|
|
871
|
-
}
|
|
872
758
|
|
|
873
759
|
export interface DBSnapshotAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
874
760
|
name: "DBSnapshotAlreadyExistsFault";
|
|
875
761
|
$fault: "client";
|
|
876
762
|
message?: string;
|
|
877
763
|
}
|
|
878
|
-
export declare namespace DBSnapshotAlreadyExistsFault {
|
|
879
|
-
|
|
880
|
-
const filterSensitiveLog: (obj: DBSnapshotAlreadyExistsFault) => any;
|
|
881
|
-
}
|
|
882
764
|
|
|
883
765
|
export interface InvalidDBSnapshotStateFault extends __SmithyException, $MetadataBearer {
|
|
884
766
|
name: "InvalidDBSnapshotStateFault";
|
|
885
767
|
$fault: "client";
|
|
886
768
|
message?: string;
|
|
887
769
|
}
|
|
888
|
-
export declare namespace InvalidDBSnapshotStateFault {
|
|
889
|
-
|
|
890
|
-
const filterSensitiveLog: (obj: InvalidDBSnapshotStateFault) => any;
|
|
891
|
-
}
|
|
892
770
|
|
|
893
771
|
export interface CopyOptionGroupMessage {
|
|
894
772
|
|
|
@@ -1013,30 +891,18 @@ export interface OptionGroupAlreadyExistsFault extends __SmithyException, $Metad
|
|
|
1013
891
|
$fault: "client";
|
|
1014
892
|
message?: string;
|
|
1015
893
|
}
|
|
1016
|
-
export declare namespace OptionGroupAlreadyExistsFault {
|
|
1017
|
-
|
|
1018
|
-
const filterSensitiveLog: (obj: OptionGroupAlreadyExistsFault) => any;
|
|
1019
|
-
}
|
|
1020
894
|
|
|
1021
895
|
export interface OptionGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1022
896
|
name: "OptionGroupNotFoundFault";
|
|
1023
897
|
$fault: "client";
|
|
1024
898
|
message?: string;
|
|
1025
899
|
}
|
|
1026
|
-
export declare namespace OptionGroupNotFoundFault {
|
|
1027
|
-
|
|
1028
|
-
const filterSensitiveLog: (obj: OptionGroupNotFoundFault) => any;
|
|
1029
|
-
}
|
|
1030
900
|
|
|
1031
901
|
export interface OptionGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1032
902
|
name: "OptionGroupQuotaExceededFault";
|
|
1033
903
|
$fault: "client";
|
|
1034
904
|
message?: string;
|
|
1035
905
|
}
|
|
1036
|
-
export declare namespace OptionGroupQuotaExceededFault {
|
|
1037
|
-
|
|
1038
|
-
const filterSensitiveLog: (obj: OptionGroupQuotaExceededFault) => any;
|
|
1039
|
-
}
|
|
1040
906
|
|
|
1041
907
|
export interface CreateCustomAvailabilityZoneMessage {
|
|
1042
908
|
|
|
@@ -1100,20 +966,12 @@ export interface CustomAvailabilityZoneAlreadyExistsFault extends __SmithyExcept
|
|
|
1100
966
|
$fault: "client";
|
|
1101
967
|
message?: string;
|
|
1102
968
|
}
|
|
1103
|
-
export declare namespace CustomAvailabilityZoneAlreadyExistsFault {
|
|
1104
|
-
|
|
1105
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneAlreadyExistsFault) => any;
|
|
1106
|
-
}
|
|
1107
969
|
|
|
1108
970
|
export interface CustomAvailabilityZoneQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1109
971
|
name: "CustomAvailabilityZoneQuotaExceededFault";
|
|
1110
972
|
$fault: "client";
|
|
1111
973
|
message?: string;
|
|
1112
974
|
}
|
|
1113
|
-
export declare namespace CustomAvailabilityZoneQuotaExceededFault {
|
|
1114
|
-
|
|
1115
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneQuotaExceededFault) => any;
|
|
1116
|
-
}
|
|
1117
975
|
export interface CreateCustomDBEngineVersionMessage {
|
|
1118
976
|
|
|
1119
977
|
Engine: string | undefined;
|
|
@@ -1142,20 +1000,12 @@ export interface CustomDBEngineVersionAlreadyExistsFault extends __SmithyExcepti
|
|
|
1142
1000
|
$fault: "client";
|
|
1143
1001
|
message?: string;
|
|
1144
1002
|
}
|
|
1145
|
-
export declare namespace CustomDBEngineVersionAlreadyExistsFault {
|
|
1146
|
-
|
|
1147
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionAlreadyExistsFault) => any;
|
|
1148
|
-
}
|
|
1149
1003
|
|
|
1150
1004
|
export interface CustomDBEngineVersionQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1151
1005
|
name: "CustomDBEngineVersionQuotaExceededFault";
|
|
1152
1006
|
$fault: "client";
|
|
1153
1007
|
message?: string;
|
|
1154
1008
|
}
|
|
1155
|
-
export declare namespace CustomDBEngineVersionQuotaExceededFault {
|
|
1156
|
-
|
|
1157
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionQuotaExceededFault) => any;
|
|
1158
|
-
}
|
|
1159
1009
|
|
|
1160
1010
|
export interface CharacterSet {
|
|
1161
1011
|
|
|
@@ -1343,6 +1193,28 @@ export interface CreateDBClusterMessage {
|
|
|
1343
1193
|
DomainIAMRoleName?: string;
|
|
1344
1194
|
|
|
1345
1195
|
EnableGlobalWriteForwarding?: boolean;
|
|
1196
|
+
|
|
1197
|
+
DBClusterInstanceClass?: string;
|
|
1198
|
+
|
|
1199
|
+
AllocatedStorage?: number;
|
|
1200
|
+
|
|
1201
|
+
StorageType?: string;
|
|
1202
|
+
|
|
1203
|
+
Iops?: number;
|
|
1204
|
+
|
|
1205
|
+
PubliclyAccessible?: boolean;
|
|
1206
|
+
|
|
1207
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
1208
|
+
|
|
1209
|
+
MonitoringInterval?: number;
|
|
1210
|
+
|
|
1211
|
+
MonitoringRoleArn?: string;
|
|
1212
|
+
|
|
1213
|
+
EnablePerformanceInsights?: boolean;
|
|
1214
|
+
|
|
1215
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
1216
|
+
|
|
1217
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
1346
1218
|
}
|
|
1347
1219
|
export declare namespace CreateDBClusterMessage {
|
|
1348
1220
|
|
|
@@ -1572,6 +1444,26 @@ export interface DBCluster {
|
|
|
1572
1444
|
GlobalWriteForwardingRequested?: boolean;
|
|
1573
1445
|
|
|
1574
1446
|
PendingModifiedValues?: ClusterPendingModifiedValues;
|
|
1447
|
+
|
|
1448
|
+
DBClusterInstanceClass?: string;
|
|
1449
|
+
|
|
1450
|
+
StorageType?: string;
|
|
1451
|
+
|
|
1452
|
+
Iops?: number;
|
|
1453
|
+
|
|
1454
|
+
PubliclyAccessible?: boolean;
|
|
1455
|
+
|
|
1456
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
1457
|
+
|
|
1458
|
+
MonitoringInterval?: number;
|
|
1459
|
+
|
|
1460
|
+
MonitoringRoleArn?: string;
|
|
1461
|
+
|
|
1462
|
+
PerformanceInsightsEnabled?: boolean;
|
|
1463
|
+
|
|
1464
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
1465
|
+
|
|
1466
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
1575
1467
|
}
|
|
1576
1468
|
export declare namespace DBCluster {
|
|
1577
1469
|
|
|
@@ -1591,130 +1483,78 @@ export interface DBClusterAlreadyExistsFault extends __SmithyException, $Metadat
|
|
|
1591
1483
|
$fault: "client";
|
|
1592
1484
|
message?: string;
|
|
1593
1485
|
}
|
|
1594
|
-
export declare namespace DBClusterAlreadyExistsFault {
|
|
1595
|
-
|
|
1596
|
-
const filterSensitiveLog: (obj: DBClusterAlreadyExistsFault) => any;
|
|
1597
|
-
}
|
|
1598
1486
|
|
|
1599
1487
|
export interface DBClusterParameterGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1600
1488
|
name: "DBClusterParameterGroupNotFoundFault";
|
|
1601
1489
|
$fault: "client";
|
|
1602
1490
|
message?: string;
|
|
1603
1491
|
}
|
|
1604
|
-
export declare namespace DBClusterParameterGroupNotFoundFault {
|
|
1605
|
-
|
|
1606
|
-
const filterSensitiveLog: (obj: DBClusterParameterGroupNotFoundFault) => any;
|
|
1607
|
-
}
|
|
1608
1492
|
|
|
1609
1493
|
export interface DBClusterQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1610
1494
|
name: "DBClusterQuotaExceededFault";
|
|
1611
1495
|
$fault: "client";
|
|
1612
1496
|
message?: string;
|
|
1613
1497
|
}
|
|
1614
|
-
export declare namespace DBClusterQuotaExceededFault {
|
|
1615
|
-
|
|
1616
|
-
const filterSensitiveLog: (obj: DBClusterQuotaExceededFault) => any;
|
|
1617
|
-
}
|
|
1618
1498
|
|
|
1619
1499
|
export interface DBSubnetGroupDoesNotCoverEnoughAZs extends __SmithyException, $MetadataBearer {
|
|
1620
1500
|
name: "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
1621
1501
|
$fault: "client";
|
|
1622
1502
|
message?: string;
|
|
1623
1503
|
}
|
|
1624
|
-
export declare namespace DBSubnetGroupDoesNotCoverEnoughAZs {
|
|
1625
|
-
|
|
1626
|
-
const filterSensitiveLog: (obj: DBSubnetGroupDoesNotCoverEnoughAZs) => any;
|
|
1627
|
-
}
|
|
1628
1504
|
|
|
1629
1505
|
export interface DBSubnetGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1630
1506
|
name: "DBSubnetGroupNotFoundFault";
|
|
1631
1507
|
$fault: "client";
|
|
1632
1508
|
message?: string;
|
|
1633
1509
|
}
|
|
1634
|
-
export declare namespace DBSubnetGroupNotFoundFault {
|
|
1635
|
-
|
|
1636
|
-
const filterSensitiveLog: (obj: DBSubnetGroupNotFoundFault) => any;
|
|
1637
|
-
}
|
|
1638
1510
|
|
|
1639
1511
|
export interface DomainNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1640
1512
|
name: "DomainNotFoundFault";
|
|
1641
1513
|
$fault: "client";
|
|
1642
1514
|
message?: string;
|
|
1643
1515
|
}
|
|
1644
|
-
export declare namespace DomainNotFoundFault {
|
|
1645
|
-
|
|
1646
|
-
const filterSensitiveLog: (obj: DomainNotFoundFault) => any;
|
|
1647
|
-
}
|
|
1648
1516
|
|
|
1649
1517
|
export interface GlobalClusterNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1650
1518
|
name: "GlobalClusterNotFoundFault";
|
|
1651
1519
|
$fault: "client";
|
|
1652
1520
|
message?: string;
|
|
1653
1521
|
}
|
|
1654
|
-
export declare namespace GlobalClusterNotFoundFault {
|
|
1655
|
-
|
|
1656
|
-
const filterSensitiveLog: (obj: GlobalClusterNotFoundFault) => any;
|
|
1657
|
-
}
|
|
1658
1522
|
|
|
1659
1523
|
export interface InsufficientStorageClusterCapacityFault extends __SmithyException, $MetadataBearer {
|
|
1660
1524
|
name: "InsufficientStorageClusterCapacityFault";
|
|
1661
1525
|
$fault: "client";
|
|
1662
1526
|
message?: string;
|
|
1663
1527
|
}
|
|
1664
|
-
export declare namespace InsufficientStorageClusterCapacityFault {
|
|
1665
|
-
|
|
1666
|
-
const filterSensitiveLog: (obj: InsufficientStorageClusterCapacityFault) => any;
|
|
1667
|
-
}
|
|
1668
1528
|
|
|
1669
1529
|
export interface InvalidDBSubnetGroupStateFault extends __SmithyException, $MetadataBearer {
|
|
1670
1530
|
name: "InvalidDBSubnetGroupStateFault";
|
|
1671
1531
|
$fault: "client";
|
|
1672
1532
|
message?: string;
|
|
1673
1533
|
}
|
|
1674
|
-
export declare namespace InvalidDBSubnetGroupStateFault {
|
|
1675
|
-
|
|
1676
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetGroupStateFault) => any;
|
|
1677
|
-
}
|
|
1678
1534
|
|
|
1679
1535
|
export interface InvalidGlobalClusterStateFault extends __SmithyException, $MetadataBearer {
|
|
1680
1536
|
name: "InvalidGlobalClusterStateFault";
|
|
1681
1537
|
$fault: "client";
|
|
1682
1538
|
message?: string;
|
|
1683
1539
|
}
|
|
1684
|
-
export declare namespace InvalidGlobalClusterStateFault {
|
|
1685
|
-
|
|
1686
|
-
const filterSensitiveLog: (obj: InvalidGlobalClusterStateFault) => any;
|
|
1687
|
-
}
|
|
1688
1540
|
|
|
1689
1541
|
export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
1690
1542
|
name: "InvalidSubnet";
|
|
1691
1543
|
$fault: "client";
|
|
1692
1544
|
message?: string;
|
|
1693
1545
|
}
|
|
1694
|
-
export declare namespace InvalidSubnet {
|
|
1695
|
-
|
|
1696
|
-
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
1697
|
-
}
|
|
1698
1546
|
|
|
1699
1547
|
export interface InvalidVPCNetworkStateFault extends __SmithyException, $MetadataBearer {
|
|
1700
1548
|
name: "InvalidVPCNetworkStateFault";
|
|
1701
1549
|
$fault: "client";
|
|
1702
1550
|
message?: string;
|
|
1703
1551
|
}
|
|
1704
|
-
export declare namespace InvalidVPCNetworkStateFault {
|
|
1705
|
-
|
|
1706
|
-
const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
|
|
1707
|
-
}
|
|
1708
1552
|
|
|
1709
1553
|
export interface StorageQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1710
1554
|
name: "StorageQuotaExceededFault";
|
|
1711
1555
|
$fault: "client";
|
|
1712
1556
|
message?: string;
|
|
1713
1557
|
}
|
|
1714
|
-
export declare namespace StorageQuotaExceededFault {
|
|
1715
|
-
|
|
1716
|
-
const filterSensitiveLog: (obj: StorageQuotaExceededFault) => any;
|
|
1717
|
-
}
|
|
1718
1558
|
export interface CreateDBClusterEndpointMessage {
|
|
1719
1559
|
|
|
1720
1560
|
DBClusterIdentifier: string | undefined;
|
|
@@ -1766,20 +1606,12 @@ export interface DBClusterEndpointAlreadyExistsFault extends __SmithyException,
|
|
|
1766
1606
|
$fault: "client";
|
|
1767
1607
|
message?: string;
|
|
1768
1608
|
}
|
|
1769
|
-
export declare namespace DBClusterEndpointAlreadyExistsFault {
|
|
1770
|
-
|
|
1771
|
-
const filterSensitiveLog: (obj: DBClusterEndpointAlreadyExistsFault) => any;
|
|
1772
|
-
}
|
|
1773
1609
|
|
|
1774
1610
|
export interface DBClusterEndpointQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1775
1611
|
name: "DBClusterEndpointQuotaExceededFault";
|
|
1776
1612
|
$fault: "client";
|
|
1777
1613
|
message?: string;
|
|
1778
1614
|
}
|
|
1779
|
-
export declare namespace DBClusterEndpointQuotaExceededFault {
|
|
1780
|
-
|
|
1781
|
-
const filterSensitiveLog: (obj: DBClusterEndpointQuotaExceededFault) => any;
|
|
1782
|
-
}
|
|
1783
1615
|
|
|
1784
1616
|
export interface CreateDBClusterParameterGroupMessage {
|
|
1785
1617
|
|
|
@@ -1830,19 +1662,11 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
|
|
|
1830
1662
|
$fault: "client";
|
|
1831
1663
|
message?: string;
|
|
1832
1664
|
}
|
|
1833
|
-
export declare namespace AuthorizationNotFoundFault {
|
|
1834
|
-
|
|
1835
|
-
const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
|
|
1836
|
-
}
|
|
1837
1665
|
export interface BackupPolicyNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1838
1666
|
name: "BackupPolicyNotFoundFault";
|
|
1839
1667
|
$fault: "client";
|
|
1840
1668
|
message?: string;
|
|
1841
1669
|
}
|
|
1842
|
-
export declare namespace BackupPolicyNotFoundFault {
|
|
1843
|
-
|
|
1844
|
-
const filterSensitiveLog: (obj: BackupPolicyNotFoundFault) => any;
|
|
1845
|
-
}
|
|
1846
1670
|
|
|
1847
1671
|
export interface CreateDBInstanceMessage {
|
|
1848
1672
|
|
|
@@ -1943,6 +1767,8 @@ export interface CreateDBInstanceMessage {
|
|
|
1943
1767
|
EnableCustomerOwnedIp?: boolean;
|
|
1944
1768
|
|
|
1945
1769
|
CustomIamInstanceProfile?: string;
|
|
1770
|
+
|
|
1771
|
+
BackupTarget?: string;
|
|
1946
1772
|
}
|
|
1947
1773
|
export declare namespace CreateDBInstanceMessage {
|
|
1948
1774
|
|
|
@@ -2271,6 +2097,8 @@ export interface DBInstance {
|
|
|
2271
2097
|
ResumeFullAutomationModeTime?: Date;
|
|
2272
2098
|
|
|
2273
2099
|
CustomIamInstanceProfile?: string;
|
|
2100
|
+
|
|
2101
|
+
BackupTarget?: string;
|
|
2274
2102
|
}
|
|
2275
2103
|
export declare namespace DBInstance {
|
|
2276
2104
|
|
|
@@ -2290,50 +2118,30 @@ export interface DBInstanceAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
2290
2118
|
$fault: "client";
|
|
2291
2119
|
message?: string;
|
|
2292
2120
|
}
|
|
2293
|
-
export declare namespace DBInstanceAlreadyExistsFault {
|
|
2294
|
-
|
|
2295
|
-
const filterSensitiveLog: (obj: DBInstanceAlreadyExistsFault) => any;
|
|
2296
|
-
}
|
|
2297
2121
|
|
|
2298
2122
|
export interface InstanceQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2299
2123
|
name: "InstanceQuotaExceededFault";
|
|
2300
2124
|
$fault: "client";
|
|
2301
2125
|
message?: string;
|
|
2302
2126
|
}
|
|
2303
|
-
export declare namespace InstanceQuotaExceededFault {
|
|
2304
|
-
|
|
2305
|
-
const filterSensitiveLog: (obj: InstanceQuotaExceededFault) => any;
|
|
2306
|
-
}
|
|
2307
2127
|
|
|
2308
2128
|
export interface InsufficientDBInstanceCapacityFault extends __SmithyException, $MetadataBearer {
|
|
2309
2129
|
name: "InsufficientDBInstanceCapacityFault";
|
|
2310
2130
|
$fault: "client";
|
|
2311
2131
|
message?: string;
|
|
2312
2132
|
}
|
|
2313
|
-
export declare namespace InsufficientDBInstanceCapacityFault {
|
|
2314
|
-
|
|
2315
|
-
const filterSensitiveLog: (obj: InsufficientDBInstanceCapacityFault) => any;
|
|
2316
|
-
}
|
|
2317
2133
|
|
|
2318
2134
|
export interface ProvisionedIopsNotAvailableInAZFault extends __SmithyException, $MetadataBearer {
|
|
2319
2135
|
name: "ProvisionedIopsNotAvailableInAZFault";
|
|
2320
2136
|
$fault: "client";
|
|
2321
2137
|
message?: string;
|
|
2322
2138
|
}
|
|
2323
|
-
export declare namespace ProvisionedIopsNotAvailableInAZFault {
|
|
2324
|
-
|
|
2325
|
-
const filterSensitiveLog: (obj: ProvisionedIopsNotAvailableInAZFault) => any;
|
|
2326
|
-
}
|
|
2327
2139
|
|
|
2328
2140
|
export interface StorageTypeNotSupportedFault extends __SmithyException, $MetadataBearer {
|
|
2329
2141
|
name: "StorageTypeNotSupportedFault";
|
|
2330
2142
|
$fault: "client";
|
|
2331
2143
|
message?: string;
|
|
2332
2144
|
}
|
|
2333
|
-
export declare namespace StorageTypeNotSupportedFault {
|
|
2334
|
-
|
|
2335
|
-
const filterSensitiveLog: (obj: StorageTypeNotSupportedFault) => any;
|
|
2336
|
-
}
|
|
2337
2145
|
export interface CreateDBInstanceReadReplicaMessage {
|
|
2338
2146
|
|
|
2339
2147
|
DBInstanceIdentifier: string | undefined;
|
|
@@ -2420,20 +2228,12 @@ export interface DBSubnetGroupNotAllowedFault extends __SmithyException, $Metada
|
|
|
2420
2228
|
$fault: "client";
|
|
2421
2229
|
message?: string;
|
|
2422
2230
|
}
|
|
2423
|
-
export declare namespace DBSubnetGroupNotAllowedFault {
|
|
2424
|
-
|
|
2425
|
-
const filterSensitiveLog: (obj: DBSubnetGroupNotAllowedFault) => any;
|
|
2426
|
-
}
|
|
2427
2231
|
|
|
2428
2232
|
export interface InvalidDBSubnetGroupFault extends __SmithyException, $MetadataBearer {
|
|
2429
2233
|
name: "InvalidDBSubnetGroupFault";
|
|
2430
2234
|
$fault: "client";
|
|
2431
2235
|
message?: string;
|
|
2432
2236
|
}
|
|
2433
|
-
export declare namespace InvalidDBSubnetGroupFault {
|
|
2434
|
-
|
|
2435
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetGroupFault) => any;
|
|
2436
|
-
}
|
|
2437
2237
|
|
|
2438
2238
|
export interface CreateDBParameterGroupMessage {
|
|
2439
2239
|
|
|
@@ -2590,20 +2390,12 @@ export interface DBProxyAlreadyExistsFault extends __SmithyException, $MetadataB
|
|
|
2590
2390
|
$fault: "client";
|
|
2591
2391
|
message?: string;
|
|
2592
2392
|
}
|
|
2593
|
-
export declare namespace DBProxyAlreadyExistsFault {
|
|
2594
|
-
|
|
2595
|
-
const filterSensitiveLog: (obj: DBProxyAlreadyExistsFault) => any;
|
|
2596
|
-
}
|
|
2597
2393
|
|
|
2598
2394
|
export interface DBProxyQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2599
2395
|
name: "DBProxyQuotaExceededFault";
|
|
2600
2396
|
$fault: "client";
|
|
2601
2397
|
message?: string;
|
|
2602
2398
|
}
|
|
2603
|
-
export declare namespace DBProxyQuotaExceededFault {
|
|
2604
|
-
|
|
2605
|
-
const filterSensitiveLog: (obj: DBProxyQuotaExceededFault) => any;
|
|
2606
|
-
}
|
|
2607
2399
|
export declare enum DBProxyEndpointTargetRole {
|
|
2608
2400
|
READ_ONLY = "READ_ONLY",
|
|
2609
2401
|
READ_WRITE = "READ_WRITE"
|
|
@@ -2677,30 +2469,18 @@ export interface DBProxyEndpointAlreadyExistsFault extends __SmithyException, $M
|
|
|
2677
2469
|
$fault: "client";
|
|
2678
2470
|
message?: string;
|
|
2679
2471
|
}
|
|
2680
|
-
export declare namespace DBProxyEndpointAlreadyExistsFault {
|
|
2681
|
-
|
|
2682
|
-
const filterSensitiveLog: (obj: DBProxyEndpointAlreadyExistsFault) => any;
|
|
2683
|
-
}
|
|
2684
2472
|
|
|
2685
2473
|
export interface DBProxyEndpointQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2686
2474
|
name: "DBProxyEndpointQuotaExceededFault";
|
|
2687
2475
|
$fault: "client";
|
|
2688
2476
|
message?: string;
|
|
2689
2477
|
}
|
|
2690
|
-
export declare namespace DBProxyEndpointQuotaExceededFault {
|
|
2691
|
-
|
|
2692
|
-
const filterSensitiveLog: (obj: DBProxyEndpointQuotaExceededFault) => any;
|
|
2693
|
-
}
|
|
2694
2478
|
|
|
2695
2479
|
export interface InvalidDBProxyStateFault extends __SmithyException, $MetadataBearer {
|
|
2696
2480
|
name: "InvalidDBProxyStateFault";
|
|
2697
2481
|
$fault: "client";
|
|
2698
2482
|
message?: string;
|
|
2699
2483
|
}
|
|
2700
|
-
export declare namespace InvalidDBProxyStateFault {
|
|
2701
|
-
|
|
2702
|
-
const filterSensitiveLog: (obj: InvalidDBProxyStateFault) => any;
|
|
2703
|
-
}
|
|
2704
2484
|
|
|
2705
2485
|
export interface CreateDBSecurityGroupMessage {
|
|
2706
2486
|
|
|
@@ -2728,30 +2508,18 @@ export interface DBSecurityGroupAlreadyExistsFault extends __SmithyException, $M
|
|
|
2728
2508
|
$fault: "client";
|
|
2729
2509
|
message?: string;
|
|
2730
2510
|
}
|
|
2731
|
-
export declare namespace DBSecurityGroupAlreadyExistsFault {
|
|
2732
|
-
|
|
2733
|
-
const filterSensitiveLog: (obj: DBSecurityGroupAlreadyExistsFault) => any;
|
|
2734
|
-
}
|
|
2735
2511
|
|
|
2736
2512
|
export interface DBSecurityGroupNotSupportedFault extends __SmithyException, $MetadataBearer {
|
|
2737
2513
|
name: "DBSecurityGroupNotSupportedFault";
|
|
2738
2514
|
$fault: "client";
|
|
2739
2515
|
message?: string;
|
|
2740
2516
|
}
|
|
2741
|
-
export declare namespace DBSecurityGroupNotSupportedFault {
|
|
2742
|
-
|
|
2743
|
-
const filterSensitiveLog: (obj: DBSecurityGroupNotSupportedFault) => any;
|
|
2744
|
-
}
|
|
2745
2517
|
|
|
2746
2518
|
export interface DBSecurityGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2747
2519
|
name: "DBSecurityGroupQuotaExceededFault";
|
|
2748
2520
|
$fault: "client";
|
|
2749
2521
|
message?: string;
|
|
2750
2522
|
}
|
|
2751
|
-
export declare namespace DBSecurityGroupQuotaExceededFault {
|
|
2752
|
-
|
|
2753
|
-
const filterSensitiveLog: (obj: DBSecurityGroupQuotaExceededFault) => any;
|
|
2754
|
-
}
|
|
2755
2523
|
|
|
2756
2524
|
export interface CreateDBSnapshotMessage {
|
|
2757
2525
|
|
|
@@ -2802,30 +2570,18 @@ export interface DBSubnetGroupAlreadyExistsFault extends __SmithyException, $Met
|
|
|
2802
2570
|
$fault: "client";
|
|
2803
2571
|
message?: string;
|
|
2804
2572
|
}
|
|
2805
|
-
export declare namespace DBSubnetGroupAlreadyExistsFault {
|
|
2806
|
-
|
|
2807
|
-
const filterSensitiveLog: (obj: DBSubnetGroupAlreadyExistsFault) => any;
|
|
2808
|
-
}
|
|
2809
2573
|
|
|
2810
2574
|
export interface DBSubnetGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2811
2575
|
name: "DBSubnetGroupQuotaExceededFault";
|
|
2812
2576
|
$fault: "client";
|
|
2813
2577
|
message?: string;
|
|
2814
2578
|
}
|
|
2815
|
-
export declare namespace DBSubnetGroupQuotaExceededFault {
|
|
2816
|
-
|
|
2817
|
-
const filterSensitiveLog: (obj: DBSubnetGroupQuotaExceededFault) => any;
|
|
2818
|
-
}
|
|
2819
2579
|
|
|
2820
2580
|
export interface DBSubnetQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2821
2581
|
name: "DBSubnetQuotaExceededFault";
|
|
2822
2582
|
$fault: "client";
|
|
2823
2583
|
message?: string;
|
|
2824
2584
|
}
|
|
2825
|
-
export declare namespace DBSubnetQuotaExceededFault {
|
|
2826
|
-
|
|
2827
|
-
const filterSensitiveLog: (obj: DBSubnetQuotaExceededFault) => any;
|
|
2828
|
-
}
|
|
2829
2585
|
|
|
2830
2586
|
export interface CreateEventSubscriptionMessage {
|
|
2831
2587
|
|
|
@@ -2861,60 +2617,36 @@ export interface EventSubscriptionQuotaExceededFault extends __SmithyException,
|
|
|
2861
2617
|
$fault: "client";
|
|
2862
2618
|
message?: string;
|
|
2863
2619
|
}
|
|
2864
|
-
export declare namespace EventSubscriptionQuotaExceededFault {
|
|
2865
|
-
|
|
2866
|
-
const filterSensitiveLog: (obj: EventSubscriptionQuotaExceededFault) => any;
|
|
2867
|
-
}
|
|
2868
2620
|
|
|
2869
2621
|
export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer {
|
|
2870
2622
|
name: "SNSInvalidTopicFault";
|
|
2871
2623
|
$fault: "client";
|
|
2872
2624
|
message?: string;
|
|
2873
2625
|
}
|
|
2874
|
-
export declare namespace SNSInvalidTopicFault {
|
|
2875
|
-
|
|
2876
|
-
const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
|
|
2877
|
-
}
|
|
2878
2626
|
|
|
2879
2627
|
export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBearer {
|
|
2880
2628
|
name: "SNSNoAuthorizationFault";
|
|
2881
2629
|
$fault: "client";
|
|
2882
2630
|
message?: string;
|
|
2883
2631
|
}
|
|
2884
|
-
export declare namespace SNSNoAuthorizationFault {
|
|
2885
|
-
|
|
2886
|
-
const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
|
|
2887
|
-
}
|
|
2888
2632
|
|
|
2889
2633
|
export interface SNSTopicArnNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
2890
2634
|
name: "SNSTopicArnNotFoundFault";
|
|
2891
2635
|
$fault: "client";
|
|
2892
2636
|
message?: string;
|
|
2893
2637
|
}
|
|
2894
|
-
export declare namespace SNSTopicArnNotFoundFault {
|
|
2895
|
-
|
|
2896
|
-
const filterSensitiveLog: (obj: SNSTopicArnNotFoundFault) => any;
|
|
2897
|
-
}
|
|
2898
2638
|
|
|
2899
2639
|
export interface SubscriptionAlreadyExistFault extends __SmithyException, $MetadataBearer {
|
|
2900
2640
|
name: "SubscriptionAlreadyExistFault";
|
|
2901
2641
|
$fault: "client";
|
|
2902
2642
|
message?: string;
|
|
2903
2643
|
}
|
|
2904
|
-
export declare namespace SubscriptionAlreadyExistFault {
|
|
2905
|
-
|
|
2906
|
-
const filterSensitiveLog: (obj: SubscriptionAlreadyExistFault) => any;
|
|
2907
|
-
}
|
|
2908
2644
|
|
|
2909
2645
|
export interface SubscriptionCategoryNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
2910
2646
|
name: "SubscriptionCategoryNotFoundFault";
|
|
2911
2647
|
$fault: "client";
|
|
2912
2648
|
message?: string;
|
|
2913
2649
|
}
|
|
2914
|
-
export declare namespace SubscriptionCategoryNotFoundFault {
|
|
2915
|
-
|
|
2916
|
-
const filterSensitiveLog: (obj: SubscriptionCategoryNotFoundFault) => any;
|
|
2917
|
-
}
|
|
2918
2650
|
export interface CreateGlobalClusterMessage {
|
|
2919
2651
|
|
|
2920
2652
|
GlobalClusterIdentifier?: string;
|
|
@@ -3011,20 +2743,12 @@ export interface GlobalClusterAlreadyExistsFault extends __SmithyException, $Met
|
|
|
3011
2743
|
$fault: "client";
|
|
3012
2744
|
message?: string;
|
|
3013
2745
|
}
|
|
3014
|
-
export declare namespace GlobalClusterAlreadyExistsFault {
|
|
3015
|
-
|
|
3016
|
-
const filterSensitiveLog: (obj: GlobalClusterAlreadyExistsFault) => any;
|
|
3017
|
-
}
|
|
3018
2746
|
|
|
3019
2747
|
export interface GlobalClusterQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
3020
2748
|
name: "GlobalClusterQuotaExceededFault";
|
|
3021
2749
|
$fault: "client";
|
|
3022
2750
|
message?: string;
|
|
3023
2751
|
}
|
|
3024
|
-
export declare namespace GlobalClusterQuotaExceededFault {
|
|
3025
|
-
|
|
3026
|
-
const filterSensitiveLog: (obj: GlobalClusterQuotaExceededFault) => any;
|
|
3027
|
-
}
|
|
3028
2752
|
|
|
3029
2753
|
export interface CreateOptionGroupMessage {
|
|
3030
2754
|
|
|
@@ -3072,10 +2796,6 @@ export interface CustomDBEngineVersionNotFoundFault extends __SmithyException, $
|
|
|
3072
2796
|
$fault: "client";
|
|
3073
2797
|
message?: string;
|
|
3074
2798
|
}
|
|
3075
|
-
export declare namespace CustomDBEngineVersionNotFoundFault {
|
|
3076
|
-
|
|
3077
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionNotFoundFault) => any;
|
|
3078
|
-
}
|
|
3079
2799
|
export interface DeleteCustomDBEngineVersionMessage {
|
|
3080
2800
|
|
|
3081
2801
|
Engine: string | undefined;
|
|
@@ -3092,10 +2812,6 @@ export interface InvalidCustomDBEngineVersionStateFault extends __SmithyExceptio
|
|
|
3092
2812
|
$fault: "client";
|
|
3093
2813
|
message?: string;
|
|
3094
2814
|
}
|
|
3095
|
-
export declare namespace InvalidCustomDBEngineVersionStateFault {
|
|
3096
|
-
|
|
3097
|
-
const filterSensitiveLog: (obj: InvalidCustomDBEngineVersionStateFault) => any;
|
|
3098
|
-
}
|
|
3099
2815
|
|
|
3100
2816
|
export interface DeleteDBClusterMessage {
|
|
3101
2817
|
|
|
@@ -3123,10 +2839,6 @@ export interface DBClusterEndpointNotFoundFault extends __SmithyException, $Meta
|
|
|
3123
2839
|
$fault: "client";
|
|
3124
2840
|
message?: string;
|
|
3125
2841
|
}
|
|
3126
|
-
export declare namespace DBClusterEndpointNotFoundFault {
|
|
3127
|
-
|
|
3128
|
-
const filterSensitiveLog: (obj: DBClusterEndpointNotFoundFault) => any;
|
|
3129
|
-
}
|
|
3130
2842
|
export interface DeleteDBClusterEndpointMessage {
|
|
3131
2843
|
|
|
3132
2844
|
DBClusterEndpointIdentifier: string | undefined;
|
|
@@ -3141,10 +2853,6 @@ export interface InvalidDBClusterEndpointStateFault extends __SmithyException, $
|
|
|
3141
2853
|
$fault: "client";
|
|
3142
2854
|
message?: string;
|
|
3143
2855
|
}
|
|
3144
|
-
export declare namespace InvalidDBClusterEndpointStateFault {
|
|
3145
|
-
|
|
3146
|
-
const filterSensitiveLog: (obj: InvalidDBClusterEndpointStateFault) => any;
|
|
3147
|
-
}
|
|
3148
2856
|
|
|
3149
2857
|
export interface DeleteDBClusterParameterGroupMessage {
|
|
3150
2858
|
|
|
@@ -3160,10 +2868,6 @@ export interface InvalidDBParameterGroupStateFault extends __SmithyException, $M
|
|
|
3160
2868
|
$fault: "client";
|
|
3161
2869
|
message?: string;
|
|
3162
2870
|
}
|
|
3163
|
-
export declare namespace InvalidDBParameterGroupStateFault {
|
|
3164
|
-
|
|
3165
|
-
const filterSensitiveLog: (obj: InvalidDBParameterGroupStateFault) => any;
|
|
3166
|
-
}
|
|
3167
2871
|
|
|
3168
2872
|
export interface DeleteDBClusterSnapshotMessage {
|
|
3169
2873
|
|
|
@@ -3187,10 +2891,6 @@ export interface DBInstanceAutomatedBackupQuotaExceededFault extends __SmithyExc
|
|
|
3187
2891
|
$fault: "client";
|
|
3188
2892
|
message?: string;
|
|
3189
2893
|
}
|
|
3190
|
-
export declare namespace DBInstanceAutomatedBackupQuotaExceededFault {
|
|
3191
|
-
|
|
3192
|
-
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupQuotaExceededFault) => any;
|
|
3193
|
-
}
|
|
3194
2894
|
|
|
3195
2895
|
export interface DeleteDBInstanceMessage {
|
|
3196
2896
|
|
|
@@ -3220,10 +2920,6 @@ export interface DBInstanceAutomatedBackupNotFoundFault extends __SmithyExceptio
|
|
|
3220
2920
|
$fault: "client";
|
|
3221
2921
|
message?: string;
|
|
3222
2922
|
}
|
|
3223
|
-
export declare namespace DBInstanceAutomatedBackupNotFoundFault {
|
|
3224
|
-
|
|
3225
|
-
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupNotFoundFault) => any;
|
|
3226
|
-
}
|
|
3227
2923
|
|
|
3228
2924
|
export interface DeleteDBInstanceAutomatedBackupMessage {
|
|
3229
2925
|
|
|
@@ -3300,6 +2996,8 @@ export interface DBInstanceAutomatedBackup {
|
|
|
3300
2996
|
DBInstanceAutomatedBackupsArn?: string;
|
|
3301
2997
|
|
|
3302
2998
|
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[];
|
|
2999
|
+
|
|
3000
|
+
BackupTarget?: string;
|
|
3303
3001
|
}
|
|
3304
3002
|
export declare namespace DBInstanceAutomatedBackup {
|
|
3305
3003
|
|
|
@@ -3319,10 +3017,6 @@ export interface InvalidDBInstanceAutomatedBackupStateFault extends __SmithyExce
|
|
|
3319
3017
|
$fault: "client";
|
|
3320
3018
|
message?: string;
|
|
3321
3019
|
}
|
|
3322
|
-
export declare namespace InvalidDBInstanceAutomatedBackupStateFault {
|
|
3323
|
-
|
|
3324
|
-
const filterSensitiveLog: (obj: InvalidDBInstanceAutomatedBackupStateFault) => any;
|
|
3325
|
-
}
|
|
3326
3020
|
|
|
3327
3021
|
export interface DeleteDBParameterGroupMessage {
|
|
3328
3022
|
|
|
@@ -3354,10 +3048,6 @@ export interface DBProxyEndpointNotFoundFault extends __SmithyException, $Metada
|
|
|
3354
3048
|
$fault: "client";
|
|
3355
3049
|
message?: string;
|
|
3356
3050
|
}
|
|
3357
|
-
export declare namespace DBProxyEndpointNotFoundFault {
|
|
3358
|
-
|
|
3359
|
-
const filterSensitiveLog: (obj: DBProxyEndpointNotFoundFault) => any;
|
|
3360
|
-
}
|
|
3361
3051
|
export interface DeleteDBProxyEndpointRequest {
|
|
3362
3052
|
|
|
3363
3053
|
DBProxyEndpointName: string | undefined;
|
|
@@ -3380,10 +3070,6 @@ export interface InvalidDBProxyEndpointStateFault extends __SmithyException, $Me
|
|
|
3380
3070
|
$fault: "client";
|
|
3381
3071
|
message?: string;
|
|
3382
3072
|
}
|
|
3383
|
-
export declare namespace InvalidDBProxyEndpointStateFault {
|
|
3384
|
-
|
|
3385
|
-
const filterSensitiveLog: (obj: InvalidDBProxyEndpointStateFault) => any;
|
|
3386
|
-
}
|
|
3387
3073
|
|
|
3388
3074
|
export interface DeleteDBSecurityGroupMessage {
|
|
3389
3075
|
|
|
@@ -3425,10 +3111,6 @@ export interface InvalidDBSubnetStateFault extends __SmithyException, $MetadataB
|
|
|
3425
3111
|
$fault: "client";
|
|
3426
3112
|
message?: string;
|
|
3427
3113
|
}
|
|
3428
|
-
export declare namespace InvalidDBSubnetStateFault {
|
|
3429
|
-
|
|
3430
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetStateFault) => any;
|
|
3431
|
-
}
|
|
3432
3114
|
|
|
3433
3115
|
export interface DeleteEventSubscriptionMessage {
|
|
3434
3116
|
|
|
@@ -3452,10 +3134,6 @@ export interface InvalidEventSubscriptionStateFault extends __SmithyException, $
|
|
|
3452
3134
|
$fault: "client";
|
|
3453
3135
|
message?: string;
|
|
3454
3136
|
}
|
|
3455
|
-
export declare namespace InvalidEventSubscriptionStateFault {
|
|
3456
|
-
|
|
3457
|
-
const filterSensitiveLog: (obj: InvalidEventSubscriptionStateFault) => any;
|
|
3458
|
-
}
|
|
3459
3137
|
export interface DeleteGlobalClusterMessage {
|
|
3460
3138
|
|
|
3461
3139
|
GlobalClusterIdentifier: string | undefined;
|
|
@@ -3518,10 +3196,6 @@ export interface InstallationMediaNotFoundFault extends __SmithyException, $Meta
|
|
|
3518
3196
|
$fault: "client";
|
|
3519
3197
|
message?: string;
|
|
3520
3198
|
}
|
|
3521
|
-
export declare namespace InstallationMediaNotFoundFault {
|
|
3522
|
-
|
|
3523
|
-
const filterSensitiveLog: (obj: InstallationMediaNotFoundFault) => any;
|
|
3524
|
-
}
|
|
3525
3199
|
|
|
3526
3200
|
export interface DeleteOptionGroupMessage {
|
|
3527
3201
|
|
|
@@ -3537,20 +3211,12 @@ export interface InvalidOptionGroupStateFault extends __SmithyException, $Metada
|
|
|
3537
3211
|
$fault: "client";
|
|
3538
3212
|
message?: string;
|
|
3539
3213
|
}
|
|
3540
|
-
export declare namespace InvalidOptionGroupStateFault {
|
|
3541
|
-
|
|
3542
|
-
const filterSensitiveLog: (obj: InvalidOptionGroupStateFault) => any;
|
|
3543
|
-
}
|
|
3544
3214
|
|
|
3545
3215
|
export interface DBProxyTargetNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
3546
3216
|
name: "DBProxyTargetNotFoundFault";
|
|
3547
3217
|
$fault: "client";
|
|
3548
3218
|
message?: string;
|
|
3549
3219
|
}
|
|
3550
|
-
export declare namespace DBProxyTargetNotFoundFault {
|
|
3551
|
-
|
|
3552
|
-
const filterSensitiveLog: (obj: DBProxyTargetNotFoundFault) => any;
|
|
3553
|
-
}
|
|
3554
3220
|
export interface DeregisterDBProxyTargetsRequest {
|
|
3555
3221
|
|
|
3556
3222
|
DBProxyName: string | undefined;
|
|
@@ -3618,10 +3284,6 @@ export interface CertificateNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
3618
3284
|
$fault: "client";
|
|
3619
3285
|
message?: string;
|
|
3620
3286
|
}
|
|
3621
|
-
export declare namespace CertificateNotFoundFault {
|
|
3622
|
-
|
|
3623
|
-
const filterSensitiveLog: (obj: CertificateNotFoundFault) => any;
|
|
3624
|
-
}
|
|
3625
3287
|
|
|
3626
3288
|
export interface Filter {
|
|
3627
3289
|
|
|
@@ -3689,10 +3351,6 @@ export interface DBClusterBacktrackNotFoundFault extends __SmithyException, $Met
|
|
|
3689
3351
|
$fault: "client";
|
|
3690
3352
|
message?: string;
|
|
3691
3353
|
}
|
|
3692
|
-
export declare namespace DBClusterBacktrackNotFoundFault {
|
|
3693
|
-
|
|
3694
|
-
const filterSensitiveLog: (obj: DBClusterBacktrackNotFoundFault) => any;
|
|
3695
|
-
}
|
|
3696
3354
|
|
|
3697
3355
|
export interface DescribeDBClusterBacktracksMessage {
|
|
3698
3356
|
|