@aws-sdk/client-tnb 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 (57) hide show
  1. package/dist-cjs/index.js +1439 -1635
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/TnbClient.js +2 -0
  4. package/dist-es/commands/CancelSolNetworkOperationCommand.js +3 -9
  5. package/dist-es/commands/CreateSolFunctionPackageCommand.js +3 -10
  6. package/dist-es/commands/CreateSolNetworkInstanceCommand.js +3 -10
  7. package/dist-es/commands/CreateSolNetworkPackageCommand.js +3 -10
  8. package/dist-es/commands/DeleteSolFunctionPackageCommand.js +3 -9
  9. package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +3 -9
  10. package/dist-es/commands/DeleteSolNetworkPackageCommand.js +3 -9
  11. package/dist-es/commands/GetSolFunctionInstanceCommand.js +3 -10
  12. package/dist-es/commands/GetSolFunctionPackageCommand.js +3 -10
  13. package/dist-es/commands/GetSolFunctionPackageContentCommand.js +3 -9
  14. package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +3 -9
  15. package/dist-es/commands/GetSolNetworkInstanceCommand.js +3 -10
  16. package/dist-es/commands/GetSolNetworkOperationCommand.js +3 -10
  17. package/dist-es/commands/GetSolNetworkPackageCommand.js +3 -10
  18. package/dist-es/commands/GetSolNetworkPackageContentCommand.js +3 -9
  19. package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +3 -9
  20. package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +3 -10
  21. package/dist-es/commands/ListSolFunctionInstancesCommand.js +3 -9
  22. package/dist-es/commands/ListSolFunctionPackagesCommand.js +3 -9
  23. package/dist-es/commands/ListSolNetworkInstancesCommand.js +3 -9
  24. package/dist-es/commands/ListSolNetworkOperationsCommand.js +3 -9
  25. package/dist-es/commands/ListSolNetworkPackagesCommand.js +3 -9
  26. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  27. package/dist-es/commands/PutSolFunctionPackageContentCommand.js +3 -10
  28. package/dist-es/commands/PutSolNetworkPackageContentCommand.js +3 -10
  29. package/dist-es/commands/TagResourceCommand.js +3 -10
  30. package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +3 -10
  31. package/dist-es/commands/UntagResourceCommand.js +3 -9
  32. package/dist-es/commands/UpdateSolFunctionPackageCommand.js +3 -9
  33. package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +3 -10
  34. package/dist-es/commands/UpdateSolNetworkPackageCommand.js +3 -9
  35. package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +3 -10
  36. package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +3 -10
  37. package/dist-es/models/models_0.js +0 -93
  38. package/dist-es/runtimeConfig.shared.js +2 -0
  39. package/dist-es/schemas/schemas_0.js +1364 -0
  40. package/dist-types/TnbClient.d.ts +10 -1
  41. package/dist-types/models/models_0.d.ts +0 -92
  42. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  43. package/dist-types/runtimeConfig.d.ts +1 -0
  44. package/dist-types/runtimeConfig.native.d.ts +1 -0
  45. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  46. package/dist-types/schemas/schemas_0.d.ts +152 -0
  47. package/dist-types/ts3.4/TnbClient.d.ts +4 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +0 -69
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  53. package/dist-types/ts3.4/schemas/schemas_0.d.ts +159 -0
  54. package/package.json +34 -34
  55. package/dist-es/protocols/Aws_restJson1.js +0 -1280
  56. package/dist-types/protocols/Aws_restJson1.d.ts +0 -299
  57. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -401
@@ -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,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.tnb" }),
28
30
  serviceId: config?.serviceId ?? "tnb",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  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 TnbClient 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_CancelSolNetworkOperationCommand, se_CancelSolNetworkOperationCommand } from "../protocols/Aws_restJson1";
