@aws-sdk/client-app-mesh 3.50.0 → 3.53.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 (74) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/AppMeshServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +141 -5
  5. package/dist-cjs/protocols/Aws_restJson1.js +529 -2068
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/AppMeshServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +127 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1078 -2232
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/AppMeshServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +73 -42
  13. package/dist-types/ts3.4/AppMesh.d.ts +195 -0
  14. package/dist-types/ts3.4/AppMeshClient.d.ts +111 -0
  15. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/index.d.ts +38 -0
  54. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  55. package/dist-types/ts3.4/index.d.ts +6 -0
  56. package/dist-types/ts3.4/models/AppMeshServiceException.d.ts +6 -0
  57. package/dist-types/ts3.4/models/index.d.ts +1 -0
  58. package/dist-types/ts3.4/models/models_0.d.ts +3352 -0
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  60. package/dist-types/ts3.4/pagination/ListGatewayRoutesPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/ListMeshesPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/ListVirtualGatewaysPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/ListVirtualNodesPaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/ListVirtualRoutersPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/ListVirtualServicesPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  69. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +116 -0
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  74. package/package.json +33 -33
@@ -3,3 +3,4 @@ export * from "./AppMeshClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { AppMeshServiceException } from "./models/AppMeshServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from AppMesh service.
4
+ */
5
+ export declare class AppMeshServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { AppMeshServiceException as __BaseException } from "./AppMeshServiceException";
2
3
  /**
3
4
  * <p>An object that represents an access log file.</p>
4
5
  */
