@aws-sdk/client-tnb 3.477.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-cjs/pagination/ListSolFunctionInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSolFunctionPackagesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSolNetworkInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSolNetworkOperationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSolNetworkPackagesPaginator.js +2 -24
- 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-es/pagination/ListSolFunctionInstancesPaginator.js +2 -23
- package/dist-es/pagination/ListSolFunctionPackagesPaginator.js +2 -23
- package/dist-es/pagination/ListSolNetworkInstancesPaginator.js +2 -23
- package/dist-es/pagination/ListSolNetworkOperationsPaginator.js +2 -23
- package/dist-es/pagination/ListSolNetworkPackagesPaginator.js +2 -23
- 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/pagination/ListSolFunctionInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSolFunctionPackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSolNetworkInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSolNetworkOperationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSolNetworkPackagesPaginator.d.ts +1 -1
- 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/dist-types/ts3.4/pagination/ListSolFunctionInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSolFunctionPackagesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSolNetworkInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSolNetworkOperationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSolNetworkPackagesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -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 CancelSolNetworkOperationCommand 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 = "CancelSolNetworkOperationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "CancelSolNetworkOperation",
|
|
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_CancelSolNetworkOperationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CancelSolNetworkOperationCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.CancelSolNetworkOperationCommand = CancelSolNetworkOperationCommand;
|
|
@@ -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 CreateSolFunctionPackageCommand 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 = "CreateSolFunctionPackageCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateSolFunctionPackageInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.CreateSolFunctionPackageOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "TNB",
|
|
39
|
-
operation: "CreateSolFunctionPackage",
|
|
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_CreateSolFunctionPackageCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_CreateSolFunctionPackageCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateSolFunctionPackageCommand = CreateSolFunctionPackageCommand;
|
|
@@ -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 CreateSolNetworkInstanceCommand 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 = "CreateSolNetworkInstanceCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateSolNetworkInstanceInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.CreateSolNetworkInstanceOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "TNB",
|
|
39
|
-
operation: "CreateSolNetworkInstance",
|
|
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_CreateSolNetworkInstanceCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_CreateSolNetworkInstanceCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateSolNetworkInstanceCommand = CreateSolNetworkInstanceCommand;
|
|
@@ -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 CreateSolNetworkPackageCommand 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 = "CreateSolNetworkPackageCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateSolNetworkPackageInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.CreateSolNetworkPackageOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "TNB",
|
|
39
|
-
operation: "CreateSolNetworkPackage",
|
|
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_CreateSolNetworkPackageCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_CreateSolNetworkPackageCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateSolNetworkPackageCommand = CreateSolNetworkPackageCommand;
|
|
@@ -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 DeleteSolFunctionPackageCommand 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 = "DeleteSolFunctionPackageCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "DeleteSolFunctionPackage",
|
|
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_DeleteSolFunctionPackageCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteSolFunctionPackageCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteSolFunctionPackageCommand = DeleteSolFunctionPackageCommand;
|
|
@@ -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 DeleteSolNetworkInstanceCommand 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 = "DeleteSolNetworkInstanceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "DeleteSolNetworkInstance",
|
|
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_DeleteSolNetworkInstanceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteSolNetworkInstanceCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteSolNetworkInstanceCommand = DeleteSolNetworkInstanceCommand;
|
|
@@ -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 DeleteSolNetworkPackageCommand 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 = "DeleteSolNetworkPackageCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "DeleteSolNetworkPackage",
|
|
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_DeleteSolNetworkPackageCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteSolNetworkPackageCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteSolNetworkPackageCommand = DeleteSolNetworkPackageCommand;
|
|
@@ -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 GetSolFunctionInstanceCommand 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 = "GetSolFunctionInstanceCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.GetSolFunctionInstanceOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "TNB",
|
|
39
|
-
operation: "GetSolFunctionInstance",
|
|
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_GetSolFunctionInstanceCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_GetSolFunctionInstanceCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.GetSolFunctionInstanceCommand = GetSolFunctionInstanceCommand;
|
|
@@ -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 GetSolFunctionPackageCommand 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 = "GetSolFunctionPackageCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.GetSolFunctionPackageOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "TNB",
|
|
39
|
-
operation: "GetSolFunctionPackage",
|
|
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_GetSolFunctionPackageCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_GetSolFunctionPackageCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.GetSolFunctionPackageCommand = GetSolFunctionPackageCommand;
|