@aws-sdk/client-app-mesh 3.49.0 → 3.50.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 +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/AppMesh.d.ts +0 -195
- package/dist-types/ts3.4/AppMeshClient.d.ts +0 -111
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -38
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3341
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListGatewayRoutesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListMeshesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListVirtualGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListVirtualNodesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListVirtualRoutersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListVirtualServicesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -116
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-app-mesh
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-app-mesh
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-app-mesh",
|
|
3
3
|
"description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.50.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.50.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.50.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.50.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.50.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.50.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.50.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.50.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.50.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.50.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.50.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.50.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.50.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.50.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.50.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.50.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.50.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.50.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.50.0",
|
|
39
|
+
"@aws-sdk/types": "3.50.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.50.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.49.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.50.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.50.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.50.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.50.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0",
|
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { AppMeshClient } from "./AppMeshClient";
|
|
3
|
-
import { CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput } from "./commands/CreateGatewayRouteCommand";
|
|
4
|
-
import { CreateMeshCommandInput, CreateMeshCommandOutput } from "./commands/CreateMeshCommand";
|
|
5
|
-
import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
|
|
6
|
-
import { CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput } from "./commands/CreateVirtualGatewayCommand";
|
|
7
|
-
import { CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput } from "./commands/CreateVirtualNodeCommand";
|
|
8
|
-
import { CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput } from "./commands/CreateVirtualRouterCommand";
|
|
9
|
-
import { CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput } from "./commands/CreateVirtualServiceCommand";
|
|
10
|
-
import { DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput } from "./commands/DeleteGatewayRouteCommand";
|
|
11
|
-
import { DeleteMeshCommandInput, DeleteMeshCommandOutput } from "./commands/DeleteMeshCommand";
|
|
12
|
-
import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand";
|
|
13
|
-
import { DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput } from "./commands/DeleteVirtualGatewayCommand";
|
|
14
|
-
import { DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput } from "./commands/DeleteVirtualNodeCommand";
|
|
15
|
-
import { DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput } from "./commands/DeleteVirtualRouterCommand";
|
|
16
|
-
import { DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput } from "./commands/DeleteVirtualServiceCommand";
|
|
17
|
-
import { DescribeGatewayRouteCommandInput, DescribeGatewayRouteCommandOutput } from "./commands/DescribeGatewayRouteCommand";
|
|
18
|
-
import { DescribeMeshCommandInput, DescribeMeshCommandOutput } from "./commands/DescribeMeshCommand";
|
|
19
|
-
import { DescribeRouteCommandInput, DescribeRouteCommandOutput } from "./commands/DescribeRouteCommand";
|
|
20
|
-
import { DescribeVirtualGatewayCommandInput, DescribeVirtualGatewayCommandOutput } from "./commands/DescribeVirtualGatewayCommand";
|
|
21
|
-
import { DescribeVirtualNodeCommandInput, DescribeVirtualNodeCommandOutput } from "./commands/DescribeVirtualNodeCommand";
|
|
22
|
-
import { DescribeVirtualRouterCommandInput, DescribeVirtualRouterCommandOutput } from "./commands/DescribeVirtualRouterCommand";
|
|
23
|
-
import { DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput } from "./commands/DescribeVirtualServiceCommand";
|
|
24
|
-
import { ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput } from "./commands/ListGatewayRoutesCommand";
|
|
25
|
-
import { ListMeshesCommandInput, ListMeshesCommandOutput } from "./commands/ListMeshesCommand";
|
|
26
|
-
import { ListRoutesCommandInput, ListRoutesCommandOutput } from "./commands/ListRoutesCommand";
|
|
27
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
28
|
-
import { ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput } from "./commands/ListVirtualGatewaysCommand";
|
|
29
|
-
import { ListVirtualNodesCommandInput, ListVirtualNodesCommandOutput } from "./commands/ListVirtualNodesCommand";
|
|
30
|
-
import { ListVirtualRoutersCommandInput, ListVirtualRoutersCommandOutput } from "./commands/ListVirtualRoutersCommand";
|
|
31
|
-
import { ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput } from "./commands/ListVirtualServicesCommand";
|
|
32
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
33
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
34
|
-
import { UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput } from "./commands/UpdateGatewayRouteCommand";
|
|
35
|
-
import { UpdateMeshCommandInput, UpdateMeshCommandOutput } from "./commands/UpdateMeshCommand";
|
|
36
|
-
import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "./commands/UpdateRouteCommand";
|
|
37
|
-
import { UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput } from "./commands/UpdateVirtualGatewayCommand";
|
|
38
|
-
import { UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput } from "./commands/UpdateVirtualNodeCommand";
|
|
39
|
-
import { UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput } from "./commands/UpdateVirtualRouterCommand";
|
|
40
|
-
import { UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput } from "./commands/UpdateVirtualServiceCommand";
|
|
41
|
-
|
|
42
|
-
export declare class AppMesh extends AppMeshClient {
|
|
43
|
-
|
|
44
|
-
createGatewayRoute(args: CreateGatewayRouteCommandInput, options?: __HttpHandlerOptions): Promise<CreateGatewayRouteCommandOutput>;
|
|
45
|
-
createGatewayRoute(args: CreateGatewayRouteCommandInput, cb: (err: any, data?: CreateGatewayRouteCommandOutput) => void): void;
|
|
46
|
-
createGatewayRoute(args: CreateGatewayRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGatewayRouteCommandOutput) => void): void;
|
|
47
|
-
|
|
48
|
-
createMesh(args: CreateMeshCommandInput, options?: __HttpHandlerOptions): Promise<CreateMeshCommandOutput>;
|
|
49
|
-
createMesh(args: CreateMeshCommandInput, cb: (err: any, data?: CreateMeshCommandOutput) => void): void;
|
|
50
|
-
createMesh(args: CreateMeshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeshCommandOutput) => void): void;
|
|
51
|
-
|
|
52
|
-
createRoute(args: CreateRouteCommandInput, options?: __HttpHandlerOptions): Promise<CreateRouteCommandOutput>;
|
|
53
|
-
createRoute(args: CreateRouteCommandInput, cb: (err: any, data?: CreateRouteCommandOutput) => void): void;
|
|
54
|
-
createRoute(args: CreateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouteCommandOutput) => void): void;
|
|
55
|
-
|
|
56
|
-
createVirtualGateway(args: CreateVirtualGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateVirtualGatewayCommandOutput>;
|
|
57
|
-
createVirtualGateway(args: CreateVirtualGatewayCommandInput, cb: (err: any, data?: CreateVirtualGatewayCommandOutput) => void): void;
|
|
58
|
-
createVirtualGateway(args: CreateVirtualGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualGatewayCommandOutput) => void): void;
|
|
59
|
-
|
|
60
|
-
createVirtualNode(args: CreateVirtualNodeCommandInput, options?: __HttpHandlerOptions): Promise<CreateVirtualNodeCommandOutput>;
|
|
61
|
-
createVirtualNode(args: CreateVirtualNodeCommandInput, cb: (err: any, data?: CreateVirtualNodeCommandOutput) => void): void;
|
|
62
|
-
createVirtualNode(args: CreateVirtualNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualNodeCommandOutput) => void): void;
|
|
63
|
-
|
|
64
|
-
createVirtualRouter(args: CreateVirtualRouterCommandInput, options?: __HttpHandlerOptions): Promise<CreateVirtualRouterCommandOutput>;
|
|
65
|
-
createVirtualRouter(args: CreateVirtualRouterCommandInput, cb: (err: any, data?: CreateVirtualRouterCommandOutput) => void): void;
|
|
66
|
-
createVirtualRouter(args: CreateVirtualRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualRouterCommandOutput) => void): void;
|
|
67
|
-
|
|
68
|
-
createVirtualService(args: CreateVirtualServiceCommandInput, options?: __HttpHandlerOptions): Promise<CreateVirtualServiceCommandOutput>;
|
|
69
|
-
createVirtualService(args: CreateVirtualServiceCommandInput, cb: (err: any, data?: CreateVirtualServiceCommandOutput) => void): void;
|
|
70
|
-
createVirtualService(args: CreateVirtualServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualServiceCommandOutput) => void): void;
|
|
71
|
-
|
|
72
|
-
deleteGatewayRoute(args: DeleteGatewayRouteCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayRouteCommandOutput>;
|
|
73
|
-
deleteGatewayRoute(args: DeleteGatewayRouteCommandInput, cb: (err: any, data?: DeleteGatewayRouteCommandOutput) => void): void;
|
|
74
|
-
deleteGatewayRoute(args: DeleteGatewayRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayRouteCommandOutput) => void): void;
|
|
75
|
-
|
|
76
|
-
deleteMesh(args: DeleteMeshCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMeshCommandOutput>;
|
|
77
|
-
deleteMesh(args: DeleteMeshCommandInput, cb: (err: any, data?: DeleteMeshCommandOutput) => void): void;
|
|
78
|
-
deleteMesh(args: DeleteMeshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMeshCommandOutput) => void): void;
|
|
79
|
-
|
|
80
|
-
deleteRoute(args: DeleteRouteCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouteCommandOutput>;
|
|
81
|
-
deleteRoute(args: DeleteRouteCommandInput, cb: (err: any, data?: DeleteRouteCommandOutput) => void): void;
|
|
82
|
-
deleteRoute(args: DeleteRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouteCommandOutput) => void): void;
|
|
83
|
-
|
|
84
|
-
deleteVirtualGateway(args: DeleteVirtualGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVirtualGatewayCommandOutput>;
|
|
85
|
-
deleteVirtualGateway(args: DeleteVirtualGatewayCommandInput, cb: (err: any, data?: DeleteVirtualGatewayCommandOutput) => void): void;
|
|
86
|
-
deleteVirtualGateway(args: DeleteVirtualGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualGatewayCommandOutput) => void): void;
|
|
87
|
-
|
|
88
|
-
deleteVirtualNode(args: DeleteVirtualNodeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVirtualNodeCommandOutput>;
|
|
89
|
-
deleteVirtualNode(args: DeleteVirtualNodeCommandInput, cb: (err: any, data?: DeleteVirtualNodeCommandOutput) => void): void;
|
|
90
|
-
deleteVirtualNode(args: DeleteVirtualNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualNodeCommandOutput) => void): void;
|
|
91
|
-
|
|
92
|
-
deleteVirtualRouter(args: DeleteVirtualRouterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVirtualRouterCommandOutput>;
|
|
93
|
-
deleteVirtualRouter(args: DeleteVirtualRouterCommandInput, cb: (err: any, data?: DeleteVirtualRouterCommandOutput) => void): void;
|
|
94
|
-
deleteVirtualRouter(args: DeleteVirtualRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualRouterCommandOutput) => void): void;
|
|
95
|
-
|
|
96
|
-
deleteVirtualService(args: DeleteVirtualServiceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVirtualServiceCommandOutput>;
|
|
97
|
-
deleteVirtualService(args: DeleteVirtualServiceCommandInput, cb: (err: any, data?: DeleteVirtualServiceCommandOutput) => void): void;
|
|
98
|
-
deleteVirtualService(args: DeleteVirtualServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualServiceCommandOutput) => void): void;
|
|
99
|
-
|
|
100
|
-
describeGatewayRoute(args: DescribeGatewayRouteCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGatewayRouteCommandOutput>;
|
|
101
|
-
describeGatewayRoute(args: DescribeGatewayRouteCommandInput, cb: (err: any, data?: DescribeGatewayRouteCommandOutput) => void): void;
|
|
102
|
-
describeGatewayRoute(args: DescribeGatewayRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGatewayRouteCommandOutput) => void): void;
|
|
103
|
-
|
|
104
|
-
describeMesh(args: DescribeMeshCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMeshCommandOutput>;
|
|
105
|
-
describeMesh(args: DescribeMeshCommandInput, cb: (err: any, data?: DescribeMeshCommandOutput) => void): void;
|
|
106
|
-
describeMesh(args: DescribeMeshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMeshCommandOutput) => void): void;
|
|
107
|
-
|
|
108
|
-
describeRoute(args: DescribeRouteCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRouteCommandOutput>;
|
|
109
|
-
describeRoute(args: DescribeRouteCommandInput, cb: (err: any, data?: DescribeRouteCommandOutput) => void): void;
|
|
110
|
-
describeRoute(args: DescribeRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRouteCommandOutput) => void): void;
|
|
111
|
-
|
|
112
|
-
describeVirtualGateway(args: DescribeVirtualGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualGatewayCommandOutput>;
|
|
113
|
-
describeVirtualGateway(args: DescribeVirtualGatewayCommandInput, cb: (err: any, data?: DescribeVirtualGatewayCommandOutput) => void): void;
|
|
114
|
-
describeVirtualGateway(args: DescribeVirtualGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualGatewayCommandOutput) => void): void;
|
|
115
|
-
|
|
116
|
-
describeVirtualNode(args: DescribeVirtualNodeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualNodeCommandOutput>;
|
|
117
|
-
describeVirtualNode(args: DescribeVirtualNodeCommandInput, cb: (err: any, data?: DescribeVirtualNodeCommandOutput) => void): void;
|
|
118
|
-
describeVirtualNode(args: DescribeVirtualNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualNodeCommandOutput) => void): void;
|
|
119
|
-
|
|
120
|
-
describeVirtualRouter(args: DescribeVirtualRouterCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualRouterCommandOutput>;
|
|
121
|
-
describeVirtualRouter(args: DescribeVirtualRouterCommandInput, cb: (err: any, data?: DescribeVirtualRouterCommandOutput) => void): void;
|
|
122
|
-
describeVirtualRouter(args: DescribeVirtualRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualRouterCommandOutput) => void): void;
|
|
123
|
-
|
|
124
|
-
describeVirtualService(args: DescribeVirtualServiceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualServiceCommandOutput>;
|
|
125
|
-
describeVirtualService(args: DescribeVirtualServiceCommandInput, cb: (err: any, data?: DescribeVirtualServiceCommandOutput) => void): void;
|
|
126
|
-
describeVirtualService(args: DescribeVirtualServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualServiceCommandOutput) => void): void;
|
|
127
|
-
|
|
128
|
-
listGatewayRoutes(args: ListGatewayRoutesCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewayRoutesCommandOutput>;
|
|
129
|
-
listGatewayRoutes(args: ListGatewayRoutesCommandInput, cb: (err: any, data?: ListGatewayRoutesCommandOutput) => void): void;
|
|
130
|
-
listGatewayRoutes(args: ListGatewayRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewayRoutesCommandOutput) => void): void;
|
|
131
|
-
|
|
132
|
-
listMeshes(args: ListMeshesCommandInput, options?: __HttpHandlerOptions): Promise<ListMeshesCommandOutput>;
|
|
133
|
-
listMeshes(args: ListMeshesCommandInput, cb: (err: any, data?: ListMeshesCommandOutput) => void): void;
|
|
134
|
-
listMeshes(args: ListMeshesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMeshesCommandOutput) => void): void;
|
|
135
|
-
|
|
136
|
-
listRoutes(args: ListRoutesCommandInput, options?: __HttpHandlerOptions): Promise<ListRoutesCommandOutput>;
|
|
137
|
-
listRoutes(args: ListRoutesCommandInput, cb: (err: any, data?: ListRoutesCommandOutput) => void): void;
|
|
138
|
-
listRoutes(args: ListRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoutesCommandOutput) => void): void;
|
|
139
|
-
|
|
140
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
141
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
142
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
143
|
-
|
|
144
|
-
listVirtualGateways(args: ListVirtualGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualGatewaysCommandOutput>;
|
|
145
|
-
listVirtualGateways(args: ListVirtualGatewaysCommandInput, cb: (err: any, data?: ListVirtualGatewaysCommandOutput) => void): void;
|
|
146
|
-
listVirtualGateways(args: ListVirtualGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualGatewaysCommandOutput) => void): void;
|
|
147
|
-
|
|
148
|
-
listVirtualNodes(args: ListVirtualNodesCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualNodesCommandOutput>;
|
|
149
|
-
listVirtualNodes(args: ListVirtualNodesCommandInput, cb: (err: any, data?: ListVirtualNodesCommandOutput) => void): void;
|
|
150
|
-
listVirtualNodes(args: ListVirtualNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualNodesCommandOutput) => void): void;
|
|
151
|
-
|
|
152
|
-
listVirtualRouters(args: ListVirtualRoutersCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualRoutersCommandOutput>;
|
|
153
|
-
listVirtualRouters(args: ListVirtualRoutersCommandInput, cb: (err: any, data?: ListVirtualRoutersCommandOutput) => void): void;
|
|
154
|
-
listVirtualRouters(args: ListVirtualRoutersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualRoutersCommandOutput) => void): void;
|
|
155
|
-
|
|
156
|
-
listVirtualServices(args: ListVirtualServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualServicesCommandOutput>;
|
|
157
|
-
listVirtualServices(args: ListVirtualServicesCommandInput, cb: (err: any, data?: ListVirtualServicesCommandOutput) => void): void;
|
|
158
|
-
listVirtualServices(args: ListVirtualServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualServicesCommandOutput) => void): void;
|
|
159
|
-
|
|
160
|
-
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
161
|
-
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
162
|
-
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
163
|
-
|
|
164
|
-
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
165
|
-
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
166
|
-
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
167
|
-
|
|
168
|
-
updateGatewayRoute(args: UpdateGatewayRouteCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayRouteCommandOutput>;
|
|
169
|
-
updateGatewayRoute(args: UpdateGatewayRouteCommandInput, cb: (err: any, data?: UpdateGatewayRouteCommandOutput) => void): void;
|
|
170
|
-
updateGatewayRoute(args: UpdateGatewayRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayRouteCommandOutput) => void): void;
|
|
171
|
-
|
|
172
|
-
updateMesh(args: UpdateMeshCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMeshCommandOutput>;
|
|
173
|
-
updateMesh(args: UpdateMeshCommandInput, cb: (err: any, data?: UpdateMeshCommandOutput) => void): void;
|
|
174
|
-
updateMesh(args: UpdateMeshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMeshCommandOutput) => void): void;
|
|
175
|
-
|
|
176
|
-
updateRoute(args: UpdateRouteCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouteCommandOutput>;
|
|
177
|
-
updateRoute(args: UpdateRouteCommandInput, cb: (err: any, data?: UpdateRouteCommandOutput) => void): void;
|
|
178
|
-
updateRoute(args: UpdateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouteCommandOutput) => void): void;
|
|
179
|
-
|
|
180
|
-
updateVirtualGateway(args: UpdateVirtualGatewayCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualGatewayCommandOutput>;
|
|
181
|
-
updateVirtualGateway(args: UpdateVirtualGatewayCommandInput, cb: (err: any, data?: UpdateVirtualGatewayCommandOutput) => void): void;
|
|
182
|
-
updateVirtualGateway(args: UpdateVirtualGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualGatewayCommandOutput) => void): void;
|
|
183
|
-
|
|
184
|
-
updateVirtualNode(args: UpdateVirtualNodeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualNodeCommandOutput>;
|
|
185
|
-
updateVirtualNode(args: UpdateVirtualNodeCommandInput, cb: (err: any, data?: UpdateVirtualNodeCommandOutput) => void): void;
|
|
186
|
-
updateVirtualNode(args: UpdateVirtualNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualNodeCommandOutput) => void): void;
|
|
187
|
-
|
|
188
|
-
updateVirtualRouter(args: UpdateVirtualRouterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualRouterCommandOutput>;
|
|
189
|
-
updateVirtualRouter(args: UpdateVirtualRouterCommandInput, cb: (err: any, data?: UpdateVirtualRouterCommandOutput) => void): void;
|
|
190
|
-
updateVirtualRouter(args: UpdateVirtualRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualRouterCommandOutput) => void): void;
|
|
191
|
-
|
|
192
|
-
updateVirtualService(args: UpdateVirtualServiceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualServiceCommandOutput>;
|
|
193
|
-
updateVirtualService(args: UpdateVirtualServiceCommandInput, cb: (err: any, data?: UpdateVirtualServiceCommandOutput) => void): void;
|
|
194
|
-
updateVirtualService(args: UpdateVirtualServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualServiceCommandOutput) => void): void;
|
|
195
|
-
}
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
-
import { CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput } from "./commands/CreateGatewayRouteCommand";
|
|
10
|
-
import { CreateMeshCommandInput, CreateMeshCommandOutput } from "./commands/CreateMeshCommand";
|
|
11
|
-
import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
|
|
12
|
-
import { CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput } from "./commands/CreateVirtualGatewayCommand";
|
|
13
|
-
import { CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput } from "./commands/CreateVirtualNodeCommand";
|
|
14
|
-
import { CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput } from "./commands/CreateVirtualRouterCommand";
|
|
15
|
-
import { CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput } from "./commands/CreateVirtualServiceCommand";
|
|
16
|
-
import { DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput } from "./commands/DeleteGatewayRouteCommand";
|
|
17
|
-
import { DeleteMeshCommandInput, DeleteMeshCommandOutput } from "./commands/DeleteMeshCommand";
|
|
18
|
-
import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand";
|
|
19
|
-
import { DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput } from "./commands/DeleteVirtualGatewayCommand";
|
|
20
|
-
import { DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput } from "./commands/DeleteVirtualNodeCommand";
|
|
21
|
-
import { DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput } from "./commands/DeleteVirtualRouterCommand";
|
|
22
|
-
import { DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput } from "./commands/DeleteVirtualServiceCommand";
|
|
23
|
-
import { DescribeGatewayRouteCommandInput, DescribeGatewayRouteCommandOutput } from "./commands/DescribeGatewayRouteCommand";
|
|
24
|
-
import { DescribeMeshCommandInput, DescribeMeshCommandOutput } from "./commands/DescribeMeshCommand";
|
|
25
|
-
import { DescribeRouteCommandInput, DescribeRouteCommandOutput } from "./commands/DescribeRouteCommand";
|
|
26
|
-
import { DescribeVirtualGatewayCommandInput, DescribeVirtualGatewayCommandOutput } from "./commands/DescribeVirtualGatewayCommand";
|
|
27
|
-
import { DescribeVirtualNodeCommandInput, DescribeVirtualNodeCommandOutput } from "./commands/DescribeVirtualNodeCommand";
|
|
28
|
-
import { DescribeVirtualRouterCommandInput, DescribeVirtualRouterCommandOutput } from "./commands/DescribeVirtualRouterCommand";
|
|
29
|
-
import { DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput } from "./commands/DescribeVirtualServiceCommand";
|
|
30
|
-
import { ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput } from "./commands/ListGatewayRoutesCommand";
|
|
31
|
-
import { ListMeshesCommandInput, ListMeshesCommandOutput } from "./commands/ListMeshesCommand";
|
|
32
|
-
import { ListRoutesCommandInput, ListRoutesCommandOutput } from "./commands/ListRoutesCommand";
|
|
33
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
34
|
-
import { ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput } from "./commands/ListVirtualGatewaysCommand";
|
|
35
|
-
import { ListVirtualNodesCommandInput, ListVirtualNodesCommandOutput } from "./commands/ListVirtualNodesCommand";
|
|
36
|
-
import { ListVirtualRoutersCommandInput, ListVirtualRoutersCommandOutput } from "./commands/ListVirtualRoutersCommand";
|
|
37
|
-
import { ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput } from "./commands/ListVirtualServicesCommand";
|
|
38
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
39
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
40
|
-
import { UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput } from "./commands/UpdateGatewayRouteCommand";
|
|
41
|
-
import { UpdateMeshCommandInput, UpdateMeshCommandOutput } from "./commands/UpdateMeshCommand";
|
|
42
|
-
import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "./commands/UpdateRouteCommand";
|
|
43
|
-
import { UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput } from "./commands/UpdateVirtualGatewayCommand";
|
|
44
|
-
import { UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput } from "./commands/UpdateVirtualNodeCommand";
|
|
45
|
-
import { UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput } from "./commands/UpdateVirtualRouterCommand";
|
|
46
|
-
import { UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput } from "./commands/UpdateVirtualServiceCommand";
|
|
47
|
-
export declare type ServiceInputTypes = CreateGatewayRouteCommandInput | CreateMeshCommandInput | CreateRouteCommandInput | CreateVirtualGatewayCommandInput | CreateVirtualNodeCommandInput | CreateVirtualRouterCommandInput | CreateVirtualServiceCommandInput | DeleteGatewayRouteCommandInput | DeleteMeshCommandInput | DeleteRouteCommandInput | DeleteVirtualGatewayCommandInput | DeleteVirtualNodeCommandInput | DeleteVirtualRouterCommandInput | DeleteVirtualServiceCommandInput | DescribeGatewayRouteCommandInput | DescribeMeshCommandInput | DescribeRouteCommandInput | DescribeVirtualGatewayCommandInput | DescribeVirtualNodeCommandInput | DescribeVirtualRouterCommandInput | DescribeVirtualServiceCommandInput | ListGatewayRoutesCommandInput | ListMeshesCommandInput | ListRoutesCommandInput | ListTagsForResourceCommandInput | ListVirtualGatewaysCommandInput | ListVirtualNodesCommandInput | ListVirtualRoutersCommandInput | ListVirtualServicesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGatewayRouteCommandInput | UpdateMeshCommandInput | UpdateRouteCommandInput | UpdateVirtualGatewayCommandInput | UpdateVirtualNodeCommandInput | UpdateVirtualRouterCommandInput | UpdateVirtualServiceCommandInput;
|
|
48
|
-
export declare type ServiceOutputTypes = CreateGatewayRouteCommandOutput | CreateMeshCommandOutput | CreateRouteCommandOutput | CreateVirtualGatewayCommandOutput | CreateVirtualNodeCommandOutput | CreateVirtualRouterCommandOutput | CreateVirtualServiceCommandOutput | DeleteGatewayRouteCommandOutput | DeleteMeshCommandOutput | DeleteRouteCommandOutput | DeleteVirtualGatewayCommandOutput | DeleteVirtualNodeCommandOutput | DeleteVirtualRouterCommandOutput | DeleteVirtualServiceCommandOutput | DescribeGatewayRouteCommandOutput | DescribeMeshCommandOutput | DescribeRouteCommandOutput | DescribeVirtualGatewayCommandOutput | DescribeVirtualNodeCommandOutput | DescribeVirtualRouterCommandOutput | DescribeVirtualServiceCommandOutput | ListGatewayRoutesCommandOutput | ListMeshesCommandOutput | ListRoutesCommandOutput | ListTagsForResourceCommandOutput | ListVirtualGatewaysCommandOutput | ListVirtualNodesCommandOutput | ListVirtualRoutersCommandOutput | ListVirtualServicesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGatewayRouteCommandOutput | UpdateMeshCommandOutput | UpdateRouteCommandOutput | UpdateVirtualGatewayCommandOutput | UpdateVirtualNodeCommandOutput | UpdateVirtualRouterCommandOutput | UpdateVirtualServiceCommandOutput;
|
|
49
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
50
|
-
|
|
51
|
-
requestHandler?: __HttpHandler;
|
|
52
|
-
|
|
53
|
-
sha256?: __HashConstructor;
|
|
54
|
-
|
|
55
|
-
urlParser?: __UrlParser;
|
|
56
|
-
|
|
57
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
58
|
-
|
|
59
|
-
streamCollector?: __StreamCollector;
|
|
60
|
-
|
|
61
|
-
base64Decoder?: __Decoder;
|
|
62
|
-
|
|
63
|
-
base64Encoder?: __Encoder;
|
|
64
|
-
|
|
65
|
-
utf8Decoder?: __Decoder;
|
|
66
|
-
|
|
67
|
-
utf8Encoder?: __Encoder;
|
|
68
|
-
|
|
69
|
-
runtime?: string;
|
|
70
|
-
|
|
71
|
-
disableHostPrefix?: boolean;
|
|
72
|
-
|
|
73
|
-
maxAttempts?: number | __Provider<number>;
|
|
74
|
-
|
|
75
|
-
retryMode?: string | __Provider<string>;
|
|
76
|
-
|
|
77
|
-
logger?: __Logger;
|
|
78
|
-
|
|
79
|
-
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
80
|
-
|
|
81
|
-
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
82
|
-
|
|
83
|
-
serviceId?: string;
|
|
84
|
-
|
|
85
|
-
region?: string | __Provider<string>;
|
|
86
|
-
|
|
87
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
88
|
-
|
|
89
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
90
|
-
|
|
91
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
92
|
-
|
|
93
|
-
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
94
|
-
}
|
|
95
|
-
declare type AppMeshClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
96
|
-
|
|
97
|
-
export interface AppMeshClientConfig extends AppMeshClientConfigType {
|
|
98
|
-
}
|
|
99
|
-
declare type AppMeshClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
100
|
-
|
|
101
|
-
export interface AppMeshClientResolvedConfig extends AppMeshClientResolvedConfigType {
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
export declare class AppMeshClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppMeshClientResolvedConfig> {
|
|
105
|
-
|
|
106
|
-
readonly config: AppMeshClientResolvedConfig;
|
|
107
|
-
constructor(configuration: AppMeshClientConfig);
|
|
108
|
-
|
|
109
|
-
destroy(): void;
|
|
110
|
-
}
|
|
111
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
|
-
import { CreateGatewayRouteInput, CreateGatewayRouteOutput } from "../models/models_0";
|
|
5
|
-
export interface CreateGatewayRouteCommandInput extends CreateGatewayRouteInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateGatewayRouteCommandOutput extends CreateGatewayRouteOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateGatewayRouteCommand extends $Command<CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput, AppMeshClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateGatewayRouteCommandInput;
|
|
12
|
-
constructor(input: CreateGatewayRouteCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
|
-
import { CreateMeshInput, CreateMeshOutput } from "../models/models_0";
|
|
5
|
-
export interface CreateMeshCommandInput extends CreateMeshInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateMeshCommandOutput extends CreateMeshOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateMeshCommand extends $Command<CreateMeshCommandInput, CreateMeshCommandOutput, AppMeshClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateMeshCommandInput;
|
|
12
|
-
constructor(input: CreateMeshCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMeshCommandInput, CreateMeshCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
|
-
import { CreateRouteInput, CreateRouteOutput } from "../models/models_0";
|
|
5
|
-
export interface CreateRouteCommandInput extends CreateRouteInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateRouteCommandOutput extends CreateRouteOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateRouteCommand extends $Command<CreateRouteCommandInput, CreateRouteCommandOutput, AppMeshClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateRouteCommandInput;
|
|
12
|
-
constructor(input: CreateRouteCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRouteCommandInput, CreateRouteCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
|
-
import { CreateVirtualGatewayInput, CreateVirtualGatewayOutput } from "../models/models_0";
|
|
5
|
-
export interface CreateVirtualGatewayCommandInput extends CreateVirtualGatewayInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateVirtualGatewayCommandOutput extends CreateVirtualGatewayOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateVirtualGatewayCommand extends $Command<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateVirtualGatewayCommandInput;
|
|
12
|
-
constructor(input: CreateVirtualGatewayCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
|
-
import { CreateVirtualNodeInput, CreateVirtualNodeOutput } from "../models/models_0";
|
|
5
|
-
export interface CreateVirtualNodeCommandInput extends CreateVirtualNodeInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateVirtualNodeCommand extends $Command<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput, AppMeshClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateVirtualNodeCommandInput;
|
|
12
|
-
constructor(input: CreateVirtualNodeCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
|
-
import { CreateVirtualRouterInput, CreateVirtualRouterOutput } from "../models/models_0";
|
|
5
|
-
export interface CreateVirtualRouterCommandInput extends CreateVirtualRouterInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateVirtualRouterCommandOutput extends CreateVirtualRouterOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateVirtualRouterCommand extends $Command<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput, AppMeshClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateVirtualRouterCommandInput;
|
|
12
|
-
constructor(input: CreateVirtualRouterCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
|
-
import { CreateVirtualServiceInput, CreateVirtualServiceOutput } from "../models/models_0";
|
|
5
|
-
export interface CreateVirtualServiceCommandInput extends CreateVirtualServiceInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateVirtualServiceCommandOutput extends CreateVirtualServiceOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateVirtualServiceCommand extends $Command<CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput, AppMeshClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateVirtualServiceCommandInput;
|
|
12
|
-
constructor(input: CreateVirtualServiceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
|
-
import { DeleteGatewayRouteInput, DeleteGatewayRouteOutput } from "../models/models_0";
|
|
5
|
-
export interface DeleteGatewayRouteCommandInput extends DeleteGatewayRouteInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteGatewayRouteCommandOutput extends DeleteGatewayRouteOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteGatewayRouteCommand extends $Command<DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput, AppMeshClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteGatewayRouteCommandInput;
|
|
12
|
-
constructor(input: DeleteGatewayRouteCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
|
-
import { DeleteMeshInput, DeleteMeshOutput } from "../models/models_0";
|
|
5
|
-
export interface DeleteMeshCommandInput extends DeleteMeshInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteMeshCommandOutput extends DeleteMeshOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteMeshCommand extends $Command<DeleteMeshCommandInput, DeleteMeshCommandOutput, AppMeshClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteMeshCommandInput;
|
|
12
|
-
constructor(input: DeleteMeshCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMeshCommandInput, DeleteMeshCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
|
-
import { DeleteRouteInput, DeleteRouteOutput } from "../models/models_0";
|
|
5
|
-
export interface DeleteRouteCommandInput extends DeleteRouteInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteRouteCommandOutput extends DeleteRouteOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteRouteCommand extends $Command<DeleteRouteCommandInput, DeleteRouteCommandOutput, AppMeshClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteRouteCommandInput;
|
|
12
|
-
constructor(input: DeleteRouteCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRouteCommandInput, DeleteRouteCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
|
-
import { DeleteVirtualGatewayInput, DeleteVirtualGatewayOutput } from "../models/models_0";
|
|
5
|
-
export interface DeleteVirtualGatewayCommandInput extends DeleteVirtualGatewayInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteVirtualGatewayCommandOutput extends DeleteVirtualGatewayOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteVirtualGatewayCommand extends $Command<DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput, AppMeshClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteVirtualGatewayCommandInput;
|
|
12
|
-
constructor(input: DeleteVirtualGatewayCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|