@@ -51,28 +52,37 @@ export declare namespace AccessLog {
51
52
  /**
52
53
  * <p>The request syntax was malformed. Check your request syntax and try again.</p>
53
54
  */
54
- export interface BadRequestException extends __SmithyException, $MetadataBearer {
55
- name: "BadRequestException";
56
- $fault: "client";
57
- message?: string;
55
+ export declare class BadRequestException extends __BaseException {
56
+ readonly name: "BadRequestException";
57
+ readonly $fault: "client";
58
+ /**
59
+ * @internal
60
+ */
61
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
58
62
  }
59
63
  /**
60
64
  * <p>You don't have permissions to perform this action.</p>
61
65
  */
62
- export interface ForbiddenException extends __SmithyException, $MetadataBearer {
63
- name: "ForbiddenException";
64
- $fault: "client";
65
- message?: string;
66
+ export declare class ForbiddenException extends __BaseException {
67
+ readonly name: "ForbiddenException";
68
+ readonly $fault: "client";
69
+ /**
70
+ * @internal
71
+ */
72
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
66
73
  }
67
74
  /**
68
75
  * <p>The request processing has failed because of an unknown error, exception, or
69
76
  * failure.</p>
70
77
  */
71
- export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
72
- name: "InternalServerErrorException";
73
- $fault: "server";
78
+ export declare class InternalServerErrorException extends __BaseException {
79
+ readonly name: "InternalServerErrorException";
80
+ readonly $fault: "server";
74
81
  $retryable: {};
75
- message?: string;
82
+ /**
83
+ * @internal
84
+ */
85
+ constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
76
86
  }
77
87
  /**
78
88
  *
@@ -156,41 +166,53 @@ export declare namespace ListTagsForResourceOutput {
156
166
  /**
157
167
  * <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
158
168
  */
159
- export interface NotFoundException extends __SmithyException, $MetadataBearer {
160
- name: "NotFoundException";
161
- $fault: "client";
162
- message?: string;
169
+ export declare class NotFoundException extends __BaseException {
170
+ readonly name: "NotFoundException";
171
+ readonly $fault: "client";
172
+ /**
173
+ * @internal
174
+ */
175
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
163
176
  }
164
177
  /**
165
178
  * <p>The request has failed due to a temporary failure of the service.</p>
166
179
  */
167
- export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
168
- name: "ServiceUnavailableException";
169
- $fault: "server";
180
+ export declare class ServiceUnavailableException extends __BaseException {
181
+ readonly name: "ServiceUnavailableException";
182
+ readonly $fault: "server";
170
183
  $retryable: {};
171
- message?: string;
184
+ /**
185
+ * @internal
186
+ */
187
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
172
188
  }
173
189
  /**
174
190
  * <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for your
175
191
  * account. For best results, use an increasing or variable sleep interval between
176
192
  * requests.</p>
177
193
  */
178
- export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
179
- name: "TooManyRequestsException";
180
- $fault: "client";
194
+ export declare class TooManyRequestsException extends __BaseException {
195
+ readonly name: "TooManyRequestsException";
196
+ readonly $fault: "client";
181
197
  $retryable: {
182
- throttling: true;
198
+ throttling: boolean;
183
199
  };
184
- message?: string;
200
+ /**
201
+ * @internal
202
+ */
203
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
185
204
  }
186
205
  /**
187
206
  * <p>The request contains a client token that was used for a previous update resource call
188
207
  * with different specifications. Try the request again with a new client token.</p>
189
208
  */
190
- export interface ConflictException extends __SmithyException, $MetadataBearer {
191
- name: "ConflictException";
192
- $fault: "client";
193
- message?: string;
209
+ export declare class ConflictException extends __BaseException {
210
+ readonly name: "ConflictException";
211
+ readonly $fault: "client";
212
+ /**
213
+ * @internal
214
+ */
215
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
194
216
  }
195
217
  export declare enum EgressFilterType {
196
218
  ALLOW_ALL = "ALLOW_ALL",
@@ -368,10 +390,13 @@ export declare namespace CreateMeshOutput {
368
390
  * <p>You have exceeded a service limit for your account. For more information, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/service-quotas.html">Service
369
391
  * Limits</a> in the <i>AWS App Mesh User Guide</i>.</p>
370
392
  */
371
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
372
- name: "LimitExceededException";
373
- $fault: "client";
374
- message?: string;
393
+ export declare class LimitExceededException extends __BaseException {
394
+ readonly name: "LimitExceededException";
395
+ readonly $fault: "client";
396
+ /**
397
+ * @internal
398
+ */
399
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
375
400
  }
376
401
  /**
377
402
  *
@@ -407,10 +432,13 @@ export declare namespace DeleteMeshOutput {
407
432
  * <p>You can't delete the specified resource because it's in use or required by another
408
433
  * resource.</p>
409
434
  */
410
- export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
411
- name: "ResourceInUseException";
412
- $fault: "client";
413
- message?: string;
435
+ export declare class ResourceInUseException extends __BaseException {
436
+ readonly name: "ResourceInUseException";
437
+ readonly $fault: "client";
438
+ /**
439
+ * @internal
440
+ */
441
+ constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
414
442
  }
415
443
  /**
416
444
  *
@@ -5666,10 +5694,13 @@ export declare namespace TagResourceOutput {
5666
5694
  * limit is 50 user tags per resource. You must reduce the number of tags in the request. None
5667
5695
  * of the tags in this request were applied.</p>
5668
5696
  */
5669
- export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
5670
- name: "TooManyTagsException";
5671
- $fault: "client";
5672
- message?: string;
5697
+ export declare class TooManyTagsException extends __BaseException {
5698
+ readonly name: "TooManyTagsException";
5699
+ readonly $fault: "client";
5700
+ /**
5701
+ * @internal
5702
+ */
5703
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
5673
5704
  }
5674
5705
  /**
5675
5706
  *
@@ -0,0 +1,195 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AppMeshClient } from "./AppMeshClient";
3
+ import { CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput } from "./commands/CreateGatewayRouteCommand";
4
+ import { CreateMeshCommandInput, CreateMeshCommandOutput } from "./commands/CreateMeshCommand";
5
+ import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
6
+ import { CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput } from "./commands/CreateVirtualGatewayCommand";
7
+ import { CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput } from "./commands/CreateVirtualNodeCommand";
8
+ import { CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput } from "./commands/CreateVirtualRouterCommand";
9
+ import { CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput } from "./commands/CreateVirtualServiceCommand";
10
+ import { DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput } from "./commands/DeleteGatewayRouteCommand";
11
+ import { DeleteMeshCommandInput, DeleteMeshCommandOutput } from "./commands/DeleteMeshCommand";
12
+ import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand";
13
+ import { DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput } from "./commands/DeleteVirtualGatewayCommand";
14
+ import { DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput } from "./commands/DeleteVirtualNodeCommand";
15
+ import { DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput } from "./commands/DeleteVirtualRouterCommand";
16
+ import { DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput } from "./commands/DeleteVirtualServiceCommand";
17
+ import { DescribeGatewayRouteCommandInput, DescribeGatewayRouteCommandOutput } from "./commands/DescribeGatewayRouteCommand";
18
+ import { DescribeMeshCommandInput, DescribeMeshCommandOutput } from "./commands/DescribeMeshCommand";
19
+ import { DescribeRouteCommandInput, DescribeRouteCommandOutput } from "./commands/DescribeRouteCommand";
20
+ import { DescribeVirtualGatewayCommandInput, DescribeVirtualGatewayCommandOutput } from "./commands/DescribeVirtualGatewayCommand";
21
+ import { DescribeVirtualNodeCommandInput, DescribeVirtualNodeCommandOutput } from "./commands/DescribeVirtualNodeCommand";
22
+ import { DescribeVirtualRouterCommandInput, DescribeVirtualRouterCommandOutput } from "./commands/DescribeVirtualRouterCommand";
23
+ import { DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput } from "./commands/DescribeVirtualServiceCommand";
24
+ import { ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput } from "./commands/ListGatewayRoutesCommand";
25
+ import { ListMeshesCommandInput, ListMeshesCommandOutput } from "./commands/ListMeshesCommand";
26
+ import { ListRoutesCommandInput, ListRoutesCommandOutput } from "./commands/ListRoutesCommand";
27
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
28
+ import { ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput } from "./commands/ListVirtualGatewaysCommand";
29
+ import { ListVirtualNodesCommandInput, ListVirtualNodesCommandOutput } from "./commands/ListVirtualNodesCommand";
30
+ import { ListVirtualRoutersCommandInput, ListVirtualRoutersCommandOutput } from "./commands/ListVirtualRoutersCommand";
31
+ import { ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput } from "./commands/ListVirtualServicesCommand";
32
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
33
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
34
+ import { UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput } from "./commands/UpdateGatewayRouteCommand";
35
+ import { UpdateMeshCommandInput, UpdateMeshCommandOutput } from "./commands/UpdateMeshCommand";
36
+ import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "./commands/UpdateRouteCommand";
37
+ import { UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput } from "./commands/UpdateVirtualGatewayCommand";
38
+ import { UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput } from "./commands/UpdateVirtualNodeCommand";
39
+ import { UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput } from "./commands/UpdateVirtualRouterCommand";
40
+ import { UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput } from "./commands/UpdateVirtualServiceCommand";
41
+
42
+ export declare class AppMesh extends AppMeshClient {
43
+
44
+ createGatewayRoute(args: CreateGatewayRouteCommandInput, options?: __HttpHandlerOptions): Promise<CreateGatewayRouteCommandOutput>;
45
+ createGatewayRoute(args: CreateGatewayRouteCommandInput, cb: (err: any, data?: CreateGatewayRouteCommandOutput) => void): void;
46
+ createGatewayRoute(args: CreateGatewayRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGatewayRouteCommandOutput) => void): void;
47
+
48
+ createMesh(args: CreateMeshCommandInput, options?: __HttpHandlerOptions): Promise<CreateMeshCommandOutput>;
49
+ createMesh(args: CreateMeshCommandInput, cb: (err: any, data?: CreateMeshCommandOutput) => void): void;
50
+ createMesh(args: CreateMeshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeshCommandOutput) => void): void;
51
+
52
+ createRoute(args: CreateRouteCommandInput, options?: __HttpHandlerOptions): Promise<CreateRouteCommandOutput>;
53
+ createRoute(args: CreateRouteCommandInput, cb: (err: any, data?: CreateRouteCommandOutput) => void): void;
54
+ createRoute(args: CreateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouteCommandOutput) => void): void;
55
+
56
+ createVirtualGateway(args: CreateVirtualGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateVirtualGatewayCommandOutput>;
57
+ createVirtualGateway(args: CreateVirtualGatewayCommandInput, cb: (err: any, data?: CreateVirtualGatewayCommandOutput) => void): void;
58
+ createVirtualGateway(args: CreateVirtualGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualGatewayCommandOutput) => void): void;
59
+
60
+ createVirtualNode(args: CreateVirtualNodeCommandInput, options?: __HttpHandlerOptions): Promise<CreateVirtualNodeCommandOutput>;
61
+ createVirtualNode(args: CreateVirtualNodeCommandInput, cb: (err: any, data?: CreateVirtualNodeCommandOutput) => void): void;
62
+ createVirtualNode(args: CreateVirtualNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualNodeCommandOutput) => void): void;
63
+
64
+ createVirtualRouter(args: CreateVirtualRouterCommandInput, options?: __HttpHandlerOptions): Promise<CreateVirtualRouterCommandOutput>;
65
+ createVirtualRouter(args: CreateVirtualRouterCommandInput, cb: (err: any, data?: CreateVirtualRouterCommandOutput) => void): void;
66
+ createVirtualRouter(args: CreateVirtualRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualRouterCommandOutput) => void): void;
67
+
68
+ createVirtualService(args: CreateVirtualServiceCommandInput, options?: __HttpHandlerOptions): Promise<CreateVirtualServiceCommandOutput>;
69
+ createVirtualService(args: CreateVirtualServiceCommandInput, cb: (err: any, data?: CreateVirtualServiceCommandOutput) => void): void;
70
+ createVirtualService(args: CreateVirtualServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualServiceCommandOutput) => void): void;
71
+
72
+ deleteGatewayRoute(args: DeleteGatewayRouteCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayRouteCommandOutput>;
73
+ deleteGatewayRoute(args: DeleteGatewayRouteCommandInput, cb: (err: any, data?: DeleteGatewayRouteCommandOutput) => void): void;
74
+ deleteGatewayRoute(args: DeleteGatewayRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayRouteCommandOutput) => void): void;
75
+
76
+ deleteMesh(args: DeleteMeshCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMeshCommandOutput>;
77
+ deleteMesh(args: DeleteMeshCommandInput, cb: (err: any, data?: DeleteMeshCommandOutput) => void): void;
78
+ deleteMesh(args: DeleteMeshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMeshCommandOutput) => void): void;
79
+
80
+ deleteRoute(args: DeleteRouteCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouteCommandOutput>;
81
+ deleteRoute(args: DeleteRouteCommandInput, cb: (err: any, data?: DeleteRouteCommandOutput) => void): void;
82
+ deleteRoute(args: DeleteRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouteCommandOutput) => void): void;
83
+
84
+ deleteVirtualGateway(args: DeleteVirtualGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVirtualGatewayCommandOutput>;
85
+ deleteVirtualGateway(args: DeleteVirtualGatewayCommandInput, cb: (err: any, data?: DeleteVirtualGatewayCommandOutput) => void): void;
86
+ deleteVirtualGateway(args: DeleteVirtualGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualGatewayCommandOutput) => void): void;
87
+
88
+ deleteVirtualNode(args: DeleteVirtualNodeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVirtualNodeCommandOutput>;
89
+ deleteVirtualNode(args: DeleteVirtualNodeCommandInput, cb: (err: any, data?: DeleteVirtualNodeCommandOutput) => void): void;
90
+ deleteVirtualNode(args: DeleteVirtualNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualNodeCommandOutput) => void): void;
91
+
92
+ deleteVirtualRouter(args: DeleteVirtualRouterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVirtualRouterCommandOutput>;
93
+ deleteVirtualRouter(args: DeleteVirtualRouterCommandInput, cb: (err: any, data?: DeleteVirtualRouterCommandOutput) => void): void;
94
+ deleteVirtualRouter(args: DeleteVirtualRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualRouterCommandOutput) => void): void;
95
+
96
+ deleteVirtualService(args: DeleteVirtualServiceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVirtualServiceCommandOutput>;
97
+ deleteVirtualService(args: DeleteVirtualServiceCommandInput, cb: (err: any, data?: DeleteVirtualServiceCommandOutput) => void): void;
98
+ deleteVirtualService(args: DeleteVirtualServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualServiceCommandOutput) => void): void;
99
+
100
+ describeGatewayRoute(args: DescribeGatewayRouteCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGatewayRouteCommandOutput>;
101
+ describeGatewayRoute(args: DescribeGatewayRouteCommandInput, cb: (err: any, data?: DescribeGatewayRouteCommandOutput) => void): void;
102
+ describeGatewayRoute(args: DescribeGatewayRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGatewayRouteCommandOutput) => void): void;
103
+
104
+ describeMesh(args: DescribeMeshCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMeshCommandOutput>;
105
+ describeMesh(args: DescribeMeshCommandInput, cb: (err: any, data?: DescribeMeshCommandOutput) => void): void;
106
+ describeMesh(args: DescribeMeshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMeshCommandOutput) => void): void;
107
+
108
+ describeRoute(args: DescribeRouteCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRouteCommandOutput>;
109
+ describeRoute(args: DescribeRouteCommandInput, cb: (err: any, data?: DescribeRouteCommandOutput) => void): void;
110
+ describeRoute(args: DescribeRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRouteCommandOutput) => void): void;
111
+
112
+ describeVirtualGateway(args: DescribeVirtualGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualGatewayCommandOutput>;
113
+ describeVirtualGateway(args: DescribeVirtualGatewayCommandInput, cb: (err: any, data?: DescribeVirtualGatewayCommandOutput) => void): void;
114
+ describeVirtualGateway(args: DescribeVirtualGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualGatewayCommandOutput) => void): void;
115
+
116
+ describeVirtualNode(args: DescribeVirtualNodeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualNodeCommandOutput>;
117
+ describeVirtualNode(args: DescribeVirtualNodeCommandInput, cb: (err: any, data?: DescribeVirtualNodeCommandOutput) => void): void;
118
+ describeVirtualNode(args: DescribeVirtualNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualNodeCommandOutput) => void): void;
119
+
120
+ describeVirtualRouter(args: DescribeVirtualRouterCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualRouterCommandOutput>;
121
+ describeVirtualRouter(args: DescribeVirtualRouterCommandInput, cb: (err: any, data?: DescribeVirtualRouterCommandOutput) => void): void;
122
+ describeVirtualRouter(args: DescribeVirtualRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualRouterCommandOutput) => void): void;
123
+
124
+ describeVirtualService(args: DescribeVirtualServiceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualServiceCommandOutput>;
125
+ describeVirtualService(args: DescribeVirtualServiceCommandInput, cb: (err: any, data?: DescribeVirtualServiceCommandOutput) => void): void;
126
+ describeVirtualService(args: DescribeVirtualServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualServiceCommandOutput) => void): void;
127
+
128
+ listGatewayRoutes(args: ListGatewayRoutesCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewayRoutesCommandOutput>;
129
+ listGatewayRoutes(args: ListGatewayRoutesCommandInput, cb: (err: any, data?: ListGatewayRoutesCommandOutput) => void): void;
130
+ listGatewayRoutes(args: ListGatewayRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewayRoutesCommandOutput) => void): void;
131
+
132
+ listMeshes(args: ListMeshesCommandInput, options?: __HttpHandlerOptions): Promise<ListMeshesCommandOutput>;
133
+ listMeshes(args: ListMeshesCommandInput, cb: (err: any, data?: ListMeshesCommandOutput) => void): void;
134
+ listMeshes(args: ListMeshesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMeshesCommandOutput) => void): void;
135
+
136
+ listRoutes(args: ListRoutesCommandInput, options?: __HttpHandlerOptions): Promise<ListRoutesCommandOutput>;
137
+ listRoutes(args: ListRoutesCommandInput, cb: (err: any, data?: ListRoutesCommandOutput) => void): void;
138
+ listRoutes(args: ListRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoutesCommandOutput) => void): void;
139
+
140
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
141
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
142
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
143
+
144
+ listVirtualGateways(args: ListVirtualGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualGatewaysCommandOutput>;
145
+ listVirtualGateways(args: ListVirtualGatewaysCommandInput, cb: (err: any, data?: ListVirtualGatewaysCommandOutput) => void): void;
146
+ listVirtualGateways(args: ListVirtualGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualGatewaysCommandOutput) => void): void;
147
+
148
+ listVirtualNodes(args: ListVirtualNodesCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualNodesCommandOutput>;
149
+ listVirtualNodes(args: ListVirtualNodesCommandInput, cb: (err: any, data?: ListVirtualNodesCommandOutput) => void): void;
150
+ listVirtualNodes(args: ListVirtualNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualNodesCommandOutput) => void): void;
151
+
152
+ listVirtualRouters(args: ListVirtualRoutersCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualRoutersCommandOutput>;
153
+ listVirtualRouters(args: ListVirtualRoutersCommandInput, cb: (err: any, data?: ListVirtualRoutersCommandOutput) => void): void;
154
+ listVirtualRouters(args: ListVirtualRoutersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualRoutersCommandOutput) => void): void;
155
+
156
+ listVirtualServices(args: ListVirtualServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualServicesCommandOutput>;
157
+ listVirtualServices(args: ListVirtualServicesCommandInput, cb: (err: any, data?: ListVirtualServicesCommandOutput) => void): void;
158
+ listVirtualServices(args: ListVirtualServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualServicesCommandOutput) => void): void;
159
+
160
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
161
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
162
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
163
+
164
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
165
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
166
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
167
+
168
+ updateGatewayRoute(args: UpdateGatewayRouteCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayRouteCommandOutput>;
169
+ updateGatewayRoute(args: UpdateGatewayRouteCommandInput, cb: (err: any, data?: UpdateGatewayRouteCommandOutput) => void): void;
170
+ updateGatewayRoute(args: UpdateGatewayRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayRouteCommandOutput) => void): void;
171
+
172
+ updateMesh(args: UpdateMeshCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMeshCommandOutput>;
173
+ updateMesh(args: UpdateMeshCommandInput, cb: (err: any, data?: UpdateMeshCommandOutput) => void): void;
174
+ updateMesh(args: UpdateMeshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMeshCommandOutput) => void): void;
175
+
176
+ updateRoute(args: UpdateRouteCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouteCommandOutput>;
177
+ updateRoute(args: UpdateRouteCommandInput, cb: (err: any, data?: UpdateRouteCommandOutput) => void): void;
178
+ updateRoute(args: UpdateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouteCommandOutput) => void): void;
179
+
180
+ updateVirtualGateway(args: UpdateVirtualGatewayCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualGatewayCommandOutput>;
181
+ updateVirtualGateway(args: UpdateVirtualGatewayCommandInput, cb: (err: any, data?: UpdateVirtualGatewayCommandOutput) => void): void;
182
+ updateVirtualGateway(args: UpdateVirtualGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualGatewayCommandOutput) => void): void;
183
+
184
+ updateVirtualNode(args: UpdateVirtualNodeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualNodeCommandOutput>;
185
+ updateVirtualNode(args: UpdateVirtualNodeCommandInput, cb: (err: any, data?: UpdateVirtualNodeCommandOutput) => void): void;
186
+ updateVirtualNode(args: UpdateVirtualNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualNodeCommandOutput) => void): void;
187
+
188
+ updateVirtualRouter(args: UpdateVirtualRouterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualRouterCommandOutput>;
189
+ updateVirtualRouter(args: UpdateVirtualRouterCommandInput, cb: (err: any, data?: UpdateVirtualRouterCommandOutput) => void): void;
190
+ updateVirtualRouter(args: UpdateVirtualRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualRouterCommandOutput) => void): void;
191
+
192
+ updateVirtualService(args: UpdateVirtualServiceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualServiceCommandOutput>;
193
+ updateVirtualService(args: UpdateVirtualServiceCommandInput, cb: (err: any, data?: UpdateVirtualServiceCommandOutput) => void): void;
194
+ updateVirtualService(args: UpdateVirtualServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualServiceCommandOutput) => void): void;
195
+ }
@@ -0,0 +1,111 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput } from "./commands/CreateGatewayRouteCommand";
10
+ import { CreateMeshCommandInput, CreateMeshCommandOutput } from "./commands/CreateMeshCommand";
11
+ import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
12
+ import { CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput } from "./commands/CreateVirtualGatewayCommand";
13
+ import { CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput } from "./commands/CreateVirtualNodeCommand";
14
+ import { CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput } from "./commands/CreateVirtualRouterCommand";
15
+ import { CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput } from "./commands/CreateVirtualServiceCommand";
16
+ import { DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput } from "./commands/DeleteGatewayRouteCommand";
17
+ import { DeleteMeshCommandInput, DeleteMeshCommandOutput } from "./commands/DeleteMeshCommand";
18
+ import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand";
19
+ import { DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput } from "./commands/DeleteVirtualGatewayCommand";
20
+ import { DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput } from "./commands/DeleteVirtualNodeCommand";
21
+ import { DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput } from "./commands/DeleteVirtualRouterCommand";
22
+ import { DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput } from "./commands/DeleteVirtualServiceCommand";
23
+ import { DescribeGatewayRouteCommandInput, DescribeGatewayRouteCommandOutput } from "./commands/DescribeGatewayRouteCommand";
24
+ import { DescribeMeshCommandInput, DescribeMeshCommandOutput } from "./commands/DescribeMeshCommand";
25
+ import { DescribeRouteCommandInput, DescribeRouteCommandOutput } from "./commands/DescribeRouteCommand";
26
+ import { DescribeVirtualGatewayCommandInput, DescribeVirtualGatewayCommandOutput } from "./commands/DescribeVirtualGatewayCommand";
27
+ import { DescribeVirtualNodeCommandInput, DescribeVirtualNodeCommandOutput } from "./commands/DescribeVirtualNodeCommand";
28
+ import { DescribeVirtualRouterCommandInput, DescribeVirtualRouterCommandOutput } from "./commands/DescribeVirtualRouterCommand";
29
+ import { DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput } from "./commands/DescribeVirtualServiceCommand";
30
+ import { ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput } from "./commands/ListGatewayRoutesCommand";
31
+ import { ListMeshesCommandInput, ListMeshesCommandOutput } from "./commands/ListMeshesCommand";
32
+ import { ListRoutesCommandInput, ListRoutesCommandOutput } from "./commands/ListRoutesCommand";
33
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
34
+ import { ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput } from "./commands/ListVirtualGatewaysCommand";
35
+ import { ListVirtualNodesCommandInput, ListVirtualNodesCommandOutput } from "./commands/ListVirtualNodesCommand";
36
+ import { ListVirtualRoutersCommandInput, ListVirtualRoutersCommandOutput } from "./commands/ListVirtualRoutersCommand";
37
+ import { ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput } from "./commands/ListVirtualServicesCommand";
38
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
39
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
40
+ import { UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput } from "./commands/UpdateGatewayRouteCommand";
41
+ import { UpdateMeshCommandInput, UpdateMeshCommandOutput } from "./commands/UpdateMeshCommand";
42
+ import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "./commands/UpdateRouteCommand";
43
+ import { UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput } from "./commands/UpdateVirtualGatewayCommand";
44
+ import { UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput } from "./commands/UpdateVirtualNodeCommand";
45
+ import { UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput } from "./commands/UpdateVirtualRouterCommand";
46
+ import { UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput } from "./commands/UpdateVirtualServiceCommand";
47
+ export declare type ServiceInputTypes = CreateGatewayRouteCommandInput | CreateMeshCommandInput | CreateRouteCommandInput | CreateVirtualGatewayCommandInput | CreateVirtualNodeCommandInput | CreateVirtualRouterCommandInput | CreateVirtualServiceCommandInput | DeleteGatewayRouteCommandInput | DeleteMeshCommandInput | DeleteRouteCommandInput | DeleteVirtualGatewayCommandInput | DeleteVirtualNodeCommandInput | DeleteVirtualRouterCommandInput | DeleteVirtualServiceCommandInput | DescribeGatewayRouteCommandInput | DescribeMeshCommandInput | DescribeRouteCommandInput | DescribeVirtualGatewayCommandInput | DescribeVirtualNodeCommandInput | DescribeVirtualRouterCommandInput | DescribeVirtualServiceCommandInput | ListGatewayRoutesCommandInput | ListMeshesCommandInput | ListRoutesCommandInput | ListTagsForResourceCommandInput | ListVirtualGatewaysCommandInput | ListVirtualNodesCommandInput | ListVirtualRoutersCommandInput | ListVirtualServicesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGatewayRouteCommandInput | UpdateMeshCommandInput | UpdateRouteCommandInput | UpdateVirtualGatewayCommandInput | UpdateVirtualNodeCommandInput | UpdateVirtualRouterCommandInput | UpdateVirtualServiceCommandInput;
48
+ export declare type ServiceOutputTypes = CreateGatewayRouteCommandOutput | CreateMeshCommandOutput | CreateRouteCommandOutput | CreateVirtualGatewayCommandOutput | CreateVirtualNodeCommandOutput | CreateVirtualRouterCommandOutput | CreateVirtualServiceCommandOutput | DeleteGatewayRouteCommandOutput | DeleteMeshCommandOutput | DeleteRouteCommandOutput | DeleteVirtualGatewayCommandOutput | DeleteVirtualNodeCommandOutput | DeleteVirtualRouterCommandOutput | DeleteVirtualServiceCommandOutput | DescribeGatewayRouteCommandOutput | DescribeMeshCommandOutput | DescribeRouteCommandOutput | DescribeVirtualGatewayCommandOutput | DescribeVirtualNodeCommandOutput | DescribeVirtualRouterCommandOutput | DescribeVirtualServiceCommandOutput | ListGatewayRoutesCommandOutput | ListMeshesCommandOutput | ListRoutesCommandOutput | ListTagsForResourceCommandOutput | ListVirtualGatewaysCommandOutput | ListVirtualNodesCommandOutput | ListVirtualRoutersCommandOutput | ListVirtualServicesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGatewayRouteCommandOutput | UpdateMeshCommandOutput | UpdateRouteCommandOutput | UpdateVirtualGatewayCommandOutput | UpdateVirtualNodeCommandOutput | UpdateVirtualRouterCommandOutput | UpdateVirtualServiceCommandOutput;
49
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
50
+
51
+ requestHandler?: __HttpHandler;
52
+
53
+ sha256?: __HashConstructor;
54
+
55
+ urlParser?: __UrlParser;
56
+
57
+ bodyLengthChecker?: (body: any) => number | undefined;
58
+
59
+ streamCollector?: __StreamCollector;
60
+
61
+ base64Decoder?: __Decoder;
62
+
63
+ base64Encoder?: __Encoder;
64
+
65
+ utf8Decoder?: __Decoder;
66
+
67
+ utf8Encoder?: __Encoder;
68
+
69
+ runtime?: string;
70
+
71
+ disableHostPrefix?: boolean;
72
+
73
+ maxAttempts?: number | __Provider<number>;
74
+
75
+ retryMode?: string | __Provider<string>;
76
+
77
+ logger?: __Logger;
78
+
79
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
80
+
81
+ useFipsEndpoint?: boolean | __Provider<boolean>;
82
+
83
+ serviceId?: string;
84
+
85
+ region?: string | __Provider<string>;
86
+
87
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
88
+
89
+ regionInfoProvider?: RegionInfoProvider;
90
+
91
+ defaultUserAgentProvider?: Provider<__UserAgent>;
92
+
93
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
94
+ }
95
+ declare type AppMeshClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
96
+
97
+ export interface AppMeshClientConfig extends AppMeshClientConfigType {
98
+ }
99
+ declare type AppMeshClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
100
+
101
+ export interface AppMeshClientResolvedConfig extends AppMeshClientResolvedConfigType {
102
+ }
103
+
104
+ export declare class AppMeshClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppMeshClientResolvedConfig> {
105
+
106
+ readonly config: AppMeshClientResolvedConfig;
107
+ constructor(configuration: AppMeshClientConfig);
108
+
109
+ destroy(): void;
110
+ }
111
+ export {};
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
+ import { CreateVirtualGatewayInput, CreateVirtualGatewayOutput } from "../models/models_0";
5
+ export interface CreateVirtualGatewayCommandInput extends CreateVirtualGatewayInput {
6
+ }
7
+ export interface CreateVirtualGatewayCommandOutput extends CreateVirtualGatewayOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateVirtualGatewayCommand extends $Command<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig> {
11
+ readonly input: CreateVirtualGatewayCommandInput;
12
+ constructor(input: CreateVirtualGatewayCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
+ import { CreateVirtualNodeInput, CreateVirtualNodeOutput } from "../models/models_0";
5
+ export interface CreateVirtualNodeCommandInput extends CreateVirtualNodeInput {
6
+ }
7
+ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateVirtualNodeCommand extends $Command<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput, AppMeshClientResolvedConfig> {
11
+ readonly input: CreateVirtualNodeCommandInput;
12
+ constructor(input: CreateVirtualNodeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
+ import { CreateVirtualRouterInput, CreateVirtualRouterOutput } from "../models/models_0";
5
+ export interface CreateVirtualRouterCommandInput extends CreateVirtualRouterInput {
6
+ }
7
+ export interface CreateVirtualRouterCommandOutput extends CreateVirtualRouterOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateVirtualRouterCommand extends $Command<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput, AppMeshClientResolvedConfig> {
11
+ readonly input: CreateVirtualRouterCommandInput;
12
+ constructor(input: CreateVirtualRouterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }