@aws-sdk/client-odb 3.927.0 → 3.928.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 (65) hide show
  1. package/dist-cjs/index.js +2420 -1999
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/OdbClient.js +2 -0
  4. package/dist-es/commands/AcceptMarketplaceRegistrationCommand.js +3 -9
  5. package/dist-es/commands/CreateCloudAutonomousVmClusterCommand.js +3 -9
  6. package/dist-es/commands/CreateCloudExadataInfrastructureCommand.js +3 -10
  7. package/dist-es/commands/CreateCloudVmClusterCommand.js +3 -9
  8. package/dist-es/commands/CreateOdbNetworkCommand.js +3 -9
  9. package/dist-es/commands/CreateOdbPeeringConnectionCommand.js +3 -9
  10. package/dist-es/commands/DeleteCloudAutonomousVmClusterCommand.js +3 -9
  11. package/dist-es/commands/DeleteCloudExadataInfrastructureCommand.js +3 -9
  12. package/dist-es/commands/DeleteCloudVmClusterCommand.js +3 -9
  13. package/dist-es/commands/DeleteOdbNetworkCommand.js +3 -9
  14. package/dist-es/commands/DeleteOdbPeeringConnectionCommand.js +3 -9
  15. package/dist-es/commands/GetCloudAutonomousVmClusterCommand.js +3 -9
  16. package/dist-es/commands/GetCloudExadataInfrastructureCommand.js +3 -10
  17. package/dist-es/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.js +3 -9
  18. package/dist-es/commands/GetCloudVmClusterCommand.js +3 -10
  19. package/dist-es/commands/GetDbNodeCommand.js +3 -9
  20. package/dist-es/commands/GetDbServerCommand.js +3 -9
  21. package/dist-es/commands/GetOciOnboardingStatusCommand.js +3 -9
  22. package/dist-es/commands/GetOdbNetworkCommand.js +3 -9
  23. package/dist-es/commands/GetOdbPeeringConnectionCommand.js +3 -9
  24. package/dist-es/commands/InitializeServiceCommand.js +3 -9
  25. package/dist-es/commands/ListAutonomousVirtualMachinesCommand.js +3 -9
  26. package/dist-es/commands/ListCloudAutonomousVmClustersCommand.js +3 -9
  27. package/dist-es/commands/ListCloudExadataInfrastructuresCommand.js +3 -10
  28. package/dist-es/commands/ListCloudVmClustersCommand.js +3 -10
  29. package/dist-es/commands/ListDbNodesCommand.js +3 -9
  30. package/dist-es/commands/ListDbServersCommand.js +3 -9
  31. package/dist-es/commands/ListDbSystemShapesCommand.js +3 -9
  32. package/dist-es/commands/ListGiVersionsCommand.js +3 -9
  33. package/dist-es/commands/ListOdbNetworksCommand.js +3 -9
  34. package/dist-es/commands/ListOdbPeeringConnectionsCommand.js +3 -9
  35. package/dist-es/commands/ListSystemVersionsCommand.js +3 -9
  36. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  37. package/dist-es/commands/RebootDbNodeCommand.js +3 -9
  38. package/dist-es/commands/StartDbNodeCommand.js +3 -9
  39. package/dist-es/commands/StopDbNodeCommand.js +3 -9
  40. package/dist-es/commands/TagResourceCommand.js +3 -9
  41. package/dist-es/commands/UntagResourceCommand.js +3 -9
  42. package/dist-es/commands/UpdateCloudExadataInfrastructureCommand.js +3 -9
  43. package/dist-es/commands/UpdateOdbNetworkCommand.js +3 -9
  44. package/dist-es/commands/UpdateOdbPeeringConnectionCommand.js +3 -9
  45. package/dist-es/models/models_0.js +0 -50
  46. package/dist-es/runtimeConfig.shared.js +7 -0
  47. package/dist-es/schemas/schemas_0.js +2323 -0
  48. package/dist-types/OdbClient.d.ts +10 -1
  49. package/dist-types/models/models_0.d.ts +0 -40
  50. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  51. package/dist-types/runtimeConfig.d.ts +1 -0
  52. package/dist-types/runtimeConfig.native.d.ts +1 -0
  53. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  54. package/dist-types/schemas/schemas_0.d.ts +195 -0
  55. package/dist-types/ts3.4/OdbClient.d.ts +4 -0
  56. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +201 -0
  62. package/package.json +5 -6
  63. package/dist-es/protocols/Aws_json1_0.js +0 -1636
  64. package/dist-types/protocols/Aws_json1_0.d.ts +0 -371
  65. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -497
