@aws-sdk/client-app-mesh 3.296.0 → 3.298.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 +2 -3
- package/dist-cjs/commands/CreateMeshCommand.js +2 -3
- package/dist-cjs/commands/CreateRouteCommand.js +2 -3
- package/dist-cjs/commands/CreateVirtualGatewayCommand.js +2 -3
- package/dist-cjs/commands/CreateVirtualNodeCommand.js +2 -3
- package/dist-cjs/commands/CreateVirtualRouterCommand.js +2 -3
- package/dist-cjs/commands/CreateVirtualServiceCommand.js +2 -3
- package/dist-cjs/commands/DeleteGatewayRouteCommand.js +2 -3
- package/dist-cjs/commands/DeleteMeshCommand.js +2 -3
- package/dist-cjs/commands/DeleteRouteCommand.js +2 -3
- package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +2 -3
- package/dist-cjs/commands/DeleteVirtualNodeCommand.js +2 -3
- package/dist-cjs/commands/DeleteVirtualRouterCommand.js +2 -3
- package/dist-cjs/commands/DeleteVirtualServiceCommand.js +2 -3
- package/dist-cjs/commands/DescribeGatewayRouteCommand.js +2 -3
- package/dist-cjs/commands/DescribeMeshCommand.js +2 -3
- package/dist-cjs/commands/DescribeRouteCommand.js +2 -3
- package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +2 -3
- package/dist-cjs/commands/DescribeVirtualNodeCommand.js +2 -3
- package/dist-cjs/commands/DescribeVirtualRouterCommand.js +2 -3
- package/dist-cjs/commands/DescribeVirtualServiceCommand.js +2 -3
- package/dist-cjs/commands/ListGatewayRoutesCommand.js +2 -3
- package/dist-cjs/commands/ListMeshesCommand.js +2 -3
- package/dist-cjs/commands/ListRoutesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListVirtualGatewaysCommand.js +2 -3
- package/dist-cjs/commands/ListVirtualNodesCommand.js +2 -3
- package/dist-cjs/commands/ListVirtualRoutersCommand.js +2 -3
- package/dist-cjs/commands/ListVirtualServicesCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateGatewayRouteCommand.js +2 -3
- package/dist-cjs/commands/UpdateMeshCommand.js +2 -3
- package/dist-cjs/commands/UpdateRouteCommand.js +2 -3
- package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +2 -3
- package/dist-cjs/commands/UpdateVirtualNodeCommand.js +2 -3
- package/dist-cjs/commands/UpdateVirtualRouterCommand.js +2 -3
- package/dist-cjs/commands/UpdateVirtualServiceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +0 -1071
- package/dist-es/commands/CreateGatewayRouteCommand.js +2 -3
- package/dist-es/commands/CreateMeshCommand.js +2 -3
- package/dist-es/commands/CreateRouteCommand.js +2 -3
- package/dist-es/commands/CreateVirtualGatewayCommand.js +2 -3
- package/dist-es/commands/CreateVirtualNodeCommand.js +2 -3
- package/dist-es/commands/CreateVirtualRouterCommand.js +2 -3
- package/dist-es/commands/CreateVirtualServiceCommand.js +2 -3
- package/dist-es/commands/DeleteGatewayRouteCommand.js +2 -3
- package/dist-es/commands/DeleteMeshCommand.js +2 -3
- package/dist-es/commands/DeleteRouteCommand.js +2 -3
- package/dist-es/commands/DeleteVirtualGatewayCommand.js +2 -3
- package/dist-es/commands/DeleteVirtualNodeCommand.js +2 -3
- package/dist-es/commands/DeleteVirtualRouterCommand.js +2 -3
- package/dist-es/commands/DeleteVirtualServiceCommand.js +2 -3
- package/dist-es/commands/DescribeGatewayRouteCommand.js +2 -3
- package/dist-es/commands/DescribeMeshCommand.js +2 -3
- package/dist-es/commands/DescribeRouteCommand.js +2 -3
- package/dist-es/commands/DescribeVirtualGatewayCommand.js +2 -3
- package/dist-es/commands/DescribeVirtualNodeCommand.js +2 -3
- package/dist-es/commands/DescribeVirtualRouterCommand.js +2 -3
- package/dist-es/commands/DescribeVirtualServiceCommand.js +2 -3
- package/dist-es/commands/ListGatewayRoutesCommand.js +2 -3
- package/dist-es/commands/ListMeshesCommand.js +2 -3
- package/dist-es/commands/ListRoutesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListVirtualGatewaysCommand.js +2 -3
- package/dist-es/commands/ListVirtualNodesCommand.js +2 -3
- package/dist-es/commands/ListVirtualRoutersCommand.js +2 -3
- package/dist-es/commands/ListVirtualServicesCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateGatewayRouteCommand.js +2 -3
- package/dist-es/commands/UpdateMeshCommand.js +2 -3
- package/dist-es/commands/UpdateRouteCommand.js +2 -3
- package/dist-es/commands/UpdateVirtualGatewayCommand.js +2 -3
- package/dist-es/commands/UpdateVirtualNodeCommand.js +2 -3
- package/dist-es/commands/UpdateVirtualRouterCommand.js +2 -3
- package/dist-es/commands/UpdateVirtualServiceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -848
- package/dist-types/AppMesh.d.ts +39 -0
- package/dist-types/AppMeshClient.d.ts +24 -4
- package/dist-types/commands/CreateGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateMeshCommand.d.ts +16 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateVirtualNodeCommand.d.ts +16 -0
- package/dist-types/commands/CreateVirtualRouterCommand.d.ts +16 -0
- package/dist-types/commands/CreateVirtualServiceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMeshCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMeshCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRouteCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +16 -0
- package/dist-types/commands/ListGatewayRoutesCommand.d.ts +16 -0
- package/dist-types/commands/ListMeshesCommand.d.ts +16 -0
- package/dist-types/commands/ListRoutesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualNodesCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualRoutersCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualServicesCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMeshCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +16 -0
- package/dist-types/models/AppMeshServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +388 -872
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListGatewayRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMeshesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/pagination/ListVirtualGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVirtualNodesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVirtualRoutersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVirtualServicesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -604
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.UpdateGatewayRouteCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateGatewayRouteCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateGatewayRouteCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateMeshCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateMeshCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateMeshCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateRouteCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateRouteCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateRouteCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateVirtualGatewayCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateVirtualGatewayCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateVirtualGatewayCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateVirtualNodeCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateVirtualNodeCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateVirtualNodeCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateVirtualRouterCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateVirtualRouterCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateVirtualRouterCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateVirtualServiceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateVirtualServiceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateVirtualServiceCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|