4
+ import { CancelSolNetworkOperation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelSolNetworkOperationCommand 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("TNB", "CancelSolNetworkOperation", {})
17
13
  .n("TnbClient", "CancelSolNetworkOperationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CancelSolNetworkOperationCommand)
20
- .de(de_CancelSolNetworkOperationCommand)
14
+ .sc(CancelSolNetworkOperation)
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 { CreateSolFunctionPackageInputFilterSensitiveLog, CreateSolFunctionPackageOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateSolFunctionPackageCommand, se_CreateSolFunctionPackageCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateSolFunctionPackage } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateSolFunctionPackageCommand 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("TNB", "CreateSolFunctionPackage", {})
18
13
  .n("TnbClient", "CreateSolFunctionPackageCommand")
19
- .f(CreateSolFunctionPackageInputFilterSensitiveLog, CreateSolFunctionPackageOutputFilterSensitiveLog)
20
- .ser(se_CreateSolFunctionPackageCommand)
21
- .de(de_CreateSolFunctionPackageCommand)
14
+ .sc(CreateSolFunctionPackage)
22
15
  .build() {
23
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 { CreateSolNetworkInstanceInputFilterSensitiveLog, CreateSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateSolNetworkInstanceCommand, se_CreateSolNetworkInstanceCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateSolNetworkInstance } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateSolNetworkInstanceCommand 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("TNB", "CreateSolNetworkInstance", {})
18
13
  .n("TnbClient", "CreateSolNetworkInstanceCommand")
19
- .f(CreateSolNetworkInstanceInputFilterSensitiveLog, CreateSolNetworkInstanceOutputFilterSensitiveLog)
20
- .ser(se_CreateSolNetworkInstanceCommand)
21
- .de(de_CreateSolNetworkInstanceCommand)
14
+ .sc(CreateSolNetworkInstance)
22
15
  .build() {
23
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 { CreateSolNetworkPackageInputFilterSensitiveLog, CreateSolNetworkPackageOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateSolNetworkPackageCommand, se_CreateSolNetworkPackageCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateSolNetworkPackage } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateSolNetworkPackageCommand 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("TNB", "CreateSolNetworkPackage", {})
18
13
  .n("TnbClient", "CreateSolNetworkPackageCommand")
19
- .f(CreateSolNetworkPackageInputFilterSensitiveLog, CreateSolNetworkPackageOutputFilterSensitiveLog)
20
- .ser(se_CreateSolNetworkPackageCommand)
21
- .de(de_CreateSolNetworkPackageCommand)
14
+ .sc(CreateSolNetworkPackage)
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_DeleteSolFunctionPackageCommand, se_DeleteSolFunctionPackageCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteSolFunctionPackage } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSolFunctionPackageCommand 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("TNB", "DeleteSolFunctionPackage", {})
17
13
  .n("TnbClient", "DeleteSolFunctionPackageCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSolFunctionPackageCommand)
20
- .de(de_DeleteSolFunctionPackageCommand)
14
+ .sc(DeleteSolFunctionPackage)
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_DeleteSolNetworkInstanceCommand, se_DeleteSolNetworkInstanceCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteSolNetworkInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSolNetworkInstanceCommand 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("TNB", "DeleteSolNetworkInstance", {})
17
13
  .n("TnbClient", "DeleteSolNetworkInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSolNetworkInstanceCommand)
20
- .de(de_DeleteSolNetworkInstanceCommand)
14
+ .sc(DeleteSolNetworkInstance)
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_DeleteSolNetworkPackageCommand, se_DeleteSolNetworkPackageCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteSolNetworkPackage } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSolNetworkPackageCommand 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("TNB", "DeleteSolNetworkPackage", {})
17
13
  .n("TnbClient", "DeleteSolNetworkPackageCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSolNetworkPackageCommand)
20
- .de(de_DeleteSolNetworkPackageCommand)
14
+ .sc(DeleteSolNetworkPackage)
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 { GetSolFunctionInstanceOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetSolFunctionInstanceCommand, se_GetSolFunctionInstanceCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSolFunctionInstance } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetSolFunctionInstanceCommand 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("TNB", "GetSolFunctionInstance", {})
18
13
  .n("TnbClient", "GetSolFunctionInstanceCommand")
19
- .f(void 0, GetSolFunctionInstanceOutputFilterSensitiveLog)
20
- .ser(se_GetSolFunctionInstanceCommand)
21
- .de(de_GetSolFunctionInstanceCommand)
14
+ .sc(GetSolFunctionInstance)
22
15
  .build() {
23
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 { GetSolFunctionPackageOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetSolFunctionPackageCommand, se_GetSolFunctionPackageCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSolFunctionPackage } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetSolFunctionPackageCommand 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("TNB", "GetSolFunctionPackage", {})
18
13
  .n("TnbClient", "GetSolFunctionPackageCommand")
19
- .f(void 0, GetSolFunctionPackageOutputFilterSensitiveLog)
20
- .ser(se_GetSolFunctionPackageCommand)
21
- .de(de_GetSolFunctionPackageCommand)
14
+ .sc(GetSolFunctionPackage)
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_GetSolFunctionPackageContentCommand, se_GetSolFunctionPackageContentCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetSolFunctionPackageContent } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSolFunctionPackageContentCommand 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("TNB", "GetSolFunctionPackageContent", {})
17
13
  .n("TnbClient", "GetSolFunctionPackageContentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSolFunctionPackageContentCommand)
20
- .de(de_GetSolFunctionPackageContentCommand)
14
+ .sc(GetSolFunctionPackageContent)
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_GetSolFunctionPackageDescriptorCommand, se_GetSolFunctionPackageDescriptorCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetSolFunctionPackageDescriptor } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSolFunctionPackageDescriptorCommand 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("TNB", "GetSolFunctionPackageDescriptor", {})
17
13
  .n("TnbClient", "GetSolFunctionPackageDescriptorCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSolFunctionPackageDescriptorCommand)
20
- .de(de_GetSolFunctionPackageDescriptorCommand)
14
+ .sc(GetSolFunctionPackageDescriptor)
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 { GetSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetSolNetworkInstanceCommand, se_GetSolNetworkInstanceCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSolNetworkInstance } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetSolNetworkInstanceCommand 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("TNB", "GetSolNetworkInstance", {})
18
13
  .n("TnbClient", "GetSolNetworkInstanceCommand")
19
- .f(void 0, GetSolNetworkInstanceOutputFilterSensitiveLog)
20
- .ser(se_GetSolNetworkInstanceCommand)
21
- .de(de_GetSolNetworkInstanceCommand)
14
+ .sc(GetSolNetworkInstance)
22
15
  .build() {
23
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 { GetSolNetworkOperationOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetSolNetworkOperationCommand, se_GetSolNetworkOperationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSolNetworkOperation } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetSolNetworkOperationCommand 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("TNB", "GetSolNetworkOperation", {})
18
13
  .n("TnbClient", "GetSolNetworkOperationCommand")
19
- .f(void 0, GetSolNetworkOperationOutputFilterSensitiveLog)
20
- .ser(se_GetSolNetworkOperationCommand)
21
- .de(de_GetSolNetworkOperationCommand)
14
+ .sc(GetSolNetworkOperation)
22
15
  .build() {
23
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 { GetSolNetworkPackageOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetSolNetworkPackageCommand, se_GetSolNetworkPackageCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSolNetworkPackage } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetSolNetworkPackageCommand 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("TNB", "GetSolNetworkPackage", {})
18
13
  .n("TnbClient", "GetSolNetworkPackageCommand")
19
- .f(void 0, GetSolNetworkPackageOutputFilterSensitiveLog)
20
- .ser(se_GetSolNetworkPackageCommand)
21
- .de(de_GetSolNetworkPackageCommand)
14
+ .sc(GetSolNetworkPackage)
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_GetSolNetworkPackageContentCommand, se_GetSolNetworkPackageContentCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetSolNetworkPackageContent } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSolNetworkPackageContentCommand 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("TNB", "GetSolNetworkPackageContent", {})
17
13
  .n("TnbClient", "GetSolNetworkPackageContentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSolNetworkPackageContentCommand)
20
- .de(de_GetSolNetworkPackageContentCommand)
14
+ .sc(GetSolNetworkPackageContent)
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_GetSolNetworkPackageDescriptorCommand, se_GetSolNetworkPackageDescriptorCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetSolNetworkPackageDescriptor } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSolNetworkPackageDescriptorCommand 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("TNB", "GetSolNetworkPackageDescriptor", {})
17
13
  .n("TnbClient", "GetSolNetworkPackageDescriptorCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSolNetworkPackageDescriptorCommand)
20
- .de(de_GetSolNetworkPackageDescriptorCommand)
14
+ .sc(GetSolNetworkPackageDescriptor)
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 { InstantiateSolNetworkInstanceInputFilterSensitiveLog, InstantiateSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_InstantiateSolNetworkInstanceCommand, se_InstantiateSolNetworkInstanceCommand, } from "../protocols/Aws_restJson1";
4
+ import { InstantiateSolNetworkInstance } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class InstantiateSolNetworkInstanceCommand 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("TNB", "InstantiateSolNetworkInstance", {})
18
13
  .n("TnbClient", "InstantiateSolNetworkInstanceCommand")
19
- .f(InstantiateSolNetworkInstanceInputFilterSensitiveLog, InstantiateSolNetworkInstanceOutputFilterSensitiveLog)
20
- .ser(se_InstantiateSolNetworkInstanceCommand)
21
- .de(de_InstantiateSolNetworkInstanceCommand)
14
+ .sc(InstantiateSolNetworkInstance)
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_ListSolFunctionInstancesCommand, se_ListSolFunctionInstancesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListSolFunctionInstances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSolFunctionInstancesCommand 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("TNB", "ListSolFunctionInstances", {})
17
13
  .n("TnbClient", "ListSolFunctionInstancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSolFunctionInstancesCommand)
20
- .de(de_ListSolFunctionInstancesCommand)
14
+ .sc(ListSolFunctionInstances)
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_ListSolFunctionPackagesCommand, se_ListSolFunctionPackagesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListSolFunctionPackages } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSolFunctionPackagesCommand 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("TNB", "ListSolFunctionPackages", {})
17
13
  .n("TnbClient", "ListSolFunctionPackagesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSolFunctionPackagesCommand)
20
- .de(de_ListSolFunctionPackagesCommand)
14
+ .sc(ListSolFunctionPackages)
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_ListSolNetworkInstancesCommand, se_ListSolNetworkInstancesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListSolNetworkInstances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSolNetworkInstancesCommand 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("TNB", "ListSolNetworkInstances", {})
17
13
  .n("TnbClient", "ListSolNetworkInstancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSolNetworkInstancesCommand)
20
- .de(de_ListSolNetworkInstancesCommand)
14
+ .sc(ListSolNetworkInstances)
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_ListSolNetworkOperationsCommand, se_ListSolNetworkOperationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListSolNetworkOperations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSolNetworkOperationsCommand 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("TNB", "ListSolNetworkOperations", {})
17
13
  .n("TnbClient", "ListSolNetworkOperationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSolNetworkOperationsCommand)
20
- .de(de_ListSolNetworkOperationsCommand)
14
+ .sc(ListSolNetworkOperations)
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_ListSolNetworkPackagesCommand, se_ListSolNetworkPackagesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListSolNetworkPackages } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSolNetworkPackagesCommand 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("TNB", "ListSolNetworkPackages", {})
17
13
  .n("TnbClient", "ListSolNetworkPackagesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSolNetworkPackagesCommand)
20
- .de(de_ListSolNetworkPackagesCommand)
14
+ .sc(ListSolNetworkPackages)
21
15
  .build() {
22
16
  }