@aws-sdk/client-app-mesh 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/AppMesh.d.ts +688 -195
- package/dist-types/ts3.4/AppMeshClient.d.ts +357 -111
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +38 -38
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AppMeshServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3263 -3047
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListGatewayRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMeshesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualNodesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualRoutersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +461 -116
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,195 +1,688 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { AppMeshClient } from "./AppMeshClient";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
import {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
import {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
import {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AppMeshClient } from "./AppMeshClient";
|
|
3
|
+
import {
|
|
4
|
+
CreateGatewayRouteCommandInput,
|
|
5
|
+
CreateGatewayRouteCommandOutput,
|
|
6
|
+
} from "./commands/CreateGatewayRouteCommand";
|
|
7
|
+
import {
|
|
8
|
+
CreateMeshCommandInput,
|
|
9
|
+
CreateMeshCommandOutput,
|
|
10
|
+
} from "./commands/CreateMeshCommand";
|
|
11
|
+
import {
|
|
12
|
+
CreateRouteCommandInput,
|
|
13
|
+
CreateRouteCommandOutput,
|
|
14
|
+
} from "./commands/CreateRouteCommand";
|
|
15
|
+
import {
|
|
16
|
+
CreateVirtualGatewayCommandInput,
|
|
17
|
+
CreateVirtualGatewayCommandOutput,
|
|
18
|
+
} from "./commands/CreateVirtualGatewayCommand";
|
|
19
|
+
import {
|
|
20
|
+
CreateVirtualNodeCommandInput,
|
|
21
|
+
CreateVirtualNodeCommandOutput,
|
|
22
|
+
} from "./commands/CreateVirtualNodeCommand";
|
|
23
|
+
import {
|
|
24
|
+
CreateVirtualRouterCommandInput,
|
|
25
|
+
CreateVirtualRouterCommandOutput,
|
|
26
|
+
} from "./commands/CreateVirtualRouterCommand";
|
|
27
|
+
import {
|
|
28
|
+
CreateVirtualServiceCommandInput,
|
|
29
|
+
CreateVirtualServiceCommandOutput,
|
|
30
|
+
} from "./commands/CreateVirtualServiceCommand";
|
|
31
|
+
import {
|
|
32
|
+
DeleteGatewayRouteCommandInput,
|
|
33
|
+
DeleteGatewayRouteCommandOutput,
|
|
34
|
+
} from "./commands/DeleteGatewayRouteCommand";
|
|
35
|
+
import {
|
|
36
|
+
DeleteMeshCommandInput,
|
|
37
|
+
DeleteMeshCommandOutput,
|
|
38
|
+
} from "./commands/DeleteMeshCommand";
|
|
39
|
+
import {
|
|
40
|
+
DeleteRouteCommandInput,
|
|
41
|
+
DeleteRouteCommandOutput,
|
|
42
|
+
} from "./commands/DeleteRouteCommand";
|
|
43
|
+
import {
|
|
44
|
+
DeleteVirtualGatewayCommandInput,
|
|
45
|
+
DeleteVirtualGatewayCommandOutput,
|
|
46
|
+
} from "./commands/DeleteVirtualGatewayCommand";
|
|
47
|
+
import {
|
|
48
|
+
DeleteVirtualNodeCommandInput,
|
|
49
|
+
DeleteVirtualNodeCommandOutput,
|
|
50
|
+
} from "./commands/DeleteVirtualNodeCommand";
|
|
51
|
+
import {
|
|
52
|
+
DeleteVirtualRouterCommandInput,
|
|
53
|
+
DeleteVirtualRouterCommandOutput,
|
|
54
|
+
} from "./commands/DeleteVirtualRouterCommand";
|
|
55
|
+
import {
|
|
56
|
+
DeleteVirtualServiceCommandInput,
|
|
57
|
+
DeleteVirtualServiceCommandOutput,
|
|
58
|
+
} from "./commands/DeleteVirtualServiceCommand";
|
|
59
|
+
import {
|
|
60
|
+
DescribeGatewayRouteCommandInput,
|
|
61
|
+
DescribeGatewayRouteCommandOutput,
|
|
62
|
+
} from "./commands/DescribeGatewayRouteCommand";
|
|
63
|
+
import {
|
|
64
|
+
DescribeMeshCommandInput,
|
|
65
|
+
DescribeMeshCommandOutput,
|
|
66
|
+
} from "./commands/DescribeMeshCommand";
|
|
67
|
+
import {
|
|
68
|
+
DescribeRouteCommandInput,
|
|
69
|
+
DescribeRouteCommandOutput,
|
|
70
|
+
} from "./commands/DescribeRouteCommand";
|
|
71
|
+
import {
|
|
72
|
+
DescribeVirtualGatewayCommandInput,
|
|
73
|
+
DescribeVirtualGatewayCommandOutput,
|
|
74
|
+
} from "./commands/DescribeVirtualGatewayCommand";
|
|
75
|
+
import {
|
|
76
|
+
DescribeVirtualNodeCommandInput,
|
|
77
|
+
DescribeVirtualNodeCommandOutput,
|
|
78
|
+
} from "./commands/DescribeVirtualNodeCommand";
|
|
79
|
+
import {
|
|
80
|
+
DescribeVirtualRouterCommandInput,
|
|
81
|
+
DescribeVirtualRouterCommandOutput,
|
|
82
|
+
} from "./commands/DescribeVirtualRouterCommand";
|
|
83
|
+
import {
|
|
84
|
+
DescribeVirtualServiceCommandInput,
|
|
85
|
+
DescribeVirtualServiceCommandOutput,
|
|
86
|
+
} from "./commands/DescribeVirtualServiceCommand";
|
|
87
|
+
import {
|
|
88
|
+
ListGatewayRoutesCommandInput,
|
|
89
|
+
ListGatewayRoutesCommandOutput,
|
|
90
|
+
} from "./commands/ListGatewayRoutesCommand";
|
|
91
|
+
import {
|
|
92
|
+
ListMeshesCommandInput,
|
|
93
|
+
ListMeshesCommandOutput,
|
|
94
|
+
} from "./commands/ListMeshesCommand";
|
|
95
|
+
import {
|
|
96
|
+
ListRoutesCommandInput,
|
|
97
|
+
ListRoutesCommandOutput,
|
|
98
|
+
} from "./commands/ListRoutesCommand";
|
|
99
|
+
import {
|
|
100
|
+
ListTagsForResourceCommandInput,
|
|
101
|
+
ListTagsForResourceCommandOutput,
|
|
102
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
103
|
+
import {
|
|
104
|
+
ListVirtualGatewaysCommandInput,
|
|
105
|
+
ListVirtualGatewaysCommandOutput,
|
|
106
|
+
} from "./commands/ListVirtualGatewaysCommand";
|
|
107
|
+
import {
|
|
108
|
+
ListVirtualNodesCommandInput,
|
|
109
|
+
ListVirtualNodesCommandOutput,
|
|
110
|
+
} from "./commands/ListVirtualNodesCommand";
|
|
111
|
+
import {
|
|
112
|
+
ListVirtualRoutersCommandInput,
|
|
113
|
+
ListVirtualRoutersCommandOutput,
|
|
114
|
+
} from "./commands/ListVirtualRoutersCommand";
|
|
115
|
+
import {
|
|
116
|
+
ListVirtualServicesCommandInput,
|
|
117
|
+
ListVirtualServicesCommandOutput,
|
|
118
|
+
} from "./commands/ListVirtualServicesCommand";
|
|
119
|
+
import {
|
|
120
|
+
TagResourceCommandInput,
|
|
121
|
+
TagResourceCommandOutput,
|
|
122
|
+
} from "./commands/TagResourceCommand";
|
|
123
|
+
import {
|
|
124
|
+
UntagResourceCommandInput,
|
|
125
|
+
UntagResourceCommandOutput,
|
|
126
|
+
} from "./commands/UntagResourceCommand";
|
|
127
|
+
import {
|
|
128
|
+
UpdateGatewayRouteCommandInput,
|
|
129
|
+
UpdateGatewayRouteCommandOutput,
|
|
130
|
+
} from "./commands/UpdateGatewayRouteCommand";
|
|
131
|
+
import {
|
|
132
|
+
UpdateMeshCommandInput,
|
|
133
|
+
UpdateMeshCommandOutput,
|
|
134
|
+
} from "./commands/UpdateMeshCommand";
|
|
135
|
+
import {
|
|
136
|
+
UpdateRouteCommandInput,
|
|
137
|
+
UpdateRouteCommandOutput,
|
|
138
|
+
} from "./commands/UpdateRouteCommand";
|
|
139
|
+
import {
|
|
140
|
+
UpdateVirtualGatewayCommandInput,
|
|
141
|
+
UpdateVirtualGatewayCommandOutput,
|
|
142
|
+
} from "./commands/UpdateVirtualGatewayCommand";
|
|
143
|
+
import {
|
|
144
|
+
UpdateVirtualNodeCommandInput,
|
|
145
|
+
UpdateVirtualNodeCommandOutput,
|
|
146
|
+
} from "./commands/UpdateVirtualNodeCommand";
|
|
147
|
+
import {
|
|
148
|
+
UpdateVirtualRouterCommandInput,
|
|
149
|
+
UpdateVirtualRouterCommandOutput,
|
|
150
|
+
} from "./commands/UpdateVirtualRouterCommand";
|
|
151
|
+
import {
|
|
152
|
+
UpdateVirtualServiceCommandInput,
|
|
153
|
+
UpdateVirtualServiceCommandOutput,
|
|
154
|
+
} from "./commands/UpdateVirtualServiceCommand";
|
|
155
|
+
|
|
156
|
+
export declare class AppMesh extends AppMeshClient {
|
|
157
|
+
createGatewayRoute(
|
|
158
|
+
args: CreateGatewayRouteCommandInput,
|
|
159
|
+
options?: __HttpHandlerOptions
|
|
160
|
+
): Promise<CreateGatewayRouteCommandOutput>;
|
|
161
|
+
createGatewayRoute(
|
|
162
|
+
args: CreateGatewayRouteCommandInput,
|
|
163
|
+
cb: (err: any, data?: CreateGatewayRouteCommandOutput) => void
|
|
164
|
+
): void;
|
|
165
|
+
createGatewayRoute(
|
|
166
|
+
args: CreateGatewayRouteCommandInput,
|
|
167
|
+
options: __HttpHandlerOptions,
|
|
168
|
+
cb: (err: any, data?: CreateGatewayRouteCommandOutput) => void
|
|
169
|
+
): void;
|
|
170
|
+
|
|
171
|
+
createMesh(
|
|
172
|
+
args: CreateMeshCommandInput,
|
|
173
|
+
options?: __HttpHandlerOptions
|
|
174
|
+
): Promise<CreateMeshCommandOutput>;
|
|
175
|
+
createMesh(
|
|
176
|
+
args: CreateMeshCommandInput,
|
|
177
|
+
cb: (err: any, data?: CreateMeshCommandOutput) => void
|
|
178
|
+
): void;
|
|
179
|
+
createMesh(
|
|
180
|
+
args: CreateMeshCommandInput,
|
|
181
|
+
options: __HttpHandlerOptions,
|
|
182
|
+
cb: (err: any, data?: CreateMeshCommandOutput) => void
|
|
183
|
+
): void;
|
|
184
|
+
|
|
185
|
+
createRoute(
|
|
186
|
+
args: CreateRouteCommandInput,
|
|
187
|
+
options?: __HttpHandlerOptions
|
|
188
|
+
): Promise<CreateRouteCommandOutput>;
|
|
189
|
+
createRoute(
|
|
190
|
+
args: CreateRouteCommandInput,
|
|
191
|
+
cb: (err: any, data?: CreateRouteCommandOutput) => void
|
|
192
|
+
): void;
|
|
193
|
+
createRoute(
|
|
194
|
+
args: CreateRouteCommandInput,
|
|
195
|
+
options: __HttpHandlerOptions,
|
|
196
|
+
cb: (err: any, data?: CreateRouteCommandOutput) => void
|
|
197
|
+
): void;
|
|
198
|
+
|
|
199
|
+
createVirtualGateway(
|
|
200
|
+
args: CreateVirtualGatewayCommandInput,
|
|
201
|
+
options?: __HttpHandlerOptions
|
|
202
|
+
): Promise<CreateVirtualGatewayCommandOutput>;
|
|
203
|
+
createVirtualGateway(
|
|
204
|
+
args: CreateVirtualGatewayCommandInput,
|
|
205
|
+
cb: (err: any, data?: CreateVirtualGatewayCommandOutput) => void
|
|
206
|
+
): void;
|
|
207
|
+
createVirtualGateway(
|
|
208
|
+
args: CreateVirtualGatewayCommandInput,
|
|
209
|
+
options: __HttpHandlerOptions,
|
|
210
|
+
cb: (err: any, data?: CreateVirtualGatewayCommandOutput) => void
|
|
211
|
+
): void;
|
|
212
|
+
|
|
213
|
+
createVirtualNode(
|
|
214
|
+
args: CreateVirtualNodeCommandInput,
|
|
215
|
+
options?: __HttpHandlerOptions
|
|
216
|
+
): Promise<CreateVirtualNodeCommandOutput>;
|
|
217
|
+
createVirtualNode(
|
|
218
|
+
args: CreateVirtualNodeCommandInput,
|
|
219
|
+
cb: (err: any, data?: CreateVirtualNodeCommandOutput) => void
|
|
220
|
+
): void;
|
|
221
|
+
createVirtualNode(
|
|
222
|
+
args: CreateVirtualNodeCommandInput,
|
|
223
|
+
options: __HttpHandlerOptions,
|
|
224
|
+
cb: (err: any, data?: CreateVirtualNodeCommandOutput) => void
|
|
225
|
+
): void;
|
|
226
|
+
|
|
227
|
+
createVirtualRouter(
|
|
228
|
+
args: CreateVirtualRouterCommandInput,
|
|
229
|
+
options?: __HttpHandlerOptions
|
|
230
|
+
): Promise<CreateVirtualRouterCommandOutput>;
|
|
231
|
+
createVirtualRouter(
|
|
232
|
+
args: CreateVirtualRouterCommandInput,
|
|
233
|
+
cb: (err: any, data?: CreateVirtualRouterCommandOutput) => void
|
|
234
|
+
): void;
|
|
235
|
+
createVirtualRouter(
|
|
236
|
+
args: CreateVirtualRouterCommandInput,
|
|
237
|
+
options: __HttpHandlerOptions,
|
|
238
|
+
cb: (err: any, data?: CreateVirtualRouterCommandOutput) => void
|
|
239
|
+
): void;
|
|
240
|
+
|
|
241
|
+
createVirtualService(
|
|
242
|
+
args: CreateVirtualServiceCommandInput,
|
|
243
|
+
options?: __HttpHandlerOptions
|
|
244
|
+
): Promise<CreateVirtualServiceCommandOutput>;
|
|
245
|
+
createVirtualService(
|
|
246
|
+
args: CreateVirtualServiceCommandInput,
|
|
247
|
+
cb: (err: any, data?: CreateVirtualServiceCommandOutput) => void
|
|
248
|
+
): void;
|
|
249
|
+
createVirtualService(
|
|
250
|
+
args: CreateVirtualServiceCommandInput,
|
|
251
|
+
options: __HttpHandlerOptions,
|
|
252
|
+
cb: (err: any, data?: CreateVirtualServiceCommandOutput) => void
|
|
253
|
+
): void;
|
|
254
|
+
|
|
255
|
+
deleteGatewayRoute(
|
|
256
|
+
args: DeleteGatewayRouteCommandInput,
|
|
257
|
+
options?: __HttpHandlerOptions
|
|
258
|
+
): Promise<DeleteGatewayRouteCommandOutput>;
|
|
259
|
+
deleteGatewayRoute(
|
|
260
|
+
args: DeleteGatewayRouteCommandInput,
|
|
261
|
+
cb: (err: any, data?: DeleteGatewayRouteCommandOutput) => void
|
|
262
|
+
): void;
|
|
263
|
+
deleteGatewayRoute(
|
|
264
|
+
args: DeleteGatewayRouteCommandInput,
|
|
265
|
+
options: __HttpHandlerOptions,
|
|
266
|
+
cb: (err: any, data?: DeleteGatewayRouteCommandOutput) => void
|
|
267
|
+
): void;
|
|
268
|
+
|
|
269
|
+
deleteMesh(
|
|
270
|
+
args: DeleteMeshCommandInput,
|
|
271
|
+
options?: __HttpHandlerOptions
|
|
272
|
+
): Promise<DeleteMeshCommandOutput>;
|
|
273
|
+
deleteMesh(
|
|
274
|
+
args: DeleteMeshCommandInput,
|
|
275
|
+
cb: (err: any, data?: DeleteMeshCommandOutput) => void
|
|
276
|
+
): void;
|
|
277
|
+
deleteMesh(
|
|
278
|
+
args: DeleteMeshCommandInput,
|
|
279
|
+
options: __HttpHandlerOptions,
|
|
280
|
+
cb: (err: any, data?: DeleteMeshCommandOutput) => void
|
|
281
|
+
): void;
|
|
282
|
+
|
|
283
|
+
deleteRoute(
|
|
284
|
+
args: DeleteRouteCommandInput,
|
|
285
|
+
options?: __HttpHandlerOptions
|
|
286
|
+
): Promise<DeleteRouteCommandOutput>;
|
|
287
|
+
deleteRoute(
|
|
288
|
+
args: DeleteRouteCommandInput,
|
|
289
|
+
cb: (err: any, data?: DeleteRouteCommandOutput) => void
|
|
290
|
+
): void;
|
|
291
|
+
deleteRoute(
|
|
292
|
+
args: DeleteRouteCommandInput,
|
|
293
|
+
options: __HttpHandlerOptions,
|
|
294
|
+
cb: (err: any, data?: DeleteRouteCommandOutput) => void
|
|
295
|
+
): void;
|
|
296
|
+
|
|
297
|
+
deleteVirtualGateway(
|
|
298
|
+
args: DeleteVirtualGatewayCommandInput,
|
|
299
|
+
options?: __HttpHandlerOptions
|
|
300
|
+
): Promise<DeleteVirtualGatewayCommandOutput>;
|
|
301
|
+
deleteVirtualGateway(
|
|
302
|
+
args: DeleteVirtualGatewayCommandInput,
|
|
303
|
+
cb: (err: any, data?: DeleteVirtualGatewayCommandOutput) => void
|
|
304
|
+
): void;
|
|
305
|
+
deleteVirtualGateway(
|
|
306
|
+
args: DeleteVirtualGatewayCommandInput,
|
|
307
|
+
options: __HttpHandlerOptions,
|
|
308
|
+
cb: (err: any, data?: DeleteVirtualGatewayCommandOutput) => void
|
|
309
|
+
): void;
|
|
310
|
+
|
|
311
|
+
deleteVirtualNode(
|
|
312
|
+
args: DeleteVirtualNodeCommandInput,
|
|
313
|
+
options?: __HttpHandlerOptions
|
|
314
|
+
): Promise<DeleteVirtualNodeCommandOutput>;
|
|
315
|
+
deleteVirtualNode(
|
|
316
|
+
args: DeleteVirtualNodeCommandInput,
|
|
317
|
+
cb: (err: any, data?: DeleteVirtualNodeCommandOutput) => void
|
|
318
|
+
): void;
|
|
319
|
+
deleteVirtualNode(
|
|
320
|
+
args: DeleteVirtualNodeCommandInput,
|
|
321
|
+
options: __HttpHandlerOptions,
|
|
322
|
+
cb: (err: any, data?: DeleteVirtualNodeCommandOutput) => void
|
|
323
|
+
): void;
|
|
324
|
+
|
|
325
|
+
deleteVirtualRouter(
|
|
326
|
+
args: DeleteVirtualRouterCommandInput,
|
|
327
|
+
options?: __HttpHandlerOptions
|
|
328
|
+
): Promise<DeleteVirtualRouterCommandOutput>;
|
|
329
|
+
deleteVirtualRouter(
|
|
330
|
+
args: DeleteVirtualRouterCommandInput,
|
|
331
|
+
cb: (err: any, data?: DeleteVirtualRouterCommandOutput) => void
|
|
332
|
+
): void;
|
|
333
|
+
deleteVirtualRouter(
|
|
334
|
+
args: DeleteVirtualRouterCommandInput,
|
|
335
|
+
options: __HttpHandlerOptions,
|
|
336
|
+
cb: (err: any, data?: DeleteVirtualRouterCommandOutput) => void
|
|
337
|
+
): void;
|
|
338
|
+
|
|
339
|
+
deleteVirtualService(
|
|
340
|
+
args: DeleteVirtualServiceCommandInput,
|
|
341
|
+
options?: __HttpHandlerOptions
|
|
342
|
+
): Promise<DeleteVirtualServiceCommandOutput>;
|
|
343
|
+
deleteVirtualService(
|
|
344
|
+
args: DeleteVirtualServiceCommandInput,
|
|
345
|
+
cb: (err: any, data?: DeleteVirtualServiceCommandOutput) => void
|
|
346
|
+
): void;
|
|
347
|
+
deleteVirtualService(
|
|
348
|
+
args: DeleteVirtualServiceCommandInput,
|
|
349
|
+
options: __HttpHandlerOptions,
|
|
350
|
+
cb: (err: any, data?: DeleteVirtualServiceCommandOutput) => void
|
|
351
|
+
): void;
|
|
352
|
+
|
|
353
|
+
describeGatewayRoute(
|
|
354
|
+
args: DescribeGatewayRouteCommandInput,
|
|
355
|
+
options?: __HttpHandlerOptions
|
|
356
|
+
): Promise<DescribeGatewayRouteCommandOutput>;
|
|
357
|
+
describeGatewayRoute(
|
|
358
|
+
args: DescribeGatewayRouteCommandInput,
|
|
359
|
+
cb: (err: any, data?: DescribeGatewayRouteCommandOutput) => void
|
|
360
|
+
): void;
|
|
361
|
+
describeGatewayRoute(
|
|
362
|
+
args: DescribeGatewayRouteCommandInput,
|
|
363
|
+
options: __HttpHandlerOptions,
|
|
364
|
+
cb: (err: any, data?: DescribeGatewayRouteCommandOutput) => void
|
|
365
|
+
): void;
|
|
366
|
+
|
|
367
|
+
describeMesh(
|
|
368
|
+
args: DescribeMeshCommandInput,
|
|
369
|
+
options?: __HttpHandlerOptions
|
|
370
|
+
): Promise<DescribeMeshCommandOutput>;
|
|
371
|
+
describeMesh(
|
|
372
|
+
args: DescribeMeshCommandInput,
|
|
373
|
+
cb: (err: any, data?: DescribeMeshCommandOutput) => void
|
|
374
|
+
): void;
|
|
375
|
+
describeMesh(
|
|
376
|
+
args: DescribeMeshCommandInput,
|
|
377
|
+
options: __HttpHandlerOptions,
|
|
378
|
+
cb: (err: any, data?: DescribeMeshCommandOutput) => void
|
|
379
|
+
): void;
|
|
380
|
+
|
|
381
|
+
describeRoute(
|
|
382
|
+
args: DescribeRouteCommandInput,
|
|
383
|
+
options?: __HttpHandlerOptions
|
|
384
|
+
): Promise<DescribeRouteCommandOutput>;
|
|
385
|
+
describeRoute(
|
|
386
|
+
args: DescribeRouteCommandInput,
|
|
387
|
+
cb: (err: any, data?: DescribeRouteCommandOutput) => void
|
|
388
|
+
): void;
|
|
389
|
+
describeRoute(
|
|
390
|
+
args: DescribeRouteCommandInput,
|
|
391
|
+
options: __HttpHandlerOptions,
|
|
392
|
+
cb: (err: any, data?: DescribeRouteCommandOutput) => void
|
|
393
|
+
): void;
|
|
394
|
+
|
|
395
|
+
describeVirtualGateway(
|
|
396
|
+
args: DescribeVirtualGatewayCommandInput,
|
|
397
|
+
options?: __HttpHandlerOptions
|
|
398
|
+
): Promise<DescribeVirtualGatewayCommandOutput>;
|
|
399
|
+
describeVirtualGateway(
|
|
400
|
+
args: DescribeVirtualGatewayCommandInput,
|
|
401
|
+
cb: (err: any, data?: DescribeVirtualGatewayCommandOutput) => void
|
|
402
|
+
): void;
|
|
403
|
+
describeVirtualGateway(
|
|
404
|
+
args: DescribeVirtualGatewayCommandInput,
|
|
405
|
+
options: __HttpHandlerOptions,
|
|
406
|
+
cb: (err: any, data?: DescribeVirtualGatewayCommandOutput) => void
|
|
407
|
+
): void;
|
|
408
|
+
|
|
409
|
+
describeVirtualNode(
|
|
410
|
+
args: DescribeVirtualNodeCommandInput,
|
|
411
|
+
options?: __HttpHandlerOptions
|
|
412
|
+
): Promise<DescribeVirtualNodeCommandOutput>;
|
|
413
|
+
describeVirtualNode(
|
|
414
|
+
args: DescribeVirtualNodeCommandInput,
|
|
415
|
+
cb: (err: any, data?: DescribeVirtualNodeCommandOutput) => void
|
|
416
|
+
): void;
|
|
417
|
+
describeVirtualNode(
|
|
418
|
+
args: DescribeVirtualNodeCommandInput,
|
|
419
|
+
options: __HttpHandlerOptions,
|
|
420
|
+
cb: (err: any, data?: DescribeVirtualNodeCommandOutput) => void
|
|
421
|
+
): void;
|
|
422
|
+
|
|
423
|
+
describeVirtualRouter(
|
|
424
|
+
args: DescribeVirtualRouterCommandInput,
|
|
425
|
+
options?: __HttpHandlerOptions
|
|
426
|
+
): Promise<DescribeVirtualRouterCommandOutput>;
|
|
427
|
+
describeVirtualRouter(
|
|
428
|
+
args: DescribeVirtualRouterCommandInput,
|
|
429
|
+
cb: (err: any, data?: DescribeVirtualRouterCommandOutput) => void
|
|
430
|
+
): void;
|
|
431
|
+
describeVirtualRouter(
|
|
432
|
+
args: DescribeVirtualRouterCommandInput,
|
|
433
|
+
options: __HttpHandlerOptions,
|
|
434
|
+
cb: (err: any, data?: DescribeVirtualRouterCommandOutput) => void
|
|
435
|
+
): void;
|
|
436
|
+
|
|
437
|
+
describeVirtualService(
|
|
438
|
+
args: DescribeVirtualServiceCommandInput,
|
|
439
|
+
options?: __HttpHandlerOptions
|
|
440
|
+
): Promise<DescribeVirtualServiceCommandOutput>;
|
|
441
|
+
describeVirtualService(
|
|
442
|
+
args: DescribeVirtualServiceCommandInput,
|
|
443
|
+
cb: (err: any, data?: DescribeVirtualServiceCommandOutput) => void
|
|
444
|
+
): void;
|
|
445
|
+
describeVirtualService(
|
|
446
|
+
args: DescribeVirtualServiceCommandInput,
|
|
447
|
+
options: __HttpHandlerOptions,
|
|
448
|
+
cb: (err: any, data?: DescribeVirtualServiceCommandOutput) => void
|
|
449
|
+
): void;
|
|
450
|
+
|
|
451
|
+
listGatewayRoutes(
|
|
452
|
+
args: ListGatewayRoutesCommandInput,
|
|
453
|
+
options?: __HttpHandlerOptions
|
|
454
|
+
): Promise<ListGatewayRoutesCommandOutput>;
|
|
455
|
+
listGatewayRoutes(
|
|
456
|
+
args: ListGatewayRoutesCommandInput,
|
|
457
|
+
cb: (err: any, data?: ListGatewayRoutesCommandOutput) => void
|
|
458
|
+
): void;
|
|
459
|
+
listGatewayRoutes(
|
|
460
|
+
args: ListGatewayRoutesCommandInput,
|
|
461
|
+
options: __HttpHandlerOptions,
|
|
462
|
+
cb: (err: any, data?: ListGatewayRoutesCommandOutput) => void
|
|
463
|
+
): void;
|
|
464
|
+
|
|
465
|
+
listMeshes(
|
|
466
|
+
args: ListMeshesCommandInput,
|
|
467
|
+
options?: __HttpHandlerOptions
|
|
468
|
+
): Promise<ListMeshesCommandOutput>;
|
|
469
|
+
listMeshes(
|
|
470
|
+
args: ListMeshesCommandInput,
|
|
471
|
+
cb: (err: any, data?: ListMeshesCommandOutput) => void
|
|
472
|
+
): void;
|
|
473
|
+
listMeshes(
|
|
474
|
+
args: ListMeshesCommandInput,
|
|
475
|
+
options: __HttpHandlerOptions,
|
|
476
|
+
cb: (err: any, data?: ListMeshesCommandOutput) => void
|
|
477
|
+
): void;
|
|
478
|
+
|
|
479
|
+
listRoutes(
|
|
480
|
+
args: ListRoutesCommandInput,
|
|
481
|
+
options?: __HttpHandlerOptions
|
|
482
|
+
): Promise<ListRoutesCommandOutput>;
|
|
483
|
+
listRoutes(
|
|
484
|
+
args: ListRoutesCommandInput,
|
|
485
|
+
cb: (err: any, data?: ListRoutesCommandOutput) => void
|
|
486
|
+
): void;
|
|
487
|
+
listRoutes(
|
|
488
|
+
args: ListRoutesCommandInput,
|
|
489
|
+
options: __HttpHandlerOptions,
|
|
490
|
+
cb: (err: any, data?: ListRoutesCommandOutput) => void
|
|
491
|
+
): void;
|
|
492
|
+
|
|
493
|
+
listTagsForResource(
|
|
494
|
+
args: ListTagsForResourceCommandInput,
|
|
495
|
+
options?: __HttpHandlerOptions
|
|
496
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
497
|
+
listTagsForResource(
|
|
498
|
+
args: ListTagsForResourceCommandInput,
|
|
499
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
500
|
+
): void;
|
|
501
|
+
listTagsForResource(
|
|
502
|
+
args: ListTagsForResourceCommandInput,
|
|
503
|
+
options: __HttpHandlerOptions,
|
|
504
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
505
|
+
): void;
|
|
506
|
+
|
|
507
|
+
listVirtualGateways(
|
|
508
|
+
args: ListVirtualGatewaysCommandInput,
|
|
509
|
+
options?: __HttpHandlerOptions
|
|
510
|
+
): Promise<ListVirtualGatewaysCommandOutput>;
|
|
511
|
+
listVirtualGateways(
|
|
512
|
+
args: ListVirtualGatewaysCommandInput,
|
|
513
|
+
cb: (err: any, data?: ListVirtualGatewaysCommandOutput) => void
|
|
514
|
+
): void;
|
|
515
|
+
listVirtualGateways(
|
|
516
|
+
args: ListVirtualGatewaysCommandInput,
|
|
517
|
+
options: __HttpHandlerOptions,
|
|
518
|
+
cb: (err: any, data?: ListVirtualGatewaysCommandOutput) => void
|
|
519
|
+
): void;
|
|
520
|
+
|
|
521
|
+
listVirtualNodes(
|
|
522
|
+
args: ListVirtualNodesCommandInput,
|
|
523
|
+
options?: __HttpHandlerOptions
|
|
524
|
+
): Promise<ListVirtualNodesCommandOutput>;
|
|
525
|
+
listVirtualNodes(
|
|
526
|
+
args: ListVirtualNodesCommandInput,
|
|
527
|
+
cb: (err: any, data?: ListVirtualNodesCommandOutput) => void
|
|
528
|
+
): void;
|
|
529
|
+
listVirtualNodes(
|
|
530
|
+
args: ListVirtualNodesCommandInput,
|
|
531
|
+
options: __HttpHandlerOptions,
|
|
532
|
+
cb: (err: any, data?: ListVirtualNodesCommandOutput) => void
|
|
533
|
+
): void;
|
|
534
|
+
|
|
535
|
+
listVirtualRouters(
|
|
536
|
+
args: ListVirtualRoutersCommandInput,
|
|
537
|
+
options?: __HttpHandlerOptions
|
|
538
|
+
): Promise<ListVirtualRoutersCommandOutput>;
|
|
539
|
+
listVirtualRouters(
|
|
540
|
+
args: ListVirtualRoutersCommandInput,
|
|
541
|
+
cb: (err: any, data?: ListVirtualRoutersCommandOutput) => void
|
|
542
|
+
): void;
|
|
543
|
+
listVirtualRouters(
|
|
544
|
+
args: ListVirtualRoutersCommandInput,
|
|
545
|
+
options: __HttpHandlerOptions,
|
|
546
|
+
cb: (err: any, data?: ListVirtualRoutersCommandOutput) => void
|
|
547
|
+
): void;
|
|
548
|
+
|
|
549
|
+
listVirtualServices(
|
|
550
|
+
args: ListVirtualServicesCommandInput,
|
|
551
|
+
options?: __HttpHandlerOptions
|
|
552
|
+
): Promise<ListVirtualServicesCommandOutput>;
|
|
553
|
+
listVirtualServices(
|
|
554
|
+
args: ListVirtualServicesCommandInput,
|
|
555
|
+
cb: (err: any, data?: ListVirtualServicesCommandOutput) => void
|
|
556
|
+
): void;
|
|
557
|
+
listVirtualServices(
|
|
558
|
+
args: ListVirtualServicesCommandInput,
|
|
559
|
+
options: __HttpHandlerOptions,
|
|
560
|
+
cb: (err: any, data?: ListVirtualServicesCommandOutput) => void
|
|
561
|
+
): void;
|
|
562
|
+
|
|
563
|
+
tagResource(
|
|
564
|
+
args: TagResourceCommandInput,
|
|
565
|
+
options?: __HttpHandlerOptions
|
|
566
|
+
): Promise<TagResourceCommandOutput>;
|
|
567
|
+
tagResource(
|
|
568
|
+
args: TagResourceCommandInput,
|
|
569
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
570
|
+
): void;
|
|
571
|
+
tagResource(
|
|
572
|
+
args: TagResourceCommandInput,
|
|
573
|
+
options: __HttpHandlerOptions,
|
|
574
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
575
|
+
): void;
|
|
576
|
+
|
|
577
|
+
untagResource(
|
|
578
|
+
args: UntagResourceCommandInput,
|
|
579
|
+
options?: __HttpHandlerOptions
|
|
580
|
+
): Promise<UntagResourceCommandOutput>;
|
|
581
|
+
untagResource(
|
|
582
|
+
args: UntagResourceCommandInput,
|
|
583
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
584
|
+
): void;
|
|
585
|
+
untagResource(
|
|
586
|
+
args: UntagResourceCommandInput,
|
|
587
|
+
options: __HttpHandlerOptions,
|
|
588
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
589
|
+
): void;
|
|
590
|
+
|
|
591
|
+
updateGatewayRoute(
|
|
592
|
+
args: UpdateGatewayRouteCommandInput,
|
|
593
|
+
options?: __HttpHandlerOptions
|
|
594
|
+
): Promise<UpdateGatewayRouteCommandOutput>;
|
|
595
|
+
updateGatewayRoute(
|
|
596
|
+
args: UpdateGatewayRouteCommandInput,
|
|
597
|
+
cb: (err: any, data?: UpdateGatewayRouteCommandOutput) => void
|
|
598
|
+
): void;
|
|
599
|
+
updateGatewayRoute(
|
|
600
|
+
args: UpdateGatewayRouteCommandInput,
|
|
601
|
+
options: __HttpHandlerOptions,
|
|
602
|
+
cb: (err: any, data?: UpdateGatewayRouteCommandOutput) => void
|
|
603
|
+
): void;
|
|
604
|
+
|
|
605
|
+
updateMesh(
|
|
606
|
+
args: UpdateMeshCommandInput,
|
|
607
|
+
options?: __HttpHandlerOptions
|
|
608
|
+
): Promise<UpdateMeshCommandOutput>;
|
|
609
|
+
updateMesh(
|
|
610
|
+
args: UpdateMeshCommandInput,
|
|
611
|
+
cb: (err: any, data?: UpdateMeshCommandOutput) => void
|
|
612
|
+
): void;
|
|
613
|
+
updateMesh(
|
|
614
|
+
args: UpdateMeshCommandInput,
|
|
615
|
+
options: __HttpHandlerOptions,
|
|
616
|
+
cb: (err: any, data?: UpdateMeshCommandOutput) => void
|
|
617
|
+
): void;
|
|
618
|
+
|
|
619
|
+
updateRoute(
|
|
620
|
+
args: UpdateRouteCommandInput,
|
|
621
|
+
options?: __HttpHandlerOptions
|
|
622
|
+
): Promise<UpdateRouteCommandOutput>;
|
|
623
|
+
updateRoute(
|
|
624
|
+
args: UpdateRouteCommandInput,
|
|
625
|
+
cb: (err: any, data?: UpdateRouteCommandOutput) => void
|
|
626
|
+
): void;
|
|
627
|
+
updateRoute(
|
|
628
|
+
args: UpdateRouteCommandInput,
|
|
629
|
+
options: __HttpHandlerOptions,
|
|
630
|
+
cb: (err: any, data?: UpdateRouteCommandOutput) => void
|
|
631
|
+
): void;
|
|
632
|
+
|
|
633
|
+
updateVirtualGateway(
|
|
634
|
+
args: UpdateVirtualGatewayCommandInput,
|
|
635
|
+
options?: __HttpHandlerOptions
|
|
636
|
+
): Promise<UpdateVirtualGatewayCommandOutput>;
|
|
637
|
+
updateVirtualGateway(
|
|
638
|
+
args: UpdateVirtualGatewayCommandInput,
|
|
639
|
+
cb: (err: any, data?: UpdateVirtualGatewayCommandOutput) => void
|
|
640
|
+
): void;
|
|
641
|
+
updateVirtualGateway(
|
|
642
|
+
args: UpdateVirtualGatewayCommandInput,
|
|
643
|
+
options: __HttpHandlerOptions,
|
|
644
|
+
cb: (err: any, data?: UpdateVirtualGatewayCommandOutput) => void
|
|
645
|
+
): void;
|
|
646
|
+
|
|
647
|
+
updateVirtualNode(
|
|
648
|
+
args: UpdateVirtualNodeCommandInput,
|
|
649
|
+
options?: __HttpHandlerOptions
|
|
650
|
+
): Promise<UpdateVirtualNodeCommandOutput>;
|
|
651
|
+
updateVirtualNode(
|
|
652
|
+
args: UpdateVirtualNodeCommandInput,
|
|
653
|
+
cb: (err: any, data?: UpdateVirtualNodeCommandOutput) => void
|
|
654
|
+
): void;
|
|
655
|
+
updateVirtualNode(
|
|
656
|
+
args: UpdateVirtualNodeCommandInput,
|
|
657
|
+
options: __HttpHandlerOptions,
|
|
658
|
+
cb: (err: any, data?: UpdateVirtualNodeCommandOutput) => void
|
|
659
|
+
): void;
|
|
660
|
+
|
|
661
|
+
updateVirtualRouter(
|
|
662
|
+
args: UpdateVirtualRouterCommandInput,
|
|
663
|
+
options?: __HttpHandlerOptions
|
|
664
|
+
): Promise<UpdateVirtualRouterCommandOutput>;
|
|
665
|
+
updateVirtualRouter(
|
|
666
|
+
args: UpdateVirtualRouterCommandInput,
|
|
667
|
+
cb: (err: any, data?: UpdateVirtualRouterCommandOutput) => void
|
|
668
|
+
): void;
|
|
669
|
+
updateVirtualRouter(
|
|
670
|
+
args: UpdateVirtualRouterCommandInput,
|
|
671
|
+
options: __HttpHandlerOptions,
|
|
672
|
+
cb: (err: any, data?: UpdateVirtualRouterCommandOutput) => void
|
|
673
|
+
): void;
|
|
674
|
+
|
|
675
|
+
updateVirtualService(
|
|
676
|
+
args: UpdateVirtualServiceCommandInput,
|
|
677
|
+
options?: __HttpHandlerOptions
|
|
678
|
+
): Promise<UpdateVirtualServiceCommandOutput>;
|
|
679
|
+
updateVirtualService(
|
|
680
|
+
args: UpdateVirtualServiceCommandInput,
|
|
681
|
+
cb: (err: any, data?: UpdateVirtualServiceCommandOutput) => void
|
|
682
|
+
): void;
|
|
683
|
+
updateVirtualService(
|
|
684
|
+
args: UpdateVirtualServiceCommandInput,
|
|
685
|
+
options: __HttpHandlerOptions,
|
|
686
|
+
cb: (err: any, data?: UpdateVirtualServiceCommandOutput) => void
|
|
687
|
+
): void;
|
|
688
|
+
}
|