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