@aws-sdk/client-app-mesh 3.490.0 → 3.495.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/AppMesh.js +1 -87
- package/dist-cjs/AppMeshClient.js +1 -43
- package/dist-cjs/commands/CreateGatewayRouteCommand.js +1 -28
- package/dist-cjs/commands/CreateMeshCommand.js +1 -28
- package/dist-cjs/commands/CreateRouteCommand.js +1 -28
- package/dist-cjs/commands/CreateVirtualGatewayCommand.js +1 -28
- package/dist-cjs/commands/CreateVirtualNodeCommand.js +1 -28
- package/dist-cjs/commands/CreateVirtualRouterCommand.js +1 -28
- package/dist-cjs/commands/CreateVirtualServiceCommand.js +1 -28
- package/dist-cjs/commands/DeleteGatewayRouteCommand.js +1 -28
- package/dist-cjs/commands/DeleteMeshCommand.js +1 -28
- package/dist-cjs/commands/DeleteRouteCommand.js +1 -28
- package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +1 -28
- package/dist-cjs/commands/DeleteVirtualNodeCommand.js +1 -28
- package/dist-cjs/commands/DeleteVirtualRouterCommand.js +1 -28
- package/dist-cjs/commands/DeleteVirtualServiceCommand.js +1 -28
- package/dist-cjs/commands/DescribeGatewayRouteCommand.js +1 -28
- package/dist-cjs/commands/DescribeMeshCommand.js +1 -28
- package/dist-cjs/commands/DescribeRouteCommand.js +1 -28
- package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +1 -28
- package/dist-cjs/commands/DescribeVirtualNodeCommand.js +1 -28
- package/dist-cjs/commands/DescribeVirtualRouterCommand.js +1 -28
- package/dist-cjs/commands/DescribeVirtualServiceCommand.js +1 -28
- package/dist-cjs/commands/ListGatewayRoutesCommand.js +1 -28
- package/dist-cjs/commands/ListMeshesCommand.js +1 -28
- package/dist-cjs/commands/ListRoutesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListVirtualGatewaysCommand.js +1 -28
- package/dist-cjs/commands/ListVirtualNodesCommand.js +1 -28
- package/dist-cjs/commands/ListVirtualRoutersCommand.js +1 -28
- package/dist-cjs/commands/ListVirtualServicesCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateGatewayRouteCommand.js +1 -28
- package/dist-cjs/commands/UpdateMeshCommand.js +1 -28
- package/dist-cjs/commands/UpdateRouteCommand.js +1 -28
- package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +1 -28
- package/dist-cjs/commands/UpdateVirtualNodeCommand.js +1 -28
- package/dist-cjs/commands/UpdateVirtualRouterCommand.js +1 -28
- package/dist-cjs/commands/UpdateVirtualServiceCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -41
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4430 -11
- package/dist-cjs/models/AppMeshServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -472
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListGatewayRoutesPaginator.js +1 -7
- package/dist-cjs/pagination/ListMeshesPaginator.js +1 -7
- package/dist-cjs/pagination/ListRoutesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListVirtualGatewaysPaginator.js +1 -7
- package/dist-cjs/pagination/ListVirtualNodesPaginator.js +1 -7
- package/dist-cjs/pagination/ListVirtualRoutersPaginator.js +1 -7
- package/dist-cjs/pagination/ListVirtualServicesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -12
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2926
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateVirtualServiceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateVirtualServiceCommand 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", "UpdateVirtualService", {})
|
|
22
|
-
.n("AppMeshClient", "UpdateVirtualServiceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateVirtualServiceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateVirtualServiceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateVirtualServiceCommand = UpdateVirtualServiceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,41 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateGatewayRouteCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateMeshCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateRouteCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateVirtualGatewayCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateVirtualNodeCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateVirtualRouterCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateVirtualServiceCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteGatewayRouteCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteMeshCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteRouteCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteVirtualGatewayCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteVirtualNodeCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteVirtualRouterCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteVirtualServiceCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DescribeGatewayRouteCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DescribeMeshCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeRouteCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeVirtualGatewayCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DescribeVirtualNodeCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DescribeVirtualRouterCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DescribeVirtualServiceCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./ListGatewayRoutesCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./ListMeshesCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListRoutesCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListVirtualGatewaysCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListVirtualNodesCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListVirtualRoutersCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListVirtualServicesCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./UpdateGatewayRouteCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./UpdateMeshCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./UpdateRouteCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./UpdateVirtualGatewayCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./UpdateVirtualNodeCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./UpdateVirtualRouterCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./UpdateVirtualServiceCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "appmesh",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|