@aws-sdk/client-app-mesh 3.1077.0 → 3.1079.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/dist-cjs/index.js +46 -383
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateGatewayRouteCommand.js +2 -14
- package/dist-es/commands/CreateMeshCommand.js +2 -14
- package/dist-es/commands/CreateRouteCommand.js +2 -14
- package/dist-es/commands/CreateVirtualGatewayCommand.js +2 -14
- package/dist-es/commands/CreateVirtualNodeCommand.js +2 -14
- package/dist-es/commands/CreateVirtualRouterCommand.js +2 -14
- package/dist-es/commands/CreateVirtualServiceCommand.js +2 -14
- package/dist-es/commands/DeleteGatewayRouteCommand.js +2 -14
- package/dist-es/commands/DeleteMeshCommand.js +2 -14
- package/dist-es/commands/DeleteRouteCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualNodeCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualRouterCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualServiceCommand.js +2 -14
- package/dist-es/commands/DescribeGatewayRouteCommand.js +2 -14
- package/dist-es/commands/DescribeMeshCommand.js +2 -14
- package/dist-es/commands/DescribeRouteCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualGatewayCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualNodeCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualRouterCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualServiceCommand.js +2 -14
- package/dist-es/commands/ListGatewayRoutesCommand.js +2 -14
- package/dist-es/commands/ListMeshesCommand.js +2 -14
- package/dist-es/commands/ListRoutesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVirtualGatewaysCommand.js +2 -14
- package/dist-es/commands/ListVirtualNodesCommand.js +2 -14
- package/dist-es/commands/ListVirtualRoutersCommand.js +2 -14
- package/dist-es/commands/ListVirtualServicesCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateGatewayRouteCommand.js +2 -14
- package/dist-es/commands/UpdateMeshCommand.js +2 -14
- package/dist-es/commands/UpdateRouteCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualGatewayCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualNodeCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualRouterCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualServiceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateGatewayRouteCommand.d.ts +3 -8
- package/dist-types/commands/CreateMeshCommand.d.ts +3 -8
- package/dist-types/commands/CreateRouteCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualNodeCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualRouterCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMeshCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRouteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMeshCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRouteCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +3 -8
- package/dist-types/commands/ListGatewayRoutesCommand.d.ts +3 -8
- package/dist-types/commands/ListMeshesCommand.d.ts +3 -8
- package/dist-types/commands/ListRoutesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualNodesCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualRoutersCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualServicesCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMeshCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRouteCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import { DescribeMeshInput, DescribeMeshOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DescribeMeshCommandInput extends DescribeMeshInput {}
|
|
12
5
|
export interface DescribeMeshCommandOutput
|
|
13
6
|
extends DescribeMeshOutput,
|
|
@@ -18,22 +11,20 @@ declare const DescribeMeshCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DescribeMeshCommandInput,
|
|
20
13
|
DescribeMeshCommandOutput,
|
|
21
|
-
AppMeshClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppMeshClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DescribeMeshCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DescribeMeshCommandInput,
|
|
29
22
|
DescribeMeshCommandOutput,
|
|
30
|
-
AppMeshClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppMeshClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DescribeMeshCommand extends DescribeMeshCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import { DescribeRouteInput, DescribeRouteOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DescribeRouteCommandInput extends DescribeRouteInput {}
|
|
12
5
|
export interface DescribeRouteCommandOutput
|
|
13
6
|
extends DescribeRouteOutput,
|
|
@@ -18,22 +11,20 @@ declare const DescribeRouteCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DescribeRouteCommandInput,
|
|
20
13
|
DescribeRouteCommandOutput,
|
|
21
|
-
AppMeshClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppMeshClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DescribeRouteCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DescribeRouteCommandInput,
|
|
29
22
|
DescribeRouteCommandOutput,
|
|
30
|
-
AppMeshClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppMeshClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DescribeRouteCommand extends DescribeRouteCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeVirtualGatewayInput,
|
|
10
4
|
DescribeVirtualGatewayOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeVirtualGatewayCommandInput
|
|
15
8
|
extends DescribeVirtualGatewayInput {}
|
|
16
9
|
export interface DescribeVirtualGatewayCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeVirtualGatewayCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeVirtualGatewayCommandInput,
|
|
24
17
|
DescribeVirtualGatewayCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeVirtualGatewayCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeVirtualGatewayCommandInput,
|
|
33
26
|
DescribeVirtualGatewayCommandOutput,
|
|
34
|
-
AppMeshClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppMeshClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeVirtualGatewayCommand extends DescribeVirtualGatewayCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeVirtualNodeInput,
|
|
10
4
|
DescribeVirtualNodeOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeVirtualNodeCommandInput
|
|
15
8
|
extends DescribeVirtualNodeInput {}
|
|
16
9
|
export interface DescribeVirtualNodeCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeVirtualNodeCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeVirtualNodeCommandInput,
|
|
24
17
|
DescribeVirtualNodeCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeVirtualNodeCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeVirtualNodeCommandInput,
|
|
33
26
|
DescribeVirtualNodeCommandOutput,
|
|
34
|
-
AppMeshClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppMeshClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeVirtualNodeCommand extends DescribeVirtualNodeCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeVirtualRouterInput,
|
|
10
4
|
DescribeVirtualRouterOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeVirtualRouterCommandInput
|
|
15
8
|
extends DescribeVirtualRouterInput {}
|
|
16
9
|
export interface DescribeVirtualRouterCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeVirtualRouterCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeVirtualRouterCommandInput,
|
|
24
17
|
DescribeVirtualRouterCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeVirtualRouterCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeVirtualRouterCommandInput,
|
|
33
26
|
DescribeVirtualRouterCommandOutput,
|
|
34
|
-
AppMeshClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppMeshClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeVirtualRouterCommand extends DescribeVirtualRouterCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeVirtualServiceInput,
|
|
10
4
|
DescribeVirtualServiceOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeVirtualServiceCommandInput
|
|
15
8
|
extends DescribeVirtualServiceInput {}
|
|
16
9
|
export interface DescribeVirtualServiceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeVirtualServiceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeVirtualServiceCommandInput,
|
|
24
17
|
DescribeVirtualServiceCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeVirtualServiceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeVirtualServiceCommandInput,
|
|
33
26
|
DescribeVirtualServiceCommandOutput,
|
|
34
|
-
AppMeshClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppMeshClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeVirtualServiceCommand extends DescribeVirtualServiceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import {
|
|
9
3
|
ListGatewayRoutesInput,
|
|
10
4
|
ListGatewayRoutesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListGatewayRoutesCommandInput extends ListGatewayRoutesInput {}
|
|
15
8
|
export interface ListGatewayRoutesCommandOutput
|
|
16
9
|
extends ListGatewayRoutesOutput,
|
|
@@ -21,22 +14,20 @@ declare const ListGatewayRoutesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListGatewayRoutesCommandInput,
|
|
23
16
|
ListGatewayRoutesCommandOutput,
|
|
24
|
-
AppMeshClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AppMeshClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListGatewayRoutesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListGatewayRoutesCommandInput,
|
|
32
25
|
ListGatewayRoutesCommandOutput,
|
|
33
|
-
AppMeshClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AppMeshClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListGatewayRoutesCommand extends ListGatewayRoutesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import { ListMeshesInput, ListMeshesOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListMeshesCommandInput extends ListMeshesInput {}
|
|
12
5
|
export interface ListMeshesCommandOutput
|
|
13
6
|
extends ListMeshesOutput,
|
|
@@ -18,22 +11,20 @@ declare const ListMeshesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListMeshesCommandInput,
|
|
20
13
|
ListMeshesCommandOutput,
|
|
21
|
-
AppMeshClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppMeshClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListMeshesCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListMeshesCommandInput,
|
|
29
22
|
ListMeshesCommandOutput,
|
|
30
|
-
AppMeshClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppMeshClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListMeshesCommand extends ListMeshesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import { ListRoutesInput, ListRoutesOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListRoutesCommandInput extends ListRoutesInput {}
|
|
12
5
|
export interface ListRoutesCommandOutput
|
|
13
6
|
extends ListRoutesOutput,
|
|
@@ -18,22 +11,20 @@ declare const ListRoutesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListRoutesCommandInput,
|
|
20
13
|
ListRoutesCommandOutput,
|
|
21
|
-
AppMeshClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppMeshClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListRoutesCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListRoutesCommandInput,
|
|
29
22
|
ListRoutesCommandOutput,
|
|
30
|
-
AppMeshClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppMeshClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListRoutesCommand extends ListRoutesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceInput,
|
|
10
4
|
ListTagsForResourceOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceInput {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
AppMeshClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppMeshClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import {
|
|
9
3
|
ListVirtualGatewaysInput,
|
|
10
4
|
ListVirtualGatewaysOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListVirtualGatewaysCommandInput
|
|
15
8
|
extends ListVirtualGatewaysInput {}
|
|
16
9
|
export interface ListVirtualGatewaysCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListVirtualGatewaysCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListVirtualGatewaysCommandInput,
|
|
24
17
|
ListVirtualGatewaysCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListVirtualGatewaysCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListVirtualGatewaysCommandInput,
|
|
33
26
|
ListVirtualGatewaysCommandOutput,
|
|
34
|
-
AppMeshClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppMeshClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListVirtualGatewaysCommand extends ListVirtualGatewaysCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import {
|
|
9
3
|
ListVirtualNodesInput,
|
|
10
4
|
ListVirtualNodesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListVirtualNodesCommandInput extends ListVirtualNodesInput {}
|
|
15
8
|
export interface ListVirtualNodesCommandOutput
|
|
16
9
|
extends ListVirtualNodesOutput,
|
|
@@ -21,22 +14,20 @@ declare const ListVirtualNodesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListVirtualNodesCommandInput,
|
|
23
16
|
ListVirtualNodesCommandOutput,
|
|
24
|
-
AppMeshClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AppMeshClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListVirtualNodesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListVirtualNodesCommandInput,
|
|
32
25
|
ListVirtualNodesCommandOutput,
|
|
33
|
-
AppMeshClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AppMeshClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListVirtualNodesCommand extends ListVirtualNodesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import {
|
|
9
3
|
ListVirtualRoutersInput,
|
|
10
4
|
ListVirtualRoutersOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListVirtualRoutersCommandInput
|
|
15
8
|
extends ListVirtualRoutersInput {}
|
|
16
9
|
export interface ListVirtualRoutersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListVirtualRoutersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListVirtualRoutersCommandInput,
|
|
24
17
|
ListVirtualRoutersCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListVirtualRoutersCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListVirtualRoutersCommandInput,
|
|
33
26
|
ListVirtualRoutersCommandOutput,
|
|
34
|
-
AppMeshClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppMeshClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListVirtualRoutersCommand extends ListVirtualRoutersCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import {
|
|
9
3
|
ListVirtualServicesInput,
|
|
10
4
|
ListVirtualServicesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListVirtualServicesCommandInput
|
|
15
8
|
extends ListVirtualServicesInput {}
|
|
16
9
|
export interface ListVirtualServicesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListVirtualServicesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListVirtualServicesCommandInput,
|
|
24
17
|
ListVirtualServicesCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListVirtualServicesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListVirtualServicesCommandInput,
|
|
33
26
|
ListVirtualServicesCommandOutput,
|
|
34
|
-
AppMeshClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppMeshClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListVirtualServicesCommand extends ListVirtualServicesCommand_base {
|
|
43
34
|
protected static __types: {
|