@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
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateGatewayRouteInputFilterSensitiveLog, UpdateGatewayRouteOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateGatewayRouteCommand, serializeAws_restJson1UpdateGatewayRouteCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateGatewayRouteCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateGatewayRouteCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateMeshInputFilterSensitiveLog, UpdateMeshOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateMeshCommand, serializeAws_restJson1UpdateMeshCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateMeshCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateMeshCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateRouteInputFilterSensitiveLog, UpdateRouteOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateRouteCommand, serializeAws_restJson1UpdateRouteCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateRouteCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateRouteCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateVirtualGatewayInputFilterSensitiveLog, UpdateVirtualGatewayOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateVirtualGatewayCommand, serializeAws_restJson1UpdateVirtualGatewayCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateVirtualGatewayCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateVirtualGatewayCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateVirtualNodeInputFilterSensitiveLog, UpdateVirtualNodeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateVirtualNodeCommand, serializeAws_restJson1UpdateVirtualNodeCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateVirtualNodeCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateVirtualNodeCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateVirtualRouterInputFilterSensitiveLog, UpdateVirtualRouterOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateVirtualRouterCommand, serializeAws_restJson1UpdateVirtualRouterCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateVirtualRouterCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateVirtualRouterCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateVirtualServiceInputFilterSensitiveLog, UpdateVirtualServiceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateVirtualServiceCommand, serializeAws_restJson1UpdateVirtualServiceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateVirtualServiceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateVirtualServiceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|