@aws-sdk/client-neptune-graph 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 (58) hide show
  1. package/dist-cjs/index.js +1472 -1669
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/NeptuneGraphClient.js +2 -0
  4. package/dist-es/commands/CancelExportTaskCommand.js +3 -9
  5. package/dist-es/commands/CancelImportTaskCommand.js +3 -9
  6. package/dist-es/commands/CancelQueryCommand.js +3 -9
  7. package/dist-es/commands/CreateGraphCommand.js +3 -9
  8. package/dist-es/commands/CreateGraphSnapshotCommand.js +3 -9
  9. package/dist-es/commands/CreateGraphUsingImportTaskCommand.js +3 -9
  10. package/dist-es/commands/CreatePrivateGraphEndpointCommand.js +3 -9
  11. package/dist-es/commands/DeleteGraphCommand.js +3 -9
  12. package/dist-es/commands/DeleteGraphSnapshotCommand.js +3 -9
  13. package/dist-es/commands/DeletePrivateGraphEndpointCommand.js +3 -9
  14. package/dist-es/commands/ExecuteQueryCommand.js +3 -10
  15. package/dist-es/commands/GetExportTaskCommand.js +3 -9
  16. package/dist-es/commands/GetGraphCommand.js +3 -9
  17. package/dist-es/commands/GetGraphSnapshotCommand.js +3 -9
  18. package/dist-es/commands/GetGraphSummaryCommand.js +3 -9
  19. package/dist-es/commands/GetImportTaskCommand.js +3 -9
  20. package/dist-es/commands/GetPrivateGraphEndpointCommand.js +3 -9
  21. package/dist-es/commands/GetQueryCommand.js +3 -9
  22. package/dist-es/commands/ListExportTasksCommand.js +3 -9
  23. package/dist-es/commands/ListGraphSnapshotsCommand.js +3 -9
  24. package/dist-es/commands/ListGraphsCommand.js +3 -9
  25. package/dist-es/commands/ListImportTasksCommand.js +3 -9
  26. package/dist-es/commands/ListPrivateGraphEndpointsCommand.js +3 -9
  27. package/dist-es/commands/ListQueriesCommand.js +3 -9
  28. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  29. package/dist-es/commands/ResetGraphCommand.js +3 -9
  30. package/dist-es/commands/RestoreGraphFromSnapshotCommand.js +3 -9
  31. package/dist-es/commands/StartExportTaskCommand.js +3 -9
  32. package/dist-es/commands/StartGraphCommand.js +3 -9
  33. package/dist-es/commands/StartImportTaskCommand.js +3 -9
  34. package/dist-es/commands/StopGraphCommand.js +3 -9
  35. package/dist-es/commands/TagResourceCommand.js +3 -9
  36. package/dist-es/commands/UntagResourceCommand.js +3 -9
  37. package/dist-es/commands/UpdateGraphCommand.js +3 -9
  38. package/dist-es/models/models_0.js +0 -11
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-es/schemas/schemas_0.js +1394 -0
  41. package/dist-types/NeptuneGraphClient.d.ts +10 -1
  42. package/dist-types/models/models_0.d.ts +4 -5
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  44. package/dist-types/runtimeConfig.d.ts +1 -0
  45. package/dist-types/runtimeConfig.native.d.ts +1 -0
  46. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +152 -0
  48. package/dist-types/ts3.4/NeptuneGraphClient.d.ts +4 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -4
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +159 -0
  55. package/package.json +35 -35
  56. package/dist-es/protocols/Aws_restJson1.js +0 -1401
  57. package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -416
@@ -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");
@@ -26,6 +27,7 @@ const getRuntimeConfig = (config) => {
26
27
  },
27
28
  ],
28
29
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
30
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.neptunegraph" }),
29
31
  sdkStreamMixin: config?.sdkStreamMixin ?? util_stream_1.sdkStreamMixin,
30
32
  serviceId: config?.serviceId ?? "Neptune Graph",
