@aws-sdk/client-app-mesh 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/AppMesh.d.ts +688 -195
- package/dist-types/ts3.4/AppMeshClient.d.ts +357 -111
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3263 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
ListVirtualGatewaysInput,
|
|
15
|
+
ListVirtualGatewaysOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListVirtualGatewaysCommandInput
|
|
18
|
+
extends ListVirtualGatewaysInput {}
|
|
19
|
+
export interface ListVirtualGatewaysCommandOutput
|
|
20
|
+
extends ListVirtualGatewaysOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListVirtualGatewaysCommand extends $Command<
|
|
24
|
+
ListVirtualGatewaysCommandInput,
|
|
25
|
+
ListVirtualGatewaysCommandOutput,
|
|
26
|
+
AppMeshClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListVirtualGatewaysCommandInput;
|
|
29
|
+
constructor(input: ListVirtualGatewaysCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppMeshClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
ListVirtualNodesInput,
|
|
15
|
+
ListVirtualNodesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListVirtualNodesCommandInput extends ListVirtualNodesInput {}
|
|
18
|
+
export interface ListVirtualNodesCommandOutput
|
|
19
|
+
extends ListVirtualNodesOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListVirtualNodesCommand extends $Command<
|
|
23
|
+
ListVirtualNodesCommandInput,
|
|
24
|
+
ListVirtualNodesCommandOutput,
|
|
25
|
+
AppMeshClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListVirtualNodesCommandInput;
|
|
28
|
+
constructor(input: ListVirtualNodesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppMeshClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListVirtualNodesCommandInput, ListVirtualNodesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
ListVirtualRoutersInput,
|
|
15
|
+
ListVirtualRoutersOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListVirtualRoutersCommandInput
|
|
18
|
+
extends ListVirtualRoutersInput {}
|
|
19
|
+
export interface ListVirtualRoutersCommandOutput
|
|
20
|
+
extends ListVirtualRoutersOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListVirtualRoutersCommand extends $Command<
|
|
24
|
+
ListVirtualRoutersCommandInput,
|
|
25
|
+
ListVirtualRoutersCommandOutput,
|
|
26
|
+
AppMeshClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListVirtualRoutersCommandInput;
|
|
29
|
+
constructor(input: ListVirtualRoutersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppMeshClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListVirtualRoutersCommandInput, ListVirtualRoutersCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
ListVirtualServicesInput,
|
|
15
|
+
ListVirtualServicesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListVirtualServicesCommandInput
|
|
18
|
+
extends ListVirtualServicesInput {}
|
|
19
|
+
export interface ListVirtualServicesCommandOutput
|
|
20
|
+
extends ListVirtualServicesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListVirtualServicesCommand extends $Command<
|
|
24
|
+
ListVirtualServicesCommandInput,
|
|
25
|
+
ListVirtualServicesCommandOutput,
|
|
26
|
+
AppMeshClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListVirtualServicesCommandInput;
|
|
29
|
+
constructor(input: ListVirtualServicesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppMeshClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
AppMeshClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AppMeshClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
15
|
+
export interface UntagResourceCommandOutput
|
|
16
|
+
extends UntagResourceOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UntagResourceCommand extends $Command<
|
|
20
|
+
UntagResourceCommandInput,
|
|
21
|
+
UntagResourceCommandOutput,
|
|
22
|
+
AppMeshClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UntagResourceCommandInput;
|
|
25
|
+
constructor(input: UntagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AppMeshClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
UpdateGatewayRouteInput,
|
|
15
|
+
UpdateGatewayRouteOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateGatewayRouteCommandInput
|
|
18
|
+
extends UpdateGatewayRouteInput {}
|
|
19
|
+
export interface UpdateGatewayRouteCommandOutput
|
|
20
|
+
extends UpdateGatewayRouteOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateGatewayRouteCommand extends $Command<
|
|
24
|
+
UpdateGatewayRouteCommandInput,
|
|
25
|
+
UpdateGatewayRouteCommandOutput,
|
|
26
|
+
AppMeshClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateGatewayRouteCommandInput;
|
|
29
|
+
constructor(input: UpdateGatewayRouteCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppMeshClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { UpdateMeshInput, UpdateMeshOutput } from "../models/models_0";
|
|
14
|
+
export interface UpdateMeshCommandInput extends UpdateMeshInput {}
|
|
15
|
+
export interface UpdateMeshCommandOutput
|
|
16
|
+
extends UpdateMeshOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdateMeshCommand extends $Command<
|
|
20
|
+
UpdateMeshCommandInput,
|
|
21
|
+
UpdateMeshCommandOutput,
|
|
22
|
+
AppMeshClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateMeshCommandInput;
|
|
25
|
+
constructor(input: UpdateMeshCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AppMeshClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UpdateMeshCommandInput, UpdateMeshCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { UpdateRouteInput, UpdateRouteOutput } from "../models/models_0";
|
|
14
|
+
export interface UpdateRouteCommandInput extends UpdateRouteInput {}
|
|
15
|
+
export interface UpdateRouteCommandOutput
|
|
16
|
+
extends UpdateRouteOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdateRouteCommand extends $Command<
|
|
20
|
+
UpdateRouteCommandInput,
|
|
21
|
+
UpdateRouteCommandOutput,
|
|
22
|
+
AppMeshClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateRouteCommandInput;
|
|
25
|
+
constructor(input: UpdateRouteCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AppMeshClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UpdateRouteCommandInput, UpdateRouteCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
UpdateVirtualGatewayInput,
|
|
15
|
+
UpdateVirtualGatewayOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateVirtualGatewayCommandInput
|
|
18
|
+
extends UpdateVirtualGatewayInput {}
|
|
19
|
+
export interface UpdateVirtualGatewayCommandOutput
|
|
20
|
+
extends UpdateVirtualGatewayOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateVirtualGatewayCommand extends $Command<
|
|
24
|
+
UpdateVirtualGatewayCommandInput,
|
|
25
|
+
UpdateVirtualGatewayCommandOutput,
|
|
26
|
+
AppMeshClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateVirtualGatewayCommandInput;
|
|
29
|
+
constructor(input: UpdateVirtualGatewayCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppMeshClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateVirtualGatewayCommandInput,
|
|
37
|
+
UpdateVirtualGatewayCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
UpdateVirtualNodeInput,
|
|
15
|
+
UpdateVirtualNodeOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateVirtualNodeCommandInput extends UpdateVirtualNodeInput {}
|
|
18
|
+
export interface UpdateVirtualNodeCommandOutput
|
|
19
|
+
extends UpdateVirtualNodeOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateVirtualNodeCommand extends $Command<
|
|
23
|
+
UpdateVirtualNodeCommandInput,
|
|
24
|
+
UpdateVirtualNodeCommandOutput,
|
|
25
|
+
AppMeshClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateVirtualNodeCommandInput;
|
|
28
|
+
constructor(input: UpdateVirtualNodeCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppMeshClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|