@aws-sdk/client-docdb 3.490.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.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("DocDBClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ListTagsForResourceCommand)
25
- .de(Aws_query_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyDBClusterCommand = 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 ModifyDBClusterCommand 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", "ModifyDBCluster", {})
22
- .n("DocDBClient", "ModifyDBClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ModifyDBClusterCommand)
25
- .de(Aws_query_1.de_ModifyDBClusterCommand)
26
- .build() {
27
- }
28
- exports.ModifyDBClusterCommand = ModifyDBClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyDBClusterParameterGroupCommand = 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 ModifyDBClusterParameterGroupCommand 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", "ModifyDBClusterParameterGroup", {})
22
- .n("DocDBClient", "ModifyDBClusterParameterGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ModifyDBClusterParameterGroupCommand)
25
- .de(Aws_query_1.de_ModifyDBClusterParameterGroupCommand)
26
- .build() {
27
- }
28
- exports.ModifyDBClusterParameterGroupCommand = ModifyDBClusterParameterGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyDBClusterSnapshotAttributeCommand = 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 ModifyDBClusterSnapshotAttributeCommand 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", "ModifyDBClusterSnapshotAttribute", {})
22
- .n("DocDBClient", "ModifyDBClusterSnapshotAttributeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ModifyDBClusterSnapshotAttributeCommand)
25
- .de(Aws_query_1.de_ModifyDBClusterSnapshotAttributeCommand)
26
- .build() {
27
- }
28
- exports.ModifyDBClusterSnapshotAttributeCommand = ModifyDBClusterSnapshotAttributeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyDBInstanceCommand = 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 ModifyDBInstanceCommand 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", "ModifyDBInstance", {})
22
- .n("DocDBClient", "ModifyDBInstanceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ModifyDBInstanceCommand)
25
- .de(Aws_query_1.de_ModifyDBInstanceCommand)
26
- .build() {
27
- }
28
- exports.ModifyDBInstanceCommand = ModifyDBInstanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyDBSubnetGroupCommand = 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 ModifyDBSubnetGroupCommand 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", "ModifyDBSubnetGroup", {})
22
- .n("DocDBClient", "ModifyDBSubnetGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ModifyDBSubnetGroupCommand)
25
- .de(Aws_query_1.de_ModifyDBSubnetGroupCommand)
26
- .build() {
27
- }
28
- exports.ModifyDBSubnetGroupCommand = ModifyDBSubnetGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyEventSubscriptionCommand = 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 ModifyEventSubscriptionCommand 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", "ModifyEventSubscription", {})
22
- .n("DocDBClient", "ModifyEventSubscriptionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ModifyEventSubscriptionCommand)
25
- .de(Aws_query_1.de_ModifyEventSubscriptionCommand)
26
- .build() {
27
- }
28
- exports.ModifyEventSubscriptionCommand = ModifyEventSubscriptionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyGlobalClusterCommand = 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 ModifyGlobalClusterCommand 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", "ModifyGlobalCluster", {})
22
- .n("DocDBClient", "ModifyGlobalClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ModifyGlobalClusterCommand)
25
- .de(Aws_query_1.de_ModifyGlobalClusterCommand)
26
- .build() {
27
- }
28
- exports.ModifyGlobalClusterCommand = ModifyGlobalClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RebootDBInstanceCommand = 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 RebootDBInstanceCommand 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", "RebootDBInstance", {})
22
- .n("DocDBClient", "RebootDBInstanceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RebootDBInstanceCommand)
25
- .de(Aws_query_1.de_RebootDBInstanceCommand)
26
- .build() {
27
- }
28
- exports.RebootDBInstanceCommand = RebootDBInstanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveFromGlobalClusterCommand = 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 RemoveFromGlobalClusterCommand 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", "RemoveFromGlobalCluster", {})
22
- .n("DocDBClient", "RemoveFromGlobalClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RemoveFromGlobalClusterCommand)
25
- .de(Aws_query_1.de_RemoveFromGlobalClusterCommand)
26
- .build() {
27
- }
28
- exports.RemoveFromGlobalClusterCommand = RemoveFromGlobalClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveSourceIdentifierFromSubscriptionCommand = 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 RemoveSourceIdentifierFromSubscriptionCommand 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", "RemoveSourceIdentifierFromSubscription", {})
22
- .n("DocDBClient", "RemoveSourceIdentifierFromSubscriptionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RemoveSourceIdentifierFromSubscriptionCommand)
25
- .de(Aws_query_1.de_RemoveSourceIdentifierFromSubscriptionCommand)
26
- .build() {
27
- }
28
- exports.RemoveSourceIdentifierFromSubscriptionCommand = RemoveSourceIdentifierFromSubscriptionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveTagsFromResourceCommand = 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 RemoveTagsFromResourceCommand 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", "RemoveTagsFromResource", {})
22
- .n("DocDBClient", "RemoveTagsFromResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RemoveTagsFromResourceCommand)
25
- .de(Aws_query_1.de_RemoveTagsFromResourceCommand)
26
- .build() {
27
- }
28
- exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ResetDBClusterParameterGroupCommand = 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 ResetDBClusterParameterGroupCommand 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", "ResetDBClusterParameterGroup", {})
22
- .n("DocDBClient", "ResetDBClusterParameterGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ResetDBClusterParameterGroupCommand)
25
- .de(Aws_query_1.de_ResetDBClusterParameterGroupCommand)
26
- .build() {
27
- }
28
- exports.ResetDBClusterParameterGroupCommand = ResetDBClusterParameterGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RestoreDBClusterFromSnapshotCommand = 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 RestoreDBClusterFromSnapshotCommand 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", "RestoreDBClusterFromSnapshot", {})
22
- .n("DocDBClient", "RestoreDBClusterFromSnapshotCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RestoreDBClusterFromSnapshotCommand)
25
- .de(Aws_query_1.de_RestoreDBClusterFromSnapshotCommand)
26
- .build() {
27
- }
28
- exports.RestoreDBClusterFromSnapshotCommand = RestoreDBClusterFromSnapshotCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RestoreDBClusterToPointInTimeCommand = 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 RestoreDBClusterToPointInTimeCommand 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", "RestoreDBClusterToPointInTime", {})
22
- .n("DocDBClient", "RestoreDBClusterToPointInTimeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RestoreDBClusterToPointInTimeCommand)
25
- .de(Aws_query_1.de_RestoreDBClusterToPointInTimeCommand)
26
- .build() {
27
- }
28
- exports.RestoreDBClusterToPointInTimeCommand = RestoreDBClusterToPointInTimeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDBClusterCommand = 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 StartDBClusterCommand 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", "StartDBCluster", {})
22
- .n("DocDBClient", "StartDBClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_StartDBClusterCommand)
25
- .de(Aws_query_1.de_StartDBClusterCommand)
26
- .build() {
27
- }
28
- exports.StartDBClusterCommand = StartDBClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopDBClusterCommand = 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 StopDBClusterCommand 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", "StopDBCluster", {})
22
- .n("DocDBClient", "StopDBClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_StopDBClusterCommand)
25
- .de(Aws_query_1.de_StopDBClusterCommand)
26
- .build() {
27
- }
28
- exports.StopDBClusterCommand = StopDBClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,56 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AddSourceIdentifierToSubscriptionCommand"), exports);
5
- tslib_1.__exportStar(require("./AddTagsToResourceCommand"), exports);
6
- tslib_1.__exportStar(require("./ApplyPendingMaintenanceActionCommand"), exports);
7
- tslib_1.__exportStar(require("./CopyDBClusterParameterGroupCommand"), exports);
8
- tslib_1.__exportStar(require("./CopyDBClusterSnapshotCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateDBClusterCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateDBClusterParameterGroupCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateDBClusterSnapshotCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateDBInstanceCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateDBSubnetGroupCommand"), exports);
14
- tslib_1.__exportStar(require("./CreateEventSubscriptionCommand"), exports);
15
- tslib_1.__exportStar(require("./CreateGlobalClusterCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteDBClusterCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteDBClusterParameterGroupCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteDBClusterSnapshotCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteDBInstanceCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteDBSubnetGroupCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteEventSubscriptionCommand"), exports);
22
- tslib_1.__exportStar(require("./DeleteGlobalClusterCommand"), exports);
23
- tslib_1.__exportStar(require("./DescribeCertificatesCommand"), exports);
24
- tslib_1.__exportStar(require("./DescribeDBClusterParameterGroupsCommand"), exports);
25
- tslib_1.__exportStar(require("./DescribeDBClusterParametersCommand"), exports);
26
- tslib_1.__exportStar(require("./DescribeDBClusterSnapshotAttributesCommand"), exports);
27
- tslib_1.__exportStar(require("./DescribeDBClusterSnapshotsCommand"), exports);
28
- tslib_1.__exportStar(require("./DescribeDBClustersCommand"), exports);
29
- tslib_1.__exportStar(require("./DescribeDBEngineVersionsCommand"), exports);
30
- tslib_1.__exportStar(require("./DescribeDBInstancesCommand"), exports);
31
- tslib_1.__exportStar(require("./DescribeDBSubnetGroupsCommand"), exports);
32
- tslib_1.__exportStar(require("./DescribeEngineDefaultClusterParametersCommand"), exports);
33
- tslib_1.__exportStar(require("./DescribeEventCategoriesCommand"), exports);
34
- tslib_1.__exportStar(require("./DescribeEventSubscriptionsCommand"), exports);
35
- tslib_1.__exportStar(require("./DescribeEventsCommand"), exports);
36
- tslib_1.__exportStar(require("./DescribeGlobalClustersCommand"), exports);
37
- tslib_1.__exportStar(require("./DescribeOrderableDBInstanceOptionsCommand"), exports);
38
- tslib_1.__exportStar(require("./DescribePendingMaintenanceActionsCommand"), exports);
39
- tslib_1.__exportStar(require("./FailoverDBClusterCommand"), exports);
40
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
41
- tslib_1.__exportStar(require("./ModifyDBClusterCommand"), exports);
42
- tslib_1.__exportStar(require("./ModifyDBClusterParameterGroupCommand"), exports);
43
- tslib_1.__exportStar(require("./ModifyDBClusterSnapshotAttributeCommand"), exports);
44
- tslib_1.__exportStar(require("./ModifyDBInstanceCommand"), exports);
45
- tslib_1.__exportStar(require("./ModifyDBSubnetGroupCommand"), exports);
46
- tslib_1.__exportStar(require("./ModifyEventSubscriptionCommand"), exports);
47
- tslib_1.__exportStar(require("./ModifyGlobalClusterCommand"), exports);
48
- tslib_1.__exportStar(require("./RebootDBInstanceCommand"), exports);
49
- tslib_1.__exportStar(require("./RemoveFromGlobalClusterCommand"), exports);
50
- tslib_1.__exportStar(require("./RemoveSourceIdentifierFromSubscriptionCommand"), exports);
51
- tslib_1.__exportStar(require("./RemoveTagsFromResourceCommand"), exports);
52
- tslib_1.__exportStar(require("./ResetDBClusterParameterGroupCommand"), exports);
53
- tslib_1.__exportStar(require("./RestoreDBClusterFromSnapshotCommand"), exports);
54
- tslib_1.__exportStar(require("./RestoreDBClusterToPointInTimeCommand"), exports);
55
- tslib_1.__exportStar(require("./StartDBClusterCommand"), exports);
56
- tslib_1.__exportStar(require("./StopDBClusterCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "rds",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");