@aws-sdk/client-neptune 3.929.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
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsQueryProtocol({
31
+ defaultNamespace: "com.amazonaws.neptune",
32
+ xmlNamespace: "http://rds.amazonaws.com/doc/2014-10-31/",
33
+ version: "2014-10-31",
34
+ }),
28
35
  serviceId: config?.serviceId ?? "Neptune",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class NeptuneClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -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_AddRoleToDBClusterCommand, se_AddRoleToDBClusterCommand } from "../protocols/Aws_query";
4
+ import { AddRoleToDBCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AddRoleToDBClusterCommand 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", "AddRoleToDBCluster", {})
17
13
  .n("NeptuneClient", "AddRoleToDBClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AddRoleToDBClusterCommand)
20
- .de(de_AddRoleToDBClusterCommand)
14
+ .sc(AddRoleToDBCluster)
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_AddSourceIdentifierToSubscriptionCommand, se_AddSourceIdentifierToSubscriptionCommand, } from "../protocols/Aws_query";
4
+ import { AddSourceIdentifierToSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AddSourceIdentifierToSubscriptionCommand 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", "AddSourceIdentifierToSubscription", {})
17
13
  .n("NeptuneClient", "AddSourceIdentifierToSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AddSourceIdentifierToSubscriptionCommand)
20
- .de(de_AddSourceIdentifierToSubscriptionCommand)
14
+ .sc(AddSourceIdentifierToSubscription)
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_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_query";
4
+ import { AddTagsToResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AddTagsToResourceCommand 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", "AddTagsToResource", {})
17
13
  .n("NeptuneClient", "AddTagsToResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AddTagsToResourceCommand)
20
- .de(de_AddTagsToResourceCommand)
14
+ .sc(AddTagsToResource)
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_ApplyPendingMaintenanceActionCommand, se_ApplyPendingMaintenanceActionCommand, } from "../protocols/Aws_query";
4
+ import { ApplyPendingMaintenanceAction } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ApplyPendingMaintenanceActionCommand 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", "ApplyPendingMaintenanceAction", {})
17
13
  .n("NeptuneClient", "ApplyPendingMaintenanceActionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ApplyPendingMaintenanceActionCommand)
20
- .de(de_ApplyPendingMaintenanceActionCommand)
14
+ .sc(ApplyPendingMaintenanceAction)
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_CopyDBClusterParameterGroupCommand, se_CopyDBClusterParameterGroupCommand } from "../protocols/Aws_query";
4
+ import { CopyDBClusterParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CopyDBClusterParameterGroupCommand 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", "CopyDBClusterParameterGroup", {})
17
13
  .n("NeptuneClient", "CopyDBClusterParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CopyDBClusterParameterGroupCommand)
20
- .de(de_CopyDBClusterParameterGroupCommand)
14
+ .sc(CopyDBClusterParameterGroup)
21
15
  .build() {
22
16
  }
@@ -1,24 +1,20 @@
1
1
  import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_CopyDBClusterSnapshotCommand, se_CopyDBClusterSnapshotCommand } from "../protocols/Aws_query";
5
+ import { CopyDBClusterSnapshot } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class CopyDBClusterSnapshotCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
11
  return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
12
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
13
  getCrossRegionPresignedUrlPlugin(config),
16
14
  ];
17
15
  })
18
16
  .s("AmazonRDSv19", "CopyDBClusterSnapshot", {})
19
17
  .n("NeptuneClient", "CopyDBClusterSnapshotCommand")
20
- .f(void 0, void 0)
21
- .ser(se_CopyDBClusterSnapshotCommand)
22
- .de(de_CopyDBClusterSnapshotCommand)
18
+ .sc(CopyDBClusterSnapshot)
23
19
  .build() {
24
20
  }
@@ -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_CopyDBParameterGroupCommand, se_CopyDBParameterGroupCommand } from "../protocols/Aws_query";
4
+ import { CopyDBParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CopyDBParameterGroupCommand 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", "CopyDBParameterGroup", {})
17
13
  .n("NeptuneClient", "CopyDBParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CopyDBParameterGroupCommand)
20
- .de(de_CopyDBParameterGroupCommand)
14
+ .sc(CopyDBParameterGroup)
21
15
  .build() {
22
16
  }
@@ -1,24 +1,20 @@
1
1
  import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_CreateDBClusterCommand, se_CreateDBClusterCommand } from "../protocols/Aws_query";
5
+ import { CreateDBCluster } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class CreateDBClusterCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
11
  return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
12
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
13
  getCrossRegionPresignedUrlPlugin(config),
16
14
  ];
17
15
  })
