@aws-sdk/client-rds 3.56.0 → 3.72.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/RDS.js +0 -90
  4. package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +1 -2
  5. package/dist-cjs/commands/DescribeDBSecurityGroupsCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeDBSnapshotAttributesCommand.js +3 -3
  7. package/dist-cjs/commands/DescribeDBSnapshotsCommand.js +2 -1
  8. package/dist-cjs/commands/index.js +0 -6
  9. package/dist-cjs/models/models_0.js +91 -122
  10. package/dist-cjs/models/models_1.js +4 -121
  11. package/dist-cjs/pagination/index.js +1 -3
  12. package/dist-cjs/protocols/Aws_query.js +6 -640
  13. package/dist-es/RDS.js +0 -90
  14. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +1 -2
  15. package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +1 -1
  16. package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +1 -1
  17. package/dist-es/commands/DescribeDBSnapshotsCommand.js +2 -1
  18. package/dist-es/commands/index.js +0 -6
  19. package/dist-es/models/models_0.js +66 -89
  20. package/dist-es/models/models_1.js +0 -90
  21. package/dist-es/pagination/index.js +1 -3
  22. package/dist-es/protocols/Aws_query.js +33 -739
  23. package/dist-types/RDS.d.ts +1 -61
  24. package/dist-types/RDSClient.d.ts +2 -8
  25. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
  26. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -1
  29. package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
  30. package/dist-types/commands/index.d.ts +0 -6
  31. package/dist-types/models/models_0.d.ts +280 -308
  32. package/dist-types/models/models_1.d.ts +199 -420
  33. package/dist-types/pagination/index.d.ts +1 -3
  34. package/dist-types/protocols/Aws_query.d.ts +0 -18
  35. package/dist-types/ts3.4/RDS.d.ts +0 -30
  36. package/dist-types/ts3.4/RDSClient.d.ts +2 -8
  37. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
  38. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/index.d.ts +0 -6
  42. package/dist-types/ts3.4/models/models_0.d.ts +144 -158
  43. package/dist-types/ts3.4/models/models_1.d.ts +1 -192
  44. package/dist-types/ts3.4/pagination/index.d.ts +1 -3
  45. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -18
  46. package/package.json +21 -21
  47. package/dist-cjs/commands/CreateCustomAvailabilityZoneCommand.js +0 -36
  48. package/dist-cjs/commands/DeleteCustomAvailabilityZoneCommand.js +0 -36
  49. package/dist-cjs/commands/DeleteInstallationMediaCommand.js +0 -36
  50. package/dist-cjs/commands/DescribeCustomAvailabilityZonesCommand.js +0 -36
  51. package/dist-cjs/commands/DescribeInstallationMediaCommand.js +0 -36
  52. package/dist-cjs/commands/ImportInstallationMediaCommand.js +0 -37
  53. package/dist-cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -35
  54. package/dist-cjs/pagination/DescribeInstallationMediaPaginator.js +0 -35
  55. package/dist-es/commands/CreateCustomAvailabilityZoneCommand.js +0 -39
  56. package/dist-es/commands/DeleteCustomAvailabilityZoneCommand.js +0 -39
  57. package/dist-es/commands/DeleteInstallationMediaCommand.js +0 -39
  58. package/dist-es/commands/DescribeCustomAvailabilityZonesCommand.js +0 -39
  59. package/dist-es/commands/DescribeInstallationMediaCommand.js +0 -39
  60. package/dist-es/commands/ImportInstallationMediaCommand.js +0 -40
  61. package/dist-es/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -74
  62. package/dist-es/pagination/DescribeInstallationMediaPaginator.js +0 -74
  63. package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -40
  64. package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -40
  65. package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +0 -36
  66. package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -40
  67. package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +0 -36
  68. package/dist-types/commands/ImportInstallationMediaCommand.d.ts +0 -37
  69. package/dist-types/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
  70. package/dist-types/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
  71. package/dist-types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -17
  72. package/dist-types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -17
  73. package/dist-types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +0 -17
  74. package/dist-types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -17
  75. package/dist-types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +0 -17
  76. package/dist-types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +0 -18
  77. package/dist-types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
  78. 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/models_1";
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,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 { DescribeDBSnapshotAttributesMessage, DescribeDBSnapshotAttributesResult } from "../models/models_1";
4
+ import { DescribeDBSnapshotAttributesMessage, DescribeDBSnapshotAttributesResult } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeDBSnapshotAttributesCommand, serializeAws_queryDescribeDBSnapshotAttributesCommand, } from "../protocols/Aws_query";
6
6
  var DescribeDBSnapshotAttributesCommand = (function (_super) {
7
7
  __extends(DescribeDBSnapshotAttributesCommand, _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 { DBSnapshotMessage, DescribeDBSnapshotsMessage } from "../models/models_1";
4
+ import { DBSnapshotMessage } from "../models/models_0";
5
+ import { DescribeDBSnapshotsMessage } from "../models/models_1";
5
6
  import { deserializeAws_queryDescribeDBSnapshotsCommand, serializeAws_queryDescribeDBSnapshotsCommand, } from "../protocols/Aws_query";
6
7
  var DescribeDBSnapshotsCommand = (function (_super) {
7
8
  __extends(DescribeDBSnapshotsCommand, _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)); };
@@ -1475,16 +1432,6 @@ export var CreateOptionGroupResult;
1475
1432
  (function (CreateOptionGroupResult) {
1476
1433
  CreateOptionGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1477
1434
  })(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
1435
  var CustomDBEngineVersionNotFoundFault = (function (_super) {
1489
1436
  __extends(CustomDBEngineVersionNotFoundFault, _super);
1490
1437
  function CustomDBEngineVersionNotFoundFault(opts) {
@@ -1733,30 +1680,6 @@ export var DeleteGlobalClusterResult;
1733
1680
  (function (DeleteGlobalClusterResult) {
1734
1681
  DeleteGlobalClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1735
1682
  })(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
1683
  export var DeleteOptionGroupMessage;
1761
1684
  (function (DeleteOptionGroupMessage) {
1762
1685
  DeleteOptionGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1825,18 +1748,6 @@ export var DescribeCertificatesMessage;
1825
1748
  (function (DescribeCertificatesMessage) {
1826
1749
  DescribeCertificatesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1827
1750
  })(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
1751
  export var DBClusterBacktrackMessage;
1841
1752
  (function (DBClusterBacktrackMessage) {
1842
1753
  DBClusterBacktrackMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -2005,3 +1916,69 @@ export var DescribeDBProxyTargetsRequest;
2005
1916
  (function (DescribeDBProxyTargetsRequest) {
2006
1917
  DescribeDBProxyTargetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
2007
1918
  })(DescribeDBProxyTargetsRequest || (DescribeDBProxyTargetsRequest = {}));
1919
+ export var TargetRole;
1920
+ (function (TargetRole) {
1921
+ TargetRole["READ_ONLY"] = "READ_ONLY";
1922
+ TargetRole["READ_WRITE"] = "READ_WRITE";
1923
+ TargetRole["UNKNOWN"] = "UNKNOWN";
1924
+ })(TargetRole || (TargetRole = {}));
1925
+ export var TargetHealthReason;
1926
+ (function (TargetHealthReason) {
1927
+ TargetHealthReason["AUTH_FAILURE"] = "AUTH_FAILURE";
1928
+ TargetHealthReason["CONNECTION_FAILED"] = "CONNECTION_FAILED";
1929
+ TargetHealthReason["INVALID_REPLICATION_STATE"] = "INVALID_REPLICATION_STATE";
1930
+ TargetHealthReason["PENDING_PROXY_CAPACITY"] = "PENDING_PROXY_CAPACITY";
1931
+ TargetHealthReason["UNREACHABLE"] = "UNREACHABLE";
1932
+ })(TargetHealthReason || (TargetHealthReason = {}));
1933
+ export var TargetState;
1934
+ (function (TargetState) {
1935
+ TargetState["available"] = "AVAILABLE";
1936
+ TargetState["registering"] = "REGISTERING";
1937
+ TargetState["unavailable"] = "UNAVAILABLE";
1938
+ })(TargetState || (TargetState = {}));
1939
+ export var TargetHealth;
1940
+ (function (TargetHealth) {
1941
+ TargetHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1942
+ })(TargetHealth || (TargetHealth = {}));
1943
+ export var TargetType;
1944
+ (function (TargetType) {
1945
+ TargetType["RDS_INSTANCE"] = "RDS_INSTANCE";
1946
+ TargetType["RDS_SERVERLESS_ENDPOINT"] = "RDS_SERVERLESS_ENDPOINT";
1947
+ TargetType["TRACKED_CLUSTER"] = "TRACKED_CLUSTER";
1948
+ })(TargetType || (TargetType = {}));
1949
+ export var DBProxyTarget;
1950
+ (function (DBProxyTarget) {
1951
+ DBProxyTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1952
+ })(DBProxyTarget || (DBProxyTarget = {}));
1953
+ export var DescribeDBProxyTargetsResponse;
1954
+ (function (DescribeDBProxyTargetsResponse) {
1955
+ DescribeDBProxyTargetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1956
+ })(DescribeDBProxyTargetsResponse || (DescribeDBProxyTargetsResponse = {}));
1957
+ export var DBSecurityGroupMessage;
1958
+ (function (DBSecurityGroupMessage) {
1959
+ DBSecurityGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1960
+ })(DBSecurityGroupMessage || (DBSecurityGroupMessage = {}));
1961
+ export var DescribeDBSecurityGroupsMessage;
1962
+ (function (DescribeDBSecurityGroupsMessage) {
1963
+ DescribeDBSecurityGroupsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1964
+ })(DescribeDBSecurityGroupsMessage || (DescribeDBSecurityGroupsMessage = {}));
1965
+ export var DescribeDBSnapshotAttributesMessage;
1966
+ (function (DescribeDBSnapshotAttributesMessage) {
1967
+ DescribeDBSnapshotAttributesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1968
+ })(DescribeDBSnapshotAttributesMessage || (DescribeDBSnapshotAttributesMessage = {}));
1969
+ export var DBSnapshotAttribute;
1970
+ (function (DBSnapshotAttribute) {
1971
+ DBSnapshotAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1972
+ })(DBSnapshotAttribute || (DBSnapshotAttribute = {}));
1973
+ export var DBSnapshotAttributesResult;
1974
+ (function (DBSnapshotAttributesResult) {
1975
+ DBSnapshotAttributesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1976
+ })(DBSnapshotAttributesResult || (DBSnapshotAttributesResult = {}));
1977
+ export var DescribeDBSnapshotAttributesResult;
1978
+ (function (DescribeDBSnapshotAttributesResult) {
1979
+ DescribeDBSnapshotAttributesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1980
+ })(DescribeDBSnapshotAttributesResult || (DescribeDBSnapshotAttributesResult = {}));
1981
+ export var DBSnapshotMessage;
1982
+ (function (DBSnapshotMessage) {
1983
+ DBSnapshotMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1984
+ })(DBSnapshotMessage || (DBSnapshotMessage = {}));
@@ -1,71 +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
- export var DescribeDBSnapshotAttributesResult;
62
- (function (DescribeDBSnapshotAttributesResult) {
63
- DescribeDBSnapshotAttributesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
64
- })(DescribeDBSnapshotAttributesResult || (DescribeDBSnapshotAttributesResult = {}));
65
- export var DBSnapshotMessage;
66
- (function (DBSnapshotMessage) {
67
- DBSnapshotMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
68
- })(DBSnapshotMessage || (DBSnapshotMessage = {}));
69
3
  export var DescribeDBSnapshotsMessage;
70
4
  (function (DescribeDBSnapshotsMessage) {
71
5
  DescribeDBSnapshotsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -146,14 +80,6 @@ export var GlobalClustersMessage;
146
80
  (function (GlobalClustersMessage) {
147
81
  GlobalClustersMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
148
82
  })(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
83
  export var DescribeOptionGroupOptionsMessage;
158
84
  (function (DescribeOptionGroupOptionsMessage) {
159
85
  DescribeOptionGroupOptionsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -334,22 +260,6 @@ export var FailoverGlobalClusterResult;
334
260
  (function (FailoverGlobalClusterResult) {
335
261
  FailoverGlobalClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
336
262
  })(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
263
  export var ListTagsForResourceMessage;
354
264
  (function (ListTagsForResourceMessage) {
355
265
  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";