@aws-sdk/client-tnb 3.489.0 → 3.495.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 (52) hide show
  1. package/dist-cjs/Tnb.js +1 -77
  2. package/dist-cjs/TnbClient.js +1 -43
  3. package/dist-cjs/commands/CancelSolNetworkOperationCommand.js +1 -28
  4. package/dist-cjs/commands/CreateSolFunctionPackageCommand.js +1 -29
  5. package/dist-cjs/commands/CreateSolNetworkInstanceCommand.js +1 -29
  6. package/dist-cjs/commands/CreateSolNetworkPackageCommand.js +1 -29
  7. package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +1 -28
  10. package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +1 -29
  11. package/dist-cjs/commands/GetSolFunctionPackageCommand.js +1 -29
  12. package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +1 -28
  13. package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +1 -28
  14. package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +1 -29
  15. package/dist-cjs/commands/GetSolNetworkOperationCommand.js +1 -29
  16. package/dist-cjs/commands/GetSolNetworkPackageCommand.js +1 -29
  17. package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +1 -28
  18. package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +1 -28
  19. package/dist-cjs/commands/InstantiateSolNetworkInstanceCommand.js +1 -29
  20. package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +1 -28
  21. package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +1 -28
  22. package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +1 -28
  23. package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +1 -28
  24. package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +1 -28
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
  26. package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +1 -28
  27. package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +1 -28
  28. package/dist-cjs/commands/TagResourceCommand.js +1 -29
  29. package/dist-cjs/commands/TerminateSolNetworkInstanceCommand.js +1 -29
  30. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  31. package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +1 -28
  32. package/dist-cjs/commands/UpdateSolNetworkInstanceCommand.js +1 -29
  33. package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +1 -28
  34. package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +1 -28
  35. package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +1 -28
  36. package/dist-cjs/commands/index.js +1 -36
  37. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  38. package/dist-cjs/extensionConfiguration.js +1 -2
  39. package/dist-cjs/index.js +3458 -11
  40. package/dist-cjs/models/TnbServiceException.js +1 -12
  41. package/dist-cjs/models/index.js +1 -4
  42. package/dist-cjs/models/models_0.js +1 -252
  43. package/dist-cjs/pagination/Interfaces.js +1 -2
  44. package/dist-cjs/pagination/ListSolFunctionInstancesPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListSolFunctionPackagesPaginator.js +1 -7
  46. package/dist-cjs/pagination/ListSolNetworkInstancesPaginator.js +1 -7
  47. package/dist-cjs/pagination/ListSolNetworkOperationsPaginator.js +1 -7
  48. package/dist-cjs/pagination/ListSolNetworkPackagesPaginator.js +1 -7
  49. package/dist-cjs/pagination/index.js +1 -9
  50. package/dist-cjs/protocols/Aws_restJson1.js +1 -2346
  51. package/dist-cjs/runtimeExtensions.js +1 -22
  52. package/package.json +41 -41
