@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.
Files changed (63) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AppMesh.d.ts +650 -195
  3. package/dist-types/ts3.4/AppMeshClient.d.ts +332 -111
  4. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/index.d.ts +38 -38
  43. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  44. package/dist-types/ts3.4/index.d.ts +6 -6
  45. package/dist-types/ts3.4/models/AppMeshServiceException.d.ts +7 -6
  46. package/dist-types/ts3.4/models/index.d.ts +1 -1
  47. package/dist-types/ts3.4/models/models_0.d.ts +2456 -3047
  48. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  49. package/dist-types/ts3.4/pagination/ListGatewayRoutesPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListMeshesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListVirtualGatewaysPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListVirtualNodesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListVirtualRoutersPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListVirtualServicesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +461 -116
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  63. package/package.json +34 -34
@@ -1,111 +1,332 @@
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 { BodyLengthCalculator as __BodyLengthCalculator, 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?: __BodyLengthCalculator;
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
+ 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 { 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
+ 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 { 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
+ 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 { 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
+ 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
+ }