@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 ListSolFunctionPackagesCommand 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 = "ListSolFunctionPackagesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "ListSolFunctionPackages",
|
|
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_ListSolFunctionPackagesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListSolFunctionPackagesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListSolFunctionPackagesCommand 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", "ListSolFunctionPackages", {})
|
|
22
|
+
.n("TnbClient", "ListSolFunctionPackagesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListSolFunctionPackagesCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListSolFunctionPackagesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListSolFunctionPackagesCommand = ListSolFunctionPackagesCommand;
|
|
@@ -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 ListSolNetworkInstancesCommand 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 = "ListSolNetworkInstancesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "ListSolNetworkInstances",
|
|
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_ListSolNetworkInstancesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListSolNetworkInstancesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListSolNetworkInstancesCommand 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", "ListSolNetworkInstances", {})
|
|
22
|
+
.n("TnbClient", "ListSolNetworkInstancesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListSolNetworkInstancesCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListSolNetworkInstancesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListSolNetworkInstancesCommand = ListSolNetworkInstancesCommand;
|
|
@@ -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 ListSolNetworkOperationsCommand 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 = "ListSolNetworkOperationsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "ListSolNetworkOperations",
|
|
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_ListSolNetworkOperationsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListSolNetworkOperationsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListSolNetworkOperationsCommand 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", "ListSolNetworkOperations", {})
|
|
22
|
+
.n("TnbClient", "ListSolNetworkOperationsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListSolNetworkOperationsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListSolNetworkOperationsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListSolNetworkOperationsCommand = ListSolNetworkOperationsCommand;
|
|
@@ -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 ListSolNetworkPackagesCommand 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 = "ListSolNetworkPackagesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "ListSolNetworkPackages",
|
|
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_ListSolNetworkPackagesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListSolNetworkPackagesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListSolNetworkPackagesCommand 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", "ListSolNetworkPackages", {})
|
|
22
|
+
.n("TnbClient", "ListSolNetworkPackagesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListSolNetworkPackagesCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListSolNetworkPackagesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListSolNetworkPackagesCommand = ListSolNetworkPackagesCommand;
|
|
@@ -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 ListTagsForResourceCommand 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 = "ListTagsForResourceCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.ListTagsForResourceOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "TNB",
|
|
39
|
-
operation: "ListTagsForResource",
|
|
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_ListTagsForResourceCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class ListTagsForResourceCommand 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", "ListTagsForResource", {})
|
|
23
|
+
.n("TnbClient", "ListTagsForResourceCommand")
|
|
24
|
+
.f(void 0, models_0_1.ListTagsForResourceOutputFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_ListTagsForResourceCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -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 PutSolFunctionPackageContentCommand 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 = "PutSolFunctionPackageContentCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "PutSolFunctionPackageContent",
|
|
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_PutSolFunctionPackageContentCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_PutSolFunctionPackageContentCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class PutSolFunctionPackageContentCommand 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", "PutSolFunctionPackageContent", {})
|
|
22
|
+
.n("TnbClient", "PutSolFunctionPackageContentCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_PutSolFunctionPackageContentCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_PutSolFunctionPackageContentCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.PutSolFunctionPackageContentCommand = PutSolFunctionPackageContentCommand;
|
|
@@ -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 PutSolNetworkPackageContentCommand 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 = "PutSolNetworkPackageContentCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "TNB",
|
|
38
|
-
operation: "PutSolNetworkPackageContent",
|
|
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_PutSolNetworkPackageContentCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_PutSolNetworkPackageContentCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class PutSolNetworkPackageContentCommand 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", "PutSolNetworkPackageContent", {})
|
|
22
|
+
.n("TnbClient", "PutSolNetworkPackageContentCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_PutSolNetworkPackageContentCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_PutSolNetworkPackageContentCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.PutSolNetworkPackageContentCommand = PutSolNetworkPackageContentCommand;
|
|
@@ -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 TagResourceCommand 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 = "TagResourceCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.TagResourceInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "TNB",
|
|
39
|
-
operation: "TagResource",
|
|
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_TagResourceCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class TagResourceCommand 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", "TagResource", {})
|
|
23
|
+
.n("TnbClient", "TagResourceCommand")
|
|
24
|
+
.f(models_0_1.TagResourceInputFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -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 TerminateSolNetworkInstanceCommand 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 = "TerminateSolNetworkInstanceCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.TerminateSolNetworkInstanceInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.TerminateSolNetworkInstanceOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "TNB",
|
|
39
|
-
operation: "TerminateSolNetworkInstance",
|
|
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_TerminateSolNetworkInstanceCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_TerminateSolNetworkInstanceCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class TerminateSolNetworkInstanceCommand 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", "TerminateSolNetworkInstance", {})
|
|
23
|
+
.n("TnbClient", "TerminateSolNetworkInstanceCommand")
|
|
24
|
+
.f(models_0_1.TerminateSolNetworkInstanceInputFilterSensitiveLog, models_0_1.TerminateSolNetworkInstanceOutputFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_TerminateSolNetworkInstanceCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_TerminateSolNetworkInstanceCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.TerminateSolNetworkInstanceCommand = TerminateSolNetworkInstanceCommand;
|