@aws-sdk/client-app-mesh 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/AppMesh.d.ts +650 -195
- package/dist-types/ts3.4/AppMeshClient.d.ts +332 -111
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +38 -38
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AppMeshServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2456 -3047
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListGatewayRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMeshesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualNodesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualRoutersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +461 -116
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeGatewayRouteInput,
|
|
15
|
+
DescribeGatewayRouteOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeGatewayRouteCommandInput
|
|
18
|
+
extends DescribeGatewayRouteInput {}
|
|
19
|
+
export interface DescribeGatewayRouteCommandOutput
|
|
20
|
+
extends DescribeGatewayRouteOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeGatewayRouteCommand extends $Command<
|
|
23
|
+
DescribeGatewayRouteCommandInput,
|
|
24
|
+
DescribeGatewayRouteCommandOutput,
|
|
25
|
+
AppMeshClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeGatewayRouteCommandInput;
|
|
28
|
+
constructor(input: DescribeGatewayRouteCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppMeshClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeGatewayRouteCommandInput,
|
|
35
|
+
DescribeGatewayRouteCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import { DescribeMeshInput, DescribeMeshOutput } from "../models/models_0";
|
|
14
|
+
export interface DescribeMeshCommandInput extends DescribeMeshInput {}
|
|
15
|
+
export interface DescribeMeshCommandOutput
|
|
16
|
+
extends DescribeMeshOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DescribeMeshCommand extends $Command<
|
|
19
|
+
DescribeMeshCommandInput,
|
|
20
|
+
DescribeMeshCommandOutput,
|
|
21
|
+
AppMeshClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DescribeMeshCommandInput;
|
|
24
|
+
constructor(input: DescribeMeshCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppMeshClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DescribeMeshCommandInput, DescribeMeshCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import { DescribeRouteInput, DescribeRouteOutput } from "../models/models_0";
|
|
14
|
+
export interface DescribeRouteCommandInput extends DescribeRouteInput {}
|
|
15
|
+
export interface DescribeRouteCommandOutput
|
|
16
|
+
extends DescribeRouteOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DescribeRouteCommand extends $Command<
|
|
19
|
+
DescribeRouteCommandInput,
|
|
20
|
+
DescribeRouteCommandOutput,
|
|
21
|
+
AppMeshClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DescribeRouteCommandInput;
|
|
24
|
+
constructor(input: DescribeRouteCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppMeshClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DescribeRouteCommandInput, DescribeRouteCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeVirtualGatewayInput,
|
|
15
|
+
DescribeVirtualGatewayOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeVirtualGatewayCommandInput
|
|
18
|
+
extends DescribeVirtualGatewayInput {}
|
|
19
|
+
export interface DescribeVirtualGatewayCommandOutput
|
|
20
|
+
extends DescribeVirtualGatewayOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeVirtualGatewayCommand extends $Command<
|
|
23
|
+
DescribeVirtualGatewayCommandInput,
|
|
24
|
+
DescribeVirtualGatewayCommandOutput,
|
|
25
|
+
AppMeshClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeVirtualGatewayCommandInput;
|
|
28
|
+
constructor(input: DescribeVirtualGatewayCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppMeshClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeVirtualGatewayCommandInput,
|
|
35
|
+
DescribeVirtualGatewayCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeVirtualNodeInput,
|
|
15
|
+
DescribeVirtualNodeOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeVirtualNodeCommandInput
|
|
18
|
+
extends DescribeVirtualNodeInput {}
|
|
19
|
+
export interface DescribeVirtualNodeCommandOutput
|
|
20
|
+
extends DescribeVirtualNodeOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeVirtualNodeCommand extends $Command<
|
|
23
|
+
DescribeVirtualNodeCommandInput,
|
|
24
|
+
DescribeVirtualNodeCommandOutput,
|
|
25
|
+
AppMeshClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeVirtualNodeCommandInput;
|
|
28
|
+
constructor(input: DescribeVirtualNodeCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppMeshClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DescribeVirtualNodeCommandInput, DescribeVirtualNodeCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeVirtualRouterInput,
|
|
15
|
+
DescribeVirtualRouterOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeVirtualRouterCommandInput
|
|
18
|
+
extends DescribeVirtualRouterInput {}
|
|
19
|
+
export interface DescribeVirtualRouterCommandOutput
|
|
20
|
+
extends DescribeVirtualRouterOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeVirtualRouterCommand extends $Command<
|
|
23
|
+
DescribeVirtualRouterCommandInput,
|
|
24
|
+
DescribeVirtualRouterCommandOutput,
|
|
25
|
+
AppMeshClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeVirtualRouterCommandInput;
|
|
28
|
+
constructor(input: DescribeVirtualRouterCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppMeshClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeVirtualRouterCommandInput,
|
|
35
|
+
DescribeVirtualRouterCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeVirtualServiceInput,
|
|
15
|
+
DescribeVirtualServiceOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeVirtualServiceCommandInput
|
|
18
|
+
extends DescribeVirtualServiceInput {}
|
|
19
|
+
export interface DescribeVirtualServiceCommandOutput
|
|
20
|
+
extends DescribeVirtualServiceOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeVirtualServiceCommand extends $Command<
|
|
23
|
+
DescribeVirtualServiceCommandInput,
|
|
24
|
+
DescribeVirtualServiceCommandOutput,
|
|
25
|
+
AppMeshClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeVirtualServiceCommandInput;
|
|
28
|
+
constructor(input: DescribeVirtualServiceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppMeshClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeVirtualServiceCommandInput,
|
|
35
|
+
DescribeVirtualServiceCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import {
|
|
14
|
+
ListGatewayRoutesInput,
|
|
15
|
+
ListGatewayRoutesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListGatewayRoutesCommandInput extends ListGatewayRoutesInput {}
|
|
18
|
+
export interface ListGatewayRoutesCommandOutput
|
|
19
|
+
extends ListGatewayRoutesOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListGatewayRoutesCommand extends $Command<
|
|
22
|
+
ListGatewayRoutesCommandInput,
|
|
23
|
+
ListGatewayRoutesCommandOutput,
|
|
24
|
+
AppMeshClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListGatewayRoutesCommandInput;
|
|
27
|
+
constructor(input: ListGatewayRoutesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: AppMeshClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import { ListMeshesInput, ListMeshesOutput } from "../models/models_0";
|
|
14
|
+
export interface ListMeshesCommandInput extends ListMeshesInput {}
|
|
15
|
+
export interface ListMeshesCommandOutput
|
|
16
|
+
extends ListMeshesOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListMeshesCommand extends $Command<
|
|
19
|
+
ListMeshesCommandInput,
|
|
20
|
+
ListMeshesCommandOutput,
|
|
21
|
+
AppMeshClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListMeshesCommandInput;
|
|
24
|
+
constructor(input: ListMeshesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppMeshClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListMeshesCommandInput, ListMeshesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import { ListRoutesInput, ListRoutesOutput } from "../models/models_0";
|
|
14
|
+
export interface ListRoutesCommandInput extends ListRoutesInput {}
|
|
15
|
+
export interface ListRoutesCommandOutput
|
|
16
|
+
extends ListRoutesOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListRoutesCommand extends $Command<
|
|
19
|
+
ListRoutesCommandInput,
|
|
20
|
+
ListRoutesCommandOutput,
|
|
21
|
+
AppMeshClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListRoutesCommandInput;
|
|
24
|
+
constructor(input: ListRoutesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppMeshClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListRoutesCommandInput, ListRoutesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTagsForResourceInput,
|
|
15
|
+
ListTagsForResourceOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceInput {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
AppMeshClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppMeshClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|