@aws-sdk/client-neptune 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 (94) hide show
  1. package/dist-cjs/index.js +4106 -8003
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/NeptuneClient.js +2 -0
  4. package/dist-es/commands/AddRoleToDBClusterCommand.js +3 -9
  5. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +3 -9
  6. package/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  7. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -9
  8. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +3 -9
  9. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -6
  10. package/dist-es/commands/CopyDBParameterGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateDBClusterCommand.js +2 -6
  12. package/dist-es/commands/CreateDBClusterEndpointCommand.js +3 -9
  13. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +3 -9
  14. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +3 -9
  15. package/dist-es/commands/CreateDBInstanceCommand.js +3 -10
  16. package/dist-es/commands/CreateDBParameterGroupCommand.js +3 -9
  17. package/dist-es/commands/CreateDBSubnetGroupCommand.js +3 -9
  18. package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -9
  19. package/dist-es/commands/CreateGlobalClusterCommand.js +3 -9
  20. package/dist-es/commands/DeleteDBClusterCommand.js +3 -9
  21. package/dist-es/commands/DeleteDBClusterEndpointCommand.js +3 -9
  22. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +3 -9
  23. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +3 -9
  24. package/dist-es/commands/DeleteDBInstanceCommand.js +3 -9
  25. package/dist-es/commands/DeleteDBParameterGroupCommand.js +3 -9
  26. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +3 -9
  27. package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -9
  28. package/dist-es/commands/DeleteGlobalClusterCommand.js +3 -9
  29. package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +3 -9
  30. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +3 -9
  31. package/dist-es/commands/DescribeDBClusterParametersCommand.js +3 -9
  32. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +3 -9
  33. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +3 -9
  34. package/dist-es/commands/DescribeDBClustersCommand.js +3 -9
  35. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +3 -9
  36. package/dist-es/commands/DescribeDBInstancesCommand.js +3 -9
  37. package/dist-es/commands/DescribeDBParameterGroupsCommand.js +3 -9
  38. package/dist-es/commands/DescribeDBParametersCommand.js +3 -9
  39. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +3 -9
  40. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +3 -9
  41. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -9
  42. package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -9
  43. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -9
  44. package/dist-es/commands/DescribeEventsCommand.js +3 -9
  45. package/dist-es/commands/DescribeGlobalClustersCommand.js +3 -9
  46. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +3 -9
  47. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +3 -9
  48. package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +3 -9
  49. package/dist-es/commands/FailoverDBClusterCommand.js +3 -9
  50. package/dist-es/commands/FailoverGlobalClusterCommand.js +3 -9
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  52. package/dist-es/commands/ModifyDBClusterCommand.js +3 -9
  53. package/dist-es/commands/ModifyDBClusterEndpointCommand.js +3 -9
  54. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +3 -9
  55. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +3 -9
  56. package/dist-es/commands/ModifyDBInstanceCommand.js +3 -10
  57. package/dist-es/commands/ModifyDBParameterGroupCommand.js +3 -9
  58. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +3 -9
  59. package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -9
  60. package/dist-es/commands/ModifyGlobalClusterCommand.js +3 -9
  61. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +3 -9
  62. package/dist-es/commands/RebootDBInstanceCommand.js +3 -9
  63. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +3 -9
  64. package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +3 -9
  65. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +3 -9
  66. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  67. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +3 -9
  68. package/dist-es/commands/ResetDBParameterGroupCommand.js +3 -9
  69. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +3 -9
  70. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +3 -9
  71. package/dist-es/commands/StartDBClusterCommand.js +3 -9
  72. package/dist-es/commands/StopDBClusterCommand.js +3 -9
  73. package/dist-es/commands/SwitchoverGlobalClusterCommand.js +3 -9
  74. package/dist-es/models/models_0.js +0 -9
  75. package/dist-es/runtimeConfig.shared.js +7 -0
  76. package/dist-es/schemas/schemas_0.js +4133 -0
  77. package/dist-types/NeptuneClient.d.ts +10 -1
  78. package/dist-types/models/models_0.d.ts +0 -8
  79. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  80. package/dist-types/runtimeConfig.d.ts +1 -0
  81. package/dist-types/runtimeConfig.native.d.ts +1 -0
  82. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  83. package/dist-types/schemas/schemas_0.d.ts +372 -0
  84. package/dist-types/ts3.4/NeptuneClient.d.ts +4 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +0 -6
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +378 -0
  91. package/package.json +35 -35
  92. package/dist-es/protocols/Aws_query.js +0 -7676
  93. package/dist-types/protocols/Aws_query.d.ts +0 -632
  94. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -845
@@ -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_DeleteDBSubnetGroupCommand, se_DeleteDBSubnetGroupCommand } from "../protocols/Aws_query";
4
+ import { DeleteDBSubnetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDBSubnetGroupCommand 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", "DeleteDBSubnetGroup", {})
17
13
  .n("NeptuneClient", "DeleteDBSubnetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDBSubnetGroupCommand)
20
- .de(de_DeleteDBSubnetGroupCommand)
14
+ .sc(DeleteDBSubnetGroup)
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_DeleteEventSubscriptionCommand, se_DeleteEventSubscriptionCommand } from "../protocols/Aws_query";
4
+ import { DeleteEventSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteEventSubscriptionCommand 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", "DeleteEventSubscription", {})
17
13
  .n("NeptuneClient", "DeleteEventSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteEventSubscriptionCommand)
20
- .de(de_DeleteEventSubscriptionCommand)
14
+ .sc(DeleteEventSubscription)
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_DeleteGlobalClusterCommand, se_DeleteGlobalClusterCommand } from "../protocols/Aws_query";
4
+ import { DeleteGlobalCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteGlobalClusterCommand 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", "DeleteGlobalCluster", {})
17
13
  .n("NeptuneClient", "DeleteGlobalClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteGlobalClusterCommand)
20
- .de(de_DeleteGlobalClusterCommand)
14
+ .sc(DeleteGlobalCluster)
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_DescribeDBClusterEndpointsCommand, se_DescribeDBClusterEndpointsCommand } from "../protocols/Aws_query";
4
+ import { DescribeDBClusterEndpoints } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBClusterEndpointsCommand 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", "DescribeDBClusterEndpoints", {})
17
13
  .n("NeptuneClient", "DescribeDBClusterEndpointsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBClusterEndpointsCommand)
20
- .de(de_DescribeDBClusterEndpointsCommand)
14
+ .sc(DescribeDBClusterEndpoints)
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_DescribeDBClusterParameterGroupsCommand, se_DescribeDBClusterParameterGroupsCommand, } from "../protocols/Aws_query";
4
+ import { DescribeDBClusterParameterGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBClusterParameterGroupsCommand 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", "DescribeDBClusterParameterGroups", {})
17
13
  .n("NeptuneClient", "DescribeDBClusterParameterGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBClusterParameterGroupsCommand)
20
- .de(de_DescribeDBClusterParameterGroupsCommand)
14
+ .sc(DescribeDBClusterParameterGroups)
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_DescribeDBClusterParametersCommand, se_DescribeDBClusterParametersCommand } from "../protocols/Aws_query";
4
+ import { DescribeDBClusterParameters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBClusterParametersCommand 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", "DescribeDBClusterParameters", {})
17
13
  .n("NeptuneClient", "DescribeDBClusterParametersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBClusterParametersCommand)
20
- .de(de_DescribeDBClusterParametersCommand)
14
+ .sc(DescribeDBClusterParameters)
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_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("NeptuneClient", "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("NeptuneClient", "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("NeptuneClient", "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("NeptuneClient", "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("NeptuneClient", "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_DescribeDBParameterGroupsCommand, se_DescribeDBParameterGroupsCommand } from "../protocols/Aws_query";
4
+ import { DescribeDBParameterGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBParameterGroupsCommand 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", "DescribeDBParameterGroups", {})
17
13
  .n("NeptuneClient", "DescribeDBParameterGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBParameterGroupsCommand)
20
- .de(de_DescribeDBParameterGroupsCommand)
14
+ .sc(DescribeDBParameterGroups)
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_DescribeDBParametersCommand, se_DescribeDBParametersCommand } from "../protocols/Aws_query";
4
+ import { DescribeDBParameters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBParametersCommand 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", "DescribeDBParameters", {})
17
13
  .n("NeptuneClient", "DescribeDBParametersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBParametersCommand)
20
- .de(de_DescribeDBParametersCommand)
14
+ .sc(DescribeDBParameters)
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("NeptuneClient", "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("NeptuneClient", "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_DescribeEngineDefaultParametersCommand, se_DescribeEngineDefaultParametersCommand, } from "../protocols/Aws_query";
4
+ import { DescribeEngineDefaultParameters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeEngineDefaultParametersCommand 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", "DescribeEngineDefaultParameters", {})
17
13
  .n("NeptuneClient", "DescribeEngineDefaultParametersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeEngineDefaultParametersCommand)
20
- .de(de_DescribeEngineDefaultParametersCommand)
14
+ .sc(DescribeEngineDefaultParameters)
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("NeptuneClient", "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("NeptuneClient", "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("NeptuneClient", "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("NeptuneClient", "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("NeptuneClient", "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("NeptuneClient", "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_DescribeValidDBInstanceModificationsCommand, se_DescribeValidDBInstanceModificationsCommand, } from "../protocols/Aws_query";
4
+ import { DescribeValidDBInstanceModifications } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeValidDBInstanceModificationsCommand 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", "DescribeValidDBInstanceModifications", {})
17
13
  .n("NeptuneClient", "DescribeValidDBInstanceModificationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeValidDBInstanceModificationsCommand)
20
- .de(de_DescribeValidDBInstanceModificationsCommand)
14
+ .sc(DescribeValidDBInstanceModifications)
21
15
  .build() {
22
16
  }