@aws-sdk/client-docdb 3.928.0 → 3.930.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 (76) hide show
  1. package/dist-cjs/index.js +3115 -6262
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DocDBClient.js +2 -0
  4. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +3 -9
  5. package/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  6. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -9
  7. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +3 -9
  8. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -6
  9. package/dist-es/commands/CreateDBClusterCommand.js +3 -9
  10. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +3 -9
  12. package/dist-es/commands/CreateDBInstanceCommand.js +3 -9
  13. package/dist-es/commands/CreateDBSubnetGroupCommand.js +3 -9
  14. package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -9
  15. package/dist-es/commands/CreateGlobalClusterCommand.js +3 -9
  16. package/dist-es/commands/DeleteDBClusterCommand.js +3 -9
  17. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +3 -9
  18. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +3 -9
  19. package/dist-es/commands/DeleteDBInstanceCommand.js +3 -9
  20. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +3 -9
  21. package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -9
  22. package/dist-es/commands/DeleteGlobalClusterCommand.js +3 -9
  23. package/dist-es/commands/DescribeCertificatesCommand.js +3 -9
  24. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +3 -9
  25. package/dist-es/commands/DescribeDBClusterParametersCommand.js +3 -9
  26. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +3 -9
  27. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +3 -9
  28. package/dist-es/commands/DescribeDBClustersCommand.js +3 -9
  29. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +3 -9
  30. package/dist-es/commands/DescribeDBInstancesCommand.js +3 -9
  31. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +3 -9
  32. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +3 -9
  33. package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -9
  34. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -9
  35. package/dist-es/commands/DescribeEventsCommand.js +3 -9
  36. package/dist-es/commands/DescribeGlobalClustersCommand.js +3 -9
  37. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +3 -9
  38. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +3 -9
  39. package/dist-es/commands/FailoverDBClusterCommand.js +3 -9
  40. package/dist-es/commands/FailoverGlobalClusterCommand.js +3 -9
  41. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  42. package/dist-es/commands/ModifyDBClusterCommand.js +3 -9
  43. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +3 -9
  44. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +3 -9
  45. package/dist-es/commands/ModifyDBInstanceCommand.js +3 -9
  46. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +3 -9
  47. package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -9
  48. package/dist-es/commands/ModifyGlobalClusterCommand.js +3 -9
  49. package/dist-es/commands/RebootDBInstanceCommand.js +3 -9
  50. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +3 -9
  51. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +3 -9
  52. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  53. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +3 -9
  54. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +3 -9
  55. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +3 -9
  56. package/dist-es/commands/StartDBClusterCommand.js +3 -9
  57. package/dist-es/commands/StopDBClusterCommand.js +3 -9
  58. package/dist-es/commands/SwitchoverGlobalClusterCommand.js +3 -9
  59. package/dist-es/runtimeConfig.shared.js +7 -0
  60. package/dist-es/schemas/schemas_0.js +3086 -0
  61. package/dist-types/DocDBClient.d.ts +10 -1
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  63. package/dist-types/runtimeConfig.d.ts +1 -0
  64. package/dist-types/runtimeConfig.native.d.ts +1 -0
  65. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  66. package/dist-types/schemas/schemas_0.d.ts +298 -0
  67. package/dist-types/ts3.4/DocDBClient.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  72. package/dist-types/ts3.4/schemas/schemas_0.d.ts +303 -0
  73. package/package.json +35 -35
  74. package/dist-es/protocols/Aws_query.js +0 -5961
  75. package/dist-types/protocols/Aws_query.d.ts +0 -497
  76. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -665
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDBClusterSnapshotAttributesCommand, se_DescribeDBClusterSnapshotAttributesCommand, } from "../protocols/Aws_query";
4
+ import { DescribeDBClusterSnapshotAttributes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBClusterSnapshotAttributesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeDBClusterSnapshotAttributes", {})
17
13
  .n("DocDBClient", "DescribeDBClusterSnapshotAttributesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBClusterSnapshotAttributesCommand)
20
- .de(de_DescribeDBClusterSnapshotAttributesCommand)
14
+ .sc(DescribeDBClusterSnapshotAttributes)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDBClusterSnapshotsCommand, se_DescribeDBClusterSnapshotsCommand } from "../protocols/Aws_query";
4
+ import { DescribeDBClusterSnapshots } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBClusterSnapshotsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeDBClusterSnapshots", {})
17
13
  .n("DocDBClient", "DescribeDBClusterSnapshotsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBClusterSnapshotsCommand)
20
- .de(de_DescribeDBClusterSnapshotsCommand)
14
+ .sc(DescribeDBClusterSnapshots)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDBClustersCommand, se_DescribeDBClustersCommand } from "../protocols/Aws_query";
4
+ import { DescribeDBClusters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBClustersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeDBClusters", {})
17
13
  .n("DocDBClient", "DescribeDBClustersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBClustersCommand)
20
- .de(de_DescribeDBClustersCommand)
14
+ .sc(DescribeDBClusters)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDBEngineVersionsCommand, se_DescribeDBEngineVersionsCommand } from "../protocols/Aws_query";
4
+ import { DescribeDBEngineVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBEngineVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeDBEngineVersions", {})
17
13
  .n("DocDBClient", "DescribeDBEngineVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBEngineVersionsCommand)
20
- .de(de_DescribeDBEngineVersionsCommand)
14
+ .sc(DescribeDBEngineVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDBInstancesCommand, se_DescribeDBInstancesCommand } from "../protocols/Aws_query";
4
+ import { DescribeDBInstances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBInstancesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeDBInstances", {})
17
13
  .n("DocDBClient", "DescribeDBInstancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBInstancesCommand)
20
- .de(de_DescribeDBInstancesCommand)
14
+ .sc(DescribeDBInstances)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDBSubnetGroupsCommand, se_DescribeDBSubnetGroupsCommand } from "../protocols/Aws_query";
4
+ import { DescribeDBSubnetGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBSubnetGroupsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeDBSubnetGroups", {})
17
13
  .n("DocDBClient", "DescribeDBSubnetGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBSubnetGroupsCommand)
20
- .de(de_DescribeDBSubnetGroupsCommand)
14
+ .sc(DescribeDBSubnetGroups)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeEngineDefaultClusterParametersCommand, se_DescribeEngineDefaultClusterParametersCommand, } from "../protocols/Aws_query";
4
+ import { DescribeEngineDefaultClusterParameters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeEngineDefaultClusterParametersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeEngineDefaultClusterParameters", {})
17
13
  .n("DocDBClient", "DescribeEngineDefaultClusterParametersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeEngineDefaultClusterParametersCommand)
20
- .de(de_DescribeEngineDefaultClusterParametersCommand)
14
+ .sc(DescribeEngineDefaultClusterParameters)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeEventCategoriesCommand, se_DescribeEventCategoriesCommand } from "../protocols/Aws_query";
4
+ import { DescribeEventCategories } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeEventCategoriesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeEventCategories", {})
17
13
  .n("DocDBClient", "DescribeEventCategoriesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeEventCategoriesCommand)
20
- .de(de_DescribeEventCategoriesCommand)
14
+ .sc(DescribeEventCategories)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeEventSubscriptionsCommand, se_DescribeEventSubscriptionsCommand } from "../protocols/Aws_query";
4
+ import { DescribeEventSubscriptions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeEventSubscriptionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeEventSubscriptions", {})
17
13
  .n("DocDBClient", "DescribeEventSubscriptionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeEventSubscriptionsCommand)
20
- .de(de_DescribeEventSubscriptionsCommand)
14
+ .sc(DescribeEventSubscriptions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query";
4
+ import { DescribeEvents } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeEventsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeEvents", {})
17
13
  .n("DocDBClient", "DescribeEventsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeEventsCommand)
20
- .de(de_DescribeEventsCommand)
14
+ .sc(DescribeEvents)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeGlobalClustersCommand, se_DescribeGlobalClustersCommand } from "../protocols/Aws_query";
4
+ import { DescribeGlobalClusters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeGlobalClustersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeGlobalClusters", {})
17
13
  .n("DocDBClient", "DescribeGlobalClustersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeGlobalClustersCommand)
20
- .de(de_DescribeGlobalClustersCommand)
14
+ .sc(DescribeGlobalClusters)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeOrderableDBInstanceOptionsCommand, se_DescribeOrderableDBInstanceOptionsCommand, } from "../protocols/Aws_query";
4
+ import { DescribeOrderableDBInstanceOptions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeOrderableDBInstanceOptionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeOrderableDBInstanceOptions", {})
17
13
  .n("DocDBClient", "DescribeOrderableDBInstanceOptionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeOrderableDBInstanceOptionsCommand)
20
- .de(de_DescribeOrderableDBInstanceOptionsCommand)
14
+ .sc(DescribeOrderableDBInstanceOptions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribePendingMaintenanceActionsCommand, se_DescribePendingMaintenanceActionsCommand, } from "../protocols/Aws_query";
4
+ import { DescribePendingMaintenanceActions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribePendingMaintenanceActionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribePendingMaintenanceActions", {})
17
13
  .n("DocDBClient", "DescribePendingMaintenanceActionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribePendingMaintenanceActionsCommand)
20
- .de(de_DescribePendingMaintenanceActionsCommand)
14
+ .sc(DescribePendingMaintenanceActions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_FailoverDBClusterCommand, se_FailoverDBClusterCommand } from "../protocols/Aws_query";
4
+ import { FailoverDBCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class FailoverDBClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "FailoverDBCluster", {})
17
13
  .n("DocDBClient", "FailoverDBClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_FailoverDBClusterCommand)
20
- .de(de_FailoverDBClusterCommand)
14
+ .sc(FailoverDBCluster)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_FailoverGlobalClusterCommand, se_FailoverGlobalClusterCommand } from "../protocols/Aws_query";
4
+ import { FailoverGlobalCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class FailoverGlobalClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "FailoverGlobalCluster", {})
17
13
  .n("DocDBClient", "FailoverGlobalClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_FailoverGlobalClusterCommand)
20
- .de(de_FailoverGlobalClusterCommand)
14
+ .sc(FailoverGlobalCluster)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "ListTagsForResource", {})
17
13
  .n("DocDBClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ModifyDBClusterCommand, se_ModifyDBClusterCommand } from "../protocols/Aws_query";
4
+ import { ModifyDBCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyDBClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "ModifyDBCluster", {})
17
13
  .n("DocDBClient", "ModifyDBClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyDBClusterCommand)
20
- .de(de_ModifyDBClusterCommand)
14
+ .sc(ModifyDBCluster)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ModifyDBClusterParameterGroupCommand, se_ModifyDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
4
+ import { ModifyDBClusterParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyDBClusterParameterGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "ModifyDBClusterParameterGroup", {})
17
13
  .n("DocDBClient", "ModifyDBClusterParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyDBClusterParameterGroupCommand)
20
- .de(de_ModifyDBClusterParameterGroupCommand)
14
+ .sc(ModifyDBClusterParameterGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ModifyDBClusterSnapshotAttributeCommand, se_ModifyDBClusterSnapshotAttributeCommand, } from "../protocols/Aws_query";
4
+ import { ModifyDBClusterSnapshotAttribute } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyDBClusterSnapshotAttributeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "ModifyDBClusterSnapshotAttribute", {})
17
13
  .n("DocDBClient", "ModifyDBClusterSnapshotAttributeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyDBClusterSnapshotAttributeCommand)
20
- .de(de_ModifyDBClusterSnapshotAttributeCommand)
14
+ .sc(ModifyDBClusterSnapshotAttribute)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ModifyDBInstanceCommand, se_ModifyDBInstanceCommand } from "../protocols/Aws_query";
4
+ import { ModifyDBInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyDBInstanceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "ModifyDBInstance", {})
17
13
  .n("DocDBClient", "ModifyDBInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyDBInstanceCommand)
20
- .de(de_ModifyDBInstanceCommand)
14
+ .sc(ModifyDBInstance)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ModifyDBSubnetGroupCommand, se_ModifyDBSubnetGroupCommand } from "../protocols/Aws_query";
4
+ import { ModifyDBSubnetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyDBSubnetGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "ModifyDBSubnetGroup", {})
17
13
  .n("DocDBClient", "ModifyDBSubnetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyDBSubnetGroupCommand)
20
- .de(de_ModifyDBSubnetGroupCommand)
14
+ .sc(ModifyDBSubnetGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ModifyEventSubscriptionCommand, se_ModifyEventSubscriptionCommand } from "../protocols/Aws_query";
4
+ import { ModifyEventSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyEventSubscriptionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "ModifyEventSubscription", {})
17
13
  .n("DocDBClient", "ModifyEventSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyEventSubscriptionCommand)
20
- .de(de_ModifyEventSubscriptionCommand)
14
+ .sc(ModifyEventSubscription)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ModifyGlobalClusterCommand, se_ModifyGlobalClusterCommand } from "../protocols/Aws_query";
4
+ import { ModifyGlobalCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyGlobalClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "ModifyGlobalCluster", {})
17
13
  .n("DocDBClient", "ModifyGlobalClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyGlobalClusterCommand)
20
- .de(de_ModifyGlobalClusterCommand)
14
+ .sc(ModifyGlobalCluster)
21
15
  .build() {
22
16
  }