@aws-sdk/client-app-mesh 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AppMesh.d.ts +688 -195
  3. package/dist-types/ts3.4/AppMeshClient.d.ts +357 -111
  4. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +41 -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 +8 -6
  46. package/dist-types/ts3.4/models/index.d.ts +1 -1
  47. package/dist-types/ts3.4/models/models_0.d.ts +3263 -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 +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  63. package/package.json +34 -34
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
- import { CreateVirtualGatewayInput, CreateVirtualGatewayOutput } from "../models/models_0";
5
- export interface CreateVirtualGatewayCommandInput extends CreateVirtualGatewayInput {
6
- }
7
- export interface CreateVirtualGatewayCommandOutput extends CreateVirtualGatewayOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateVirtualGatewayCommand extends $Command<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: CreateVirtualGatewayCommandInput;
12
- constructor(input: CreateVirtualGatewayCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ CreateVirtualGatewayInput,
15
+ CreateVirtualGatewayOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateVirtualGatewayCommandInput
18
+ extends CreateVirtualGatewayInput {}
19
+ export interface CreateVirtualGatewayCommandOutput
20
+ extends CreateVirtualGatewayOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateVirtualGatewayCommand extends $Command<
24
+ CreateVirtualGatewayCommandInput,
25
+ CreateVirtualGatewayCommandOutput,
26
+ AppMeshClientResolvedConfig
27
+ > {
28
+ readonly input: CreateVirtualGatewayCommandInput;
29
+ constructor(input: CreateVirtualGatewayCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppMeshClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateVirtualGatewayCommandInput,
37
+ CreateVirtualGatewayCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
- import { CreateVirtualNodeInput, CreateVirtualNodeOutput } from "../models/models_0";
5
- export interface CreateVirtualNodeCommandInput extends CreateVirtualNodeInput {
6
- }
7
- export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateVirtualNodeCommand extends $Command<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: CreateVirtualNodeCommandInput;
12
- constructor(input: CreateVirtualNodeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ CreateVirtualNodeInput,
15
+ CreateVirtualNodeOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateVirtualNodeCommandInput extends CreateVirtualNodeInput {}
18
+ export interface CreateVirtualNodeCommandOutput
19
+ extends CreateVirtualNodeOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateVirtualNodeCommand extends $Command<
23
+ CreateVirtualNodeCommandInput,
24
+ CreateVirtualNodeCommandOutput,
25
+ AppMeshClientResolvedConfig
26
+ > {
27
+ readonly input: CreateVirtualNodeCommandInput;
28
+ constructor(input: CreateVirtualNodeCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppMeshClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
- import { CreateVirtualRouterInput, CreateVirtualRouterOutput } from "../models/models_0";
5
- export interface CreateVirtualRouterCommandInput extends CreateVirtualRouterInput {
6
- }
7
- export interface CreateVirtualRouterCommandOutput extends CreateVirtualRouterOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateVirtualRouterCommand extends $Command<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: CreateVirtualRouterCommandInput;
12
- constructor(input: CreateVirtualRouterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ CreateVirtualRouterInput,
15
+ CreateVirtualRouterOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateVirtualRouterCommandInput
18
+ extends CreateVirtualRouterInput {}
19
+ export interface CreateVirtualRouterCommandOutput
20
+ extends CreateVirtualRouterOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateVirtualRouterCommand extends $Command<
24
+ CreateVirtualRouterCommandInput,
25
+ CreateVirtualRouterCommandOutput,
26
+ AppMeshClientResolvedConfig
27
+ > {
28
+ readonly input: CreateVirtualRouterCommandInput;
29
+ constructor(input: CreateVirtualRouterCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppMeshClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
- import { CreateVirtualServiceInput, CreateVirtualServiceOutput } from "../models/models_0";
5
- export interface CreateVirtualServiceCommandInput extends CreateVirtualServiceInput {
6
- }
7
- export interface CreateVirtualServiceCommandOutput extends CreateVirtualServiceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateVirtualServiceCommand extends $Command<CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: CreateVirtualServiceCommandInput;
12
- constructor(input: CreateVirtualServiceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ CreateVirtualServiceInput,
15
+ CreateVirtualServiceOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateVirtualServiceCommandInput
18
+ extends CreateVirtualServiceInput {}
19
+ export interface CreateVirtualServiceCommandOutput
20
+ extends CreateVirtualServiceOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateVirtualServiceCommand extends $Command<
24
+ CreateVirtualServiceCommandInput,
25
+ CreateVirtualServiceCommandOutput,
26
+ AppMeshClientResolvedConfig
27
+ > {
28
+ readonly input: CreateVirtualServiceCommandInput;
29
+ constructor(input: CreateVirtualServiceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppMeshClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateVirtualServiceCommandInput,
37
+ CreateVirtualServiceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
- import { DeleteGatewayRouteInput, DeleteGatewayRouteOutput } from "../models/models_0";
5
- export interface DeleteGatewayRouteCommandInput extends DeleteGatewayRouteInput {
6
- }
7
- export interface DeleteGatewayRouteCommandOutput extends DeleteGatewayRouteOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteGatewayRouteCommand extends $Command<DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: DeleteGatewayRouteCommandInput;
12
- constructor(input: DeleteGatewayRouteCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ DeleteGatewayRouteInput,
15
+ DeleteGatewayRouteOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteGatewayRouteCommandInput
18
+ extends DeleteGatewayRouteInput {}
19
+ export interface DeleteGatewayRouteCommandOutput
20
+ extends DeleteGatewayRouteOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteGatewayRouteCommand extends $Command<
24
+ DeleteGatewayRouteCommandInput,
25
+ DeleteGatewayRouteCommandOutput,
26
+ AppMeshClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteGatewayRouteCommandInput;
29
+ constructor(input: DeleteGatewayRouteCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppMeshClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
- import { DeleteMeshInput, DeleteMeshOutput } from "../models/models_0";
5
- export interface DeleteMeshCommandInput extends DeleteMeshInput {
6
- }
7
- export interface DeleteMeshCommandOutput extends DeleteMeshOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMeshCommand extends $Command<DeleteMeshCommandInput, DeleteMeshCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: DeleteMeshCommandInput;
12
- constructor(input: DeleteMeshCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMeshCommandInput, DeleteMeshCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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 { DeleteMeshInput, DeleteMeshOutput } from "../models/models_0";
14
+ export interface DeleteMeshCommandInput extends DeleteMeshInput {}
15
+ export interface DeleteMeshCommandOutput
16
+ extends DeleteMeshOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteMeshCommand extends $Command<
20
+ DeleteMeshCommandInput,
21
+ DeleteMeshCommandOutput,
22
+ AppMeshClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteMeshCommandInput;
25
+ constructor(input: DeleteMeshCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppMeshClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteMeshCommandInput, DeleteMeshCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
- import { DeleteRouteInput, DeleteRouteOutput } from "../models/models_0";
5
- export interface DeleteRouteCommandInput extends DeleteRouteInput {
6
- }
7
- export interface DeleteRouteCommandOutput extends DeleteRouteOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRouteCommand extends $Command<DeleteRouteCommandInput, DeleteRouteCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: DeleteRouteCommandInput;
12
- constructor(input: DeleteRouteCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRouteCommandInput, DeleteRouteCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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 { DeleteRouteInput, DeleteRouteOutput } from "../models/models_0";
14
+ export interface DeleteRouteCommandInput extends DeleteRouteInput {}
15
+ export interface DeleteRouteCommandOutput
16
+ extends DeleteRouteOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteRouteCommand extends $Command<
20
+ DeleteRouteCommandInput,
21
+ DeleteRouteCommandOutput,
22
+ AppMeshClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteRouteCommandInput;
25
+ constructor(input: DeleteRouteCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppMeshClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteRouteCommandInput, DeleteRouteCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
- import { DeleteVirtualGatewayInput, DeleteVirtualGatewayOutput } from "../models/models_0";
5
- export interface DeleteVirtualGatewayCommandInput extends DeleteVirtualGatewayInput {
6
- }
7
- export interface DeleteVirtualGatewayCommandOutput extends DeleteVirtualGatewayOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteVirtualGatewayCommand extends $Command<DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: DeleteVirtualGatewayCommandInput;
12
- constructor(input: DeleteVirtualGatewayCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ DeleteVirtualGatewayInput,
15
+ DeleteVirtualGatewayOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteVirtualGatewayCommandInput
18
+ extends DeleteVirtualGatewayInput {}
19
+ export interface DeleteVirtualGatewayCommandOutput
20
+ extends DeleteVirtualGatewayOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteVirtualGatewayCommand extends $Command<
24
+ DeleteVirtualGatewayCommandInput,
25
+ DeleteVirtualGatewayCommandOutput,
26
+ AppMeshClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteVirtualGatewayCommandInput;
29
+ constructor(input: DeleteVirtualGatewayCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppMeshClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteVirtualGatewayCommandInput,
37
+ DeleteVirtualGatewayCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { DeleteVirtualNodeInput, DeleteVirtualNodeOutput } from "../models/models_0";
5
- export interface DeleteVirtualNodeCommandInput extends DeleteVirtualNodeInput {
6
- }
7
- export interface DeleteVirtualNodeCommandOutput extends DeleteVirtualNodeOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteVirtualNodeCommand extends $Command<DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: DeleteVirtualNodeCommandInput;
12
- constructor(input: DeleteVirtualNodeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput>;
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
+ DeleteVirtualNodeInput,
15
+ DeleteVirtualNodeOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteVirtualNodeCommandInput extends DeleteVirtualNodeInput {}
18
+ export interface DeleteVirtualNodeCommandOutput
19
+ extends DeleteVirtualNodeOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteVirtualNodeCommand extends $Command<
23
+ DeleteVirtualNodeCommandInput,
24
+ DeleteVirtualNodeCommandOutput,
25
+ AppMeshClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteVirtualNodeCommandInput;
28
+ constructor(input: DeleteVirtualNodeCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppMeshClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
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 { DeleteVirtualRouterInput, DeleteVirtualRouterOutput } from "../models/models_0";
5
- export interface DeleteVirtualRouterCommandInput extends DeleteVirtualRouterInput {
6
- }
7
- export interface DeleteVirtualRouterCommandOutput extends DeleteVirtualRouterOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteVirtualRouterCommand extends $Command<DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: DeleteVirtualRouterCommandInput;
12
- constructor(input: DeleteVirtualRouterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput>;
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
+ DeleteVirtualRouterInput,
15
+ DeleteVirtualRouterOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteVirtualRouterCommandInput
18
+ extends DeleteVirtualRouterInput {}
19
+ export interface DeleteVirtualRouterCommandOutput
20
+ extends DeleteVirtualRouterOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteVirtualRouterCommand extends $Command<
24
+ DeleteVirtualRouterCommandInput,
25
+ DeleteVirtualRouterCommandOutput,
26
+ AppMeshClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteVirtualRouterCommandInput;
29
+ constructor(input: DeleteVirtualRouterCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppMeshClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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 { DeleteVirtualServiceInput, DeleteVirtualServiceOutput } from "../models/models_0";
5
- export interface DeleteVirtualServiceCommandInput extends DeleteVirtualServiceInput {
6
- }
7
- export interface DeleteVirtualServiceCommandOutput extends DeleteVirtualServiceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteVirtualServiceCommand extends $Command<DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: DeleteVirtualServiceCommandInput;
12
- constructor(input: DeleteVirtualServiceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput>;
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
+ DeleteVirtualServiceInput,
15
+ DeleteVirtualServiceOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteVirtualServiceCommandInput
18
+ extends DeleteVirtualServiceInput {}
19
+ export interface DeleteVirtualServiceCommandOutput
20
+ extends DeleteVirtualServiceOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteVirtualServiceCommand extends $Command<
24
+ DeleteVirtualServiceCommandInput,
25
+ DeleteVirtualServiceCommandOutput,
26
+ AppMeshClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteVirtualServiceCommandInput;
29
+ constructor(input: DeleteVirtualServiceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppMeshClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteVirtualServiceCommandInput,
37
+ DeleteVirtualServiceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }