@aws-sdk/client-app-mesh 3.169.0 → 3.171.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 +650 -195
- package/dist-types/ts3.4/AppMeshClient.d.ts +332 -111
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2456 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,111 +1,332 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateGatewayRouteCommandInput,
|
|
47
|
+
CreateGatewayRouteCommandOutput,
|
|
48
|
+
} from "./commands/CreateGatewayRouteCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateMeshCommandInput,
|
|
51
|
+
CreateMeshCommandOutput,
|
|
52
|
+
} from "./commands/CreateMeshCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateRouteCommandInput,
|
|
55
|
+
CreateRouteCommandOutput,
|
|
56
|
+
} from "./commands/CreateRouteCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateVirtualGatewayCommandInput,
|
|
59
|
+
CreateVirtualGatewayCommandOutput,
|
|
60
|
+
} from "./commands/CreateVirtualGatewayCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateVirtualNodeCommandInput,
|
|
63
|
+
CreateVirtualNodeCommandOutput,
|
|
64
|
+
} from "./commands/CreateVirtualNodeCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateVirtualRouterCommandInput,
|
|
67
|
+
CreateVirtualRouterCommandOutput,
|
|
68
|
+
} from "./commands/CreateVirtualRouterCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateVirtualServiceCommandInput,
|
|
71
|
+
CreateVirtualServiceCommandOutput,
|
|
72
|
+
} from "./commands/CreateVirtualServiceCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteGatewayRouteCommandInput,
|
|
75
|
+
DeleteGatewayRouteCommandOutput,
|
|
76
|
+
} from "./commands/DeleteGatewayRouteCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteMeshCommandInput,
|
|
79
|
+
DeleteMeshCommandOutput,
|
|
80
|
+
} from "./commands/DeleteMeshCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteRouteCommandInput,
|
|
83
|
+
DeleteRouteCommandOutput,
|
|
84
|
+
} from "./commands/DeleteRouteCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteVirtualGatewayCommandInput,
|
|
87
|
+
DeleteVirtualGatewayCommandOutput,
|
|
88
|
+
} from "./commands/DeleteVirtualGatewayCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteVirtualNodeCommandInput,
|
|
91
|
+
DeleteVirtualNodeCommandOutput,
|
|
92
|
+
} from "./commands/DeleteVirtualNodeCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteVirtualRouterCommandInput,
|
|
95
|
+
DeleteVirtualRouterCommandOutput,
|
|
96
|
+
} from "./commands/DeleteVirtualRouterCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteVirtualServiceCommandInput,
|
|
99
|
+
DeleteVirtualServiceCommandOutput,
|
|
100
|
+
} from "./commands/DeleteVirtualServiceCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeGatewayRouteCommandInput,
|
|
103
|
+
DescribeGatewayRouteCommandOutput,
|
|
104
|
+
} from "./commands/DescribeGatewayRouteCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeMeshCommandInput,
|
|
107
|
+
DescribeMeshCommandOutput,
|
|
108
|
+
} from "./commands/DescribeMeshCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeRouteCommandInput,
|
|
111
|
+
DescribeRouteCommandOutput,
|
|
112
|
+
} from "./commands/DescribeRouteCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeVirtualGatewayCommandInput,
|
|
115
|
+
DescribeVirtualGatewayCommandOutput,
|
|
116
|
+
} from "./commands/DescribeVirtualGatewayCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeVirtualNodeCommandInput,
|
|
119
|
+
DescribeVirtualNodeCommandOutput,
|
|
120
|
+
} from "./commands/DescribeVirtualNodeCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeVirtualRouterCommandInput,
|
|
123
|
+
DescribeVirtualRouterCommandOutput,
|
|
124
|
+
} from "./commands/DescribeVirtualRouterCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeVirtualServiceCommandInput,
|
|
127
|
+
DescribeVirtualServiceCommandOutput,
|
|
128
|
+
} from "./commands/DescribeVirtualServiceCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListGatewayRoutesCommandInput,
|
|
131
|
+
ListGatewayRoutesCommandOutput,
|
|
132
|
+
} from "./commands/ListGatewayRoutesCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListMeshesCommandInput,
|
|
135
|
+
ListMeshesCommandOutput,
|
|
136
|
+
} from "./commands/ListMeshesCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListRoutesCommandInput,
|
|
139
|
+
ListRoutesCommandOutput,
|
|
140
|
+
} from "./commands/ListRoutesCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListTagsForResourceCommandInput,
|
|
143
|
+
ListTagsForResourceCommandOutput,
|
|
144
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListVirtualGatewaysCommandInput,
|
|
147
|
+
ListVirtualGatewaysCommandOutput,
|
|
148
|
+
} from "./commands/ListVirtualGatewaysCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListVirtualNodesCommandInput,
|
|
151
|
+
ListVirtualNodesCommandOutput,
|
|
152
|
+
} from "./commands/ListVirtualNodesCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListVirtualRoutersCommandInput,
|
|
155
|
+
ListVirtualRoutersCommandOutput,
|
|
156
|
+
} from "./commands/ListVirtualRoutersCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListVirtualServicesCommandInput,
|
|
159
|
+
ListVirtualServicesCommandOutput,
|
|
160
|
+
} from "./commands/ListVirtualServicesCommand";
|
|
161
|
+
import {
|
|
162
|
+
TagResourceCommandInput,
|
|
163
|
+
TagResourceCommandOutput,
|
|
164
|
+
} from "./commands/TagResourceCommand";
|
|
165
|
+
import {
|
|
166
|
+
UntagResourceCommandInput,
|
|
167
|
+
UntagResourceCommandOutput,
|
|
168
|
+
} from "./commands/UntagResourceCommand";
|
|
169
|
+
import {
|
|
170
|
+
UpdateGatewayRouteCommandInput,
|
|
171
|
+
UpdateGatewayRouteCommandOutput,
|
|
172
|
+
} from "./commands/UpdateGatewayRouteCommand";
|
|
173
|
+
import {
|
|
174
|
+
UpdateMeshCommandInput,
|
|
175
|
+
UpdateMeshCommandOutput,
|
|
176
|
+
} from "./commands/UpdateMeshCommand";
|
|
177
|
+
import {
|
|
178
|
+
UpdateRouteCommandInput,
|
|
179
|
+
UpdateRouteCommandOutput,
|
|
180
|
+
} from "./commands/UpdateRouteCommand";
|
|
181
|
+
import {
|
|
182
|
+
UpdateVirtualGatewayCommandInput,
|
|
183
|
+
UpdateVirtualGatewayCommandOutput,
|
|
184
|
+
} from "./commands/UpdateVirtualGatewayCommand";
|
|
185
|
+
import {
|
|
186
|
+
UpdateVirtualNodeCommandInput,
|
|
187
|
+
UpdateVirtualNodeCommandOutput,
|
|
188
|
+
} from "./commands/UpdateVirtualNodeCommand";
|
|
189
|
+
import {
|
|
190
|
+
UpdateVirtualRouterCommandInput,
|
|
191
|
+
UpdateVirtualRouterCommandOutput,
|
|
192
|
+
} from "./commands/UpdateVirtualRouterCommand";
|
|
193
|
+
import {
|
|
194
|
+
UpdateVirtualServiceCommandInput,
|
|
195
|
+
UpdateVirtualServiceCommandOutput,
|
|
196
|
+
} from "./commands/UpdateVirtualServiceCommand";
|
|
197
|
+
export declare type ServiceInputTypes =
|
|
198
|
+
| CreateGatewayRouteCommandInput
|
|
199
|
+
| CreateMeshCommandInput
|
|
200
|
+
| CreateRouteCommandInput
|
|
201
|
+
| CreateVirtualGatewayCommandInput
|
|
202
|
+
| CreateVirtualNodeCommandInput
|
|
203
|
+
| CreateVirtualRouterCommandInput
|
|
204
|
+
| CreateVirtualServiceCommandInput
|
|
205
|
+
| DeleteGatewayRouteCommandInput
|
|
206
|
+
| DeleteMeshCommandInput
|
|
207
|
+
| DeleteRouteCommandInput
|
|
208
|
+
| DeleteVirtualGatewayCommandInput
|
|
209
|
+
| DeleteVirtualNodeCommandInput
|
|
210
|
+
| DeleteVirtualRouterCommandInput
|
|
211
|
+
| DeleteVirtualServiceCommandInput
|
|
212
|
+
| DescribeGatewayRouteCommandInput
|
|
213
|
+
| DescribeMeshCommandInput
|
|
214
|
+
| DescribeRouteCommandInput
|
|
215
|
+
| DescribeVirtualGatewayCommandInput
|
|
216
|
+
| DescribeVirtualNodeCommandInput
|
|
217
|
+
| DescribeVirtualRouterCommandInput
|
|
218
|
+
| DescribeVirtualServiceCommandInput
|
|
219
|
+
| ListGatewayRoutesCommandInput
|
|
220
|
+
| ListMeshesCommandInput
|
|
221
|
+
| ListRoutesCommandInput
|
|
222
|
+
| ListTagsForResourceCommandInput
|
|
223
|
+
| ListVirtualGatewaysCommandInput
|
|
224
|
+
| ListVirtualNodesCommandInput
|
|
225
|
+
| ListVirtualRoutersCommandInput
|
|
226
|
+
| ListVirtualServicesCommandInput
|
|
227
|
+
| TagResourceCommandInput
|
|
228
|
+
| UntagResourceCommandInput
|
|
229
|
+
| UpdateGatewayRouteCommandInput
|
|
230
|
+
| UpdateMeshCommandInput
|
|
231
|
+
| UpdateRouteCommandInput
|
|
232
|
+
| UpdateVirtualGatewayCommandInput
|
|
233
|
+
| UpdateVirtualNodeCommandInput
|
|
234
|
+
| UpdateVirtualRouterCommandInput
|
|
235
|
+
| UpdateVirtualServiceCommandInput;
|
|
236
|
+
export declare type ServiceOutputTypes =
|
|
237
|
+
| CreateGatewayRouteCommandOutput
|
|
238
|
+
| CreateMeshCommandOutput
|
|
239
|
+
| CreateRouteCommandOutput
|
|
240
|
+
| CreateVirtualGatewayCommandOutput
|
|
241
|
+
| CreateVirtualNodeCommandOutput
|
|
242
|
+
| CreateVirtualRouterCommandOutput
|
|
243
|
+
| CreateVirtualServiceCommandOutput
|
|
244
|
+
| DeleteGatewayRouteCommandOutput
|
|
245
|
+
| DeleteMeshCommandOutput
|
|
246
|
+
| DeleteRouteCommandOutput
|
|
247
|
+
| DeleteVirtualGatewayCommandOutput
|
|
248
|
+
| DeleteVirtualNodeCommandOutput
|
|
249
|
+
| DeleteVirtualRouterCommandOutput
|
|
250
|
+
| DeleteVirtualServiceCommandOutput
|
|
251
|
+
| DescribeGatewayRouteCommandOutput
|
|
252
|
+
| DescribeMeshCommandOutput
|
|
253
|
+
| DescribeRouteCommandOutput
|
|
254
|
+
| DescribeVirtualGatewayCommandOutput
|
|
255
|
+
| DescribeVirtualNodeCommandOutput
|
|
256
|
+
| DescribeVirtualRouterCommandOutput
|
|
257
|
+
| DescribeVirtualServiceCommandOutput
|
|
258
|
+
| ListGatewayRoutesCommandOutput
|
|
259
|
+
| ListMeshesCommandOutput
|
|
260
|
+
| ListRoutesCommandOutput
|
|
261
|
+
| ListTagsForResourceCommandOutput
|
|
262
|
+
| ListVirtualGatewaysCommandOutput
|
|
263
|
+
| ListVirtualNodesCommandOutput
|
|
264
|
+
| ListVirtualRoutersCommandOutput
|
|
265
|
+
| ListVirtualServicesCommandOutput
|
|
266
|
+
| TagResourceCommandOutput
|
|
267
|
+
| UntagResourceCommandOutput
|
|
268
|
+
| UpdateGatewayRouteCommandOutput
|
|
269
|
+
| UpdateMeshCommandOutput
|
|
270
|
+
| UpdateRouteCommandOutput
|
|
271
|
+
| UpdateVirtualGatewayCommandOutput
|
|
272
|
+
| UpdateVirtualNodeCommandOutput
|
|
273
|
+
| UpdateVirtualRouterCommandOutput
|
|
274
|
+
| UpdateVirtualServiceCommandOutput;
|
|
275
|
+
export interface ClientDefaults
|
|
276
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
277
|
+
requestHandler?: __HttpHandler;
|
|
278
|
+
sha256?: __HashConstructor;
|
|
279
|
+
urlParser?: __UrlParser;
|
|
280
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
281
|
+
streamCollector?: __StreamCollector;
|
|
282
|
+
base64Decoder?: __Decoder;
|
|
283
|
+
base64Encoder?: __Encoder;
|
|
284
|
+
utf8Decoder?: __Decoder;
|
|
285
|
+
utf8Encoder?: __Encoder;
|
|
286
|
+
runtime?: string;
|
|
287
|
+
disableHostPrefix?: boolean;
|
|
288
|
+
maxAttempts?: number | __Provider<number>;
|
|
289
|
+
retryMode?: string | __Provider<string>;
|
|
290
|
+
logger?: __Logger;
|
|
291
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
292
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
293
|
+
serviceId?: string;
|
|
294
|
+
region?: string | __Provider<string>;
|
|
295
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
296
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
297
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
298
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
299
|
+
}
|
|
300
|
+
declare type AppMeshClientConfigType = Partial<
|
|
301
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
302
|
+
> &
|
|
303
|
+
ClientDefaults &
|
|
304
|
+
RegionInputConfig &
|
|
305
|
+
EndpointsInputConfig &
|
|
306
|
+
RetryInputConfig &
|
|
307
|
+
HostHeaderInputConfig &
|
|
308
|
+
AwsAuthInputConfig &
|
|
309
|
+
UserAgentInputConfig;
|
|
310
|
+
export interface AppMeshClientConfig extends AppMeshClientConfigType {}
|
|
311
|
+
declare type AppMeshClientResolvedConfigType =
|
|
312
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
313
|
+
Required<ClientDefaults> &
|
|
314
|
+
RegionResolvedConfig &
|
|
315
|
+
EndpointsResolvedConfig &
|
|
316
|
+
RetryResolvedConfig &
|
|
317
|
+
HostHeaderResolvedConfig &
|
|
318
|
+
AwsAuthResolvedConfig &
|
|
319
|
+
UserAgentResolvedConfig;
|
|
320
|
+
export interface AppMeshClientResolvedConfig
|
|
321
|
+
extends AppMeshClientResolvedConfigType {}
|
|
322
|
+
export declare class AppMeshClient extends __Client<
|
|
323
|
+
__HttpHandlerOptions,
|
|
324
|
+
ServiceInputTypes,
|
|
325
|
+
ServiceOutputTypes,
|
|
326
|
+
AppMeshClientResolvedConfig
|
|
327
|
+
> {
|
|
328
|
+
readonly config: AppMeshClientResolvedConfig;
|
|
329
|
+
constructor(configuration: AppMeshClientConfig);
|
|
330
|
+
destroy(): void;
|
|
331
|
+
}
|
|
332
|
+
export {};
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateGatewayRouteInput,
|
|
15
|
+
CreateGatewayRouteOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateGatewayRouteCommandInput
|
|
18
|
+
extends CreateGatewayRouteInput {}
|
|
19
|
+
export interface CreateGatewayRouteCommandOutput
|
|
20
|
+
extends CreateGatewayRouteOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateGatewayRouteCommand extends $Command<
|
|
23
|
+
CreateGatewayRouteCommandInput,
|
|
24
|
+
CreateGatewayRouteCommandOutput,
|
|
25
|
+
AppMeshClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateGatewayRouteCommandInput;
|
|
28
|
+
constructor(input: CreateGatewayRouteCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppMeshClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import { CreateMeshInput, CreateMeshOutput } from "../models/models_0";
|
|
14
|
+
export interface CreateMeshCommandInput extends CreateMeshInput {}
|
|
15
|
+
export interface CreateMeshCommandOutput
|
|
16
|
+
extends CreateMeshOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateMeshCommand extends $Command<
|
|
19
|
+
CreateMeshCommandInput,
|
|
20
|
+
CreateMeshCommandOutput,
|
|
21
|
+
AppMeshClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateMeshCommandInput;
|
|
24
|
+
constructor(input: CreateMeshCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppMeshClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateMeshCommandInput, CreateMeshCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import { CreateRouteInput, CreateRouteOutput } from "../models/models_0";
|
|
14
|
+
export interface CreateRouteCommandInput extends CreateRouteInput {}
|
|
15
|
+
export interface CreateRouteCommandOutput
|
|
16
|
+
extends CreateRouteOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateRouteCommand extends $Command<
|
|
19
|
+
CreateRouteCommandInput,
|
|
20
|
+
CreateRouteCommandOutput,
|
|
21
|
+
AppMeshClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateRouteCommandInput;
|
|
24
|
+
constructor(input: CreateRouteCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppMeshClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateRouteCommandInput, CreateRouteCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|