@aws-sdk/client-app-mesh 3.1076.0 → 3.1078.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 +49 -385
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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
|
DeleteVirtualNodeInput,
|
|
10
4
|
DeleteVirtualNodeOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteVirtualNodeCommandInput extends DeleteVirtualNodeInput {}
|
|
15
8
|
export interface DeleteVirtualNodeCommandOutput
|
|
16
9
|
extends DeleteVirtualNodeOutput,
|
|
@@ -21,22 +14,20 @@ declare const DeleteVirtualNodeCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteVirtualNodeCommandInput,
|
|
23
16
|
DeleteVirtualNodeCommandOutput,
|
|
24
|
-
AppMeshClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AppMeshClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteVirtualNodeCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteVirtualNodeCommandInput,
|
|
32
25
|
DeleteVirtualNodeCommandOutput,
|
|
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 DeleteVirtualNodeCommand extends DeleteVirtualNodeCommand_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
|
DeleteVirtualRouterInput,
|
|
10
4
|
DeleteVirtualRouterOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteVirtualRouterCommandInput
|
|
15
8
|
extends DeleteVirtualRouterInput {}
|
|
16
9
|
export interface DeleteVirtualRouterCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteVirtualRouterCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteVirtualRouterCommandInput,
|
|
24
17
|
DeleteVirtualRouterCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteVirtualRouterCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteVirtualRouterCommandInput,
|
|
33
26
|
DeleteVirtualRouterCommandOutput,
|
|
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 DeleteVirtualRouterCommand extends DeleteVirtualRouterCommand_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
|
DeleteVirtualServiceInput,
|
|
10
4
|
DeleteVirtualServiceOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteVirtualServiceCommandInput
|
|
15
8
|
extends DeleteVirtualServiceInput {}
|
|
16
9
|
export interface DeleteVirtualServiceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteVirtualServiceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteVirtualServiceCommandInput,
|
|
24
17
|
DeleteVirtualServiceCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteVirtualServiceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteVirtualServiceCommandInput,
|
|
33
26
|
DeleteVirtualServiceCommandOutput,
|
|
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 DeleteVirtualServiceCommand extends DeleteVirtualServiceCommand_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
|
DescribeGatewayRouteInput,
|
|
10
4
|
DescribeGatewayRouteOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeGatewayRouteCommandInput
|
|
15
8
|
extends DescribeGatewayRouteInput {}
|
|
16
9
|
export interface DescribeGatewayRouteCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeGatewayRouteCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeGatewayRouteCommandInput,
|
|
24
17
|
DescribeGatewayRouteCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeGatewayRouteCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeGatewayRouteCommandInput,
|
|
33
26
|
DescribeGatewayRouteCommandOutput,
|
|
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 DescribeGatewayRouteCommand extends DescribeGatewayRouteCommand_base {
|
|
43
34
|
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 { 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: {
|