@@ -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.AwsJson1_0Protocol({
31
+ defaultNamespace: "com.amazonaws.odb",
32
+ serviceTarget: "Odb",
33
+ awsQueryCompatible: false,
34
+ }),
28
35
  serviceId: config?.serviceId ?? "odb",
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 OdbClient 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_AcceptMarketplaceRegistrationCommand, se_AcceptMarketplaceRegistrationCommand, } from "../protocols/Aws_json1_0";
4
+ import { AcceptMarketplaceRegistration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AcceptMarketplaceRegistrationCommand 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("Odb", "AcceptMarketplaceRegistration", {})
17
13
  .n("OdbClient", "AcceptMarketplaceRegistrationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AcceptMarketplaceRegistrationCommand)
20
- .de(de_AcceptMarketplaceRegistrationCommand)
14
+ .sc(AcceptMarketplaceRegistration)
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_CreateCloudAutonomousVmClusterCommand, se_CreateCloudAutonomousVmClusterCommand, } from "../protocols/Aws_json1_0";
4
+ import { CreateCloudAutonomousVmCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCloudAutonomousVmClusterCommand 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("Odb", "CreateCloudAutonomousVmCluster", {})
17
13
  .n("OdbClient", "CreateCloudAutonomousVmClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCloudAutonomousVmClusterCommand)
20
- .de(de_CreateCloudAutonomousVmClusterCommand)
14
+ .sc(CreateCloudAutonomousVmCluster)
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 { CreateCloudExadataInfrastructureInputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateCloudExadataInfrastructureCommand, se_CreateCloudExadataInfrastructureCommand, } from "../protocols/Aws_json1_0";
4
+ import { CreateCloudExadataInfrastructure } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateCloudExadataInfrastructureCommand 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("Odb", "CreateCloudExadataInfrastructure", {})
18
13
  .n("OdbClient", "CreateCloudExadataInfrastructureCommand")
19
- .f(CreateCloudExadataInfrastructureInputFilterSensitiveLog, void 0)
20
- .ser(se_CreateCloudExadataInfrastructureCommand)
21
- .de(de_CreateCloudExadataInfrastructureCommand)
14
+ .sc(CreateCloudExadataInfrastructure)
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_CreateCloudVmClusterCommand, se_CreateCloudVmClusterCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateCloudVmCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCloudVmClusterCommand 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("Odb", "CreateCloudVmCluster", {})
17
13
  .n("OdbClient", "CreateCloudVmClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCloudVmClusterCommand)
20
- .de(de_CreateCloudVmClusterCommand)
14
+ .sc(CreateCloudVmCluster)
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_CreateOdbNetworkCommand, se_CreateOdbNetworkCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateOdbNetwork } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateOdbNetworkCommand 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("Odb", "CreateOdbNetwork", {})
17
13
  .n("OdbClient", "CreateOdbNetworkCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateOdbNetworkCommand)
20
- .de(de_CreateOdbNetworkCommand)
14
+ .sc(CreateOdbNetwork)
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_CreateOdbPeeringConnectionCommand, se_CreateOdbPeeringConnectionCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateOdbPeeringConnection } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateOdbPeeringConnectionCommand 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("Odb", "CreateOdbPeeringConnection", {})
17
13
  .n("OdbClient", "CreateOdbPeeringConnectionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateOdbPeeringConnectionCommand)
20
- .de(de_CreateOdbPeeringConnectionCommand)
14
+ .sc(CreateOdbPeeringConnection)
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_DeleteCloudAutonomousVmClusterCommand, se_DeleteCloudAutonomousVmClusterCommand, } from "../protocols/Aws_json1_0";
4
+ import { DeleteCloudAutonomousVmCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCloudAutonomousVmClusterCommand 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("Odb", "DeleteCloudAutonomousVmCluster", {})
17
13
  .n("OdbClient", "DeleteCloudAutonomousVmClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCloudAutonomousVmClusterCommand)
20
- .de(de_DeleteCloudAutonomousVmClusterCommand)
14
+ .sc(DeleteCloudAutonomousVmCluster)
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_DeleteCloudExadataInfrastructureCommand, se_DeleteCloudExadataInfrastructureCommand, } from "../protocols/Aws_json1_0";
4
+ import { DeleteCloudExadataInfrastructure } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCloudExadataInfrastructureCommand 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("Odb", "DeleteCloudExadataInfrastructure", {})
17
13
  .n("OdbClient", "DeleteCloudExadataInfrastructureCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCloudExadataInfrastructureCommand)
20
- .de(de_DeleteCloudExadataInfrastructureCommand)
14
+ .sc(DeleteCloudExadataInfrastructure)
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_DeleteCloudVmClusterCommand, se_DeleteCloudVmClusterCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteCloudVmCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCloudVmClusterCommand 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("Odb", "DeleteCloudVmCluster", {})
17
13
  .n("OdbClient", "DeleteCloudVmClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCloudVmClusterCommand)
20
- .de(de_DeleteCloudVmClusterCommand)
14
+ .sc(DeleteCloudVmCluster)
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_DeleteOdbNetworkCommand, se_DeleteOdbNetworkCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteOdbNetwork } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteOdbNetworkCommand 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("Odb", "DeleteOdbNetwork", {})
17
13
  .n("OdbClient", "DeleteOdbNetworkCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteOdbNetworkCommand)
20
- .de(de_DeleteOdbNetworkCommand)
14
+ .sc(DeleteOdbNetwork)
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_DeleteOdbPeeringConnectionCommand, se_DeleteOdbPeeringConnectionCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteOdbPeeringConnection } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteOdbPeeringConnectionCommand 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("Odb", "DeleteOdbPeeringConnection", {})
17
13
  .n("OdbClient", "DeleteOdbPeeringConnectionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteOdbPeeringConnectionCommand)
20
- .de(de_DeleteOdbPeeringConnectionCommand)
14
+ .sc(DeleteOdbPeeringConnection)
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_GetCloudAutonomousVmClusterCommand, se_GetCloudAutonomousVmClusterCommand } from "../protocols/Aws_json1_0";
4
+ import { GetCloudAutonomousVmCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCloudAutonomousVmClusterCommand 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("Odb", "GetCloudAutonomousVmCluster", {})
17
13
  .n("OdbClient", "GetCloudAutonomousVmClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCloudAutonomousVmClusterCommand)
20
- .de(de_GetCloudAutonomousVmClusterCommand)
14
+ .sc(GetCloudAutonomousVmCluster)
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 { GetCloudExadataInfrastructureOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetCloudExadataInfrastructureCommand, se_GetCloudExadataInfrastructureCommand, } from "../protocols/Aws_json1_0";
4
+ import { GetCloudExadataInfrastructure } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetCloudExadataInfrastructureCommand 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("Odb", "GetCloudExadataInfrastructure", {})
18
13
  .n("OdbClient", "GetCloudExadataInfrastructureCommand")
19
- .f(void 0, GetCloudExadataInfrastructureOutputFilterSensitiveLog)
20
- .ser(se_GetCloudExadataInfrastructureCommand)
21
- .de(de_GetCloudExadataInfrastructureCommand)
14
+ .sc(GetCloudExadataInfrastructure)
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_GetCloudExadataInfrastructureUnallocatedResourcesCommand, se_GetCloudExadataInfrastructureUnallocatedResourcesCommand, } from "../protocols/Aws_json1_0";
4
+ import { GetCloudExadataInfrastructureUnallocatedResources } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCloudExadataInfrastructureUnallocatedResourcesCommand 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("Odb", "GetCloudExadataInfrastructureUnallocatedResources", {})
17
13
  .n("OdbClient", "GetCloudExadataInfrastructureUnallocatedResourcesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCloudExadataInfrastructureUnallocatedResourcesCommand)
20
- .de(de_GetCloudExadataInfrastructureUnallocatedResourcesCommand)
14
+ .sc(GetCloudExadataInfrastructureUnallocatedResources)
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 { GetCloudVmClusterOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetCloudVmClusterCommand, se_GetCloudVmClusterCommand } from "../protocols/Aws_json1_0";
4
+ import { GetCloudVmCluster } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetCloudVmClusterCommand 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("Odb", "GetCloudVmCluster", {})
18
13
  .n("OdbClient", "GetCloudVmClusterCommand")
19
- .f(void 0, GetCloudVmClusterOutputFilterSensitiveLog)
20
- .ser(se_GetCloudVmClusterCommand)
21
- .de(de_GetCloudVmClusterCommand)
14
+ .sc(GetCloudVmCluster)
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_GetDbNodeCommand, se_GetDbNodeCommand } from "../protocols/Aws_json1_0";
4
+ import { GetDbNode } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDbNodeCommand 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("Odb", "GetDbNode", {})
17
13
  .n("OdbClient", "GetDbNodeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDbNodeCommand)
20
- .de(de_GetDbNodeCommand)
14
+ .sc(GetDbNode)
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_GetDbServerCommand, se_GetDbServerCommand } from "../protocols/Aws_json1_0";
4
+ import { GetDbServer } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDbServerCommand 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("Odb", "GetDbServer", {})
17
13
  .n("OdbClient", "GetDbServerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDbServerCommand)
20
- .de(de_GetDbServerCommand)
14
+ .sc(GetDbServer)
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_GetOciOnboardingStatusCommand, se_GetOciOnboardingStatusCommand } from "../protocols/Aws_json1_0";
4
+ import { GetOciOnboardingStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetOciOnboardingStatusCommand 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("Odb", "GetOciOnboardingStatus", {})
17
13
  .n("OdbClient", "GetOciOnboardingStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetOciOnboardingStatusCommand)
20
- .de(de_GetOciOnboardingStatusCommand)
14
+ .sc(GetOciOnboardingStatus)
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_GetOdbNetworkCommand, se_GetOdbNetworkCommand } from "../protocols/Aws_json1_0";
4
+ import { GetOdbNetwork } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetOdbNetworkCommand 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("Odb", "GetOdbNetwork", {})
17
13
  .n("OdbClient", "GetOdbNetworkCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetOdbNetworkCommand)
20
- .de(de_GetOdbNetworkCommand)
14
+ .sc(GetOdbNetwork)
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_GetOdbPeeringConnectionCommand, se_GetOdbPeeringConnectionCommand } from "../protocols/Aws_json1_0";
4
+ import { GetOdbPeeringConnection } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetOdbPeeringConnectionCommand 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("Odb", "GetOdbPeeringConnection", {})
17
13
  .n("OdbClient", "GetOdbPeeringConnectionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetOdbPeeringConnectionCommand)
20
- .de(de_GetOdbPeeringConnectionCommand)
14
+ .sc(GetOdbPeeringConnection)
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_InitializeServiceCommand, se_InitializeServiceCommand } from "../protocols/Aws_json1_0";
4
+ import { InitializeService } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class InitializeServiceCommand 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("Odb", "InitializeService", {})
17
13
  .n("OdbClient", "InitializeServiceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_InitializeServiceCommand)
20
- .de(de_InitializeServiceCommand)
14
+ .sc(InitializeService)
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_ListAutonomousVirtualMachinesCommand, se_ListAutonomousVirtualMachinesCommand, } from "../protocols/Aws_json1_0";
4
+ import { ListAutonomousVirtualMachines } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAutonomousVirtualMachinesCommand 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("Odb", "ListAutonomousVirtualMachines", {})
17
13
  .n("OdbClient", "ListAutonomousVirtualMachinesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAutonomousVirtualMachinesCommand)
20
- .de(de_ListAutonomousVirtualMachinesCommand)
14
+ .sc(ListAutonomousVirtualMachines)
21
15
  .build() {
22
16
  }