18
16
  .s("AmazonRDSv19", "CreateDBCluster", {})
19
17
  .n("NeptuneClient", "CreateDBClusterCommand")
20
- .f(void 0, void 0)
21
- .ser(se_CreateDBClusterCommand)
22
- .de(de_CreateDBClusterCommand)
18
+ .sc(CreateDBCluster)
23
19
  .build() {
24
20
  }
@@ -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_CreateDBClusterEndpointCommand, se_CreateDBClusterEndpointCommand } from "../protocols/Aws_query";
4
+ import { CreateDBClusterEndpoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDBClusterEndpointCommand 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", "CreateDBClusterEndpoint", {})
17
13
  .n("NeptuneClient", "CreateDBClusterEndpointCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDBClusterEndpointCommand)
20
- .de(de_CreateDBClusterEndpointCommand)
14
+ .sc(CreateDBClusterEndpoint)
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_CreateDBClusterParameterGroupCommand, se_CreateDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
4
+ import { CreateDBClusterParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDBClusterParameterGroupCommand 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", "CreateDBClusterParameterGroup", {})
17
13
  .n("NeptuneClient", "CreateDBClusterParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDBClusterParameterGroupCommand)
20
- .de(de_CreateDBClusterParameterGroupCommand)
14
+ .sc(CreateDBClusterParameterGroup)
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_CreateDBClusterSnapshotCommand, se_CreateDBClusterSnapshotCommand } from "../protocols/Aws_query";
4
+ import { CreateDBClusterSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDBClusterSnapshotCommand 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", "CreateDBClusterSnapshot", {})
17
13
  .n("NeptuneClient", "CreateDBClusterSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDBClusterSnapshotCommand)
20
- .de(de_CreateDBClusterSnapshotCommand)
14
+ .sc(CreateDBClusterSnapshot)
21
15
  .build() {
22
16
  }
@@ -1,23 +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 { CreateDBInstanceMessageFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateDBInstanceCommand, se_CreateDBInstanceCommand } from "../protocols/Aws_query";
4
+ import { CreateDBInstance } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateDBInstanceCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonRDSv19", "CreateDBInstance", {})
18
13
  .n("NeptuneClient", "CreateDBInstanceCommand")
19
- .f(CreateDBInstanceMessageFilterSensitiveLog, void 0)
20
- .ser(se_CreateDBInstanceCommand)
21
- .de(de_CreateDBInstanceCommand)
14
+ .sc(CreateDBInstance)
22
15
  .build() {
23
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_CreateDBParameterGroupCommand, se_CreateDBParameterGroupCommand } from "../protocols/Aws_query";
4
+ import { CreateDBParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDBParameterGroupCommand 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", "CreateDBParameterGroup", {})
17
13
  .n("NeptuneClient", "CreateDBParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDBParameterGroupCommand)
20
- .de(de_CreateDBParameterGroupCommand)
14
+ .sc(CreateDBParameterGroup)
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_CreateDBSubnetGroupCommand, se_CreateDBSubnetGroupCommand } from "../protocols/Aws_query";
4
+ import { CreateDBSubnetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDBSubnetGroupCommand 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", "CreateDBSubnetGroup", {})
17
13
  .n("NeptuneClient", "CreateDBSubnetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDBSubnetGroupCommand)
20
- .de(de_CreateDBSubnetGroupCommand)
14
+ .sc(CreateDBSubnetGroup)
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_CreateEventSubscriptionCommand, se_CreateEventSubscriptionCommand } from "../protocols/Aws_query";
4
+ import { CreateEventSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateEventSubscriptionCommand 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", "CreateEventSubscription", {})
17
13
  .n("NeptuneClient", "CreateEventSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateEventSubscriptionCommand)
20
- .de(de_CreateEventSubscriptionCommand)
14
+ .sc(CreateEventSubscription)
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_CreateGlobalClusterCommand, se_CreateGlobalClusterCommand } from "../protocols/Aws_query";
4
+ import { CreateGlobalCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateGlobalClusterCommand 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", "CreateGlobalCluster", {})
17
13
  .n("NeptuneClient", "CreateGlobalClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateGlobalClusterCommand)
20
- .de(de_CreateGlobalClusterCommand)
14
+ .sc(CreateGlobalCluster)
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_DeleteDBClusterCommand, se_DeleteDBClusterCommand } from "../protocols/Aws_query";
4
+ import { DeleteDBCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDBClusterCommand 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", "DeleteDBCluster", {})
17
13
  .n("NeptuneClient", "DeleteDBClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDBClusterCommand)
20
- .de(de_DeleteDBClusterCommand)
14
+ .sc(DeleteDBCluster)
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_DeleteDBClusterEndpointCommand, se_DeleteDBClusterEndpointCommand } from "../protocols/Aws_query";
4
+ import { DeleteDBClusterEndpoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDBClusterEndpointCommand 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", "DeleteDBClusterEndpoint", {})
17
13
  .n("NeptuneClient", "DeleteDBClusterEndpointCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDBClusterEndpointCommand)
20
- .de(de_DeleteDBClusterEndpointCommand)
14
+ .sc(DeleteDBClusterEndpoint)
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_DeleteDBClusterParameterGroupCommand, se_DeleteDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
4
+ import { DeleteDBClusterParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDBClusterParameterGroupCommand 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", "DeleteDBClusterParameterGroup", {})
17
13
  .n("NeptuneClient", "DeleteDBClusterParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDBClusterParameterGroupCommand)
20
- .de(de_DeleteDBClusterParameterGroupCommand)
14
+ .sc(DeleteDBClusterParameterGroup)
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_DeleteDBClusterSnapshotCommand, se_DeleteDBClusterSnapshotCommand } from "../protocols/Aws_query";
4
+ import { DeleteDBClusterSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDBClusterSnapshotCommand 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", "DeleteDBClusterSnapshot", {})
17
13
  .n("NeptuneClient", "DeleteDBClusterSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDBClusterSnapshotCommand)
20
- .de(de_DeleteDBClusterSnapshotCommand)
14
+ .sc(DeleteDBClusterSnapshot)
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_DeleteDBInstanceCommand, se_DeleteDBInstanceCommand } from "../protocols/Aws_query";
4
+ import { DeleteDBInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDBInstanceCommand 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", "DeleteDBInstance", {})
17
13
  .n("NeptuneClient", "DeleteDBInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDBInstanceCommand)
20
- .de(de_DeleteDBInstanceCommand)
14
+ .sc(DeleteDBInstance)
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_DeleteDBParameterGroupCommand, se_DeleteDBParameterGroupCommand } from "../protocols/Aws_query";
4
+ import { DeleteDBParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDBParameterGroupCommand 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", "DeleteDBParameterGroup", {})
17
13
  .n("NeptuneClient", "DeleteDBParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDBParameterGroupCommand)
20
- .de(de_DeleteDBParameterGroupCommand)
14
+ .sc(DeleteDBParameterGroup)
21
15
  .build() {
22
16
  }