31
33
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
@@ -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 NeptuneGraphClient 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,8 +1,7 @@
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_CancelExportTaskCommand, se_CancelExportTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { CancelExportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelExportTaskCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class CancelExportTaskCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "CancelExportTask", {})
20
16
  .n("NeptuneGraphClient", "CancelExportTaskCommand")
21
- .f(void 0, void 0)
22
- .ser(se_CancelExportTaskCommand)
23
- .de(de_CancelExportTaskCommand)
17
+ .sc(CancelExportTask)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_CancelImportTaskCommand, se_CancelImportTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { CancelImportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelImportTaskCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class CancelImportTaskCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "CancelImportTask", {})
20
16
  .n("NeptuneGraphClient", "CancelImportTaskCommand")
21
- .f(void 0, void 0)
22
- .ser(se_CancelImportTaskCommand)
23
- .de(de_CancelImportTaskCommand)
17
+ .sc(CancelImportTask)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_CancelQueryCommand, se_CancelQueryCommand } from "../protocols/Aws_restJson1";
4
+ import { CancelQuery } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelQueryCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class CancelQueryCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `DataPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "CancelQuery", {})
20
16
  .n("NeptuneGraphClient", "CancelQueryCommand")
21
- .f(void 0, void 0)
22
- .ser(se_CancelQueryCommand)
23
- .de(de_CancelQueryCommand)
17
+ .sc(CancelQuery)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_CreateGraphCommand, se_CreateGraphCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateGraph } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateGraphCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class CreateGraphCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "CreateGraph", {})
20
16
  .n("NeptuneGraphClient", "CreateGraphCommand")
21
- .f(void 0, void 0)
22
- .ser(se_CreateGraphCommand)
23
- .de(de_CreateGraphCommand)
17
+ .sc(CreateGraph)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_CreateGraphSnapshotCommand, se_CreateGraphSnapshotCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateGraphSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateGraphSnapshotCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class CreateGraphSnapshotCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "CreateGraphSnapshot", {})
20
16
  .n("NeptuneGraphClient", "CreateGraphSnapshotCommand")
21
- .f(void 0, void 0)
22
- .ser(se_CreateGraphSnapshotCommand)
23
- .de(de_CreateGraphSnapshotCommand)
17
+ .sc(CreateGraphSnapshot)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_CreateGraphUsingImportTaskCommand, se_CreateGraphUsingImportTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateGraphUsingImportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateGraphUsingImportTaskCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class CreateGraphUsingImportTaskCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "CreateGraphUsingImportTask", {})
20
16
  .n("NeptuneGraphClient", "CreateGraphUsingImportTaskCommand")
21
- .f(void 0, void 0)
22
- .ser(se_CreateGraphUsingImportTaskCommand)
23
- .de(de_CreateGraphUsingImportTaskCommand)
17
+ .sc(CreateGraphUsingImportTask)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_CreatePrivateGraphEndpointCommand, se_CreatePrivateGraphEndpointCommand } from "../protocols/Aws_restJson1";
4
+ import { CreatePrivateGraphEndpoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreatePrivateGraphEndpointCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class CreatePrivateGraphEndpointCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "CreatePrivateGraphEndpoint", {})
20
16
  .n("NeptuneGraphClient", "CreatePrivateGraphEndpointCommand")
21
- .f(void 0, void 0)
22
- .ser(se_CreatePrivateGraphEndpointCommand)
23
- .de(de_CreatePrivateGraphEndpointCommand)
17
+ .sc(CreatePrivateGraphEndpoint)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_DeleteGraphCommand, se_DeleteGraphCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteGraph } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteGraphCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class DeleteGraphCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "DeleteGraph", {})
20
16
  .n("NeptuneGraphClient", "DeleteGraphCommand")
21
- .f(void 0, void 0)
22
- .ser(se_DeleteGraphCommand)
23
- .de(de_DeleteGraphCommand)
17
+ .sc(DeleteGraph)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_DeleteGraphSnapshotCommand, se_DeleteGraphSnapshotCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteGraphSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteGraphSnapshotCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class DeleteGraphSnapshotCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "DeleteGraphSnapshot", {})
20
16
  .n("NeptuneGraphClient", "DeleteGraphSnapshotCommand")
21
- .f(void 0, void 0)
22
- .ser(se_DeleteGraphSnapshotCommand)
23
- .de(de_DeleteGraphSnapshotCommand)
17
+ .sc(DeleteGraphSnapshot)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_DeletePrivateGraphEndpointCommand, se_DeletePrivateGraphEndpointCommand } from "../protocols/Aws_restJson1";
4
+ import { DeletePrivateGraphEndpoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeletePrivateGraphEndpointCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class DeletePrivateGraphEndpointCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "DeletePrivateGraphEndpoint", {})
20
16
  .n("NeptuneGraphClient", "DeletePrivateGraphEndpointCommand")
21
- .f(void 0, void 0)
22
- .ser(se_DeletePrivateGraphEndpointCommand)
23
- .de(de_DeletePrivateGraphEndpointCommand)
17
+ .sc(DeletePrivateGraphEndpoint)
24
18
  .build() {
25
19
  }
@@ -1,9 +1,7 @@
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 { ExecuteQueryOutputFilterSensitiveLog } from "../models/models_0";
6
- import { de_ExecuteQueryCommand, se_ExecuteQueryCommand } from "../protocols/Aws_restJson1";
4
+ import { ExecuteQuery } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ExecuteQueryCommand extends $Command
9
7
  .classBuilder()
@@ -12,15 +10,10 @@ export class ExecuteQueryCommand extends $Command
12
10
  ApiType: { type: "staticContextParams", value: `DataPlane` },
13
11
  })
14
12
  .m(function (Command, cs, config, o) {
15
- return [
16
- getSerdePlugin(config, this.serialize, this.deserialize),
17
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
19
14
  })
20
15
  .s("AmazonNeptuneGraph", "ExecuteQuery", {})
21
16
  .n("NeptuneGraphClient", "ExecuteQueryCommand")
22
- .f(void 0, ExecuteQueryOutputFilterSensitiveLog)
23
- .ser(se_ExecuteQueryCommand)
24
- .de(de_ExecuteQueryCommand)
17
+ .sc(ExecuteQuery)
25
18
  .build() {
26
19
  }
@@ -1,8 +1,7 @@
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_GetExportTaskCommand, se_GetExportTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { GetExportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetExportTaskCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class GetExportTaskCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "GetExportTask", {})
20
16
  .n("NeptuneGraphClient", "GetExportTaskCommand")
21
- .f(void 0, void 0)
22
- .ser(se_GetExportTaskCommand)
23
- .de(de_GetExportTaskCommand)
17
+ .sc(GetExportTask)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_GetGraphCommand, se_GetGraphCommand } from "../protocols/Aws_restJson1";
4
+ import { GetGraph } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetGraphCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class GetGraphCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "GetGraph", {})
20
16
  .n("NeptuneGraphClient", "GetGraphCommand")
21
- .f(void 0, void 0)
22
- .ser(se_GetGraphCommand)
23
- .de(de_GetGraphCommand)
17
+ .sc(GetGraph)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_GetGraphSnapshotCommand, se_GetGraphSnapshotCommand } from "../protocols/Aws_restJson1";
4
+ import { GetGraphSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetGraphSnapshotCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class GetGraphSnapshotCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "GetGraphSnapshot", {})
20
16
  .n("NeptuneGraphClient", "GetGraphSnapshotCommand")
21
- .f(void 0, void 0)
22
- .ser(se_GetGraphSnapshotCommand)
23
- .de(de_GetGraphSnapshotCommand)
17
+ .sc(GetGraphSnapshot)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_GetGraphSummaryCommand, se_GetGraphSummaryCommand } from "../protocols/Aws_restJson1";
4
+ import { GetGraphSummary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetGraphSummaryCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class GetGraphSummaryCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `DataPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "GetGraphSummary", {})
20
16
  .n("NeptuneGraphClient", "GetGraphSummaryCommand")
