@aws-sdk/client-app-mesh 3.128.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 +30 -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-cjs/protocols/Aws_restJson1.js +3 -0
- 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-es/protocols/Aws_restJson1.js +3 -0
- 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 +9 -9
|
@@ -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 { TagResourceInputFilterSensitiveLog, TagResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceOutputFilterSensitiveLog,
|
|
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 { UntagResourceInputFilterSensitiveLog, UntagResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceOutputFilterSensitiveLog,
|
|
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 { UpdateGatewayRouteInputFilterSensitiveLog, UpdateGatewayRouteOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateGatewayRouteCommand, serializeAws_restJson1UpdateGatewayRouteCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateGatewayRouteCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateGatewayRouteCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateGatewayRouteCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateGatewayRouteInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateGatewayRouteOutputFilterSensitiveLog,
|
|
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 { UpdateMeshInputFilterSensitiveLog, UpdateMeshOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateMeshCommand, serializeAws_restJson1UpdateMeshCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateMeshCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateMeshCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateMeshCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateMeshInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateMeshOutputFilterSensitiveLog,
|
|
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 { UpdateRouteInputFilterSensitiveLog, UpdateRouteOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateRouteCommand, serializeAws_restJson1UpdateRouteCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateRouteCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateRouteCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateRouteCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateRouteInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateRouteOutputFilterSensitiveLog,
|
|
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 { UpdateVirtualGatewayInputFilterSensitiveLog, UpdateVirtualGatewayOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateVirtualGatewayCommand, serializeAws_restJson1UpdateVirtualGatewayCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateVirtualGatewayCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateVirtualGatewayCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateVirtualGatewayCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateVirtualGatewayInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateVirtualGatewayOutputFilterSensitiveLog,
|
|
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 { UpdateVirtualNodeInputFilterSensitiveLog, UpdateVirtualNodeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateVirtualNodeCommand, serializeAws_restJson1UpdateVirtualNodeCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateVirtualNodeCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateVirtualNodeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateVirtualNodeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateVirtualNodeInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateVirtualNodeOutputFilterSensitiveLog,
|
|
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 { UpdateVirtualRouterInputFilterSensitiveLog, UpdateVirtualRouterOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateVirtualRouterCommand, serializeAws_restJson1UpdateVirtualRouterCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateVirtualRouterCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateVirtualRouterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateVirtualRouterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateVirtualRouterInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateVirtualRouterOutputFilterSensitiveLog,
|
|
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 { UpdateVirtualServiceInputFilterSensitiveLog, UpdateVirtualServiceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateVirtualServiceCommand, serializeAws_restJson1UpdateVirtualServiceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateVirtualServiceCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateVirtualServiceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateVirtualServiceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateVirtualServiceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateVirtualServiceOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|