@aws-sdk/client-docdb 3.489.0 → 3.495.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 (83) hide show
  1. package/dist-cjs/DocDB.js +1 -117
  2. package/dist-cjs/DocDBClient.js +1 -43
  3. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +1 -28
  4. package/dist-cjs/commands/AddTagsToResourceCommand.js +1 -28
  5. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +1 -28
  6. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +1 -28
  7. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +1 -30
  8. package/dist-cjs/commands/CreateDBClusterCommand.js +1 -28
  9. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +1 -28
  10. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +1 -28
  11. package/dist-cjs/commands/CreateDBInstanceCommand.js +1 -28
  12. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +1 -28
  13. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +1 -28
  14. package/dist-cjs/commands/CreateGlobalClusterCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteDBClusterCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteDBInstanceCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteGlobalClusterCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeCertificatesCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeDBClustersCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeDBInstancesCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +1 -28
  32. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +1 -28
  33. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +1 -28
  34. package/dist-cjs/commands/DescribeEventsCommand.js +1 -28
  35. package/dist-cjs/commands/DescribeGlobalClustersCommand.js +1 -28
  36. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +1 -28
  37. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +1 -28
  38. package/dist-cjs/commands/FailoverDBClusterCommand.js +1 -28
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  40. package/dist-cjs/commands/ModifyDBClusterCommand.js +1 -28
  41. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +1 -28
  42. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +1 -28
  43. package/dist-cjs/commands/ModifyDBInstanceCommand.js +1 -28
  44. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +1 -28
  45. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +1 -28
  46. package/dist-cjs/commands/ModifyGlobalClusterCommand.js +1 -28
  47. package/dist-cjs/commands/RebootDBInstanceCommand.js +1 -28
  48. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +1 -28
  49. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +1 -28
  50. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +1 -28
  51. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +1 -28
  52. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +1 -28
  53. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +1 -28
  54. package/dist-cjs/commands/StartDBClusterCommand.js +1 -28
  55. package/dist-cjs/commands/StopDBClusterCommand.js +1 -28
  56. package/dist-cjs/commands/index.js +1 -56
  57. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  58. package/dist-cjs/extensionConfiguration.js +1 -2
  59. package/dist-cjs/index.js +9505 -12
  60. package/dist-cjs/models/DocDBServiceException.js +1 -12
  61. package/dist-cjs/models/index.js +1 -4
  62. package/dist-cjs/models/models_0.js +1 -758
  63. package/dist-cjs/pagination/DescribeCertificatesPaginator.js +1 -7
  64. package/dist-cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js +1 -7
  65. package/dist-cjs/pagination/DescribeDBClusterParametersPaginator.js +1 -7
  66. package/dist-cjs/pagination/DescribeDBClusterSnapshotsPaginator.js +1 -7
  67. package/dist-cjs/pagination/DescribeDBClustersPaginator.js +1 -7
  68. package/dist-cjs/pagination/DescribeDBEngineVersionsPaginator.js +1 -7
  69. package/dist-cjs/pagination/DescribeDBInstancesPaginator.js +1 -7
  70. package/dist-cjs/pagination/DescribeDBSubnetGroupsPaginator.js +1 -7
  71. package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +1 -7
  72. package/dist-cjs/pagination/DescribeEventsPaginator.js +1 -7
  73. package/dist-cjs/pagination/DescribeGlobalClustersPaginator.js +1 -7
  74. package/dist-cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +1 -7
  75. package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +1 -7
  76. package/dist-cjs/pagination/Interfaces.js +1 -2
  77. package/dist-cjs/pagination/index.js +1 -17
  78. package/dist-cjs/protocols/Aws_query.js +1 -7065
  79. package/dist-cjs/runtimeExtensions.js +1 -22
  80. package/dist-cjs/waiters/index.js +1 -5
  81. package/dist-cjs/waiters/waitForDBInstanceAvailable.js +1 -119
  82. package/dist-cjs/waiters/waitForDBInstanceDeleted.js +1 -107
  83. package/package.json +42 -42
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDBInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DeleteDBInstanceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DeleteDBInstance", {})
22
- .n("DocDBClient", "DeleteDBInstanceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteDBInstanceCommand)
25
- .de(Aws_query_1.de_DeleteDBInstanceCommand)
26
- .build() {
27
- }
28
- exports.DeleteDBInstanceCommand = DeleteDBInstanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDBSubnetGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DeleteDBSubnetGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DeleteDBSubnetGroup", {})
22
- .n("DocDBClient", "DeleteDBSubnetGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteDBSubnetGroupCommand)
25
- .de(Aws_query_1.de_DeleteDBSubnetGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteDBSubnetGroupCommand = DeleteDBSubnetGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEventSubscriptionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DeleteEventSubscriptionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DeleteEventSubscription", {})
22
- .n("DocDBClient", "DeleteEventSubscriptionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteEventSubscriptionCommand)
25
- .de(Aws_query_1.de_DeleteEventSubscriptionCommand)
26
- .build() {
27
- }
28
- exports.DeleteEventSubscriptionCommand = DeleteEventSubscriptionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteGlobalClusterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DeleteGlobalClusterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DeleteGlobalCluster", {})
22
- .n("DocDBClient", "DeleteGlobalClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteGlobalClusterCommand)
25
- .de(Aws_query_1.de_DeleteGlobalClusterCommand)
26
- .build() {
27
- }
28
- exports.DeleteGlobalClusterCommand = DeleteGlobalClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCertificatesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeCertificatesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeCertificates", {})
22
- .n("DocDBClient", "DescribeCertificatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeCertificatesCommand)
25
- .de(Aws_query_1.de_DescribeCertificatesCommand)
26
- .build() {
27
- }
28
- exports.DescribeCertificatesCommand = DescribeCertificatesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBClusterParameterGroupsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeDBClusterParameterGroupsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeDBClusterParameterGroups", {})
22
- .n("DocDBClient", "DescribeDBClusterParameterGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeDBClusterParameterGroupsCommand)
25
- .de(Aws_query_1.de_DescribeDBClusterParameterGroupsCommand)
26
- .build() {
27
- }
28
- exports.DescribeDBClusterParameterGroupsCommand = DescribeDBClusterParameterGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBClusterParametersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeDBClusterParametersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeDBClusterParameters", {})
22
- .n("DocDBClient", "DescribeDBClusterParametersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeDBClusterParametersCommand)
25
- .de(Aws_query_1.de_DescribeDBClusterParametersCommand)
26
- .build() {
27
- }
28
- exports.DescribeDBClusterParametersCommand = DescribeDBClusterParametersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBClusterSnapshotAttributesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeDBClusterSnapshotAttributesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeDBClusterSnapshotAttributes", {})
22
- .n("DocDBClient", "DescribeDBClusterSnapshotAttributesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeDBClusterSnapshotAttributesCommand)
25
- .de(Aws_query_1.de_DescribeDBClusterSnapshotAttributesCommand)
26
- .build() {
27
- }
28
- exports.DescribeDBClusterSnapshotAttributesCommand = DescribeDBClusterSnapshotAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBClusterSnapshotsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeDBClusterSnapshotsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeDBClusterSnapshots", {})
22
- .n("DocDBClient", "DescribeDBClusterSnapshotsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeDBClusterSnapshotsCommand)
25
- .de(Aws_query_1.de_DescribeDBClusterSnapshotsCommand)
26
- .build() {
27
- }
28
- exports.DescribeDBClusterSnapshotsCommand = DescribeDBClusterSnapshotsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBClustersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeDBClustersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeDBClusters", {})
22
- .n("DocDBClient", "DescribeDBClustersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeDBClustersCommand)
25
- .de(Aws_query_1.de_DescribeDBClustersCommand)
26
- .build() {
27
- }
28
- exports.DescribeDBClustersCommand = DescribeDBClustersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBEngineVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeDBEngineVersionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeDBEngineVersions", {})
22
- .n("DocDBClient", "DescribeDBEngineVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeDBEngineVersionsCommand)
25
- .de(Aws_query_1.de_DescribeDBEngineVersionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeDBEngineVersionsCommand = DescribeDBEngineVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBInstancesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeDBInstancesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeDBInstances", {})
22
- .n("DocDBClient", "DescribeDBInstancesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeDBInstancesCommand)
25
- .de(Aws_query_1.de_DescribeDBInstancesCommand)
26
- .build() {
27
- }
28
- exports.DescribeDBInstancesCommand = DescribeDBInstancesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDBSubnetGroupsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeDBSubnetGroupsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeDBSubnetGroups", {})
22
- .n("DocDBClient", "DescribeDBSubnetGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeDBSubnetGroupsCommand)
25
- .de(Aws_query_1.de_DescribeDBSubnetGroupsCommand)
26
- .build() {
27
- }
28
- exports.DescribeDBSubnetGroupsCommand = DescribeDBSubnetGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEngineDefaultClusterParametersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeEngineDefaultClusterParametersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeEngineDefaultClusterParameters", {})
22
- .n("DocDBClient", "DescribeEngineDefaultClusterParametersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeEngineDefaultClusterParametersCommand)
25
- .de(Aws_query_1.de_DescribeEngineDefaultClusterParametersCommand)
26
- .build() {
27
- }
28
- exports.DescribeEngineDefaultClusterParametersCommand = DescribeEngineDefaultClusterParametersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEventCategoriesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeEventCategoriesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeEventCategories", {})
22
- .n("DocDBClient", "DescribeEventCategoriesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeEventCategoriesCommand)
25
- .de(Aws_query_1.de_DescribeEventCategoriesCommand)
26
- .build() {
27
- }
28
- exports.DescribeEventCategoriesCommand = DescribeEventCategoriesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEventSubscriptionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeEventSubscriptionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeEventSubscriptions", {})
22
- .n("DocDBClient", "DescribeEventSubscriptionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeEventSubscriptionsCommand)
25
- .de(Aws_query_1.de_DescribeEventSubscriptionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeEventSubscriptionsCommand = DescribeEventSubscriptionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEventsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeEventsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeEvents", {})
22
- .n("DocDBClient", "DescribeEventsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeEventsCommand)
25
- .de(Aws_query_1.de_DescribeEventsCommand)
26
- .build() {
27
- }
28
- exports.DescribeEventsCommand = DescribeEventsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeGlobalClustersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeGlobalClustersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeGlobalClusters", {})
22
- .n("DocDBClient", "DescribeGlobalClustersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeGlobalClustersCommand)
25
- .de(Aws_query_1.de_DescribeGlobalClustersCommand)
26
- .build() {
27
- }
28
- exports.DescribeGlobalClustersCommand = DescribeGlobalClustersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeOrderableDBInstanceOptionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeOrderableDBInstanceOptionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribeOrderableDBInstanceOptions", {})
22
- .n("DocDBClient", "DescribeOrderableDBInstanceOptionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeOrderableDBInstanceOptionsCommand)
25
- .de(Aws_query_1.de_DescribeOrderableDBInstanceOptionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeOrderableDBInstanceOptionsCommand = DescribeOrderableDBInstanceOptionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribePendingMaintenanceActionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribePendingMaintenanceActionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "DescribePendingMaintenanceActions", {})
22
- .n("DocDBClient", "DescribePendingMaintenanceActionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribePendingMaintenanceActionsCommand)
25
- .de(Aws_query_1.de_DescribePendingMaintenanceActionsCommand)
26
- .build() {
27
- }
28
- exports.DescribePendingMaintenanceActionsCommand = DescribePendingMaintenanceActionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FailoverDBClusterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class FailoverDBClusterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonRDSv19", "FailoverDBCluster", {})
22
- .n("DocDBClient", "FailoverDBClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_FailoverDBClusterCommand)
25
- .de(Aws_query_1.de_FailoverDBClusterCommand)
26
- .build() {
27
- }
28
- exports.FailoverDBClusterCommand = FailoverDBClusterCommand;
1
+ module.exports = require("../index.js");