package/dist-cjs/Tnb.js CHANGED
@@ -1,77 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Tnb = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CancelSolNetworkOperationCommand_1 = require("./commands/CancelSolNetworkOperationCommand");
6
- const CreateSolFunctionPackageCommand_1 = require("./commands/CreateSolFunctionPackageCommand");
7
- const CreateSolNetworkInstanceCommand_1 = require("./commands/CreateSolNetworkInstanceCommand");
8
- const CreateSolNetworkPackageCommand_1 = require("./commands/CreateSolNetworkPackageCommand");
9
- const DeleteSolFunctionPackageCommand_1 = require("./commands/DeleteSolFunctionPackageCommand");
10
- const DeleteSolNetworkInstanceCommand_1 = require("./commands/DeleteSolNetworkInstanceCommand");
11
- const DeleteSolNetworkPackageCommand_1 = require("./commands/DeleteSolNetworkPackageCommand");
12
- const GetSolFunctionInstanceCommand_1 = require("./commands/GetSolFunctionInstanceCommand");
13
- const GetSolFunctionPackageCommand_1 = require("./commands/GetSolFunctionPackageCommand");
14
- const GetSolFunctionPackageContentCommand_1 = require("./commands/GetSolFunctionPackageContentCommand");
15
- const GetSolFunctionPackageDescriptorCommand_1 = require("./commands/GetSolFunctionPackageDescriptorCommand");
16
- const GetSolNetworkInstanceCommand_1 = require("./commands/GetSolNetworkInstanceCommand");
17
- const GetSolNetworkOperationCommand_1 = require("./commands/GetSolNetworkOperationCommand");
18
- const GetSolNetworkPackageCommand_1 = require("./commands/GetSolNetworkPackageCommand");
19
- const GetSolNetworkPackageContentCommand_1 = require("./commands/GetSolNetworkPackageContentCommand");
20
- const GetSolNetworkPackageDescriptorCommand_1 = require("./commands/GetSolNetworkPackageDescriptorCommand");
21
- const InstantiateSolNetworkInstanceCommand_1 = require("./commands/InstantiateSolNetworkInstanceCommand");
22
- const ListSolFunctionInstancesCommand_1 = require("./commands/ListSolFunctionInstancesCommand");
23
- const ListSolFunctionPackagesCommand_1 = require("./commands/ListSolFunctionPackagesCommand");
24
- const ListSolNetworkInstancesCommand_1 = require("./commands/ListSolNetworkInstancesCommand");
25
- const ListSolNetworkOperationsCommand_1 = require("./commands/ListSolNetworkOperationsCommand");
26
- const ListSolNetworkPackagesCommand_1 = require("./commands/ListSolNetworkPackagesCommand");
27
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
28
- const PutSolFunctionPackageContentCommand_1 = require("./commands/PutSolFunctionPackageContentCommand");
29
- const PutSolNetworkPackageContentCommand_1 = require("./commands/PutSolNetworkPackageContentCommand");
30
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
31
- const TerminateSolNetworkInstanceCommand_1 = require("./commands/TerminateSolNetworkInstanceCommand");
32
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
33
- const UpdateSolFunctionPackageCommand_1 = require("./commands/UpdateSolFunctionPackageCommand");
34
- const UpdateSolNetworkInstanceCommand_1 = require("./commands/UpdateSolNetworkInstanceCommand");
35
- const UpdateSolNetworkPackageCommand_1 = require("./commands/UpdateSolNetworkPackageCommand");
36
- const ValidateSolFunctionPackageContentCommand_1 = require("./commands/ValidateSolFunctionPackageContentCommand");
37
- const ValidateSolNetworkPackageContentCommand_1 = require("./commands/ValidateSolNetworkPackageContentCommand");
38
- const TnbClient_1 = require("./TnbClient");
39
- const commands = {
40
- CancelSolNetworkOperationCommand: CancelSolNetworkOperationCommand_1.CancelSolNetworkOperationCommand,
41
- CreateSolFunctionPackageCommand: CreateSolFunctionPackageCommand_1.CreateSolFunctionPackageCommand,
42
- CreateSolNetworkInstanceCommand: CreateSolNetworkInstanceCommand_1.CreateSolNetworkInstanceCommand,
43
- CreateSolNetworkPackageCommand: CreateSolNetworkPackageCommand_1.CreateSolNetworkPackageCommand,
44
- DeleteSolFunctionPackageCommand: DeleteSolFunctionPackageCommand_1.DeleteSolFunctionPackageCommand,
45
- DeleteSolNetworkInstanceCommand: DeleteSolNetworkInstanceCommand_1.DeleteSolNetworkInstanceCommand,
46
- DeleteSolNetworkPackageCommand: DeleteSolNetworkPackageCommand_1.DeleteSolNetworkPackageCommand,
47
- GetSolFunctionInstanceCommand: GetSolFunctionInstanceCommand_1.GetSolFunctionInstanceCommand,
48
- GetSolFunctionPackageCommand: GetSolFunctionPackageCommand_1.GetSolFunctionPackageCommand,
49
- GetSolFunctionPackageContentCommand: GetSolFunctionPackageContentCommand_1.GetSolFunctionPackageContentCommand,
50
- GetSolFunctionPackageDescriptorCommand: GetSolFunctionPackageDescriptorCommand_1.GetSolFunctionPackageDescriptorCommand,
51
- GetSolNetworkInstanceCommand: GetSolNetworkInstanceCommand_1.GetSolNetworkInstanceCommand,
52
- GetSolNetworkOperationCommand: GetSolNetworkOperationCommand_1.GetSolNetworkOperationCommand,
53
- GetSolNetworkPackageCommand: GetSolNetworkPackageCommand_1.GetSolNetworkPackageCommand,
54
- GetSolNetworkPackageContentCommand: GetSolNetworkPackageContentCommand_1.GetSolNetworkPackageContentCommand,
55
- GetSolNetworkPackageDescriptorCommand: GetSolNetworkPackageDescriptorCommand_1.GetSolNetworkPackageDescriptorCommand,
56
- InstantiateSolNetworkInstanceCommand: InstantiateSolNetworkInstanceCommand_1.InstantiateSolNetworkInstanceCommand,
57
- ListSolFunctionInstancesCommand: ListSolFunctionInstancesCommand_1.ListSolFunctionInstancesCommand,
58
- ListSolFunctionPackagesCommand: ListSolFunctionPackagesCommand_1.ListSolFunctionPackagesCommand,
59
- ListSolNetworkInstancesCommand: ListSolNetworkInstancesCommand_1.ListSolNetworkInstancesCommand,
60
- ListSolNetworkOperationsCommand: ListSolNetworkOperationsCommand_1.ListSolNetworkOperationsCommand,
61
- ListSolNetworkPackagesCommand: ListSolNetworkPackagesCommand_1.ListSolNetworkPackagesCommand,
62
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
63
- PutSolFunctionPackageContentCommand: PutSolFunctionPackageContentCommand_1.PutSolFunctionPackageContentCommand,
64
- PutSolNetworkPackageContentCommand: PutSolNetworkPackageContentCommand_1.PutSolNetworkPackageContentCommand,
65
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
66
- TerminateSolNetworkInstanceCommand: TerminateSolNetworkInstanceCommand_1.TerminateSolNetworkInstanceCommand,
67
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
68
- UpdateSolFunctionPackageCommand: UpdateSolFunctionPackageCommand_1.UpdateSolFunctionPackageCommand,
69
- UpdateSolNetworkInstanceCommand: UpdateSolNetworkInstanceCommand_1.UpdateSolNetworkInstanceCommand,
70
- UpdateSolNetworkPackageCommand: UpdateSolNetworkPackageCommand_1.UpdateSolNetworkPackageCommand,
71
- ValidateSolFunctionPackageContentCommand: ValidateSolFunctionPackageContentCommand_1.ValidateSolFunctionPackageContentCommand,
72
- ValidateSolNetworkPackageContentCommand: ValidateSolNetworkPackageContentCommand_1.ValidateSolNetworkPackageContentCommand,
73
- };
74
- class Tnb extends TnbClient_1.TnbClient {
75
- }
76
- exports.Tnb = Tnb;
77
- (0, smithy_client_1.createAggregatedClient)(commands, Tnb);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TnbClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class TnbClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.TnbClient = TnbClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelSolNetworkOperationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelSolNetworkOperationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("TNB", "CancelSolNetworkOperation", {})
22
- .n("TnbClient", "CancelSolNetworkOperationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelSolNetworkOperationCommand)
25
- .de(Aws_restJson1_1.de_CancelSolNetworkOperationCommand)
26
- .build() {
27
- }
28
- exports.CancelSolNetworkOperationCommand = CancelSolNetworkOperationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSolFunctionPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateSolFunctionPackageCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TNB", "CreateSolFunctionPackage", {})
23
- .n("TnbClient", "CreateSolFunctionPackageCommand")
24
- .f(models_0_1.CreateSolFunctionPackageInputFilterSensitiveLog, models_0_1.CreateSolFunctionPackageOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateSolFunctionPackageCommand)
26
- .de(Aws_restJson1_1.de_CreateSolFunctionPackageCommand)
27
- .build() {
28
- }
29
- exports.CreateSolFunctionPackageCommand = CreateSolFunctionPackageCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSolNetworkInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateSolNetworkInstanceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TNB", "CreateSolNetworkInstance", {})
23
- .n("TnbClient", "CreateSolNetworkInstanceCommand")
24
- .f(models_0_1.CreateSolNetworkInstanceInputFilterSensitiveLog, models_0_1.CreateSolNetworkInstanceOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateSolNetworkInstanceCommand)
26
- .de(Aws_restJson1_1.de_CreateSolNetworkInstanceCommand)
27
- .build() {
28
- }
29
- exports.CreateSolNetworkInstanceCommand = CreateSolNetworkInstanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSolNetworkPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateSolNetworkPackageCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TNB", "CreateSolNetworkPackage", {})
23
- .n("TnbClient", "CreateSolNetworkPackageCommand")
24
- .f(models_0_1.CreateSolNetworkPackageInputFilterSensitiveLog, models_0_1.CreateSolNetworkPackageOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateSolNetworkPackageCommand)
26
- .de(Aws_restJson1_1.de_CreateSolNetworkPackageCommand)
27
- .build() {
28
- }
29
- exports.CreateSolNetworkPackageCommand = CreateSolNetworkPackageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSolFunctionPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteSolFunctionPackageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("TNB", "DeleteSolFunctionPackage", {})
22
- .n("TnbClient", "DeleteSolFunctionPackageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteSolFunctionPackageCommand)
25
- .de(Aws_restJson1_1.de_DeleteSolFunctionPackageCommand)
26
- .build() {
27
- }
28
- exports.DeleteSolFunctionPackageCommand = DeleteSolFunctionPackageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSolNetworkInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteSolNetworkInstanceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("TNB", "DeleteSolNetworkInstance", {})
22
- .n("TnbClient", "DeleteSolNetworkInstanceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteSolNetworkInstanceCommand)
25
- .de(Aws_restJson1_1.de_DeleteSolNetworkInstanceCommand)
26
- .build() {
27
- }
28
- exports.DeleteSolNetworkInstanceCommand = DeleteSolNetworkInstanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSolNetworkPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteSolNetworkPackageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("TNB", "DeleteSolNetworkPackage", {})
22
- .n("TnbClient", "DeleteSolNetworkPackageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteSolNetworkPackageCommand)
25
- .de(Aws_restJson1_1.de_DeleteSolNetworkPackageCommand)
26
- .build() {
27
- }
28
- exports.DeleteSolNetworkPackageCommand = DeleteSolNetworkPackageCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSolFunctionInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetSolFunctionInstanceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TNB", "GetSolFunctionInstance", {})
23
- .n("TnbClient", "GetSolFunctionInstanceCommand")
24
- .f(void 0, models_0_1.GetSolFunctionInstanceOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetSolFunctionInstanceCommand)
26
- .de(Aws_restJson1_1.de_GetSolFunctionInstanceCommand)
27
- .build() {
28
- }
29
- exports.GetSolFunctionInstanceCommand = GetSolFunctionInstanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSolFunctionPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetSolFunctionPackageCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TNB", "GetSolFunctionPackage", {})
23
- .n("TnbClient", "GetSolFunctionPackageCommand")
24
- .f(void 0, models_0_1.GetSolFunctionPackageOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetSolFunctionPackageCommand)
26
- .de(Aws_restJson1_1.de_GetSolFunctionPackageCommand)
27
- .build() {
28
- }
29
- exports.GetSolFunctionPackageCommand = GetSolFunctionPackageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSolFunctionPackageContentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSolFunctionPackageContentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("TNB", "GetSolFunctionPackageContent", {})
22
- .n("TnbClient", "GetSolFunctionPackageContentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSolFunctionPackageContentCommand)
25
- .de(Aws_restJson1_1.de_GetSolFunctionPackageContentCommand)
26
- .build() {
27
- }
28
- exports.GetSolFunctionPackageContentCommand = GetSolFunctionPackageContentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSolFunctionPackageDescriptorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSolFunctionPackageDescriptorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("TNB", "GetSolFunctionPackageDescriptor", {})
22
- .n("TnbClient", "GetSolFunctionPackageDescriptorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSolFunctionPackageDescriptorCommand)
25
- .de(Aws_restJson1_1.de_GetSolFunctionPackageDescriptorCommand)
26
- .build() {
27
- }
28
- exports.GetSolFunctionPackageDescriptorCommand = GetSolFunctionPackageDescriptorCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSolNetworkInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetSolNetworkInstanceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TNB", "GetSolNetworkInstance", {})
23
- .n("TnbClient", "GetSolNetworkInstanceCommand")
24
- .f(void 0, models_0_1.GetSolNetworkInstanceOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetSolNetworkInstanceCommand)
26
- .de(Aws_restJson1_1.de_GetSolNetworkInstanceCommand)
27
- .build() {
28
- }
29
- exports.GetSolNetworkInstanceCommand = GetSolNetworkInstanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSolNetworkOperationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetSolNetworkOperationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TNB", "GetSolNetworkOperation", {})
23
- .n("TnbClient", "GetSolNetworkOperationCommand")
24
- .f(void 0, models_0_1.GetSolNetworkOperationOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetSolNetworkOperationCommand)
26
- .de(Aws_restJson1_1.de_GetSolNetworkOperationCommand)
27
- .build() {
28
- }
29
- exports.GetSolNetworkOperationCommand = GetSolNetworkOperationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSolNetworkPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetSolNetworkPackageCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TNB", "GetSolNetworkPackage", {})
23
- .n("TnbClient", "GetSolNetworkPackageCommand")
24
- .f(void 0, models_0_1.GetSolNetworkPackageOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetSolNetworkPackageCommand)
26
- .de(Aws_restJson1_1.de_GetSolNetworkPackageCommand)
27
- .build() {
28
- }
29
- exports.GetSolNetworkPackageCommand = GetSolNetworkPackageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSolNetworkPackageContentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSolNetworkPackageContentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("TNB", "GetSolNetworkPackageContent", {})
22
- .n("TnbClient", "GetSolNetworkPackageContentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSolNetworkPackageContentCommand)
25
- .de(Aws_restJson1_1.de_GetSolNetworkPackageContentCommand)
26
- .build() {
27
- }
28
- exports.GetSolNetworkPackageContentCommand = GetSolNetworkPackageContentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSolNetworkPackageDescriptorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSolNetworkPackageDescriptorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("TNB", "GetSolNetworkPackageDescriptor", {})
22
- .n("TnbClient", "GetSolNetworkPackageDescriptorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSolNetworkPackageDescriptorCommand)
25
- .de(Aws_restJson1_1.de_GetSolNetworkPackageDescriptorCommand)
26
- .build() {
27
- }
28
- exports.GetSolNetworkPackageDescriptorCommand = GetSolNetworkPackageDescriptorCommand;
1
+ module.exports = require("../index.js");