@aws-sdk/client-tnb 3.478.0 → 3.481.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.
- package/dist-cjs/commands/CancelSolNetworkOperationCommand.js +18 -41
- package/dist-cjs/commands/CreateSolFunctionPackageCommand.js +18 -41
- package/dist-cjs/commands/CreateSolNetworkInstanceCommand.js +18 -41
- package/dist-cjs/commands/CreateSolNetworkPackageCommand.js +18 -41
- package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +18 -41
- package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +18 -41
- package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +18 -41
- package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +18 -41
- package/dist-cjs/commands/GetSolFunctionPackageCommand.js +18 -41
- package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +18 -41
- package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +18 -41
- package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +18 -41
- package/dist-cjs/commands/GetSolNetworkOperationCommand.js +18 -41
- package/dist-cjs/commands/GetSolNetworkPackageCommand.js +18 -41
- package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +18 -41
- package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +18 -41
- package/dist-cjs/commands/InstantiateSolNetworkInstanceCommand.js +18 -41
- package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +18 -41
- package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +18 -41
- package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +18 -41
- package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +18 -41
- package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +18 -41
- package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/TerminateSolNetworkInstanceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +18 -41
- package/dist-cjs/commands/UpdateSolNetworkInstanceCommand.js +18 -41
- package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +18 -41
- package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +18 -41
- package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CancelSolNetworkOperationCommand.js +18 -41
- package/dist-es/commands/CreateSolFunctionPackageCommand.js +18 -41
- package/dist-es/commands/CreateSolNetworkInstanceCommand.js +18 -41
- package/dist-es/commands/CreateSolNetworkPackageCommand.js +18 -41
- package/dist-es/commands/DeleteSolFunctionPackageCommand.js +18 -41
- package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +18 -41
- package/dist-es/commands/DeleteSolNetworkPackageCommand.js +18 -41
- package/dist-es/commands/GetSolFunctionInstanceCommand.js +18 -41
- package/dist-es/commands/GetSolFunctionPackageCommand.js +18 -41
- package/dist-es/commands/GetSolFunctionPackageContentCommand.js +18 -41
- package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +18 -41
- package/dist-es/commands/GetSolNetworkInstanceCommand.js +18 -41
- package/dist-es/commands/GetSolNetworkOperationCommand.js +18 -41
- package/dist-es/commands/GetSolNetworkPackageCommand.js +18 -41
- package/dist-es/commands/GetSolNetworkPackageContentCommand.js +18 -41
- package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +18 -41
- package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +18 -41
- package/dist-es/commands/ListSolFunctionInstancesCommand.js +18 -41
- package/dist-es/commands/ListSolFunctionPackagesCommand.js +18 -41
- package/dist-es/commands/ListSolNetworkInstancesCommand.js +18 -41
- package/dist-es/commands/ListSolNetworkOperationsCommand.js +18 -41
- package/dist-es/commands/ListSolNetworkPackagesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutSolFunctionPackageContentCommand.js +18 -41
- package/dist-es/commands/PutSolNetworkPackageContentCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateSolFunctionPackageCommand.js +18 -41
- package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +18 -41
- package/dist-es/commands/UpdateSolNetworkPackageCommand.js +18 -41
- package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +18 -41
- package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +6 -21
- package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +6 -21
- package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +6 -21
- package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +6 -21
- package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +6 -21
- package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +6 -21
- package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +6 -21
- package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +6 -21
- package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +6 -21
- package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +6 -21
- package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +6 -21
- package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +6 -21
- package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +6 -21
- package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +6 -21
- package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +6 -21
- package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +6 -21
- package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +6 -21
- package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +6 -21
- package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +6 -21
- package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +6 -21
- package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +6 -21
- package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +11 -21
- package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +11 -21
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +11 -21
- package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +11 -21
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetSolFunctionPackageContentCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "TnbClient";
|
|
29
|
-
const commandName = "GetSolFunctionPackageContentCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "GetSolFunctionPackageContent",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetSolFunctionPackageContentCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetSolFunctionPackageContentCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetSolFunctionPackageContentCommand = GetSolFunctionPackageContentCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetSolFunctionPackageDescriptorCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "TnbClient";
|
|
29
|
-
const commandName = "GetSolFunctionPackageDescriptorCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "GetSolFunctionPackageDescriptor",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetSolFunctionPackageDescriptorCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetSolFunctionPackageDescriptorCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetSolFunctionPackageDescriptorCommand = GetSolFunctionPackageDescriptorCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetSolNetworkInstanceCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "TnbClient";
|
|
30
|
-
const commandName = "GetSolNetworkInstanceCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.GetSolNetworkInstanceOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "TNB",
|
|
39
|
-
operation: "GetSolNetworkInstance",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_GetSolNetworkInstanceCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_GetSolNetworkInstanceCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.GetSolNetworkInstanceCommand = GetSolNetworkInstanceCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetSolNetworkOperationCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "TnbClient";
|
|
30
|
-
const commandName = "GetSolNetworkOperationCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.GetSolNetworkOperationOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "TNB",
|
|
39
|
-
operation: "GetSolNetworkOperation",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_GetSolNetworkOperationCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_GetSolNetworkOperationCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.GetSolNetworkOperationCommand = GetSolNetworkOperationCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetSolNetworkPackageCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "TnbClient";
|
|
30
|
-
const commandName = "GetSolNetworkPackageCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.GetSolNetworkPackageOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "TNB",
|
|
39
|
-
operation: "GetSolNetworkPackage",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_GetSolNetworkPackageCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_GetSolNetworkPackageCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.GetSolNetworkPackageCommand = GetSolNetworkPackageCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetSolNetworkPackageContentCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "TnbClient";
|
|
29
|
-
const commandName = "GetSolNetworkPackageContentCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "GetSolNetworkPackageContent",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetSolNetworkPackageContentCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetSolNetworkPackageContentCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetSolNetworkPackageContentCommand = GetSolNetworkPackageContentCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetSolNetworkPackageDescriptorCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "TnbClient";
|
|
29
|
-
const commandName = "GetSolNetworkPackageDescriptorCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "GetSolNetworkPackageDescriptor",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetSolNetworkPackageDescriptorCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetSolNetworkPackageDescriptorCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetSolNetworkPackageDescriptorCommand = GetSolNetworkPackageDescriptorCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class InstantiateSolNetworkInstanceCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "TnbClient";
|
|
30
|
-
const commandName = "InstantiateSolNetworkInstanceCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.InstantiateSolNetworkInstanceInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.InstantiateSolNetworkInstanceOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "TNB",
|
|
39
|
-
operation: "InstantiateSolNetworkInstance",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_InstantiateSolNetworkInstanceCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_InstantiateSolNetworkInstanceCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class InstantiateSolNetworkInstanceCommand 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", "InstantiateSolNetworkInstance", {})
|
|
23
|
+
.n("TnbClient", "InstantiateSolNetworkInstanceCommand")
|
|
24
|
+
.f(models_0_1.InstantiateSolNetworkInstanceInputFilterSensitiveLog, models_0_1.InstantiateSolNetworkInstanceOutputFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_InstantiateSolNetworkInstanceCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_InstantiateSolNetworkInstanceCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.InstantiateSolNetworkInstanceCommand = InstantiateSolNetworkInstanceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListSolFunctionInstancesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "TnbClient";
|
|
29
|
-
const commandName = "ListSolFunctionInstancesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "ListSolFunctionInstances",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListSolFunctionInstancesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListSolFunctionInstancesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListSolFunctionInstancesCommand 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", "ListSolFunctionInstances", {})
|
|
22
|
+
.n("TnbClient", "ListSolFunctionInstancesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListSolFunctionInstancesCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListSolFunctionInstancesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListSolFunctionInstancesCommand = ListSolFunctionInstancesCommand;
|