@aws-sdk/client-app-mesh 3.131.0 → 3.137.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/CHANGELOG.md +11 -0
- package/dist-cjs/commands/CreateGatewayRouteCommand.js +2 -2
- package/dist-cjs/commands/CreateMeshCommand.js +2 -2
- package/dist-cjs/commands/CreateRouteCommand.js +2 -2
- package/dist-cjs/commands/CreateVirtualGatewayCommand.js +2 -2
- package/dist-cjs/commands/CreateVirtualNodeCommand.js +2 -2
- package/dist-cjs/commands/CreateVirtualRouterCommand.js +2 -2
- package/dist-cjs/commands/CreateVirtualServiceCommand.js +2 -2
- package/dist-cjs/commands/DeleteGatewayRouteCommand.js +2 -2
- package/dist-cjs/commands/DeleteMeshCommand.js +2 -2
- package/dist-cjs/commands/DeleteRouteCommand.js +2 -2
- package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +2 -2
- package/dist-cjs/commands/DeleteVirtualNodeCommand.js +2 -2
- package/dist-cjs/commands/DeleteVirtualRouterCommand.js +2 -2
- package/dist-cjs/commands/DeleteVirtualServiceCommand.js +2 -2
- package/dist-cjs/commands/DescribeGatewayRouteCommand.js +2 -2
- package/dist-cjs/commands/DescribeMeshCommand.js +2 -2
- package/dist-cjs/commands/DescribeRouteCommand.js +2 -2
- package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +2 -2
- package/dist-cjs/commands/DescribeVirtualNodeCommand.js +2 -2
- package/dist-cjs/commands/DescribeVirtualRouterCommand.js +2 -2
- package/dist-cjs/commands/DescribeVirtualServiceCommand.js +2 -2
- package/dist-cjs/commands/ListGatewayRoutesCommand.js +2 -2
- package/dist-cjs/commands/ListMeshesCommand.js +2 -2
- package/dist-cjs/commands/ListRoutesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListVirtualGatewaysCommand.js +2 -2
- package/dist-cjs/commands/ListVirtualNodesCommand.js +2 -2
- package/dist-cjs/commands/ListVirtualRoutersCommand.js +2 -2
- package/dist-cjs/commands/ListVirtualServicesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateGatewayRouteCommand.js +2 -2
- package/dist-cjs/commands/UpdateMeshCommand.js +2 -2
- package/dist-cjs/commands/UpdateRouteCommand.js +2 -2
- package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +2 -2
- package/dist-cjs/commands/UpdateVirtualNodeCommand.js +2 -2
- package/dist-cjs/commands/UpdateVirtualRouterCommand.js +2 -2
- package/dist-cjs/commands/UpdateVirtualServiceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +1053 -1429
- package/dist-es/commands/CreateGatewayRouteCommand.js +3 -3
- package/dist-es/commands/CreateMeshCommand.js +3 -3
- package/dist-es/commands/CreateRouteCommand.js +3 -3
- package/dist-es/commands/CreateVirtualGatewayCommand.js +3 -3
- package/dist-es/commands/CreateVirtualNodeCommand.js +3 -3
- package/dist-es/commands/CreateVirtualRouterCommand.js +3 -3
- package/dist-es/commands/CreateVirtualServiceCommand.js +3 -3
- package/dist-es/commands/DeleteGatewayRouteCommand.js +3 -3
- package/dist-es/commands/DeleteMeshCommand.js +3 -3
- package/dist-es/commands/DeleteRouteCommand.js +3 -3
- package/dist-es/commands/DeleteVirtualGatewayCommand.js +3 -3
- package/dist-es/commands/DeleteVirtualNodeCommand.js +3 -3
- package/dist-es/commands/DeleteVirtualRouterCommand.js +3 -3
- package/dist-es/commands/DeleteVirtualServiceCommand.js +3 -3
- package/dist-es/commands/DescribeGatewayRouteCommand.js +3 -3
- package/dist-es/commands/DescribeMeshCommand.js +3 -3
- package/dist-es/commands/DescribeRouteCommand.js +3 -3
- package/dist-es/commands/DescribeVirtualGatewayCommand.js +3 -3
- package/dist-es/commands/DescribeVirtualNodeCommand.js +3 -3
- package/dist-es/commands/DescribeVirtualRouterCommand.js +3 -3
- package/dist-es/commands/DescribeVirtualServiceCommand.js +3 -3
- package/dist-es/commands/ListGatewayRoutesCommand.js +3 -3
- package/dist-es/commands/ListMeshesCommand.js +3 -3
- package/dist-es/commands/ListRoutesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListVirtualGatewaysCommand.js +3 -3
- package/dist-es/commands/ListVirtualNodesCommand.js +3 -3
- package/dist-es/commands/ListVirtualRoutersCommand.js +3 -3
- package/dist-es/commands/ListVirtualServicesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateGatewayRouteCommand.js +3 -3
- package/dist-es/commands/UpdateMeshCommand.js +3 -3
- package/dist-es/commands/UpdateRouteCommand.js +3 -3
- package/dist-es/commands/UpdateVirtualGatewayCommand.js +3 -3
- package/dist-es/commands/UpdateVirtualNodeCommand.js +3 -3
- package/dist-es/commands/UpdateVirtualRouterCommand.js +3 -3
- package/dist-es/commands/UpdateVirtualServiceCommand.js +3 -3
- package/dist-es/models/models_0.js +397 -989
- package/dist-types/models/models_0.d.ts +860 -1252
- package/dist-types/ts3.4/models/models_0.d.ts +430 -822
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateGatewayRouteInputFilterSensitiveLog, CreateGatewayRouteOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateGatewayRouteCommand, serializeAws_restJson1CreateGatewayRouteCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateGatewayRouteCommand = (function (_super) {
|
|
7
7
|
__extends(CreateGatewayRouteCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateGatewayRouteCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateGatewayRouteInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateGatewayRouteOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateMeshInputFilterSensitiveLog, CreateMeshOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateMeshCommand, serializeAws_restJson1CreateMeshCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateMeshCommand = (function (_super) {
|
|
7
7
|
__extends(CreateMeshCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateMeshCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateMeshInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateMeshOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateRouteInputFilterSensitiveLog, CreateRouteOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateRouteCommand, serializeAws_restJson1CreateRouteCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateRouteCommand = (function (_super) {
|
|
7
7
|
__extends(CreateRouteCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateRouteCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateRouteInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateRouteOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateVirtualGatewayInputFilterSensitiveLog, CreateVirtualGatewayOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateVirtualGatewayCommand, serializeAws_restJson1CreateVirtualGatewayCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateVirtualGatewayCommand = (function (_super) {
|
|
7
7
|
__extends(CreateVirtualGatewayCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateVirtualGatewayCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateVirtualGatewayInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateVirtualGatewayOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateVirtualNodeInputFilterSensitiveLog, CreateVirtualNodeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateVirtualNodeCommand, serializeAws_restJson1CreateVirtualNodeCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateVirtualNodeCommand = (function (_super) {
|
|
7
7
|
__extends(CreateVirtualNodeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateVirtualNodeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateVirtualNodeInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateVirtualNodeOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateVirtualRouterInputFilterSensitiveLog, CreateVirtualRouterOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateVirtualRouterCommand, serializeAws_restJson1CreateVirtualRouterCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateVirtualRouterCommand = (function (_super) {
|
|
7
7
|
__extends(CreateVirtualRouterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateVirtualRouterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateVirtualRouterInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateVirtualRouterOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateVirtualServiceInputFilterSensitiveLog, CreateVirtualServiceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateVirtualServiceCommand, serializeAws_restJson1CreateVirtualServiceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateVirtualServiceCommand = (function (_super) {
|
|
7
7
|
__extends(CreateVirtualServiceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateVirtualServiceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateVirtualServiceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateVirtualServiceOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteGatewayRouteInputFilterSensitiveLog, DeleteGatewayRouteOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteGatewayRouteCommand, serializeAws_restJson1DeleteGatewayRouteCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteGatewayRouteCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteGatewayRouteCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteGatewayRouteCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteGatewayRouteInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteGatewayRouteOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteMeshInputFilterSensitiveLog, DeleteMeshOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteMeshCommand, serializeAws_restJson1DeleteMeshCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteMeshCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteMeshCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteMeshCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteMeshInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteMeshOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteRouteInputFilterSensitiveLog, DeleteRouteOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteRouteCommand, serializeAws_restJson1DeleteRouteCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteRouteCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRouteCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteRouteCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteRouteInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteRouteOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteVirtualGatewayInputFilterSensitiveLog, DeleteVirtualGatewayOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteVirtualGatewayCommand, serializeAws_restJson1DeleteVirtualGatewayCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteVirtualGatewayCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteVirtualGatewayCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteVirtualGatewayCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteVirtualGatewayInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteVirtualGatewayOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteVirtualNodeInputFilterSensitiveLog, DeleteVirtualNodeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteVirtualNodeCommand, serializeAws_restJson1DeleteVirtualNodeCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteVirtualNodeCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteVirtualNodeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteVirtualNodeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteVirtualNodeInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteVirtualNodeOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteVirtualRouterInputFilterSensitiveLog, DeleteVirtualRouterOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteVirtualRouterCommand, serializeAws_restJson1DeleteVirtualRouterCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteVirtualRouterCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteVirtualRouterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteVirtualRouterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteVirtualRouterInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteVirtualRouterOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteVirtualServiceInputFilterSensitiveLog, DeleteVirtualServiceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteVirtualServiceCommand, serializeAws_restJson1DeleteVirtualServiceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteVirtualServiceCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteVirtualServiceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteVirtualServiceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteVirtualServiceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteVirtualServiceOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeGatewayRouteInputFilterSensitiveLog, DescribeGatewayRouteOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeGatewayRouteCommand, serializeAws_restJson1DescribeGatewayRouteCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeGatewayRouteCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeGatewayRouteCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeGatewayRouteCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeGatewayRouteInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeGatewayRouteOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeMeshInputFilterSensitiveLog, DescribeMeshOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeMeshCommand, serializeAws_restJson1DescribeMeshCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeMeshCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeMeshCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeMeshCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeMeshInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeMeshOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeRouteInputFilterSensitiveLog, DescribeRouteOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeRouteCommand, serializeAws_restJson1DescribeRouteCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeRouteCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRouteCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRouteCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRouteInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRouteOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeVirtualGatewayInputFilterSensitiveLog, DescribeVirtualGatewayOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeVirtualGatewayCommand, serializeAws_restJson1DescribeVirtualGatewayCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeVirtualGatewayCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeVirtualGatewayCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeVirtualGatewayCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeVirtualGatewayInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeVirtualGatewayOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeVirtualNodeInputFilterSensitiveLog, DescribeVirtualNodeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeVirtualNodeCommand, serializeAws_restJson1DescribeVirtualNodeCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeVirtualNodeCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeVirtualNodeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeVirtualNodeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeVirtualNodeInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeVirtualNodeOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeVirtualRouterInputFilterSensitiveLog, DescribeVirtualRouterOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeVirtualRouterCommand, serializeAws_restJson1DescribeVirtualRouterCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeVirtualRouterCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeVirtualRouterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeVirtualRouterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeVirtualRouterInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeVirtualRouterOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeVirtualServiceInputFilterSensitiveLog, DescribeVirtualServiceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeVirtualServiceCommand, serializeAws_restJson1DescribeVirtualServiceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeVirtualServiceCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeVirtualServiceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeVirtualServiceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeVirtualServiceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeVirtualServiceOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListGatewayRoutesInputFilterSensitiveLog, ListGatewayRoutesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListGatewayRoutesCommand, serializeAws_restJson1ListGatewayRoutesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListGatewayRoutesCommand = (function (_super) {
|
|
7
7
|
__extends(ListGatewayRoutesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListGatewayRoutesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListGatewayRoutesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListGatewayRoutesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListMeshesInputFilterSensitiveLog, ListMeshesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListMeshesCommand, serializeAws_restJson1ListMeshesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListMeshesCommand = (function (_super) {
|
|
7
7
|
__extends(ListMeshesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListMeshesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListMeshesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListMeshesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListRoutesInputFilterSensitiveLog, ListRoutesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListRoutesCommand, serializeAws_restJson1ListRoutesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListRoutesCommand = (function (_super) {
|
|
7
7
|
__extends(ListRoutesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListRoutesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRoutesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListRoutesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceInputFilterSensitiveLog, ListTagsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListVirtualGatewaysInputFilterSensitiveLog, ListVirtualGatewaysOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListVirtualGatewaysCommand, serializeAws_restJson1ListVirtualGatewaysCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListVirtualGatewaysCommand = (function (_super) {
|
|
7
7
|
__extends(ListVirtualGatewaysCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListVirtualGatewaysCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListVirtualGatewaysInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListVirtualGatewaysOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListVirtualNodesInputFilterSensitiveLog, ListVirtualNodesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListVirtualNodesCommand, serializeAws_restJson1ListVirtualNodesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListVirtualNodesCommand = (function (_super) {
|
|
7
7
|
__extends(ListVirtualNodesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListVirtualNodesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListVirtualNodesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListVirtualNodesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListVirtualRoutersInputFilterSensitiveLog, ListVirtualRoutersOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListVirtualRoutersCommand, serializeAws_restJson1ListVirtualRoutersCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListVirtualRoutersCommand = (function (_super) {
|
|
7
7
|
__extends(ListVirtualRoutersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListVirtualRoutersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListVirtualRoutersInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListVirtualRoutersOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListVirtualServicesInputFilterSensitiveLog, ListVirtualServicesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListVirtualServicesCommand, serializeAws_restJson1ListVirtualServicesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListVirtualServicesCommand = (function (_super) {
|
|
7
7
|
__extends(ListVirtualServicesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListVirtualServicesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListVirtualServicesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListVirtualServicesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|