@aws-sdk/client-rds 3.67.0 → 3.75.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 +30 -0
- package/dist-cjs/RDS.js +0 -90
- package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +1 -2
- package/dist-cjs/commands/DescribeDBSecurityGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBSnapshotAttributesCommand.js +2 -1
- package/dist-cjs/commands/index.js +0 -6
- package/dist-cjs/models/models_0.js +91 -122
- package/dist-cjs/models/models_1.js +4 -109
- package/dist-cjs/pagination/index.js +1 -3
- package/dist-cjs/protocols/Aws_query.js +68 -640
- package/dist-es/RDS.js +0 -90
- package/dist-es/commands/DescribeDBProxyTargetsCommand.js +1 -2
- package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +1 -1
- package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +2 -1
- package/dist-es/commands/index.js +0 -6
- package/dist-es/models/models_0.js +66 -89
- package/dist-es/models/models_1.js +0 -82
- package/dist-es/pagination/index.js +1 -3
- package/dist-es/protocols/Aws_query.js +78 -717
- package/dist-types/RDS.d.ts +1 -61
- package/dist-types/RDSClient.d.ts +2 -8
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +0 -6
- package/dist-types/models/models_0.d.ts +304 -308
- package/dist-types/models/models_1.d.ts +223 -382
- package/dist-types/pagination/index.d.ts +1 -3
- package/dist-types/protocols/Aws_query.d.ts +0 -18
- package/dist-types/ts3.4/RDS.d.ts +0 -30
- package/dist-types/ts3.4/RDSClient.d.ts +2 -8
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/index.d.ts +0 -6
- package/dist-types/ts3.4/models/models_0.d.ts +151 -158
- package/dist-types/ts3.4/models/models_1.d.ts +9 -173
- package/dist-types/ts3.4/pagination/index.d.ts +1 -3
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -18
- package/package.json +11 -11
- package/dist-cjs/commands/CreateCustomAvailabilityZoneCommand.js +0 -36
- package/dist-cjs/commands/DeleteCustomAvailabilityZoneCommand.js +0 -36
- package/dist-cjs/commands/DeleteInstallationMediaCommand.js +0 -36
- package/dist-cjs/commands/DescribeCustomAvailabilityZonesCommand.js +0 -36
- package/dist-cjs/commands/DescribeInstallationMediaCommand.js +0 -36
- package/dist-cjs/commands/ImportInstallationMediaCommand.js +0 -37
- package/dist-cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -35
- package/dist-cjs/pagination/DescribeInstallationMediaPaginator.js +0 -35
- package/dist-es/commands/CreateCustomAvailabilityZoneCommand.js +0 -39
- package/dist-es/commands/DeleteCustomAvailabilityZoneCommand.js +0 -39
- package/dist-es/commands/DeleteInstallationMediaCommand.js +0 -39
- package/dist-es/commands/DescribeCustomAvailabilityZonesCommand.js +0 -39
- package/dist-es/commands/DescribeInstallationMediaCommand.js +0 -39
- package/dist-es/commands/ImportInstallationMediaCommand.js +0 -40
- package/dist-es/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -74
- package/dist-es/pagination/DescribeInstallationMediaPaginator.js +0 -74
- package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -40
- package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -40
- package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +0 -36
- package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -40
- package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +0 -36
- package/dist-types/commands/ImportInstallationMediaCommand.d.ts +0 -37
- package/dist-types/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
- package/dist-types/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
- package/dist-types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +0 -18
- package/dist-types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
package/dist-es/RDS.js
CHANGED
|
@@ -12,7 +12,6 @@ import { CopyDBClusterSnapshotCommand, } from "./commands/CopyDBClusterSnapshotC
|
|
|
12
12
|
import { CopyDBParameterGroupCommand, } from "./commands/CopyDBParameterGroupCommand";
|
|
13
13
|
import { CopyDBSnapshotCommand, } from "./commands/CopyDBSnapshotCommand";
|
|
14
14
|
import { CopyOptionGroupCommand, } from "./commands/CopyOptionGroupCommand";
|
|
15
|
-
import { CreateCustomAvailabilityZoneCommand, } from "./commands/CreateCustomAvailabilityZoneCommand";
|
|
16
15
|
import { CreateCustomDBEngineVersionCommand, } from "./commands/CreateCustomDBEngineVersionCommand";
|
|
17
16
|
import { CreateDBClusterCommand, } from "./commands/CreateDBClusterCommand";
|
|
18
17
|
import { CreateDBClusterEndpointCommand, } from "./commands/CreateDBClusterEndpointCommand";
|
|
@@ -29,7 +28,6 @@ import { CreateDBSubnetGroupCommand, } from "./commands/CreateDBSubnetGroupComma
|
|
|
29
28
|
import { CreateEventSubscriptionCommand, } from "./commands/CreateEventSubscriptionCommand";
|
|
30
29
|
import { CreateGlobalClusterCommand, } from "./commands/CreateGlobalClusterCommand";
|
|
31
30
|
import { CreateOptionGroupCommand, } from "./commands/CreateOptionGroupCommand";
|
|
32
|
-
import { DeleteCustomAvailabilityZoneCommand, } from "./commands/DeleteCustomAvailabilityZoneCommand";
|
|
33
31
|
import { DeleteCustomDBEngineVersionCommand, } from "./commands/DeleteCustomDBEngineVersionCommand";
|
|
34
32
|
import { DeleteDBClusterCommand, } from "./commands/DeleteDBClusterCommand";
|
|
35
33
|
import { DeleteDBClusterEndpointCommand, } from "./commands/DeleteDBClusterEndpointCommand";
|
|
@@ -45,12 +43,10 @@ import { DeleteDBSnapshotCommand, } from "./commands/DeleteDBSnapshotCommand";
|
|
|
45
43
|
import { DeleteDBSubnetGroupCommand, } from "./commands/DeleteDBSubnetGroupCommand";
|
|
46
44
|
import { DeleteEventSubscriptionCommand, } from "./commands/DeleteEventSubscriptionCommand";
|
|
47
45
|
import { DeleteGlobalClusterCommand, } from "./commands/DeleteGlobalClusterCommand";
|
|
48
|
-
import { DeleteInstallationMediaCommand, } from "./commands/DeleteInstallationMediaCommand";
|
|
49
46
|
import { DeleteOptionGroupCommand, } from "./commands/DeleteOptionGroupCommand";
|
|
50
47
|
import { DeregisterDBProxyTargetsCommand, } from "./commands/DeregisterDBProxyTargetsCommand";
|
|
51
48
|
import { DescribeAccountAttributesCommand, } from "./commands/DescribeAccountAttributesCommand";
|
|
52
49
|
import { DescribeCertificatesCommand, } from "./commands/DescribeCertificatesCommand";
|
|
53
|
-
import { DescribeCustomAvailabilityZonesCommand, } from "./commands/DescribeCustomAvailabilityZonesCommand";
|
|
54
50
|
import { DescribeDBClusterBacktracksCommand, } from "./commands/DescribeDBClusterBacktracksCommand";
|
|
55
51
|
import { DescribeDBClusterEndpointsCommand, } from "./commands/DescribeDBClusterEndpointsCommand";
|
|
56
52
|
import { DescribeDBClusterParameterGroupsCommand, } from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
@@ -79,7 +75,6 @@ import { DescribeEventsCommand, } from "./commands/DescribeEventsCommand";
|
|
|
79
75
|
import { DescribeEventSubscriptionsCommand, } from "./commands/DescribeEventSubscriptionsCommand";
|
|
80
76
|
import { DescribeExportTasksCommand, } from "./commands/DescribeExportTasksCommand";
|
|
81
77
|
import { DescribeGlobalClustersCommand, } from "./commands/DescribeGlobalClustersCommand";
|
|
82
|
-
import { DescribeInstallationMediaCommand, } from "./commands/DescribeInstallationMediaCommand";
|
|
83
78
|
import { DescribeOptionGroupOptionsCommand, } from "./commands/DescribeOptionGroupOptionsCommand";
|
|
84
79
|
import { DescribeOptionGroupsCommand, } from "./commands/DescribeOptionGroupsCommand";
|
|
85
80
|
import { DescribeOrderableDBInstanceOptionsCommand, } from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
@@ -91,7 +86,6 @@ import { DescribeValidDBInstanceModificationsCommand, } from "./commands/Describ
|
|
|
91
86
|
import { DownloadDBLogFilePortionCommand, } from "./commands/DownloadDBLogFilePortionCommand";
|
|
92
87
|
import { FailoverDBClusterCommand, } from "./commands/FailoverDBClusterCommand";
|
|
93
88
|
import { FailoverGlobalClusterCommand, } from "./commands/FailoverGlobalClusterCommand";
|
|
94
|
-
import { ImportInstallationMediaCommand, } from "./commands/ImportInstallationMediaCommand";
|
|
95
89
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
96
90
|
import { ModifyCertificatesCommand, } from "./commands/ModifyCertificatesCommand";
|
|
97
91
|
import { ModifyCurrentDBClusterCapacityCommand, } from "./commands/ModifyCurrentDBClusterCapacityCommand";
|
|
@@ -328,20 +322,6 @@ var RDS = (function (_super) {
|
|
|
328
322
|
return this.send(command, optionsOrCb);
|
|
329
323
|
}
|
|
330
324
|
};
|
|
331
|
-
RDS.prototype.createCustomAvailabilityZone = function (args, optionsOrCb, cb) {
|
|
332
|
-
var command = new CreateCustomAvailabilityZoneCommand(args);
|
|
333
|
-
if (typeof optionsOrCb === "function") {
|
|
334
|
-
this.send(command, optionsOrCb);
|
|
335
|
-
}
|
|
336
|
-
else if (typeof cb === "function") {
|
|
337
|
-
if (typeof optionsOrCb !== "object")
|
|
338
|
-
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
339
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
340
|
-
}
|
|
341
|
-
else {
|
|
342
|
-
return this.send(command, optionsOrCb);
|
|
343
|
-
}
|
|
344
|
-
};
|
|
345
325
|
RDS.prototype.createCustomDBEngineVersion = function (args, optionsOrCb, cb) {
|
|
346
326
|
var command = new CreateCustomDBEngineVersionCommand(args);
|
|
347
327
|
if (typeof optionsOrCb === "function") {
|
|
@@ -566,20 +546,6 @@ var RDS = (function (_super) {
|
|
|
566
546
|
return this.send(command, optionsOrCb);
|
|
567
547
|
}
|
|
568
548
|
};
|
|
569
|
-
RDS.prototype.deleteCustomAvailabilityZone = function (args, optionsOrCb, cb) {
|
|
570
|
-
var command = new DeleteCustomAvailabilityZoneCommand(args);
|
|
571
|
-
if (typeof optionsOrCb === "function") {
|
|
572
|
-
this.send(command, optionsOrCb);
|
|
573
|
-
}
|
|
574
|
-
else if (typeof cb === "function") {
|
|
575
|
-
if (typeof optionsOrCb !== "object")
|
|
576
|
-
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
577
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
578
|
-
}
|
|
579
|
-
else {
|
|
580
|
-
return this.send(command, optionsOrCb);
|
|
581
|
-
}
|
|
582
|
-
};
|
|
583
549
|
RDS.prototype.deleteCustomDBEngineVersion = function (args, optionsOrCb, cb) {
|
|
584
550
|
var command = new DeleteCustomDBEngineVersionCommand(args);
|
|
585
551
|
if (typeof optionsOrCb === "function") {
|
|
@@ -790,20 +756,6 @@ var RDS = (function (_super) {
|
|
|
790
756
|
return this.send(command, optionsOrCb);
|
|
791
757
|
}
|
|
792
758
|
};
|
|
793
|
-
RDS.prototype.deleteInstallationMedia = function (args, optionsOrCb, cb) {
|
|
794
|
-
var command = new DeleteInstallationMediaCommand(args);
|
|
795
|
-
if (typeof optionsOrCb === "function") {
|
|
796
|
-
this.send(command, optionsOrCb);
|
|
797
|
-
}
|
|
798
|
-
else if (typeof cb === "function") {
|
|
799
|
-
if (typeof optionsOrCb !== "object")
|
|
800
|
-
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
801
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
802
|
-
}
|
|
803
|
-
else {
|
|
804
|
-
return this.send(command, optionsOrCb);
|
|
805
|
-
}
|
|
806
|
-
};
|
|
807
759
|
RDS.prototype.deleteOptionGroup = function (args, optionsOrCb, cb) {
|
|
808
760
|
var command = new DeleteOptionGroupCommand(args);
|
|
809
761
|
if (typeof optionsOrCb === "function") {
|
|
@@ -860,20 +812,6 @@ var RDS = (function (_super) {
|
|
|
860
812
|
return this.send(command, optionsOrCb);
|
|
861
813
|
}
|
|
862
814
|
};
|
|
863
|
-
RDS.prototype.describeCustomAvailabilityZones = function (args, optionsOrCb, cb) {
|
|
864
|
-
var command = new DescribeCustomAvailabilityZonesCommand(args);
|
|
865
|
-
if (typeof optionsOrCb === "function") {
|
|
866
|
-
this.send(command, optionsOrCb);
|
|
867
|
-
}
|
|
868
|
-
else if (typeof cb === "function") {
|
|
869
|
-
if (typeof optionsOrCb !== "object")
|
|
870
|
-
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
871
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
872
|
-
}
|
|
873
|
-
else {
|
|
874
|
-
return this.send(command, optionsOrCb);
|
|
875
|
-
}
|
|
876
|
-
};
|
|
877
815
|
RDS.prototype.describeDBClusterBacktracks = function (args, optionsOrCb, cb) {
|
|
878
816
|
var command = new DescribeDBClusterBacktracksCommand(args);
|
|
879
817
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1266,20 +1204,6 @@ var RDS = (function (_super) {
|
|
|
1266
1204
|
return this.send(command, optionsOrCb);
|
|
1267
1205
|
}
|
|
1268
1206
|
};
|
|
1269
|
-
RDS.prototype.describeInstallationMedia = function (args, optionsOrCb, cb) {
|
|
1270
|
-
var command = new DescribeInstallationMediaCommand(args);
|
|
1271
|
-
if (typeof optionsOrCb === "function") {
|
|
1272
|
-
this.send(command, optionsOrCb);
|
|
1273
|
-
}
|
|
1274
|
-
else if (typeof cb === "function") {
|
|
1275
|
-
if (typeof optionsOrCb !== "object")
|
|
1276
|
-
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1277
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1278
|
-
}
|
|
1279
|
-
else {
|
|
1280
|
-
return this.send(command, optionsOrCb);
|
|
1281
|
-
}
|
|
1282
|
-
};
|
|
1283
1207
|
RDS.prototype.describeOptionGroupOptions = function (args, optionsOrCb, cb) {
|
|
1284
1208
|
var command = new DescribeOptionGroupOptionsCommand(args);
|
|
1285
1209
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1434,20 +1358,6 @@ var RDS = (function (_super) {
|
|
|
1434
1358
|
return this.send(command, optionsOrCb);
|
|
1435
1359
|
}
|
|
1436
1360
|
};
|
|
1437
|
-
RDS.prototype.importInstallationMedia = function (args, optionsOrCb, cb) {
|
|
1438
|
-
var command = new ImportInstallationMediaCommand(args);
|
|
1439
|
-
if (typeof optionsOrCb === "function") {
|
|
1440
|
-
this.send(command, optionsOrCb);
|
|
1441
|
-
}
|
|
1442
|
-
else if (typeof cb === "function") {
|
|
1443
|
-
if (typeof optionsOrCb !== "object")
|
|
1444
|
-
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1445
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1446
|
-
}
|
|
1447
|
-
else {
|
|
1448
|
-
return this.send(command, optionsOrCb);
|
|
1449
|
-
}
|
|
1450
|
-
};
|
|
1451
1361
|
RDS.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
|
|
1452
1362
|
var command = new ListTagsForResourceCommand(args);
|
|
1453
1363
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeDBProxyTargetsRequest } from "../models/models_0";
|
|
5
|
-
import { DescribeDBProxyTargetsResponse } from "../models/models_1";
|
|
4
|
+
import { DescribeDBProxyTargetsRequest, DescribeDBProxyTargetsResponse } from "../models/models_0";
|
|
6
5
|
import { deserializeAws_queryDescribeDBProxyTargetsCommand, serializeAws_queryDescribeDBProxyTargetsCommand, } from "../protocols/Aws_query";
|
|
7
6
|
var DescribeDBProxyTargetsCommand = (function (_super) {
|
|
8
7
|
__extends(DescribeDBProxyTargetsCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DBSecurityGroupMessage, DescribeDBSecurityGroupsMessage } from "../models/
|
|
4
|
+
import { DBSecurityGroupMessage, DescribeDBSecurityGroupsMessage } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeDBSecurityGroupsCommand, serializeAws_queryDescribeDBSecurityGroupsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeDBSecurityGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDBSecurityGroupsCommand, _super);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeDBSnapshotAttributesMessage
|
|
4
|
+
import { DescribeDBSnapshotAttributesMessage } from "../models/models_0";
|
|
5
|
+
import { DescribeDBSnapshotAttributesResult } from "../models/models_1";
|
|
5
6
|
import { deserializeAws_queryDescribeDBSnapshotAttributesCommand, serializeAws_queryDescribeDBSnapshotAttributesCommand, } from "../protocols/Aws_query";
|
|
6
7
|
var DescribeDBSnapshotAttributesCommand = (function (_super) {
|
|
7
8
|
__extends(DescribeDBSnapshotAttributesCommand, _super);
|
|
@@ -11,7 +11,6 @@ export * from "./CopyDBClusterSnapshotCommand";
|
|
|
11
11
|
export * from "./CopyDBParameterGroupCommand";
|
|
12
12
|
export * from "./CopyDBSnapshotCommand";
|
|
13
13
|
export * from "./CopyOptionGroupCommand";
|
|
14
|
-
export * from "./CreateCustomAvailabilityZoneCommand";
|
|
15
14
|
export * from "./CreateCustomDBEngineVersionCommand";
|
|
16
15
|
export * from "./CreateDBClusterCommand";
|
|
17
16
|
export * from "./CreateDBClusterEndpointCommand";
|
|
@@ -28,7 +27,6 @@ export * from "./CreateDBSubnetGroupCommand";
|
|
|
28
27
|
export * from "./CreateEventSubscriptionCommand";
|
|
29
28
|
export * from "./CreateGlobalClusterCommand";
|
|
30
29
|
export * from "./CreateOptionGroupCommand";
|
|
31
|
-
export * from "./DeleteCustomAvailabilityZoneCommand";
|
|
32
30
|
export * from "./DeleteCustomDBEngineVersionCommand";
|
|
33
31
|
export * from "./DeleteDBClusterCommand";
|
|
34
32
|
export * from "./DeleteDBClusterEndpointCommand";
|
|
@@ -44,12 +42,10 @@ export * from "./DeleteDBSnapshotCommand";
|
|
|
44
42
|
export * from "./DeleteDBSubnetGroupCommand";
|
|
45
43
|
export * from "./DeleteEventSubscriptionCommand";
|
|
46
44
|
export * from "./DeleteGlobalClusterCommand";
|
|
47
|
-
export * from "./DeleteInstallationMediaCommand";
|
|
48
45
|
export * from "./DeleteOptionGroupCommand";
|
|
49
46
|
export * from "./DeregisterDBProxyTargetsCommand";
|
|
50
47
|
export * from "./DescribeAccountAttributesCommand";
|
|
51
48
|
export * from "./DescribeCertificatesCommand";
|
|
52
|
-
export * from "./DescribeCustomAvailabilityZonesCommand";
|
|
53
49
|
export * from "./DescribeDBClusterBacktracksCommand";
|
|
54
50
|
export * from "./DescribeDBClusterEndpointsCommand";
|
|
55
51
|
export * from "./DescribeDBClusterParameterGroupsCommand";
|
|
@@ -78,7 +74,6 @@ export * from "./DescribeEventSubscriptionsCommand";
|
|
|
78
74
|
export * from "./DescribeEventsCommand";
|
|
79
75
|
export * from "./DescribeExportTasksCommand";
|
|
80
76
|
export * from "./DescribeGlobalClustersCommand";
|
|
81
|
-
export * from "./DescribeInstallationMediaCommand";
|
|
82
77
|
export * from "./DescribeOptionGroupOptionsCommand";
|
|
83
78
|
export * from "./DescribeOptionGroupsCommand";
|
|
84
79
|
export * from "./DescribeOrderableDBInstanceOptionsCommand";
|
|
@@ -90,7 +85,6 @@ export * from "./DescribeValidDBInstanceModificationsCommand";
|
|
|
90
85
|
export * from "./DownloadDBLogFilePortionCommand";
|
|
91
86
|
export * from "./FailoverDBClusterCommand";
|
|
92
87
|
export * from "./FailoverGlobalClusterCommand";
|
|
93
|
-
export * from "./ImportInstallationMediaCommand";
|
|
94
88
|
export * from "./ListTagsForResourceCommand";
|
|
95
89
|
export * from "./ModifyCertificatesCommand";
|
|
96
90
|
export * from "./ModifyCurrentDBClusterCapacityCommand";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
|
-
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
2
|
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
4
3
|
export var AccountQuota;
|
|
5
4
|
(function (AccountQuota) {
|
|
@@ -577,48 +576,6 @@ var OptionGroupQuotaExceededFault = (function (_super) {
|
|
|
577
576
|
return OptionGroupQuotaExceededFault;
|
|
578
577
|
}(__BaseException));
|
|
579
578
|
export { OptionGroupQuotaExceededFault };
|
|
580
|
-
export var CreateCustomAvailabilityZoneMessage;
|
|
581
|
-
(function (CreateCustomAvailabilityZoneMessage) {
|
|
582
|
-
CreateCustomAvailabilityZoneMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
-
})(CreateCustomAvailabilityZoneMessage || (CreateCustomAvailabilityZoneMessage = {}));
|
|
584
|
-
export var VpnDetails;
|
|
585
|
-
(function (VpnDetails) {
|
|
586
|
-
VpnDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.VpnPSK && { VpnPSK: SENSITIVE_STRING }))); };
|
|
587
|
-
})(VpnDetails || (VpnDetails = {}));
|
|
588
|
-
export var CustomAvailabilityZone;
|
|
589
|
-
(function (CustomAvailabilityZone) {
|
|
590
|
-
CustomAvailabilityZone.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.VpnDetails && { VpnDetails: VpnDetails.filterSensitiveLog(obj.VpnDetails) }))); };
|
|
591
|
-
})(CustomAvailabilityZone || (CustomAvailabilityZone = {}));
|
|
592
|
-
export var CreateCustomAvailabilityZoneResult;
|
|
593
|
-
(function (CreateCustomAvailabilityZoneResult) {
|
|
594
|
-
CreateCustomAvailabilityZoneResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CustomAvailabilityZone && {
|
|
595
|
-
CustomAvailabilityZone: CustomAvailabilityZone.filterSensitiveLog(obj.CustomAvailabilityZone),
|
|
596
|
-
}))); };
|
|
597
|
-
})(CreateCustomAvailabilityZoneResult || (CreateCustomAvailabilityZoneResult = {}));
|
|
598
|
-
var CustomAvailabilityZoneAlreadyExistsFault = (function (_super) {
|
|
599
|
-
__extends(CustomAvailabilityZoneAlreadyExistsFault, _super);
|
|
600
|
-
function CustomAvailabilityZoneAlreadyExistsFault(opts) {
|
|
601
|
-
var _this = _super.call(this, __assign({ name: "CustomAvailabilityZoneAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
602
|
-
_this.name = "CustomAvailabilityZoneAlreadyExistsFault";
|
|
603
|
-
_this.$fault = "client";
|
|
604
|
-
Object.setPrototypeOf(_this, CustomAvailabilityZoneAlreadyExistsFault.prototype);
|
|
605
|
-
return _this;
|
|
606
|
-
}
|
|
607
|
-
return CustomAvailabilityZoneAlreadyExistsFault;
|
|
608
|
-
}(__BaseException));
|
|
609
|
-
export { CustomAvailabilityZoneAlreadyExistsFault };
|
|
610
|
-
var CustomAvailabilityZoneQuotaExceededFault = (function (_super) {
|
|
611
|
-
__extends(CustomAvailabilityZoneQuotaExceededFault, _super);
|
|
612
|
-
function CustomAvailabilityZoneQuotaExceededFault(opts) {
|
|
613
|
-
var _this = _super.call(this, __assign({ name: "CustomAvailabilityZoneQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
614
|
-
_this.name = "CustomAvailabilityZoneQuotaExceededFault";
|
|
615
|
-
_this.$fault = "client";
|
|
616
|
-
Object.setPrototypeOf(_this, CustomAvailabilityZoneQuotaExceededFault.prototype);
|
|
617
|
-
return _this;
|
|
618
|
-
}
|
|
619
|
-
return CustomAvailabilityZoneQuotaExceededFault;
|
|
620
|
-
}(__BaseException));
|
|
621
|
-
export { CustomAvailabilityZoneQuotaExceededFault };
|
|
622
579
|
export var CreateCustomDBEngineVersionMessage;
|
|
623
580
|
(function (CreateCustomDBEngineVersionMessage) {
|
|
624
581
|
CreateCustomDBEngineVersionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -667,6 +624,10 @@ export var ScalingConfiguration;
|
|
|
667
624
|
(function (ScalingConfiguration) {
|
|
668
625
|
ScalingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
626
|
})(ScalingConfiguration || (ScalingConfiguration = {}));
|
|
627
|
+
export var ServerlessV2ScalingConfiguration;
|
|
628
|
+
(function (ServerlessV2ScalingConfiguration) {
|
|
629
|
+
ServerlessV2ScalingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
})(ServerlessV2ScalingConfiguration || (ServerlessV2ScalingConfiguration = {}));
|
|
670
631
|
export var CreateDBClusterMessage;
|
|
671
632
|
(function (CreateDBClusterMessage) {
|
|
672
633
|
CreateDBClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -707,6 +668,10 @@ export var ScalingConfigurationInfo;
|
|
|
707
668
|
(function (ScalingConfigurationInfo) {
|
|
708
669
|
ScalingConfigurationInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
670
|
})(ScalingConfigurationInfo || (ScalingConfigurationInfo = {}));
|
|
671
|
+
export var ServerlessV2ScalingConfigurationInfo;
|
|
672
|
+
(function (ServerlessV2ScalingConfigurationInfo) {
|
|
673
|
+
ServerlessV2ScalingConfigurationInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
})(ServerlessV2ScalingConfigurationInfo || (ServerlessV2ScalingConfigurationInfo = {}));
|
|
710
675
|
export var DBCluster;
|
|
711
676
|
(function (DBCluster) {
|
|
712
677
|
DBCluster.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1475,16 +1440,6 @@ export var CreateOptionGroupResult;
|
|
|
1475
1440
|
(function (CreateOptionGroupResult) {
|
|
1476
1441
|
CreateOptionGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1477
1442
|
})(CreateOptionGroupResult || (CreateOptionGroupResult = {}));
|
|
1478
|
-
export var DeleteCustomAvailabilityZoneMessage;
|
|
1479
|
-
(function (DeleteCustomAvailabilityZoneMessage) {
|
|
1480
|
-
DeleteCustomAvailabilityZoneMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1481
|
-
})(DeleteCustomAvailabilityZoneMessage || (DeleteCustomAvailabilityZoneMessage = {}));
|
|
1482
|
-
export var DeleteCustomAvailabilityZoneResult;
|
|
1483
|
-
(function (DeleteCustomAvailabilityZoneResult) {
|
|
1484
|
-
DeleteCustomAvailabilityZoneResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CustomAvailabilityZone && {
|
|
1485
|
-
CustomAvailabilityZone: CustomAvailabilityZone.filterSensitiveLog(obj.CustomAvailabilityZone),
|
|
1486
|
-
}))); };
|
|
1487
|
-
})(DeleteCustomAvailabilityZoneResult || (DeleteCustomAvailabilityZoneResult = {}));
|
|
1488
1443
|
var CustomDBEngineVersionNotFoundFault = (function (_super) {
|
|
1489
1444
|
__extends(CustomDBEngineVersionNotFoundFault, _super);
|
|
1490
1445
|
function CustomDBEngineVersionNotFoundFault(opts) {
|
|
@@ -1733,30 +1688,6 @@ export var DeleteGlobalClusterResult;
|
|
|
1733
1688
|
(function (DeleteGlobalClusterResult) {
|
|
1734
1689
|
DeleteGlobalClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1735
1690
|
})(DeleteGlobalClusterResult || (DeleteGlobalClusterResult = {}));
|
|
1736
|
-
export var DeleteInstallationMediaMessage;
|
|
1737
|
-
(function (DeleteInstallationMediaMessage) {
|
|
1738
|
-
DeleteInstallationMediaMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1739
|
-
})(DeleteInstallationMediaMessage || (DeleteInstallationMediaMessage = {}));
|
|
1740
|
-
export var InstallationMediaFailureCause;
|
|
1741
|
-
(function (InstallationMediaFailureCause) {
|
|
1742
|
-
InstallationMediaFailureCause.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1743
|
-
})(InstallationMediaFailureCause || (InstallationMediaFailureCause = {}));
|
|
1744
|
-
export var InstallationMedia;
|
|
1745
|
-
(function (InstallationMedia) {
|
|
1746
|
-
InstallationMedia.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1747
|
-
})(InstallationMedia || (InstallationMedia = {}));
|
|
1748
|
-
var InstallationMediaNotFoundFault = (function (_super) {
|
|
1749
|
-
__extends(InstallationMediaNotFoundFault, _super);
|
|
1750
|
-
function InstallationMediaNotFoundFault(opts) {
|
|
1751
|
-
var _this = _super.call(this, __assign({ name: "InstallationMediaNotFoundFault", $fault: "client" }, opts)) || this;
|
|
1752
|
-
_this.name = "InstallationMediaNotFoundFault";
|
|
1753
|
-
_this.$fault = "client";
|
|
1754
|
-
Object.setPrototypeOf(_this, InstallationMediaNotFoundFault.prototype);
|
|
1755
|
-
return _this;
|
|
1756
|
-
}
|
|
1757
|
-
return InstallationMediaNotFoundFault;
|
|
1758
|
-
}(__BaseException));
|
|
1759
|
-
export { InstallationMediaNotFoundFault };
|
|
1760
1691
|
export var DeleteOptionGroupMessage;
|
|
1761
1692
|
(function (DeleteOptionGroupMessage) {
|
|
1762
1693
|
DeleteOptionGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1825,18 +1756,6 @@ export var DescribeCertificatesMessage;
|
|
|
1825
1756
|
(function (DescribeCertificatesMessage) {
|
|
1826
1757
|
DescribeCertificatesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1827
1758
|
})(DescribeCertificatesMessage || (DescribeCertificatesMessage = {}));
|
|
1828
|
-
export var CustomAvailabilityZoneMessage;
|
|
1829
|
-
(function (CustomAvailabilityZoneMessage) {
|
|
1830
|
-
CustomAvailabilityZoneMessage.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CustomAvailabilityZones && {
|
|
1831
|
-
CustomAvailabilityZones: obj.CustomAvailabilityZones.map(function (item) {
|
|
1832
|
-
return CustomAvailabilityZone.filterSensitiveLog(item);
|
|
1833
|
-
}),
|
|
1834
|
-
}))); };
|
|
1835
|
-
})(CustomAvailabilityZoneMessage || (CustomAvailabilityZoneMessage = {}));
|
|
1836
|
-
export var DescribeCustomAvailabilityZonesMessage;
|
|
1837
|
-
(function (DescribeCustomAvailabilityZonesMessage) {
|
|
1838
|
-
DescribeCustomAvailabilityZonesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1839
|
-
})(DescribeCustomAvailabilityZonesMessage || (DescribeCustomAvailabilityZonesMessage = {}));
|
|
1840
1759
|
export var DBClusterBacktrackMessage;
|
|
1841
1760
|
(function (DBClusterBacktrackMessage) {
|
|
1842
1761
|
DBClusterBacktrackMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -2005,3 +1924,61 @@ export var DescribeDBProxyTargetsRequest;
|
|
|
2005
1924
|
(function (DescribeDBProxyTargetsRequest) {
|
|
2006
1925
|
DescribeDBProxyTargetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
2007
1926
|
})(DescribeDBProxyTargetsRequest || (DescribeDBProxyTargetsRequest = {}));
|
|
1927
|
+
export var TargetRole;
|
|
1928
|
+
(function (TargetRole) {
|
|
1929
|
+
TargetRole["READ_ONLY"] = "READ_ONLY";
|
|
1930
|
+
TargetRole["READ_WRITE"] = "READ_WRITE";
|
|
1931
|
+
TargetRole["UNKNOWN"] = "UNKNOWN";
|
|
1932
|
+
})(TargetRole || (TargetRole = {}));
|
|
1933
|
+
export var TargetHealthReason;
|
|
1934
|
+
(function (TargetHealthReason) {
|
|
1935
|
+
TargetHealthReason["AUTH_FAILURE"] = "AUTH_FAILURE";
|
|
1936
|
+
TargetHealthReason["CONNECTION_FAILED"] = "CONNECTION_FAILED";
|
|
1937
|
+
TargetHealthReason["INVALID_REPLICATION_STATE"] = "INVALID_REPLICATION_STATE";
|
|
1938
|
+
TargetHealthReason["PENDING_PROXY_CAPACITY"] = "PENDING_PROXY_CAPACITY";
|
|
1939
|
+
TargetHealthReason["UNREACHABLE"] = "UNREACHABLE";
|
|
1940
|
+
})(TargetHealthReason || (TargetHealthReason = {}));
|
|
1941
|
+
export var TargetState;
|
|
1942
|
+
(function (TargetState) {
|
|
1943
|
+
TargetState["available"] = "AVAILABLE";
|
|
1944
|
+
TargetState["registering"] = "REGISTERING";
|
|
1945
|
+
TargetState["unavailable"] = "UNAVAILABLE";
|
|
1946
|
+
})(TargetState || (TargetState = {}));
|
|
1947
|
+
export var TargetHealth;
|
|
1948
|
+
(function (TargetHealth) {
|
|
1949
|
+
TargetHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1950
|
+
})(TargetHealth || (TargetHealth = {}));
|
|
1951
|
+
export var TargetType;
|
|
1952
|
+
(function (TargetType) {
|
|
1953
|
+
TargetType["RDS_INSTANCE"] = "RDS_INSTANCE";
|
|
1954
|
+
TargetType["RDS_SERVERLESS_ENDPOINT"] = "RDS_SERVERLESS_ENDPOINT";
|
|
1955
|
+
TargetType["TRACKED_CLUSTER"] = "TRACKED_CLUSTER";
|
|
1956
|
+
})(TargetType || (TargetType = {}));
|
|
1957
|
+
export var DBProxyTarget;
|
|
1958
|
+
(function (DBProxyTarget) {
|
|
1959
|
+
DBProxyTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1960
|
+
})(DBProxyTarget || (DBProxyTarget = {}));
|
|
1961
|
+
export var DescribeDBProxyTargetsResponse;
|
|
1962
|
+
(function (DescribeDBProxyTargetsResponse) {
|
|
1963
|
+
DescribeDBProxyTargetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1964
|
+
})(DescribeDBProxyTargetsResponse || (DescribeDBProxyTargetsResponse = {}));
|
|
1965
|
+
export var DBSecurityGroupMessage;
|
|
1966
|
+
(function (DBSecurityGroupMessage) {
|
|
1967
|
+
DBSecurityGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1968
|
+
})(DBSecurityGroupMessage || (DBSecurityGroupMessage = {}));
|
|
1969
|
+
export var DescribeDBSecurityGroupsMessage;
|
|
1970
|
+
(function (DescribeDBSecurityGroupsMessage) {
|
|
1971
|
+
DescribeDBSecurityGroupsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1972
|
+
})(DescribeDBSecurityGroupsMessage || (DescribeDBSecurityGroupsMessage = {}));
|
|
1973
|
+
export var DescribeDBSnapshotAttributesMessage;
|
|
1974
|
+
(function (DescribeDBSnapshotAttributesMessage) {
|
|
1975
|
+
DescribeDBSnapshotAttributesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1976
|
+
})(DescribeDBSnapshotAttributesMessage || (DescribeDBSnapshotAttributesMessage = {}));
|
|
1977
|
+
export var DBSnapshotAttribute;
|
|
1978
|
+
(function (DBSnapshotAttribute) {
|
|
1979
|
+
DBSnapshotAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1980
|
+
})(DBSnapshotAttribute || (DBSnapshotAttribute = {}));
|
|
1981
|
+
export var DBSnapshotAttributesResult;
|
|
1982
|
+
(function (DBSnapshotAttributesResult) {
|
|
1983
|
+
DBSnapshotAttributesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1984
|
+
})(DBSnapshotAttributesResult || (DBSnapshotAttributesResult = {}));
|
|
@@ -1,63 +1,5 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
3
|
-
export var TargetRole;
|
|
4
|
-
(function (TargetRole) {
|
|
5
|
-
TargetRole["READ_ONLY"] = "READ_ONLY";
|
|
6
|
-
TargetRole["READ_WRITE"] = "READ_WRITE";
|
|
7
|
-
TargetRole["UNKNOWN"] = "UNKNOWN";
|
|
8
|
-
})(TargetRole || (TargetRole = {}));
|
|
9
|
-
export var TargetHealthReason;
|
|
10
|
-
(function (TargetHealthReason) {
|
|
11
|
-
TargetHealthReason["AUTH_FAILURE"] = "AUTH_FAILURE";
|
|
12
|
-
TargetHealthReason["CONNECTION_FAILED"] = "CONNECTION_FAILED";
|
|
13
|
-
TargetHealthReason["INVALID_REPLICATION_STATE"] = "INVALID_REPLICATION_STATE";
|
|
14
|
-
TargetHealthReason["PENDING_PROXY_CAPACITY"] = "PENDING_PROXY_CAPACITY";
|
|
15
|
-
TargetHealthReason["UNREACHABLE"] = "UNREACHABLE";
|
|
16
|
-
})(TargetHealthReason || (TargetHealthReason = {}));
|
|
17
|
-
export var TargetState;
|
|
18
|
-
(function (TargetState) {
|
|
19
|
-
TargetState["available"] = "AVAILABLE";
|
|
20
|
-
TargetState["registering"] = "REGISTERING";
|
|
21
|
-
TargetState["unavailable"] = "UNAVAILABLE";
|
|
22
|
-
})(TargetState || (TargetState = {}));
|
|
23
|
-
export var TargetHealth;
|
|
24
|
-
(function (TargetHealth) {
|
|
25
|
-
TargetHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
-
})(TargetHealth || (TargetHealth = {}));
|
|
27
|
-
export var TargetType;
|
|
28
|
-
(function (TargetType) {
|
|
29
|
-
TargetType["RDS_INSTANCE"] = "RDS_INSTANCE";
|
|
30
|
-
TargetType["RDS_SERVERLESS_ENDPOINT"] = "RDS_SERVERLESS_ENDPOINT";
|
|
31
|
-
TargetType["TRACKED_CLUSTER"] = "TRACKED_CLUSTER";
|
|
32
|
-
})(TargetType || (TargetType = {}));
|
|
33
|
-
export var DBProxyTarget;
|
|
34
|
-
(function (DBProxyTarget) {
|
|
35
|
-
DBProxyTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
|
-
})(DBProxyTarget || (DBProxyTarget = {}));
|
|
37
|
-
export var DescribeDBProxyTargetsResponse;
|
|
38
|
-
(function (DescribeDBProxyTargetsResponse) {
|
|
39
|
-
DescribeDBProxyTargetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
|
-
})(DescribeDBProxyTargetsResponse || (DescribeDBProxyTargetsResponse = {}));
|
|
41
|
-
export var DBSecurityGroupMessage;
|
|
42
|
-
(function (DBSecurityGroupMessage) {
|
|
43
|
-
DBSecurityGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
|
-
})(DBSecurityGroupMessage || (DBSecurityGroupMessage = {}));
|
|
45
|
-
export var DescribeDBSecurityGroupsMessage;
|
|
46
|
-
(function (DescribeDBSecurityGroupsMessage) {
|
|
47
|
-
DescribeDBSecurityGroupsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
|
-
})(DescribeDBSecurityGroupsMessage || (DescribeDBSecurityGroupsMessage = {}));
|
|
49
|
-
export var DescribeDBSnapshotAttributesMessage;
|
|
50
|
-
(function (DescribeDBSnapshotAttributesMessage) {
|
|
51
|
-
DescribeDBSnapshotAttributesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
52
|
-
})(DescribeDBSnapshotAttributesMessage || (DescribeDBSnapshotAttributesMessage = {}));
|
|
53
|
-
export var DBSnapshotAttribute;
|
|
54
|
-
(function (DBSnapshotAttribute) {
|
|
55
|
-
DBSnapshotAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
|
-
})(DBSnapshotAttribute || (DBSnapshotAttribute = {}));
|
|
57
|
-
export var DBSnapshotAttributesResult;
|
|
58
|
-
(function (DBSnapshotAttributesResult) {
|
|
59
|
-
DBSnapshotAttributesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
|
-
})(DBSnapshotAttributesResult || (DBSnapshotAttributesResult = {}));
|
|
61
3
|
export var DescribeDBSnapshotAttributesResult;
|
|
62
4
|
(function (DescribeDBSnapshotAttributesResult) {
|
|
63
5
|
DescribeDBSnapshotAttributesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -146,14 +88,6 @@ export var GlobalClustersMessage;
|
|
|
146
88
|
(function (GlobalClustersMessage) {
|
|
147
89
|
GlobalClustersMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
90
|
})(GlobalClustersMessage || (GlobalClustersMessage = {}));
|
|
149
|
-
export var DescribeInstallationMediaMessage;
|
|
150
|
-
(function (DescribeInstallationMediaMessage) {
|
|
151
|
-
DescribeInstallationMediaMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(DescribeInstallationMediaMessage || (DescribeInstallationMediaMessage = {}));
|
|
153
|
-
export var InstallationMediaMessage;
|
|
154
|
-
(function (InstallationMediaMessage) {
|
|
155
|
-
InstallationMediaMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(InstallationMediaMessage || (InstallationMediaMessage = {}));
|
|
157
91
|
export var DescribeOptionGroupOptionsMessage;
|
|
158
92
|
(function (DescribeOptionGroupOptionsMessage) {
|
|
159
93
|
DescribeOptionGroupOptionsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -334,22 +268,6 @@ export var FailoverGlobalClusterResult;
|
|
|
334
268
|
(function (FailoverGlobalClusterResult) {
|
|
335
269
|
FailoverGlobalClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
270
|
})(FailoverGlobalClusterResult || (FailoverGlobalClusterResult = {}));
|
|
337
|
-
export var ImportInstallationMediaMessage;
|
|
338
|
-
(function (ImportInstallationMediaMessage) {
|
|
339
|
-
ImportInstallationMediaMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
-
})(ImportInstallationMediaMessage || (ImportInstallationMediaMessage = {}));
|
|
341
|
-
var InstallationMediaAlreadyExistsFault = (function (_super) {
|
|
342
|
-
__extends(InstallationMediaAlreadyExistsFault, _super);
|
|
343
|
-
function InstallationMediaAlreadyExistsFault(opts) {
|
|
344
|
-
var _this = _super.call(this, __assign({ name: "InstallationMediaAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
345
|
-
_this.name = "InstallationMediaAlreadyExistsFault";
|
|
346
|
-
_this.$fault = "client";
|
|
347
|
-
Object.setPrototypeOf(_this, InstallationMediaAlreadyExistsFault.prototype);
|
|
348
|
-
return _this;
|
|
349
|
-
}
|
|
350
|
-
return InstallationMediaAlreadyExistsFault;
|
|
351
|
-
}(__BaseException));
|
|
352
|
-
export { InstallationMediaAlreadyExistsFault };
|
|
353
271
|
export var ListTagsForResourceMessage;
|
|
354
272
|
(function (ListTagsForResourceMessage) {
|
|
355
273
|
ListTagsForResourceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export * from "./DescribeCertificatesPaginator";
|
|
2
|
-
export * from "./DescribeCustomAvailabilityZonesPaginator";
|
|
3
2
|
export * from "./DescribeDBClusterBacktracksPaginator";
|
|
4
3
|
export * from "./DescribeDBClusterEndpointsPaginator";
|
|
5
4
|
export * from "./DescribeDBClusterParameterGroupsPaginator";
|
|
@@ -8,8 +7,8 @@ export * from "./DescribeDBClusterSnapshotsPaginator";
|
|
|
8
7
|
export * from "./DescribeDBClustersPaginator";
|
|
9
8
|
export * from "./DescribeDBEngineVersionsPaginator";
|
|
10
9
|
export * from "./DescribeDBInstanceAutomatedBackupsPaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
10
|
export * from "./DescribeDBInstancesPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
13
12
|
export * from "./DescribeDBLogFilesPaginator";
|
|
14
13
|
export * from "./DescribeDBParameterGroupsPaginator";
|
|
15
14
|
export * from "./DescribeDBParametersPaginator";
|
|
@@ -25,7 +24,6 @@ export * from "./DescribeEventSubscriptionsPaginator";
|
|
|
25
24
|
export * from "./DescribeEventsPaginator";
|
|
26
25
|
export * from "./DescribeExportTasksPaginator";
|
|
27
26
|
export * from "./DescribeGlobalClustersPaginator";
|
|
28
|
-
export * from "./DescribeInstallationMediaPaginator";
|
|
29
27
|
export * from "./DescribeOptionGroupOptionsPaginator";
|
|
30
28
|
export * from "./DescribeOptionGroupsPaginator";
|
|
31
29
|
export * from "./DescribeOrderableDBInstanceOptionsPaginator";
|