21
- .f(void 0, void 0)
22
- .ser(se_GetGraphSummaryCommand)
23
- .de(de_GetGraphSummaryCommand)
17
+ .sc(GetGraphSummary)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_GetImportTaskCommand, se_GetImportTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { GetImportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetImportTaskCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class GetImportTaskCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "GetImportTask", {})
20
16
  .n("NeptuneGraphClient", "GetImportTaskCommand")
21
- .f(void 0, void 0)
22
- .ser(se_GetImportTaskCommand)
23
- .de(de_GetImportTaskCommand)
17
+ .sc(GetImportTask)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_GetPrivateGraphEndpointCommand, se_GetPrivateGraphEndpointCommand } from "../protocols/Aws_restJson1";
4
+ import { GetPrivateGraphEndpoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetPrivateGraphEndpointCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class GetPrivateGraphEndpointCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "GetPrivateGraphEndpoint", {})
20
16
  .n("NeptuneGraphClient", "GetPrivateGraphEndpointCommand")
21
- .f(void 0, void 0)
22
- .ser(se_GetPrivateGraphEndpointCommand)
23
- .de(de_GetPrivateGraphEndpointCommand)
17
+ .sc(GetPrivateGraphEndpoint)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_GetQueryCommand, se_GetQueryCommand } from "../protocols/Aws_restJson1";
4
+ import { GetQuery } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetQueryCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class GetQueryCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `DataPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "GetQuery", {})
20
16
  .n("NeptuneGraphClient", "GetQueryCommand")
21
- .f(void 0, void 0)
22
- .ser(se_GetQueryCommand)
23
- .de(de_GetQueryCommand)
17
+ .sc(GetQuery)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_ListExportTasksCommand, se_ListExportTasksCommand } from "../protocols/Aws_restJson1";
4
+ import { ListExportTasks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListExportTasksCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class ListExportTasksCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "ListExportTasks", {})
20
16
  .n("NeptuneGraphClient", "ListExportTasksCommand")
21
- .f(void 0, void 0)
22
- .ser(se_ListExportTasksCommand)
23
- .de(de_ListExportTasksCommand)
17
+ .sc(ListExportTasks)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_ListGraphSnapshotsCommand, se_ListGraphSnapshotsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListGraphSnapshots } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListGraphSnapshotsCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class ListGraphSnapshotsCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "ListGraphSnapshots", {})
20
16
  .n("NeptuneGraphClient", "ListGraphSnapshotsCommand")
21
- .f(void 0, void 0)
22
- .ser(se_ListGraphSnapshotsCommand)
23
- .de(de_ListGraphSnapshotsCommand)
17
+ .sc(ListGraphSnapshots)
24
18
  .build() {
25
19
  }
@@ -1,8 +1,7 @@
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_ListGraphsCommand, se_ListGraphsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListGraphs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListGraphsCommand extends $Command
8
7
  .classBuilder()
@@ -11,15 +10,10 @@ export class ListGraphsCommand extends $Command
11
10
  ApiType: { type: "staticContextParams", value: `ControlPlane` },
12
11
  })
13
12
  .m(function (Command, cs, config, o) {
14
- return [
15
- getSerdePlugin(config, this.serialize, this.deserialize),
16
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
- ];
13
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18
14
  })
19
15
  .s("AmazonNeptuneGraph", "ListGraphs", {})
20
16
  .n("NeptuneGraphClient", "ListGraphsCommand")
21
- .f(void 0, void 0)
22
- .ser(se_ListGraphsCommand)
23
- .de(de_ListGraphsCommand)
17
+ .sc(ListGraphs)
24
18
  .build() {
25
19
  }