@aws-sdk/client-app-mesh 3.533.0 → 3.535.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-types/AppMesh.d.ts +2 -1
- package/dist-types/AppMeshClient.d.ts +1 -1
- package/dist-types/commands/CreateGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateMeshCommand.d.ts +2 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateVirtualNodeCommand.d.ts +2 -1
- package/dist-types/commands/CreateVirtualRouterCommand.d.ts +2 -1
- package/dist-types/commands/CreateVirtualServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMeshCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMeshCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRouteCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +2 -1
- package/dist-types/commands/ListGatewayRoutesCommand.d.ts +2 -1
- package/dist-types/commands/ListMeshesCommand.d.ts +2 -1
- package/dist-types/commands/ListRoutesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/ListVirtualNodesCommand.d.ts +2 -1
- package/dist-types/commands/ListVirtualRoutersCommand.d.ts +2 -1
- package/dist-types/commands/ListVirtualServicesCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMeshCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRouteCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +795 -795
- package/dist-types/ts3.4/AppMesh.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -439,6 +439,7 @@ export interface AppMesh {
|
|
|
439
439
|
options: __HttpHandlerOptions,
|
|
440
440
|
cb: (err: any, data?: ListGatewayRoutesCommandOutput) => void
|
|
441
441
|
): void;
|
|
442
|
+
listMeshes(): Promise<ListMeshesCommandOutput>;
|
|
442
443
|
listMeshes(
|
|
443
444
|
args: ListMeshesCommandInput,
|
|
444
445
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const CreateGatewayRouteCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateGatewayRouteCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateGatewayRouteCommandInput,
|
|
32
|
+
CreateGatewayRouteCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateGatewayRouteCommand extends CreateGatewayRouteCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateMeshCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateMeshCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateMeshCommandInput,
|
|
28
|
+
CreateMeshCommandOutput,
|
|
29
|
+
AppMeshClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateMeshCommand extends CreateMeshCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateRouteCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateRouteCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateRouteCommandInput,
|
|
28
|
+
CreateRouteCommandOutput,
|
|
29
|
+
AppMeshClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateRouteCommand extends CreateRouteCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateVirtualGatewayCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateVirtualGatewayCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateVirtualGatewayCommandInput,
|
|
32
|
+
CreateVirtualGatewayCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateVirtualGatewayCommand extends CreateVirtualGatewayCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateVirtualNodeCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateVirtualNodeCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateVirtualNodeCommandInput,
|
|
31
|
+
CreateVirtualNodeCommandOutput,
|
|
32
|
+
AppMeshClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateVirtualNodeCommand extends CreateVirtualNodeCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateVirtualRouterCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateVirtualRouterCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateVirtualRouterCommandInput,
|
|
32
|
+
CreateVirtualRouterCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateVirtualRouterCommand extends CreateVirtualRouterCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateVirtualServiceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateVirtualServiceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateVirtualServiceCommandInput,
|
|
32
|
+
CreateVirtualServiceCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateVirtualServiceCommand extends CreateVirtualServiceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteGatewayRouteCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteGatewayRouteCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteGatewayRouteCommandInput,
|
|
32
|
+
DeleteGatewayRouteCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteGatewayRouteCommand extends DeleteGatewayRouteCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteMeshCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteMeshCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteMeshCommandInput,
|
|
28
|
+
DeleteMeshCommandOutput,
|
|
29
|
+
AppMeshClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteMeshCommand extends DeleteMeshCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteRouteCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteRouteCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteRouteCommandInput,
|
|
28
|
+
DeleteRouteCommandOutput,
|
|
29
|
+
AppMeshClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteRouteCommand extends DeleteRouteCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteVirtualGatewayCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteVirtualGatewayCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteVirtualGatewayCommandInput,
|
|
32
|
+
DeleteVirtualGatewayCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteVirtualGatewayCommand extends DeleteVirtualGatewayCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteVirtualNodeCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteVirtualNodeCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteVirtualNodeCommandInput,
|
|
31
|
+
DeleteVirtualNodeCommandOutput,
|
|
32
|
+
AppMeshClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteVirtualNodeCommand extends DeleteVirtualNodeCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteVirtualRouterCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteVirtualRouterCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteVirtualRouterCommandInput,
|
|
32
|
+
DeleteVirtualRouterCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteVirtualRouterCommand extends DeleteVirtualRouterCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteVirtualServiceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteVirtualServiceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteVirtualServiceCommandInput,
|
|
32
|
+
DeleteVirtualServiceCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteVirtualServiceCommand extends DeleteVirtualServiceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeGatewayRouteCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeGatewayRouteCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeGatewayRouteCommandInput,
|
|
32
|
+
DescribeGatewayRouteCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeGatewayRouteCommand extends DescribeGatewayRouteCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeMeshCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DescribeMeshCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeMeshCommandInput,
|
|
28
|
+
DescribeMeshCommandOutput,
|
|
29
|
+
AppMeshClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeMeshCommand extends DescribeMeshCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeRouteCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DescribeRouteCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeRouteCommandInput,
|
|
28
|
+
DescribeRouteCommandOutput,
|
|
29
|
+
AppMeshClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeRouteCommand extends DescribeRouteCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeVirtualGatewayCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeVirtualGatewayCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeVirtualGatewayCommandInput,
|
|
32
|
+
DescribeVirtualGatewayCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeVirtualGatewayCommand extends DescribeVirtualGatewayCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeVirtualNodeCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeVirtualNodeCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeVirtualNodeCommandInput,
|
|
32
|
+
DescribeVirtualNodeCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeVirtualNodeCommand extends DescribeVirtualNodeCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeVirtualRouterCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeVirtualRouterCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeVirtualRouterCommandInput,
|
|
32
|
+
DescribeVirtualRouterCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeVirtualRouterCommand extends DescribeVirtualRouterCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeVirtualServiceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeVirtualServiceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeVirtualServiceCommandInput,
|
|
32
|
+
DescribeVirtualServiceCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeVirtualServiceCommand extends DescribeVirtualServiceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListGatewayRoutesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListGatewayRoutesCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListGatewayRoutesCommandInput,
|
|
31
|
+
ListGatewayRoutesCommandOutput,
|
|
32
|
+
AppMeshClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListGatewayRoutesCommand extends ListGatewayRoutesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListMeshesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListMeshesCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListMeshesCommandInput,
|
|
28
|
+
ListMeshesCommandOutput,
|
|
29
|
+
AppMeshClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListMeshesCommand extends ListMeshesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListRoutesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListRoutesCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListRoutesCommandInput,
|
|
28
|
+
ListRoutesCommandOutput,
|
|
29
|
+
AppMeshClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListRoutesCommand extends ListRoutesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListVirtualGatewaysCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListVirtualGatewaysCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListVirtualGatewaysCommandInput,
|
|
32
|
+
ListVirtualGatewaysCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListVirtualGatewaysCommand extends ListVirtualGatewaysCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListVirtualNodesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListVirtualNodesCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListVirtualNodesCommandInput,
|
|
31
|
+
ListVirtualNodesCommandOutput,
|
|
32
|
+
AppMeshClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListVirtualNodesCommand extends ListVirtualNodesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListVirtualRoutersCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListVirtualRoutersCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListVirtualRoutersCommandInput,
|
|
32
|
+
ListVirtualRoutersCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListVirtualRoutersCommand extends ListVirtualRoutersCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListVirtualServicesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListVirtualServicesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListVirtualServicesCommandInput,
|
|
32
|
+
ListVirtualServicesCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListVirtualServicesCommand extends ListVirtualServicesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
AppMeshClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UntagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UntagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UntagResourceCommandInput,
|
|
28
|
+
UntagResourceCommandOutput,
|
|
29
|
+
AppMeshClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateGatewayRouteCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateGatewayRouteCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateGatewayRouteCommandInput,
|
|
32
|
+
UpdateGatewayRouteCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateGatewayRouteCommand extends UpdateGatewayRouteCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateMeshCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateMeshCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateMeshCommandInput,
|
|
28
|
+
UpdateMeshCommandOutput,
|
|
29
|
+
AppMeshClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateMeshCommand extends UpdateMeshCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateRouteCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateRouteCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateRouteCommandInput,
|
|
28
|
+
UpdateRouteCommandOutput,
|
|
29
|
+
AppMeshClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateRouteCommand extends UpdateRouteCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateVirtualGatewayCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateVirtualGatewayCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateVirtualGatewayCommandInput,
|
|
32
|
+
UpdateVirtualGatewayCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateVirtualGatewayCommand extends UpdateVirtualGatewayCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateVirtualNodeCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateVirtualNodeCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateVirtualNodeCommandInput,
|
|
31
|
+
UpdateVirtualNodeCommandOutput,
|
|
32
|
+
AppMeshClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateVirtualNodeCommand extends UpdateVirtualNodeCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateVirtualRouterCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateVirtualRouterCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateVirtualRouterCommandInput,
|
|
32
|
+
UpdateVirtualRouterCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateVirtualRouterCommand extends UpdateVirtualRouterCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateVirtualServiceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateVirtualServiceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateVirtualServiceCommandInput,
|
|
32
|
+
UpdateVirtualServiceCommandOutput,
|
|
33
|
+
AppMeshClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateVirtualServiceCommand extends UpdateVirtualServiceCommand_base {}
|