@aws-sdk/client-app-mesh 3.170.0 → 3.178.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/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/ts3.4/AppMesh.d.ts +0 -38
- package/dist-types/ts3.4/AppMeshClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AppMeshServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -807
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -15,7 +15,6 @@ export interface DescribeMeshCommandInput extends DescribeMeshInput {}
|
|
|
15
15
|
export interface DescribeMeshCommandOutput
|
|
16
16
|
extends DescribeMeshOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeMeshCommand extends $Command<
|
|
20
19
|
DescribeMeshCommandInput,
|
|
21
20
|
DescribeMeshCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeMeshCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeMeshCommandInput;
|
|
25
24
|
constructor(input: DescribeMeshCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeRouteCommandInput extends DescribeRouteInput {}
|
|
|
15
15
|
export interface DescribeRouteCommandOutput
|
|
16
16
|
extends DescribeRouteOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeRouteCommand extends $Command<
|
|
20
19
|
DescribeRouteCommandInput,
|
|
21
20
|
DescribeRouteCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeRouteCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeRouteCommandInput;
|
|
25
24
|
constructor(input: DescribeRouteCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeVirtualGatewayCommandInput
|
|
|
19
19
|
export interface DescribeVirtualGatewayCommandOutput
|
|
20
20
|
extends DescribeVirtualGatewayOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeVirtualGatewayCommand extends $Command<
|
|
24
23
|
DescribeVirtualGatewayCommandInput,
|
|
25
24
|
DescribeVirtualGatewayCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeVirtualGatewayCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeVirtualGatewayCommandInput;
|
|
29
28
|
constructor(input: DescribeVirtualGatewayCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeVirtualNodeCommandInput
|
|
|
19
19
|
export interface DescribeVirtualNodeCommandOutput
|
|
20
20
|
extends DescribeVirtualNodeOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeVirtualNodeCommand extends $Command<
|
|
24
23
|
DescribeVirtualNodeCommandInput,
|
|
25
24
|
DescribeVirtualNodeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeVirtualNodeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeVirtualNodeCommandInput;
|
|
29
28
|
constructor(input: DescribeVirtualNodeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeVirtualRouterCommandInput
|
|
|
19
19
|
export interface DescribeVirtualRouterCommandOutput
|
|
20
20
|
extends DescribeVirtualRouterOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeVirtualRouterCommand extends $Command<
|
|
24
23
|
DescribeVirtualRouterCommandInput,
|
|
25
24
|
DescribeVirtualRouterCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeVirtualRouterCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeVirtualRouterCommandInput;
|
|
29
28
|
constructor(input: DescribeVirtualRouterCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeVirtualServiceCommandInput
|
|
|
19
19
|
export interface DescribeVirtualServiceCommandOutput
|
|
20
20
|
extends DescribeVirtualServiceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeVirtualServiceCommand extends $Command<
|
|
24
23
|
DescribeVirtualServiceCommandInput,
|
|
25
24
|
DescribeVirtualServiceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeVirtualServiceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeVirtualServiceCommandInput;
|
|
29
28
|
constructor(input: DescribeVirtualServiceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListGatewayRoutesCommandInput extends ListGatewayRoutesInput {}
|
|
|
18
18
|
export interface ListGatewayRoutesCommandOutput
|
|
19
19
|
extends ListGatewayRoutesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListGatewayRoutesCommand extends $Command<
|
|
23
22
|
ListGatewayRoutesCommandInput,
|
|
24
23
|
ListGatewayRoutesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListGatewayRoutesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListGatewayRoutesCommandInput;
|
|
28
27
|
constructor(input: ListGatewayRoutesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListMeshesCommandInput extends ListMeshesInput {}
|
|
|
15
15
|
export interface ListMeshesCommandOutput
|
|
16
16
|
extends ListMeshesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListMeshesCommand extends $Command<
|
|
20
19
|
ListMeshesCommandInput,
|
|
21
20
|
ListMeshesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListMeshesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListMeshesCommandInput;
|
|
25
24
|
constructor(input: ListMeshesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListRoutesCommandInput extends ListRoutesInput {}
|
|
|
15
15
|
export interface ListRoutesCommandOutput
|
|
16
16
|
extends ListRoutesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListRoutesCommand extends $Command<
|
|
20
19
|
ListRoutesCommandInput,
|
|
21
20
|
ListRoutesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListRoutesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListRoutesCommandInput;
|
|
25
24
|
constructor(input: ListRoutesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListVirtualGatewaysCommandInput
|
|
|
19
19
|
export interface ListVirtualGatewaysCommandOutput
|
|
20
20
|
extends ListVirtualGatewaysOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListVirtualGatewaysCommand extends $Command<
|
|
24
23
|
ListVirtualGatewaysCommandInput,
|
|
25
24
|
ListVirtualGatewaysCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListVirtualGatewaysCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListVirtualGatewaysCommandInput;
|
|
29
28
|
constructor(input: ListVirtualGatewaysCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListVirtualNodesCommandInput extends ListVirtualNodesInput {}
|
|
|
18
18
|
export interface ListVirtualNodesCommandOutput
|
|
19
19
|
extends ListVirtualNodesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListVirtualNodesCommand extends $Command<
|
|
23
22
|
ListVirtualNodesCommandInput,
|
|
24
23
|
ListVirtualNodesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListVirtualNodesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListVirtualNodesCommandInput;
|
|
28
27
|
constructor(input: ListVirtualNodesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListVirtualRoutersCommandInput
|
|
|
19
19
|
export interface ListVirtualRoutersCommandOutput
|
|
20
20
|
extends ListVirtualRoutersOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListVirtualRoutersCommand extends $Command<
|
|
24
23
|
ListVirtualRoutersCommandInput,
|
|
25
24
|
ListVirtualRoutersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListVirtualRoutersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListVirtualRoutersCommandInput;
|
|
29
28
|
constructor(input: ListVirtualRoutersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListVirtualServicesCommandInput
|
|
|
19
19
|
export interface ListVirtualServicesCommandOutput
|
|
20
20
|
extends ListVirtualServicesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListVirtualServicesCommand extends $Command<
|
|
24
23
|
ListVirtualServicesCommandInput,
|
|
25
24
|
ListVirtualServicesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListVirtualServicesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListVirtualServicesCommandInput;
|
|
29
28
|
constructor(input: ListVirtualServicesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceInput {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
|
15
15
|
export interface UntagResourceCommandOutput
|
|
16
16
|
extends UntagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UntagResourceCommand extends $Command<
|
|
20
19
|
UntagResourceCommandInput,
|
|
21
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UntagResourceCommandInput;
|
|
25
24
|
constructor(input: UntagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateGatewayRouteCommandInput
|
|
|
19
19
|
export interface UpdateGatewayRouteCommandOutput
|
|
20
20
|
extends UpdateGatewayRouteOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateGatewayRouteCommand extends $Command<
|
|
24
23
|
UpdateGatewayRouteCommandInput,
|
|
25
24
|
UpdateGatewayRouteCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateGatewayRouteCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateGatewayRouteCommandInput;
|
|
29
28
|
constructor(input: UpdateGatewayRouteCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateMeshCommandInput extends UpdateMeshInput {}
|
|
|
15
15
|
export interface UpdateMeshCommandOutput
|
|
16
16
|
extends UpdateMeshOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateMeshCommand extends $Command<
|
|
20
19
|
UpdateMeshCommandInput,
|
|
21
20
|
UpdateMeshCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateMeshCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateMeshCommandInput;
|
|
25
24
|
constructor(input: UpdateMeshCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateRouteCommandInput extends UpdateRouteInput {}
|
|
|
15
15
|
export interface UpdateRouteCommandOutput
|
|
16
16
|
extends UpdateRouteOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateRouteCommand extends $Command<
|
|
20
19
|
UpdateRouteCommandInput,
|
|
21
20
|
UpdateRouteCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateRouteCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateRouteCommandInput;
|
|
25
24
|
constructor(input: UpdateRouteCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateVirtualGatewayCommandInput
|
|
|
19
19
|
export interface UpdateVirtualGatewayCommandOutput
|
|
20
20
|
extends UpdateVirtualGatewayOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateVirtualGatewayCommand extends $Command<
|
|
24
23
|
UpdateVirtualGatewayCommandInput,
|
|
25
24
|
UpdateVirtualGatewayCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateVirtualGatewayCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateVirtualGatewayCommandInput;
|
|
29
28
|
constructor(input: UpdateVirtualGatewayCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateVirtualNodeCommandInput extends UpdateVirtualNodeInput {}
|
|
|
18
18
|
export interface UpdateVirtualNodeCommandOutput
|
|
19
19
|
extends UpdateVirtualNodeOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateVirtualNodeCommand extends $Command<
|
|
23
22
|
UpdateVirtualNodeCommandInput,
|
|
24
23
|
UpdateVirtualNodeCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateVirtualNodeCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateVirtualNodeCommandInput;
|
|
28
27
|
constructor(input: UpdateVirtualNodeCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateVirtualRouterCommandInput
|
|
|
19
19
|
export interface UpdateVirtualRouterCommandOutput
|
|
20
20
|
extends UpdateVirtualRouterOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateVirtualRouterCommand extends $Command<
|
|
24
23
|
UpdateVirtualRouterCommandInput,
|
|
25
24
|
UpdateVirtualRouterCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateVirtualRouterCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateVirtualRouterCommandInput;
|
|
29
28
|
constructor(input: UpdateVirtualRouterCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateVirtualServiceCommandInput
|
|
|
19
19
|
export interface UpdateVirtualServiceCommandOutput
|
|
20
20
|
extends UpdateVirtualServiceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateVirtualServiceCommand extends $Command<
|
|
24
23
|
UpdateVirtualServiceCommandInput,
|
|
25
24
|
UpdateVirtualServiceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateVirtualServiceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateVirtualServiceCommandInput;
|
|
29
28
|
constructor(input: UpdateVirtualServiceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class AppMeshServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|