@aws-sdk/client-app-mesh 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/CreateGatewayRouteCommand.js +18 -41
- package/dist-cjs/commands/CreateMeshCommand.js +18 -41
- package/dist-cjs/commands/CreateRouteCommand.js +18 -41
- package/dist-cjs/commands/CreateVirtualGatewayCommand.js +18 -41
- package/dist-cjs/commands/CreateVirtualNodeCommand.js +18 -41
- package/dist-cjs/commands/CreateVirtualRouterCommand.js +18 -41
- package/dist-cjs/commands/CreateVirtualServiceCommand.js +18 -41
- package/dist-cjs/commands/DeleteGatewayRouteCommand.js +18 -41
- package/dist-cjs/commands/DeleteMeshCommand.js +18 -41
- package/dist-cjs/commands/DeleteRouteCommand.js +18 -41
- package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +18 -41
- package/dist-cjs/commands/DeleteVirtualNodeCommand.js +18 -41
- package/dist-cjs/commands/DeleteVirtualRouterCommand.js +18 -41
- package/dist-cjs/commands/DeleteVirtualServiceCommand.js +18 -41
- package/dist-cjs/commands/DescribeGatewayRouteCommand.js +18 -41
- package/dist-cjs/commands/DescribeMeshCommand.js +18 -41
- package/dist-cjs/commands/DescribeRouteCommand.js +18 -41
- package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +18 -41
- package/dist-cjs/commands/DescribeVirtualNodeCommand.js +18 -41
- package/dist-cjs/commands/DescribeVirtualRouterCommand.js +18 -41
- package/dist-cjs/commands/DescribeVirtualServiceCommand.js +18 -41
- package/dist-cjs/commands/ListGatewayRoutesCommand.js +18 -41
- package/dist-cjs/commands/ListMeshesCommand.js +18 -41
- package/dist-cjs/commands/ListRoutesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListVirtualGatewaysCommand.js +18 -41
- package/dist-cjs/commands/ListVirtualNodesCommand.js +18 -41
- package/dist-cjs/commands/ListVirtualRoutersCommand.js +18 -41
- package/dist-cjs/commands/ListVirtualServicesCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateGatewayRouteCommand.js +18 -41
- package/dist-cjs/commands/UpdateMeshCommand.js +18 -41
- package/dist-cjs/commands/UpdateRouteCommand.js +18 -41
- package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +18 -41
- package/dist-cjs/commands/UpdateVirtualNodeCommand.js +18 -41
- package/dist-cjs/commands/UpdateVirtualRouterCommand.js +18 -41
- package/dist-cjs/commands/UpdateVirtualServiceCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateGatewayRouteCommand.js +18 -41
- package/dist-es/commands/CreateMeshCommand.js +18 -41
- package/dist-es/commands/CreateRouteCommand.js +18 -41
- package/dist-es/commands/CreateVirtualGatewayCommand.js +18 -41
- package/dist-es/commands/CreateVirtualNodeCommand.js +18 -41
- package/dist-es/commands/CreateVirtualRouterCommand.js +18 -41
- package/dist-es/commands/CreateVirtualServiceCommand.js +18 -41
- package/dist-es/commands/DeleteGatewayRouteCommand.js +18 -41
- package/dist-es/commands/DeleteMeshCommand.js +18 -41
- package/dist-es/commands/DeleteRouteCommand.js +18 -41
- package/dist-es/commands/DeleteVirtualGatewayCommand.js +18 -41
- package/dist-es/commands/DeleteVirtualNodeCommand.js +18 -41
- package/dist-es/commands/DeleteVirtualRouterCommand.js +18 -41
- package/dist-es/commands/DeleteVirtualServiceCommand.js +18 -41
- package/dist-es/commands/DescribeGatewayRouteCommand.js +18 -41
- package/dist-es/commands/DescribeMeshCommand.js +18 -41
- package/dist-es/commands/DescribeRouteCommand.js +18 -41
- package/dist-es/commands/DescribeVirtualGatewayCommand.js +18 -41
- package/dist-es/commands/DescribeVirtualNodeCommand.js +18 -41
- package/dist-es/commands/DescribeVirtualRouterCommand.js +18 -41
- package/dist-es/commands/DescribeVirtualServiceCommand.js +18 -41
- package/dist-es/commands/ListGatewayRoutesCommand.js +18 -41
- package/dist-es/commands/ListMeshesCommand.js +18 -41
- package/dist-es/commands/ListRoutesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListVirtualGatewaysCommand.js +18 -41
- package/dist-es/commands/ListVirtualNodesCommand.js +18 -41
- package/dist-es/commands/ListVirtualRoutersCommand.js +18 -41
- package/dist-es/commands/ListVirtualServicesCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateGatewayRouteCommand.js +18 -41
- package/dist-es/commands/UpdateMeshCommand.js +18 -41
- package/dist-es/commands/UpdateRouteCommand.js +18 -41
- package/dist-es/commands/UpdateVirtualGatewayCommand.js +18 -41
- package/dist-es/commands/UpdateVirtualNodeCommand.js +18 -41
- package/dist-es/commands/UpdateVirtualRouterCommand.js +18 -41
- package/dist-es/commands/UpdateVirtualServiceCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateGatewayRouteCommand.d.ts +6 -21
- package/dist-types/commands/CreateMeshCommand.d.ts +6 -21
- package/dist-types/commands/CreateRouteCommand.d.ts +6 -21
- package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +6 -21
- package/dist-types/commands/CreateVirtualNodeCommand.d.ts +6 -21
- package/dist-types/commands/CreateVirtualRouterCommand.d.ts +6 -21
- package/dist-types/commands/CreateVirtualServiceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMeshCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRouteCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +6 -21
- package/dist-types/commands/DescribeMeshCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRouteCommand.d.ts +6 -21
- package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +6 -21
- package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +6 -21
- package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +6 -21
- package/dist-types/commands/ListGatewayRoutesCommand.d.ts +6 -21
- package/dist-types/commands/ListMeshesCommand.d.ts +6 -21
- package/dist-types/commands/ListRoutesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +6 -21
- package/dist-types/commands/ListVirtualNodesCommand.d.ts +6 -21
- package/dist-types/commands/ListVirtualRoutersCommand.d.ts +6 -21
- package/dist-types/commands/ListVirtualServicesCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMeshCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRouteCommand.d.ts +6 -21
- package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +6 -21
- package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +6 -21
- package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +12 -24
- 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 ListVirtualRoutersCommand 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 = "AppMeshClient";
|
|
29
|
-
const commandName = "ListVirtualRoutersCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AppMesh",
|
|
38
|
-
operation: "ListVirtualRouters",
|
|
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_ListVirtualRoutersCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListVirtualRoutersCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListVirtualRoutersCommand 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("AppMesh", "ListVirtualRouters", {})
|
|
22
|
+
.n("AppMeshClient", "ListVirtualRoutersCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListVirtualRoutersCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListVirtualRoutersCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListVirtualRoutersCommand = ListVirtualRoutersCommand;
|
|
@@ -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 ListVirtualServicesCommand 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 = "AppMeshClient";
|
|
29
|
-
const commandName = "ListVirtualServicesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AppMesh",
|
|
38
|
-
operation: "ListVirtualServices",
|
|
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_ListVirtualServicesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListVirtualServicesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListVirtualServicesCommand 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("AppMesh", "ListVirtualServices", {})
|
|
22
|
+
.n("AppMeshClient", "ListVirtualServicesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListVirtualServicesCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListVirtualServicesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListVirtualServicesCommand = ListVirtualServicesCommand;
|
|
@@ -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 TagResourceCommand 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 = "AppMeshClient";
|
|
29
|
-
const commandName = "TagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AppMesh",
|
|
38
|
-
operation: "TagResource",
|
|
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_TagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class TagResourceCommand 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("AppMesh", "TagResource", {})
|
|
22
|
+
.n("AppMeshClient", "TagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -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 UntagResourceCommand 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 = "AppMeshClient";
|
|
29
|
-
const commandName = "UntagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AppMesh",
|
|
38
|
-
operation: "UntagResource",
|
|
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_UntagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UntagResourceCommand 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("AppMesh", "UntagResource", {})
|
|
22
|
+
.n("AppMeshClient", "UntagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -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 UpdateGatewayRouteCommand 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 = "AppMeshClient";
|
|
29
|
-
const commandName = "UpdateGatewayRouteCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AppMesh",
|
|
38
|
-
operation: "UpdateGatewayRoute",
|
|
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_UpdateGatewayRouteCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateGatewayRouteCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateGatewayRouteCommand 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("AppMesh", "UpdateGatewayRoute", {})
|
|
22
|
+
.n("AppMeshClient", "UpdateGatewayRouteCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateGatewayRouteCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateGatewayRouteCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateGatewayRouteCommand = UpdateGatewayRouteCommand;
|
|
@@ -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 UpdateMeshCommand 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 = "AppMeshClient";
|
|
29
|
-
const commandName = "UpdateMeshCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AppMesh",
|
|
38
|
-
operation: "UpdateMesh",
|
|
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_UpdateMeshCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateMeshCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateMeshCommand 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("AppMesh", "UpdateMesh", {})
|
|
22
|
+
.n("AppMeshClient", "UpdateMeshCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateMeshCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateMeshCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateMeshCommand = UpdateMeshCommand;
|
|
@@ -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 UpdateRouteCommand 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 = "AppMeshClient";
|
|
29
|
-
const commandName = "UpdateRouteCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AppMesh",
|
|
38
|
-
operation: "UpdateRoute",
|
|
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_UpdateRouteCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateRouteCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateRouteCommand 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("AppMesh", "UpdateRoute", {})
|
|
22
|
+
.n("AppMeshClient", "UpdateRouteCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateRouteCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateRouteCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateRouteCommand = UpdateRouteCommand;
|
|
@@ -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 UpdateVirtualGatewayCommand 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 = "AppMeshClient";
|
|
29
|
-
const commandName = "UpdateVirtualGatewayCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AppMesh",
|
|
38
|
-
operation: "UpdateVirtualGateway",
|
|
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_UpdateVirtualGatewayCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateVirtualGatewayCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateVirtualGatewayCommand 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("AppMesh", "UpdateVirtualGateway", {})
|
|
22
|
+
.n("AppMeshClient", "UpdateVirtualGatewayCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateVirtualGatewayCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateVirtualGatewayCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateVirtualGatewayCommand = UpdateVirtualGatewayCommand;
|
|
@@ -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 UpdateVirtualNodeCommand 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 = "AppMeshClient";
|
|
29
|
-
const commandName = "UpdateVirtualNodeCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AppMesh",
|
|
38
|
-
operation: "UpdateVirtualNode",
|
|
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_UpdateVirtualNodeCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateVirtualNodeCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateVirtualNodeCommand 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("AppMesh", "UpdateVirtualNode", {})
|
|
22
|
+
.n("AppMeshClient", "UpdateVirtualNodeCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateVirtualNodeCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateVirtualNodeCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateVirtualNodeCommand = UpdateVirtualNodeCommand;
|